diff --git a/.github/ISSUE_TEMPLATE/01-feature_request.yaml b/.github/ISSUE_TEMPLATE/01-feature_request.yaml index 7cf1ea56c..039e24fc4 100644 --- a/.github/ISSUE_TEMPLATE/01-feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/01-feature_request.yaml @@ -15,7 +15,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v4.2.8 + placeholder: v4.2.9 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.yaml b/.github/ISSUE_TEMPLATE/02-bug_report.yaml index a39404a9d..0f18e6267 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/02-bug_report.yaml @@ -27,7 +27,7 @@ body: attributes: label: NetBox Version description: What version of NetBox are you currently running? - placeholder: v4.2.8 + placeholder: v4.2.9 validations: required: true - type: dropdown diff --git a/docs/release-notes/version-4.2.md b/docs/release-notes/version-4.2.md index 612fb9b02..45484f406 100644 --- a/docs/release-notes/version-4.2.md +++ b/docs/release-notes/version-4.2.md @@ -1,5 +1,42 @@ # NetBox v4.2 +## v4.2.9 (2025-04-30) + +### Enhancements + +* [#17151](https://github.com/netbox-community/netbox/issues/17151) - Display circuit type with background color in circuits list +* [#17319](https://github.com/netbox-community/netbox/issues/17319) - Improve layout of component template edit forms +* [#17405](https://github.com/netbox-community/netbox/issues/17405) - Display plugin icons in plugins list +* [#18215](https://github.com/netbox-community/netbox/issues/18215) - Link to script results list from script history +* [#18334](https://github.com/netbox-community/netbox/issues/18334) - Add region, site group, site, location, and rack filters for modules +* [#18982](https://github.com/netbox-community/netbox/issues/18982) - Reference rack as related object in changelog records for rack reservations +* [#18989](https://github.com/netbox-community/netbox/issues/18989) - List virtual circuits under provider view +* [#19110](https://github.com/netbox-community/netbox/issues/19110) - Enable filtering devices and virtual machines by primary IP address +* [#19358](https://github.com/netbox-community/netbox/issues/19358) - Move release info from footer to the navigation menu + +### Bug Fixes + +* [#15739](https://github.com/netbox-community/netbox/issues/15739) - Account for parallel cables when calculating total path length +* [#15971](https://github.com/netbox-community/netbox/issues/15971) - Preserve "none" selection in filter form fields +* [#16238](https://github.com/netbox-community/netbox/issues/16238) - Fix styling for white, gray, and black custom link buttons +* [#17613](https://github.com/netbox-community/netbox/issues/17613) - Fix layout of object view content on mobile +* [#17676](https://github.com/netbox-community/netbox/issues/17676) - Fix support for module bay creation when bulk importing module types +* [#18706](https://github.com/netbox-community/netbox/issues/18706) - Fix validation for VLANs assigned to both a group and a site +* [#18717](https://github.com/netbox-community/netbox/issues/18717) - Ensure change logs populated for many-to-one changes +* [#19117](https://github.com/netbox-community/netbox/issues/19117) - Avoid `AttributeError` exception when bulk import objects which have a multi-object custom field with a default value +* [#19204](https://github.com/netbox-community/netbox/issues/19204) - Improve JSON serialization support for data returned by a custom script +* [#19217](https://github.com/netbox-community/netbox/issues/19217) - Ensure static assets for the debug toolbar are installed even if `DEBUG` is false +* [#19228](https://github.com/netbox-community/netbox/issues/19228) - Fix ordering of custom scripts to avoid `NoReverseMatch` exception +* [#19229](https://github.com/netbox-community/netbox/issues/19229) - Fix `ValueError` exception when attempting to nullify interface mode when a VLAN is assigned +* [#19275](https://github.com/netbox-community/netbox/issues/19275) - `type` field should not be required when bulk editing interfaces +* [#19279](https://github.com/netbox-community/netbox/issues/19279) - `status` field should not be required when bulk editing inventory items +* [#19281](https://github.com/netbox-community/netbox/issues/19281) - Fix form validation failure when attempting to create a service from a service template +* [#19320](https://github.com/netbox-community/netbox/issues/19320) - Include Q-in-Q VLAN (if any) in VM interface details +* [#19322](https://github.com/netbox-community/netbox/issues/19322) - Correct URL paths for bulk import views +* [#19346](https://github.com/netbox-community/netbox/issues/19346) - Ensure all redirect URLs are validated before use + +--- + ## v4.2.8 (2025-04-22) ### Enhancements diff --git a/netbox/release.yaml b/netbox/release.yaml index 903c5ef1b..3d66238e3 100644 --- a/netbox/release.yaml +++ b/netbox/release.yaml @@ -1,3 +1,3 @@ -version: "4.2.8" +version: "4.2.9" edition: "Community" -published: "2025-04-22" +published: "2025-04-30" diff --git a/netbox/translations/cs/LC_MESSAGES/django.mo b/netbox/translations/cs/LC_MESSAGES/django.mo index a1bdfa866..67c231af0 100644 Binary files a/netbox/translations/cs/LC_MESSAGES/django.mo and b/netbox/translations/cs/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/cs/LC_MESSAGES/django.po b/netbox/translations/cs/LC_MESSAGES/django.po index a6a6dbef1..1ad0417a8 100644 --- a/netbox/translations/cs/LC_MESSAGES/django.po +++ b/netbox/translations/cs/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Czech (https://app.transifex.com/netbox-community/teams/178115/cs/)\n" @@ -37,7 +37,7 @@ msgstr "Zapisování povoleno" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -68,24 +68,24 @@ msgstr "Naposledy použitý" msgid "Allowed IPs" msgstr "Povolené adresy IP" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Přihlášen jako {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Odhlásili jste se." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Vaše preference byly aktualizovány." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "Uživatelské pověření ověřené LDAP nelze v NetBoxu změnit." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Vaše heslo bylo úspěšně změněno." @@ -106,7 +106,7 @@ msgstr "Zajišťování" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -169,10 +169,10 @@ msgstr "Mluvil" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Region (ID)" @@ -181,10 +181,11 @@ msgstr "Region (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Region (zkratka)" @@ -192,10 +193,11 @@ msgstr "Region (zkratka)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Skupina umístění (ID)" @@ -203,18 +205,18 @@ msgstr "Skupina umístění (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Skupina umístění (zkratka)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -222,28 +224,29 @@ msgstr "Skupina umístění (zkratka)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -319,19 +322,19 @@ msgstr "Typ okruhu (URL zkratka)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Místo (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Umístění (ID)" @@ -342,8 +345,8 @@ msgstr "Zakončení A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -373,8 +376,8 @@ msgstr "Vyhledávání" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -386,7 +389,8 @@ msgstr "Okruh" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Umístění (zkratka)" @@ -406,7 +410,7 @@ msgstr "Okruh (ID)" msgid "Virtual circuit (CID)" msgstr "Virtuální obvod (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Virtuální obvod (ID)" @@ -443,7 +447,7 @@ msgid "Virtual circuit" msgstr "Virtuální obvod" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Rozhraní (ID)" @@ -489,7 +493,7 @@ msgstr "ASN" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -624,8 +628,8 @@ msgstr "Popis" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -655,13 +659,13 @@ msgstr "ID služby" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -681,7 +685,7 @@ msgstr "Barva" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -695,18 +699,18 @@ msgstr "Barva" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -771,9 +775,9 @@ msgstr "Účet poskytovatele" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -847,8 +851,8 @@ msgstr "Stav" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -956,13 +960,13 @@ msgstr "Parametry služby" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -995,10 +999,10 @@ msgstr "Atributy" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1057,11 +1061,11 @@ msgstr "Podrobnosti o zakončení" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1087,7 +1091,7 @@ msgstr "Síť poskytovatele" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1240,7 +1244,7 @@ msgstr "Rozhraní" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1249,14 +1253,15 @@ msgstr "Rozhraní" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1265,7 +1270,7 @@ msgstr "Rozhraní" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1284,7 +1289,7 @@ msgstr "Lokace" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1301,21 +1306,21 @@ msgstr "Kontakty" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1332,12 +1337,12 @@ msgstr "Region" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1365,14 +1370,14 @@ msgstr "Strana termínu" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Přiřazení" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1428,7 +1433,7 @@ msgstr "Typ obvodu" msgid "Group Assignment" msgstr "Skupinové přiřazení" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1460,14 +1465,14 @@ msgstr "Jedinečné ID okruhu" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1569,7 +1574,7 @@ msgstr "ID propojovacího panelu a číslo portu/ů" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1592,7 +1597,7 @@ msgstr "Ukončení obvodu se musí připojit k zakončujícímu objektu." #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1607,8 +1612,8 @@ msgstr "Ukončení obvodu se musí připojit k zakončujícímu objektu." #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1631,7 +1636,7 @@ msgstr "Celé jméno poskytovatele" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1700,7 +1705,7 @@ msgid "virtual circuit terminations" msgstr "zakončení virtuálních obvodů" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1722,12 +1727,12 @@ msgstr "zakončení virtuálních obvodů" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1826,7 +1831,7 @@ msgid "Name" msgstr "Jméno" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1846,21 +1851,21 @@ msgstr "Okruhy" msgid "Circuit ID" msgstr "ID okruhu" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Strana A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Strana Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Smluvní rychlost" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1870,13 +1875,13 @@ msgstr "Smluvní rychlost" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1891,30 +1896,30 @@ msgstr "Smluvní rychlost" msgid "Comments" msgstr "Komentáře" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Úkoly" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Strana" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Typ ukončení" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Koncový bod" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Skupina stránek" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1953,17 +1958,17 @@ msgstr "Zakončení" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1980,7 +1985,7 @@ msgstr "Zakončení" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1993,7 +1998,7 @@ msgstr "Zakončení" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2014,12 +2019,12 @@ msgstr "Zakončení" msgid "Device" msgstr "Zařízení" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Pro okruh {circuit} nebyla definována žádná zakončení ." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Vyměněná zakončení pro okruh {circuit}." @@ -2229,13 +2234,13 @@ msgstr "Uživatelské jméno" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2266,8 +2271,8 @@ msgstr "Ignorovat pravidla" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2291,9 +2296,9 @@ msgid "Creation" msgstr "Stvoření" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2335,7 +2340,7 @@ msgstr "Dokončeno dříve" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2349,7 +2354,7 @@ msgid "User" msgstr "Uživatel" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Čas" @@ -2500,7 +2505,7 @@ msgid "Change logging is not supported for this object type ({type})." msgstr "Protokolování změn není u tohoto typu objektu podporováno ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2536,7 +2541,7 @@ msgstr "Aktuální konfigurace" msgid "Config revision #{id}" msgstr "Revize konfigurace #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2558,7 +2563,7 @@ msgid "type" msgstr "typ" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2619,7 +2624,7 @@ msgstr "" msgid "last updated" msgstr "naposledy aktualizováno" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "cesta" @@ -2684,58 +2689,58 @@ msgstr "spravované soubory" msgid "A {model} with this file path already exists ({path})." msgstr "A {model} s tímto souborem cesta již existuje ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "naplánováno" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "interval" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Interval opakování (v minutách)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "začal" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "dokončena" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "data" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "chyba" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ID úlohy" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "úloha" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "úlohy" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "K tomuto typu objektu ({type}) nelze přiřadit úlohy." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "Neplatný stav pro ukončení úlohy. Možnosti jsou: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "enqueue() nelze volat s hodnotami pro schedule_at a ihned zároveň." @@ -2752,11 +2757,11 @@ msgid "Full Name" msgstr "Celé jméno" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2784,9 +2789,10 @@ msgid "Last updated" msgstr "Naposledy aktualizováno" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3079,7 +3085,7 @@ msgstr "Zezadu dopředu" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3204,7 +3210,7 @@ msgid "Virtual" msgstr "Virtuální" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3246,10 +3252,10 @@ msgid "Cellular" msgstr "Buněčný" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Sériový" @@ -3288,7 +3294,7 @@ msgstr "Značkovaný" msgid "Tagged (All)" msgstr "Značkovaný (Vše)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-in-Q (802.1ad)" @@ -3328,7 +3334,7 @@ msgstr "USB" msgid "Fiber" msgstr "Vlákno" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Připojeno" @@ -3417,7 +3423,7 @@ msgstr "Rodičovské umístění (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Výrobce (ID)" @@ -3425,7 +3431,7 @@ msgstr "Výrobce (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Výrobce (slug)" @@ -3438,14 +3444,14 @@ msgid "Rack type (ID)" msgstr "Typ stojanu (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Role (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3453,7 +3459,8 @@ msgid "Role (slug)" msgstr "Role (slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Stojan (ID)" @@ -3531,7 +3538,7 @@ msgid "Has inventory items" msgstr "Má položky inventáře" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Typ zařízení (ID)" @@ -3539,11 +3546,11 @@ msgstr "Typ zařízení (ID)" msgid "Module type (ID)" msgstr "Typ modulu (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Napájecí port (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Nadřazená položka inventáře (ID)" @@ -3569,9 +3576,9 @@ msgstr "Platforma (ID)" msgid "Platform (slug)" msgstr "Platforma (URL zkratka)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Název lokality (slug)" @@ -3601,8 +3608,8 @@ msgid "Is full depth" msgstr "Je plná hloubka" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3654,102 +3661,103 @@ msgstr "Typ modulu (model)" msgid "Module bay (ID)" msgstr "Modulová přihrádka (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Stojan (název)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Zařízení (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Stojan (název)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Zařízení (název)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Typ zařízení (model)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Role zařízení (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Role zařízení (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Virtuální šasi (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Virtuální šasi" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Modul (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Kabel (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Virtuální počítač (název)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Virtuální počítač (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Rozhraní (název)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Rozhraní virtuálního počítače (název)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Rozhraní virtuálního počítače (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Režim 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Přiřazená VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Přiřazené VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3781,18 +3789,18 @@ msgstr "Přiřazené VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3804,11 +3812,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Zásady překladu VLAN (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3819,31 +3827,31 @@ msgstr "Zásady překladu VLAN (ID)" msgid "VLAN Translation Policy" msgstr "Zásady překladu VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Virtuální rozhraní šasi pro zařízení" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Virtuální rozhraní šasi pro zařízení (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Druh rozhraní" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Rodičovské rozhraní (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Přemostěné rozhraní (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Rozhraní LAG (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3851,78 +3859,78 @@ msgstr "Rozhraní LAG (ID)" msgid "MAC Address" msgstr "MAC adresa" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Primární MAC adresa (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Primární MAC adresa" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Kontext virtuálního zařízení" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Kontext virtuálního zařízení (identifikátor)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Bezdrátová síť LAN" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Bezdrátové spojení" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Ukončení virtuálního obvodu (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Pozice nadřazeného modulu (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Instalovaný modul (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Instalované zařízení (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Instalované zařízení (název)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Mistr (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Mistr (jméno)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Nájemce (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Nájemce (slug)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Neukončený" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Napájecí panel (ID)" @@ -3937,15 +3945,15 @@ msgstr "Napájecí panel (ID)" msgid "Tags" msgstr "Značky" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Pozice" @@ -3984,7 +3992,7 @@ msgstr "Časové pásmo" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4124,8 +4132,8 @@ msgid "Serial Number" msgstr "Sériové číslo" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Inventární číslo" @@ -4147,13 +4155,13 @@ msgstr "Proudění vzduchu" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4166,9 +4174,9 @@ msgstr "Stojan" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Hardware" @@ -4286,7 +4294,7 @@ msgid "Configuration" msgstr "Konfigurace" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualizace" @@ -4318,13 +4326,13 @@ msgstr "Typ modulu" msgid "Label" msgstr "Štítek" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Délka" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Jednotka délky" @@ -4334,33 +4342,33 @@ msgid "Domain" msgstr "Doména" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Napájecí panel" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Zdroj" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Fáze" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Napětí" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Proud" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Maximální využití" @@ -4399,7 +4407,7 @@ msgid "Management only" msgstr "Pouze správa" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4407,14 +4415,14 @@ msgid "PoE mode" msgstr "Režim PoE" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Typ PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Bezdrátová role" @@ -4444,8 +4452,8 @@ msgid "Virtual device contexts" msgstr "Kontexty virtuálních zařízení" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4469,7 +4477,7 @@ msgstr "Režim" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "Skupina VLAN" @@ -4512,7 +4520,7 @@ msgstr "Skupina bezdrátových sítí" msgid "Wireless LANs" msgstr "Bezdrátové LAN sítě" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4530,7 +4538,7 @@ msgstr "Adresování" msgid "Operation" msgstr "Operace" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4542,7 +4550,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Související rozhraní" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4837,7 +4845,7 @@ msgstr "Názvy VDC oddělené čárkami, uzavřené dvojitými uvozovkami. Pří msgid "Physical medium" msgstr "Fyzické médium" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Dvoupodlažní" @@ -5084,7 +5092,7 @@ msgstr "IPv6 adresa s délkou předpony, např. 2001:db8: :1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5093,7 +5101,7 @@ msgstr "" "Označené VLAN ({vlans}) musí patřit ke stejnému webu jako nadřazené " "zařízení/VM rozhraní, nebo musí být globální" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5101,7 +5109,7 @@ msgstr "" "Nelze nainstalovat modul se zástupnými hodnotami do pozice modulu bez " "definované polohy." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5110,12 +5118,12 @@ msgstr "" "Nelze nainstalovat modul se zástupnými hodnotami do stromu modulu {level} na" " stromě, ale {tokens} zadané zástupné symboly." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "Nelze adoptovat {model} {name}, protože již patří do modulu" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "{model} pojmenovaný {name} již existuje" @@ -5197,17 +5205,17 @@ msgstr "Má kontexty virtuálních zařízení" msgid "Cluster group" msgstr "Skupina klastru" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Kabelový" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Obsazeno" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5221,66 +5229,66 @@ msgstr "Obsazeno" msgid "Connection" msgstr "Připojení" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Druh" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Pouze správa" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "Režim 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Bezdrátový kanál" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Frekvence kanálu (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Šířka kanálu (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Vysílací výkon (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Kabel" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "objeveno" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Přiřazené zařízení" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Přiřazený virtuální počítač" @@ -5554,8 +5562,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "MAC adresu lze přiřadit pouze jednomu objektu." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5563,7 +5571,7 @@ msgstr "" "Podporovány jsou alfanumerické rozsahy. (Musí odpovídat počtu vytvořených " "objektů.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5572,18 +5580,18 @@ msgstr "" "Poskytnutý vzor určuje {value_count} hodnot, ale očekáváno je " "{pattern_count}." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Zadní porty" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Vyberte jedno přiřazení zadního portu pro každý vytvořený přední port." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5592,7 +5600,7 @@ msgstr "" "Počet šablon předních portů, které mají být vytvořeny ({frontport_count}), " "musí odpovídat zvolenému počtu pozic zadních portů ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5601,84 +5609,84 @@ msgstr "" "Počet předních portů, které mají být vytvořeny ({frontport_count}), musí " "odpovídat zvolenému počtu pozic zadních portů ({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Členové" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Počáteční pozice" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." msgstr "Pozice prvního člena. Zvýší se o jeden pro každého dalšího člena." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Pro prvního člena virtuálnáho šasi musí být specifikována pozice." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "štítek" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "délka" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "jednotka délky" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "kabel" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "kabely" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Při nastavování délky kabelu je nutné zadat jednotku" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "Při vytváření nového kabelu je nutné definovat zakončení A a B." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "Nelze připojit různé typy zakončení ke stejnému konci kabelu." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Nekompatibilní typy ukončení: {type_a} a {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "Koncovky A a B se nemohou připojit ke stejnému objektu." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "konec" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "zakončení kabelu" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "zakončení kabelů" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5687,63 +5695,63 @@ msgstr "" "Nalezeno duplicitní ukončení pro {app_label}.{model} {termination_id}: kabel" " {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Kabely nelze zakončit v {type_display} rozhraní" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Zakončení okruhů připojené k síti poskytovatele nemusí být kabelovány." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "je aktivní" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "je kompletní" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "je rozdělen" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "trasa kabelu" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "trasy kabelů" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "Všechny původní zakončení musí být připojeny ke stejnému odkazu" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "Všechny zakončení středního rozpětí musí mít stejný typ zakončení" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "Všechna zakončení středního rozpětí musí mít stejný nadřazený objekt" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Všechny linky musí být kabelové nebo bezdrátové" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Všechny odkazy musí odpovídat prvnímu typu odkazu" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Všechny pozice v rámci cesty na opačných koncích odkazů se musí shodovat" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Chybí filtr polohy vzdáleného ukončení" @@ -7222,7 +7230,7 @@ msgstr "Dosažitelný" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7276,7 +7284,7 @@ msgstr "Pozice VC" msgid "VC Priority" msgstr "Priorita VC" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Rodičovské zařízení" @@ -7303,7 +7311,7 @@ msgstr "Elektrické zásuvky" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7342,7 +7350,7 @@ msgstr "Modulová přihrádka" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7452,7 +7460,7 @@ msgid "Module Types" msgstr "Typy modulů" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Platformy" @@ -7477,7 +7485,7 @@ msgid "Instances" msgstr "Instance" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7488,7 +7496,7 @@ msgid "Console Ports" msgstr "Porty konzoly" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7499,7 +7507,7 @@ msgid "Console Server Ports" msgstr "Porty konzolového serveru" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7510,7 +7518,7 @@ msgid "Power Ports" msgstr "Napájecí porty" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7521,7 +7529,7 @@ msgid "Power Outlets" msgstr "Napájecí zásuvky" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7531,7 +7539,7 @@ msgid "Front Ports" msgstr "Přední porty" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7542,7 +7550,7 @@ msgid "Rear Ports" msgstr "Zadní porty" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7550,7 +7558,7 @@ msgid "Device Bays" msgstr "Pozice pro zařízení" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7633,48 +7641,48 @@ msgstr "Rezervace" msgid "Non-Racked Devices" msgstr "Zařízení bez racku" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Kontext konfigurace" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Konfigurace rendrování" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Virtuální stroje" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Nainstalované zařízení {device} v zátoce {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Odstraněné zařízení {device} od zátoky {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Děti" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Přidán člen {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "Nelze odebrat hlavní zařízení {device} z virtuálního podvozku." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Odstraněno {device} z virtuálního šasi {chassis}" @@ -7818,7 +7826,7 @@ msgid "Failure" msgstr "Porucha" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8112,7 +8120,7 @@ msgid "Group name" msgstr "Název skupiny" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8178,7 +8186,7 @@ msgid "As attachment" msgstr "Jako příloha" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Sdílené" @@ -8359,7 +8367,7 @@ msgid "Field type" msgstr "Typ pole" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Možnosti" @@ -9513,74 +9521,74 @@ msgstr "Parametry spuštění skriptu" msgid "Dismiss" msgstr "Odmítnout" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Typy objektů" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Ověřte jedinečnost" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Viditelné" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Upravitelné" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Typ souvisejícího objektu" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Sada výběru" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Je klonovatelný" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Minimální hodnota" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Maximální hodnota" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Ověření Regex" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "počítat" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Řadit abecedně" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Nové okno" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Jako příloha" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9589,54 +9597,54 @@ msgstr "Jako příloha" msgid "Data File" msgstr "Datový soubor" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Synchronizováno" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Obrázek" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Velikost (bajty)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Číst" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Ověření SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Typy událostí" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Role zařízení" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Komentáře (krátký)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Linka" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Úroveň" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Zpráva" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Metoda" @@ -9677,32 +9685,32 @@ msgstr "Neplatný atribut“{name}„na vyžádání" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Neplatný atribut“{name}„pro {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Při vykreslování šablony došlo k chybě: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Váš řídicí panel byl resetován." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Přidán widget: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Aktualizovaný widget: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Odstraněný widget: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Chyba při mazání widgetu: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "Nelze spustit skript: Proces RQ Worker není spuštěn." @@ -9941,10 +9949,18 @@ msgstr "IP adresa" msgid "Primary IPv4 (ID)" msgstr "Primární IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Primární IPv4 (adresa)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Primární IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Primární IPv6 (adresa)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Zadejte platnou adresu IPv4 nebo IPv6 (bez masky)." @@ -10003,17 +10019,17 @@ msgstr "Datum přidání" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "Skupina VLAN" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10091,12 +10107,12 @@ msgstr "Ověřovací klíč" msgid "Authentication" msgstr "Autentizace" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Rozsahy ID VLAN" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Role Q-in-Q" @@ -10210,7 +10226,7 @@ msgstr "Přiřazená skupina VLAN" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Servisní VLAN (pro zákaznické sítě VLAN Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Zásady překladu VLAN" @@ -10300,7 +10316,7 @@ msgstr "Přiřazeno k rozhraní" msgid "DNS Name" msgstr "Název DNS" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10311,11 +10327,11 @@ msgstr "VLAN" msgid "Contains VLAN ID" msgstr "Obsahuje VLAN ID" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Místní VLAN ID" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "Vzdálené VLAN ID" @@ -10323,7 +10339,7 @@ msgstr "Vzdálené VLAN ID" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "ID VLAN" @@ -10438,7 +10454,7 @@ msgstr "Z šablony" msgid "Custom" msgstr "Zvyk" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10759,29 +10775,29 @@ msgid "" msgstr "" "Služba musí být přidružena buď k zařízení, nebo k virtuálnímu počítači." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "Skupiny VLAN" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Nelze nastavit scope_type bez scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Nelze nastavit scope_id bez scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "Spuštění VLAN ID v dosahu ({value}) nemůže být menší než {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "Ukončení VLAN ID v rozsahu ({value}) nesmí překročit {maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10790,36 +10806,36 @@ msgstr "" "Koncové ID VLAN v rozsahu musí být větší nebo roven počátečnímu ID VLAN " "({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Rozsahy se nemohou překrývat." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "Konkrétní místo, ke kterému je tato VLAN přiřazena (pokud existuje)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Skupina VLAN (volitelné)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Numerické ID VLAN (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Provozní stav této VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Primární funkce této VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Označení VLAN zákazníka/služby (pro Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10830,23 +10846,32 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Přiřazené místo {site} není členem přiřazené skupiny {group} (oblast " +"působnosti: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "VID musí být v rozmezí {ranges} pro sítě VLAN ve skupině {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Službě VLAN mohou být přiřazeny pouze zákaznické sítě VLAN typu Q-in-Q." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Zákaznická VLAN Q-in-Q musí být přiřazena ke službě VLAN služby." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Zásady překladu VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Pravidlo překladu VLAN" @@ -11750,15 +11775,15 @@ msgid "Customization" msgstr "Přizpůsobení" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Vlastní pole" @@ -12233,7 +12258,7 @@ msgstr "Změnit heslo" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12258,7 +12283,7 @@ msgstr "Zrušit" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13127,7 +13152,7 @@ msgid "Create VDC" msgstr "Vytvořit VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Řízení" @@ -13245,22 +13270,22 @@ msgstr "Přidat napájecí port" msgid "Add Rear Ports" msgstr "Přidat zadní porty" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Mateřská zátoka" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Přegenerovat slug" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Odstranit" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Kontextová data místní konfigurace" @@ -13353,11 +13378,11 @@ msgstr "Označeno jako Připojeno" msgid "Connection Status" msgstr "Stav připojení" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Strana A" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Strana B" @@ -13698,7 +13723,7 @@ msgstr "Příloha" msgid "Add Member" msgstr "Přidat člena" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Členská zařízení" @@ -13727,7 +13752,7 @@ msgstr "Uložit a přidat další" msgid "Editing Virtual Chassis %(name)s" msgstr "Úpravy virtuálního šasi %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Stojan/jednotka" @@ -15702,11 +15727,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "„{field_name}„je neplatný název pole pro přístup." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Typ objektu musí být zadán jako“.„" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Neplatný typ objektu" @@ -15796,39 +15821,39 @@ msgstr "" "Neplatný rozsah: Koncová hodnota ({end}) musí být větší než počáteční " "hodnota ({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Duplicitní nebo konfliktní záhlaví sloupce pro“{field}„" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Duplicitní nebo konfliktní záhlaví sloupce pro“{header}„" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Řádek {row}: Očekávané {count_expected} sloupce, ale nalezeny {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Neočekávané záhlaví sloupce“{field}„nalezeno." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Sloupec“{field}„není příbuzný objekt; nelze použít tečky" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "" "Neplatný atribut souvisejícího objektu pro sloupec“{field}„: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Požadovaná záhlaví sloupce“{header}„nenalezeno." diff --git a/netbox/translations/da/LC_MESSAGES/django.mo b/netbox/translations/da/LC_MESSAGES/django.mo index 18cc8b94a..958993f70 100644 Binary files a/netbox/translations/da/LC_MESSAGES/django.mo and b/netbox/translations/da/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/da/LC_MESSAGES/django.po b/netbox/translations/da/LC_MESSAGES/django.po index fcb71fa7b..1f30f35a1 100644 --- a/netbox/translations/da/LC_MESSAGES/django.po +++ b/netbox/translations/da/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Danish (https://app.transifex.com/netbox-community/teams/178115/da/)\n" @@ -36,7 +36,7 @@ msgstr "Skriv aktiveret" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -67,24 +67,24 @@ msgstr "Sidst brugt" msgid "Allowed IPs" msgstr "Tilladte IP'er" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Logget ind som {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Du er logget ud." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Dine præferencer er blevet opdateret." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "LDAP-godkendte brugeroplysninger kan ikke ændres i NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Din adgangskode er blevet ændret." @@ -105,7 +105,7 @@ msgstr "Opretter" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -168,10 +168,10 @@ msgstr "Talede" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Område (ID)" @@ -180,10 +180,11 @@ msgstr "Område (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Region (slug)" @@ -191,10 +192,11 @@ msgstr "Region (slug)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Områdegruppe (ID)" @@ -202,18 +204,18 @@ msgstr "Områdegruppe (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Områdegruppe (slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -221,28 +223,29 @@ msgstr "Områdegruppe (slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -318,19 +321,19 @@ msgstr "Kredsløbstype (slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Område (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Placering (ID)" @@ -341,8 +344,8 @@ msgstr "Afslutning A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -372,8 +375,8 @@ msgstr "Søg" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -385,7 +388,8 @@ msgstr "Kredsløb" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Placering (slug)" @@ -405,7 +409,7 @@ msgstr "Kredsløb (ID)" msgid "Virtual circuit (CID)" msgstr "Virtuelt kredsløb (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Virtuelt kredsløb (ID)" @@ -442,7 +446,7 @@ msgid "Virtual circuit" msgstr "Virtuelt kredsløb" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Grænseflade (ID)" @@ -488,7 +492,7 @@ msgstr "ASN'er" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -623,8 +627,8 @@ msgstr "Beskrivelse" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -654,13 +658,13 @@ msgstr "Tjeneste-id" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -680,7 +684,7 @@ msgstr "Farve" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -694,18 +698,18 @@ msgstr "Farve" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -770,9 +774,9 @@ msgstr "Leverandørkonto" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -846,8 +850,8 @@ msgstr "Status" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -955,13 +959,13 @@ msgstr "Serviceparametre" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -994,10 +998,10 @@ msgstr "Attributter" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1056,11 +1060,11 @@ msgstr "Oplysninger om opsigelse" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1086,7 +1090,7 @@ msgstr "Leverandørnetværk" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1239,7 +1243,7 @@ msgstr "Grænseflade" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1248,14 +1252,15 @@ msgstr "Grænseflade" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1264,7 +1269,7 @@ msgstr "Grænseflade" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1283,7 +1288,7 @@ msgstr "Beliggenhed" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1300,21 +1305,21 @@ msgstr "Kontakter" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1331,12 +1336,12 @@ msgstr "Regionen" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1364,14 +1369,14 @@ msgstr "Termside" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Opgave" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1427,7 +1432,7 @@ msgstr "Kredsløbstype" msgid "Group Assignment" msgstr "Gruppeopgave" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1459,14 +1464,14 @@ msgstr "Unikt kredsløbs-ID" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1568,7 +1573,7 @@ msgstr "Patchpanelets ID og portnummer" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1591,7 +1596,7 @@ msgstr "En kredsløbsafslutning skal fastgøres til et afsluttende objekt." #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1606,8 +1611,8 @@ msgstr "En kredsløbsafslutning skal fastgøres til et afsluttende objekt." #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1630,7 +1635,7 @@ msgstr "Leverandørens fulde navn" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1699,7 +1704,7 @@ msgid "virtual circuit terminations" msgstr "virtuelle kredsløbsafslutninger" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1721,12 +1726,12 @@ msgstr "virtuelle kredsløbsafslutninger" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1825,7 +1830,7 @@ msgid "Name" msgstr "Navn" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1845,21 +1850,21 @@ msgstr "Kredsløb" msgid "Circuit ID" msgstr "Kredsløbs ID" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Side A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Side Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Forpligtelsesrate" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1869,13 +1874,13 @@ msgstr "Forpligtelsesrate" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1890,30 +1895,30 @@ msgstr "Forpligtelsesrate" msgid "Comments" msgstr "Bemærkninger" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Opgaver" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Side" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Afslutningstype" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Afslutningspunkt" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Områdegruppe" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1952,17 +1957,17 @@ msgstr "Opsigelser" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1979,7 +1984,7 @@ msgstr "Opsigelser" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1992,7 +1997,7 @@ msgstr "Opsigelser" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2013,12 +2018,12 @@ msgstr "Opsigelser" msgid "Device" msgstr "Enhed" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Der er ikke defineret nogen afslutninger for kredsløb {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Udskiftede afslutninger til kredsløb {circuit}." @@ -2228,13 +2233,13 @@ msgstr "Brugernavn" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2265,8 +2270,8 @@ msgstr "Ignorer regler" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2290,9 +2295,9 @@ msgid "Creation" msgstr "Skabelse" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2334,7 +2339,7 @@ msgstr "Færdiggjort før" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2348,7 +2353,7 @@ msgid "User" msgstr "Bruger" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Tid" @@ -2498,7 +2503,7 @@ msgid "Change logging is not supported for this object type ({type})." msgstr "Ændringslogføring understøttes ikke for denne objekttype ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2534,7 +2539,7 @@ msgstr "Nuværende konfiguration" msgid "Config revision #{id}" msgstr "Konfigurationsrevision #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2556,7 +2561,7 @@ msgid "type" msgstr "type" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2618,7 +2623,7 @@ msgstr "" msgid "last updated" msgstr "sidst opdateret" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "sti" @@ -2683,58 +2688,58 @@ msgstr "administrerede filer" msgid "A {model} with this file path already exists ({path})." msgstr "EN {model} med denne filsti findes allerede ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "planlagt" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "interval" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Gentagelsesinterval (i minutter)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "startede" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "afsluttet" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "data" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "fejl" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "job-ID" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "job" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "stillinger" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Job kan ikke tildeles denne objekttype ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "Ugyldig status for opsigelse af job. Valgmulighederne er: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2752,11 +2757,11 @@ msgid "Full Name" msgstr "Fulde navn" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2784,9 +2789,10 @@ msgid "Last updated" msgstr "Sidst opdateret" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3079,7 +3085,7 @@ msgstr "Bagsiden til forsiden" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3204,7 +3210,7 @@ msgid "Virtual" msgstr "Virtuel" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3246,10 +3252,10 @@ msgid "Cellular" msgstr "Cellulær" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Seriel" @@ -3288,7 +3294,7 @@ msgstr "Markeret" msgid "Tagged (All)" msgstr "Tagget (Alle)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-i-Q (802.1ad)" @@ -3328,7 +3334,7 @@ msgstr "USB" msgid "Fiber" msgstr "Fiber" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Tilsluttet" @@ -3417,7 +3423,7 @@ msgstr "Forældreplacering (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Producent (ID)" @@ -3425,7 +3431,7 @@ msgstr "Producent (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Producent (slug)" @@ -3438,14 +3444,14 @@ msgid "Rack type (ID)" msgstr "Racktype (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Rolle (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3453,7 +3459,8 @@ msgid "Role (slug)" msgstr "Rolle (slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Rack (ID)" @@ -3531,7 +3538,7 @@ msgid "Has inventory items" msgstr "Har lagervarer" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Enhedstype (ID)" @@ -3539,11 +3546,11 @@ msgstr "Enhedstype (ID)" msgid "Module type (ID)" msgstr "Modultype (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Strømstik (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Overordnet beholdningspost (ID)" @@ -3569,9 +3576,9 @@ msgstr "Platform (ID)" msgid "Platform (slug)" msgstr "Platform (slug)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Områdenavn (slug)" @@ -3601,8 +3608,8 @@ msgid "Is full depth" msgstr "Er fuld dybde" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3654,102 +3661,103 @@ msgstr "Modultype (model)" msgid "Module bay (ID)" msgstr "Modulplads (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Rack (navn)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Enhed (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Rack (navn)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Enhed (navn)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Enhedstype (model)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Enhedsrolle (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Enhedsrolle (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Virtuelt kabinet (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Virtuelt kabinet" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Modul (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Kabel (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Virtuel maskine (navn)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Virtuel maskine (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Grænseflade (navn)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "VM-grænseflade (navn)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "VM-grænseflade (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "802.1Q-tilstand" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Tildelt VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Tildelt VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3781,18 +3789,18 @@ msgstr "Tildelt VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RED.)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3804,11 +3812,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "VLAN-oversættelsespolitik (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3819,31 +3827,31 @@ msgstr "VLAN-oversættelsespolitik (ID)" msgid "VLAN Translation Policy" msgstr "VLAN-oversættelsespolitik" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Virtuelle chassis-grænseflader til enhed" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Virtuelle chassisgrænseflader til enhed (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Slags grænseflade" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Overordnet grænseflade (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Broet grænseflade (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "LAG-grænseflade (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3851,78 +3859,78 @@ msgstr "LAG-grænseflade (ID)" msgid "MAC Address" msgstr "MAC-adresse" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Primær MAC-adresse (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Primær MAC-adresse" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Virtuel enhedskontekst" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Virtuel enhedskontekst (identifikator)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Trådløst LAN" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Trådløs forbindelse" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Virtuel kredsløbsafslutning (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Forældremodulplads (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Installeret modul (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Installeret enhed (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Installeret enhed (navn)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Master (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Master (navn)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Lejer (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Lejer (snegle)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Uafsluttede" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Strømpanel (ID)" @@ -3937,15 +3945,15 @@ msgstr "Strømpanel (ID)" msgid "Tags" msgstr "Mærker" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Position" @@ -3984,7 +3992,7 @@ msgstr "Tidszone" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4124,8 +4132,8 @@ msgid "Serial Number" msgstr "Serienummer" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Aktivemærke" @@ -4147,13 +4155,13 @@ msgstr "Luftstrøm" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4166,9 +4174,9 @@ msgstr "Rack" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Hardware" @@ -4286,7 +4294,7 @@ msgid "Configuration" msgstr "Konfiguration" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualisering" @@ -4318,13 +4326,13 @@ msgstr "Modultype" msgid "Label" msgstr "Mærke" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Længde" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Længdeenhed" @@ -4334,33 +4342,33 @@ msgid "Domain" msgstr "domæne" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Strømpanel" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Forsyning" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Fase" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Spænding" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Strømstyrke" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Maksimal udnyttelse" @@ -4399,7 +4407,7 @@ msgid "Management only" msgstr "Kun ledelse" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4407,14 +4415,14 @@ msgid "PoE mode" msgstr "PoE-tilstand" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "PoE-type" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Trådløs rolle" @@ -4444,8 +4452,8 @@ msgid "Virtual device contexts" msgstr "Virtuelle enhedskontekster" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4469,7 +4477,7 @@ msgstr "Tilstand" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "VLAN-gruppe" @@ -4512,7 +4520,7 @@ msgstr "Trådløs LAN-gruppe" msgid "Wireless LANs" msgstr "Trådløse LAN" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4530,7 +4538,7 @@ msgstr "Adressering" msgid "Operation" msgstr "Betjening" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4542,7 +4550,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Relaterede grænseflader" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4837,7 +4845,7 @@ msgstr "" msgid "Physical medium" msgstr "Fysisk medium" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Duplex" @@ -5084,7 +5092,7 @@ msgstr "IPv6-adresse med præfix-længde, fx 2001:db8::1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5093,7 +5101,7 @@ msgstr "" "De mærkede VLAN'er ({vlans}) skal tilhøre det samme område som grænsefladens" " overordnede enhed/VM, eller de skal være globale" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5101,7 +5109,7 @@ msgstr "" "Kan ikke installere modul med pladsholderværdier i en modulplads uden " "defineret position." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5110,12 +5118,12 @@ msgstr "" "Kan ikke installere modul med pladsholderværdier i et modullaurbærtræ " "{level} i træet, men {tokens} pladsholdere givet." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "Kan ikke adoptere {model} {name} da det allerede hører til et modul" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "EN {model} som hedder {name} findes allerede" @@ -5197,17 +5205,17 @@ msgstr "Har virtuelle enhedskontekster" msgid "Cluster group" msgstr "Klyngegruppe" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Kablet" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Besat" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5221,66 +5229,66 @@ msgstr "Besat" msgid "Connection" msgstr "Forbindelse" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Venlig" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Kun Mgmt" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "802.1Q-tilstand" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Trådløs kanal" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Kanalfrekvens (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Kanalbredde (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Sendeeffekt (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Kabel" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Opdaget" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Tildelt enhed" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Tildelt VM" @@ -5555,8 +5563,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "En MAC-adresse kan kun tildeles et enkelt objekt." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5564,7 +5572,7 @@ msgstr "" "Alfanumeriske intervaller understøttes. (Skal svare til antallet af " "objekter, der oprettes.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5573,17 +5581,17 @@ msgstr "" "Det medfølgende mønster specificerer {value_count} Værdier, men " "{pattern_count} forventes." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Bageste porte" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "Vælg en bagporttildeling for hver frontport, der oprettes." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5592,7 +5600,7 @@ msgstr "" "Antallet af frontportskabeloner, der skal oprettes ({frontport_count}) skal " "matche det valgte antal bageste portpositioner ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5601,87 +5609,87 @@ msgstr "" "Antallet af frontporte, der skal oprettes ({frontport_count}) skal matche " "det valgte antal bageste portpositioner ({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Medlemmer" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Udgangsposition" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." msgstr "" "Placering af den første medlemsenhed. Stiges med en for hvert ekstra medlem." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "En stilling skal specificeres for det første VC-medlem." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "etiket" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "længde" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "længdeenhed" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "kabel" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "ledninger" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Skal angive en enhed, når du indstiller en kabellængde" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "Skal definere A- og B-afslutninger, når du opretter et nyt kabel." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Kan ikke tilslutte forskellige termineringstyper til samme ende af kablet." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Inkompatible opsigelsestyper: {type_a} og {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "" "A- og B-terminationer kan ikke oprette forbindelse til det samme objekt." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "slutning" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "kabelafslutning" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "kabelafslutninger" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5690,68 +5698,68 @@ msgstr "" "Duplikat opsigelse fundet for {app_label}.{model} {termination_id}: kabel " "{cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Kabler kan ikke afsluttes til {type_display} grænseflader" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Kredsløbsterminationer, der er knyttet til et leverandørnetværk, er muligvis" " ikke kablet." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "er aktiv" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "er komplet" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "er splittet" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "kabelbane" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "kabelstier" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "" "Alle terminationer med oprindelsesstatus skal være knyttet til det samme " "link" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "Alle mellemspændingsterminationer skal have samme termineringstype" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Alle mellemspændingsafslutninger skal have det samme overordnede objekt" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Alle links skal være kabel eller trådløse" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Alle links skal matche den første linktype" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Alle positioner, der tæller inden for stien i modsatte ender af links, skal " "matche" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Fjernslutningspositionsfilter mangler" @@ -7236,7 +7244,7 @@ msgstr "Tilgængelig" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7290,7 +7298,7 @@ msgstr "VC Position" msgid "VC Priority" msgstr "VC-prioritet" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Forældreenhed" @@ -7317,7 +7325,7 @@ msgstr "Strømudtag" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7356,7 +7364,7 @@ msgstr "Modulbugt" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7466,7 +7474,7 @@ msgid "Module Types" msgstr "Modultyper" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Platforme" @@ -7491,7 +7499,7 @@ msgid "Instances" msgstr "forekomster" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7502,7 +7510,7 @@ msgid "Console Ports" msgstr "Konsolporte" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7513,7 +7521,7 @@ msgid "Console Server Ports" msgstr "Konsolserverporte" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7524,7 +7532,7 @@ msgid "Power Ports" msgstr "Strømstik" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7535,7 +7543,7 @@ msgid "Power Outlets" msgstr "Strømudtag" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7545,7 +7553,7 @@ msgid "Front Ports" msgstr "Frontporte" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7556,7 +7564,7 @@ msgid "Rear Ports" msgstr "Bageste porte" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7564,7 +7572,7 @@ msgid "Device Bays" msgstr "Enhedsbugter" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7647,48 +7655,48 @@ msgstr "Reservationer" msgid "Non-Racked Devices" msgstr "Enheder uden rack" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Konfigurationskontekst" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Gengivelseskonfiguration" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Virtuelle maskiner" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Installeret enhed {device} i bugten {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Fjernet enhed {device} fra bugten {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Børn" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Tilføjet medlem {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "Kan ikke fjerne masterenheden {device} fra det virtuelle chassis." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Fjernet {device} fra virtuelt chassis {chassis}" @@ -7832,7 +7840,7 @@ msgid "Failure" msgstr "Fejl" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8127,7 +8135,7 @@ msgid "Group name" msgstr "Gruppenavn" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8193,7 +8201,7 @@ msgid "As attachment" msgstr "Som vedhæftet fil" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Delt" @@ -8375,7 +8383,7 @@ msgid "Field type" msgstr "Felttype" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Valg" @@ -9533,74 +9541,74 @@ msgstr "Parametre for udførelse af script" msgid "Dismiss" msgstr "Afvis" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Objekttyper" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Valider unikhed" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Synlig" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Redigerbar" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Relateret objekttype" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Valgsæt" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Kan klones" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Minimumsværdi" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Maksimal værdi" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Validering Regex" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Tælle" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Ordre alfabetisk" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Nyt vindue" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Som vedhæftet fil" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9609,54 +9617,54 @@ msgstr "Som vedhæftet fil" msgid "Data File" msgstr "Datafiler" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Synkroniseret" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Billede" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Størrelse (byte)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Læs" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "SSL Validering" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Begivenhedstyper" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Enhedsroller" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Kommentarer (kort)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Linje" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Niveau" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Besked" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Fremgangsmåde" @@ -9697,32 +9705,32 @@ msgstr "Ugyldig attribut“{name}„på forespørgsel" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Ugyldig attribut“{name}„til {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Der opstod en fejl under gengivelse af skabelonen: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Dit dashboard er blevet nulstillet." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Tilføjet widget: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Opdateret widget: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Slettet widget: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Fejl ved sletning af widget: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "Kan ikke køre script: RQ-arbejderprocessen kører ikke." @@ -9961,10 +9969,18 @@ msgstr "IP adresse" msgid "Primary IPv4 (ID)" msgstr "Primær IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Primær IPv4 (adresse)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Primær IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Primær IPv6 (adresse)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Indtast en gyldig IPv4- eller IPv6-adresse (uden maske)." @@ -10023,17 +10039,17 @@ msgstr "Dato tilføjet" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "VLAN-gruppen" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10111,12 +10127,12 @@ msgstr "Autentificeringsnøgle" msgid "Authentication" msgstr "Autentificering" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "VLAN-ID-intervaller" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Q-in-Q-rolle" @@ -10229,7 +10245,7 @@ msgstr "Tildelt VLAN-gruppe" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Service VLAN (til Q-in-Q/802.1ad kunde VLAN'er)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "VLAN-oversættelsespolitik" @@ -10319,7 +10335,7 @@ msgstr "Tildelt til en grænseflade" msgid "DNS Name" msgstr "DNS-navn" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10330,11 +10346,11 @@ msgstr "VLAN'er" msgid "Contains VLAN ID" msgstr "Indeholder VLAN ID" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Lokalt VLAN-id" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "Fjernbetjent VLAN-id" @@ -10342,7 +10358,7 @@ msgstr "Fjernbetjent VLAN-id" msgid "Q-in-Q/802.1ad" msgstr "Q-i-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "VLAN-ID" @@ -10458,7 +10474,7 @@ msgstr "Fra skabelon" msgid "Custom" msgstr "Brugerdefineret" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10784,33 +10800,33 @@ msgid "" msgstr "" "En tjeneste skal være tilknyttet enten en enhed eller en virtuel maskine." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "VLAN-grupper" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Kan ikke indstille scope_type uden scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Kan ikke indstille scope_id uden scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "Start af VLAN-ID inden for rækkevidde ({value}) kan ikke være mindre end " "{minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "Afslutning af VLAN-ID inden for rækkevidde ({value}) kan ikke overstige " "{maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10819,36 +10835,36 @@ msgstr "" "Afsluttende VLAN-id inden for rækkevidde skal være større end eller lig med " "det startende VLAN-id ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Intervaller kan ikke overlappe hinanden." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "Det specifikke område, som dette VLAN er tildelt (hvis nogen)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "VLAN-gruppe (valgfrit)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Numerisk VLAN-id (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Driftsstatus for dette VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Den primære funktion af denne VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Kunde/service VLAN-betegnelse (til Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10859,23 +10875,32 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Det tildelte websted {site} er ikke medlem af den tildelte gruppe {group} " +"(anvendelsesområde: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "" "VID skal være inden for intervaller {ranges} til VLAN'er i gruppe {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "Kun Q-in-Q-kunde-VLAN'er kan tildeles et service-VLAN." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Et Q-in-Q-kunde-VLAN skal tildeles et service-VLAN." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "VLAN-oversættelsespolitikker" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "VLAN-oversættelsesregel" @@ -11781,15 +11806,15 @@ msgid "Customization" msgstr "Tilpasning" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Brugerdefinerede felter" @@ -12268,7 +12293,7 @@ msgstr "Skift adgangskode" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12293,7 +12318,7 @@ msgstr "Annuller" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13164,7 +13189,7 @@ msgid "Create VDC" msgstr "Opret VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Ledelse" @@ -13282,22 +13307,22 @@ msgstr "Tilføj strømstik" msgid "Add Rear Ports" msgstr "Tilføj bageste porte" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Forældrebugten" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Regenerer slug" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Fjern" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Lokale konfigurationskontekstdata" @@ -13390,11 +13415,11 @@ msgstr "Markeret som tilsluttet" msgid "Connection Status" msgstr "Forbindelsesstatus" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "En side" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "B-side" @@ -13735,7 +13760,7 @@ msgstr "Vedhæftet fil" msgid "Add Member" msgstr "Tilføj medlem" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Medlemsenheder" @@ -13764,7 +13789,7 @@ msgstr "Gem og tilføj en anden" msgid "Editing Virtual Chassis %(name)s" msgstr "Redigering af virtuelt kabinet %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Rack/enhed" @@ -15746,11 +15771,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "„{field_name}„er et ugyldigt adgangsfeltnavn." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Objekttype skal angives som“.„" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Ugyldig objekttype" @@ -15840,38 +15865,38 @@ msgstr "" "Ugyldigt område: Slutværdi ({end}) skal være større end startværdien " "({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Duplikat eller modstridende kolonneoverskrift for“{field}„" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Duplikat eller modstridende kolonneoverskrift for“{header}„" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Række {row}: Forventet {count_expected} kolonner, men fundet {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Uventet kolonneoverskrift“{field}„fundet." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Kolonne“{field}„er ikke et beslægtet objekt; kan ikke bruge prikker" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "Ugyldig relateret objektattribut for kolonne“{field}„: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Påkrævet kolonneoverskrift“{header}„Ikke fundet." diff --git a/netbox/translations/de/LC_MESSAGES/django.mo b/netbox/translations/de/LC_MESSAGES/django.mo index cd35f397b..c8d2c40e8 100644 Binary files a/netbox/translations/de/LC_MESSAGES/django.mo and b/netbox/translations/de/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/de/LC_MESSAGES/django.po b/netbox/translations/de/LC_MESSAGES/django.po index 1916138b5..e8af0197c 100644 --- a/netbox/translations/de/LC_MESSAGES/django.po +++ b/netbox/translations/de/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: chbally, 2025\n" "Language-Team: German (https://app.transifex.com/netbox-community/teams/178115/de/)\n" @@ -40,7 +40,7 @@ msgstr "Schreibberechtigung" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -71,25 +71,25 @@ msgstr "Zuletzt verwendet" msgid "Allowed IPs" msgstr "Erlaubte IP-Adressen" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Angemeldet als {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Du hast dich abgemeldet." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Ihre Einstellungen wurden aktualisiert." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "Die LDAP Zugangsdaten können nicht innerhalb von NetBox geändert werden." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Dein Passwort wurde erfolgreich geändert." @@ -110,7 +110,7 @@ msgstr "Provisionierung" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -173,10 +173,10 @@ msgstr "Spoke" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Region (ID)" @@ -185,10 +185,11 @@ msgstr "Region (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Region (URL-Slug)" @@ -196,10 +197,11 @@ msgstr "Region (URL-Slug)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Standortgruppe (ID)" @@ -207,18 +209,18 @@ msgstr "Standortgruppe (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Standortgruppe (URL-Slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -226,28 +228,29 @@ msgstr "Standortgruppe (URL-Slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -323,19 +326,19 @@ msgstr "Transportnetz Typ (URL-Slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Standort (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Lokation (ID)" @@ -346,8 +349,8 @@ msgstr "Abschlusspunkt A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -377,8 +380,8 @@ msgstr "Suche" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -390,7 +393,8 @@ msgstr "Transportnetz" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Lokation (URL-Slug)" @@ -410,7 +414,7 @@ msgstr "Transportnetz (ID)" msgid "Virtual circuit (CID)" msgstr "Virtuelle Verbindung (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Virtuelle Verbindung (ID)" @@ -447,7 +451,7 @@ msgid "Virtual circuit" msgstr "Virtuelle Verbindung" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Schnittstelle (ID)" @@ -493,7 +497,7 @@ msgstr "ASNs" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -628,8 +632,8 @@ msgstr "Beschreibung" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -659,13 +663,13 @@ msgstr "Dienst ID" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -685,7 +689,7 @@ msgstr "Farbe" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -699,18 +703,18 @@ msgstr "Farbe" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -775,9 +779,9 @@ msgstr "Providerkonto" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -851,8 +855,8 @@ msgstr "Status" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -960,13 +964,13 @@ msgstr "Service Parameter" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -999,10 +1003,10 @@ msgstr "Attribute" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1061,11 +1065,11 @@ msgstr "Einzelheiten zum Abschlusspunkt" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1091,7 +1095,7 @@ msgstr "Providernetzwerk" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1244,7 +1248,7 @@ msgstr "Schnittstelle" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1253,14 +1257,15 @@ msgstr "Schnittstelle" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1269,7 +1274,7 @@ msgstr "Schnittstelle" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1288,7 +1293,7 @@ msgstr "Lokation" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1305,21 +1310,21 @@ msgstr "Kontakte" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1336,12 +1341,12 @@ msgstr "Region" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1369,14 +1374,14 @@ msgstr "Terminationsseite" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Zuweisung" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1432,7 +1437,7 @@ msgstr "Verbindungstyp" msgid "Group Assignment" msgstr "Gruppenzuweisung" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1464,14 +1469,14 @@ msgstr "Eindeutige Transportnetz-ID" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1574,7 +1579,7 @@ msgstr "Patchpanel-ID und Anschlussnummer(n)" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1598,7 +1603,7 @@ msgstr "" #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1613,8 +1618,8 @@ msgstr "" #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1637,7 +1642,7 @@ msgstr "Vollständiger Name des Providers" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1706,7 +1711,7 @@ msgid "virtual circuit terminations" msgstr "virtuelle Verbindungsabschlüsse" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1728,12 +1733,12 @@ msgstr "virtuelle Verbindungsabschlüsse" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1832,7 +1837,7 @@ msgid "Name" msgstr "Name" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1852,21 +1857,21 @@ msgstr "Transportnetze" msgid "Circuit ID" msgstr "Transportnetz-ID" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Seite A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Seite Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Garantierte Bandbreite" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1876,13 +1881,13 @@ msgstr "Garantierte Bandbreite" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1897,30 +1902,30 @@ msgstr "Garantierte Bandbreite" msgid "Comments" msgstr "Kommentare" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Zuweisungen" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Seite" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Typ des Abschlusspunktes" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Abschlusspunkt" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Standortgruppe" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1959,17 +1964,17 @@ msgstr "Abschlusspunkte" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1986,7 +1991,7 @@ msgstr "Abschlusspunkte" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1999,7 +2004,7 @@ msgstr "Abschlusspunkte" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2020,12 +2025,12 @@ msgstr "Abschlusspunkte" msgid "Device" msgstr "Gerät" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Keine Terminierung wurde für das Transportnetz {circuit}definiert" -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Tausche Terminierungen für Transportnetz {circuit}" @@ -2236,13 +2241,13 @@ msgstr "Benutzername" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2273,8 +2278,8 @@ msgstr "Regeln ignorieren" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2298,9 +2303,9 @@ msgid "Creation" msgstr "Erstellung" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2342,7 +2347,7 @@ msgstr "Abgeschlossen vor" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2356,7 +2361,7 @@ msgid "User" msgstr "Nutzer" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Zeit" @@ -2512,7 +2517,7 @@ msgstr "" "({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2548,7 +2553,7 @@ msgstr "Aktuelle Konfiguration" msgid "Config revision #{id}" msgstr "Konfigurationsrevision #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2570,7 +2575,7 @@ msgid "type" msgstr "Typ" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2632,7 +2637,7 @@ msgstr "" msgid "last updated" msgstr "zuletzt aktualisiert" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "Pfad" @@ -2697,60 +2702,60 @@ msgstr "verwaltete Dateien" msgid "A {model} with this file path already exists ({path})." msgstr "Ein {model} mit diesem Dateipfad existiert bereits ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "geplant" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "Intervall" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Wiederholungsintervall (in Minuten)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "gestartet" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "abgeschlossen" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "Daten" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "Fehler" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "Job-ID" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "Job" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "Jobs" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Jobs können diesem Objekttyp nicht zugewiesen werden ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "Ungültiger Status für die Beendigung des Jobs. Es stehen folgende Optionen " "zur Auswahl: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2769,11 +2774,11 @@ msgid "Full Name" msgstr "Vollständiger Name" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2801,9 +2806,10 @@ msgid "Last updated" msgstr "Letzte Aktualisierung" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3096,7 +3102,7 @@ msgstr "Rück- zu Frontseite" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3221,7 +3227,7 @@ msgid "Virtual" msgstr "Virtuell" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3263,10 +3269,10 @@ msgid "Cellular" msgstr "Mobilfunk" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Seriell" @@ -3305,7 +3311,7 @@ msgstr "Tagged" msgid "Tagged (All)" msgstr "Tagged (Alle)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q in Q (802.1ad)" @@ -3345,7 +3351,7 @@ msgstr "USB" msgid "Fiber" msgstr "Faser" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Verbunden" @@ -3434,7 +3440,7 @@ msgstr "Übergeordnete Lokation (URL-Slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Hersteller (ID)" @@ -3442,7 +3448,7 @@ msgstr "Hersteller (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Hersteller (Slug)" @@ -3455,14 +3461,14 @@ msgid "Rack type (ID)" msgstr "Racktyp (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Rolle (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3470,7 +3476,8 @@ msgid "Role (slug)" msgstr "Rolle (URL-Slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Rack (ID)" @@ -3548,7 +3555,7 @@ msgid "Has inventory items" msgstr "Hat Inventargegenstände" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Gerätetyp (ID)" @@ -3556,11 +3563,11 @@ msgstr "Gerätetyp (ID)" msgid "Module type (ID)" msgstr "Modultyp (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Stromanschluss (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Übergeordneter Inventarartikel (ID)" @@ -3586,9 +3593,9 @@ msgstr "Betriebssystem (ID)" msgid "Platform (slug)" msgstr "Betriebssystem (URL-Slug)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Standortname (URL-Slug)" @@ -3618,8 +3625,8 @@ msgid "Is full depth" msgstr "Hat volle Tiefe" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3671,102 +3678,103 @@ msgstr "Modultyp (Modell)" msgid "Module bay (ID)" msgstr "Modulschacht (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Rack (Name)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Gerät (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Rack (Name)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Gerät (Name)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Gerätetyp (Modell)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Geräterolle (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Geräterolle (URL-Slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Virtuelles Gehäuse (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Virtuelles Gehäuse" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Modul (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Kabel (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Virtuelle Maschine (Name)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Virtuelle Maschine (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Schnittstelle (Name)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "VM-Schnittstelle (Name)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "VM-Schnittstelle (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "802.1Q-Modus" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Zugewiesenes VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Zugewiesene VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3798,18 +3806,18 @@ msgstr "Zugewiesene VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3821,11 +3829,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "VLAN-Übersetzungsrichtlinie (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3836,31 +3844,31 @@ msgstr "VLAN-Übersetzungsrichtlinie (ID)" msgid "VLAN Translation Policy" msgstr "VLAN-Übersetzungsrichtlinie" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Virtuelle Gehäuseschnittstellen für Gerät" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Virtuelle Gehäuseschnittstellen für Gerät (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Art der Schnittstelle" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Übergeordnete Schnittstelle (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Überbrückte Schnittstelle (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "LAG-Schnittstelle (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3868,78 +3876,78 @@ msgstr "LAG-Schnittstelle (ID)" msgid "MAC Address" msgstr "MAC-Adresse" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Primäre MAC-Adresse (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Primäre MAC-Adresse" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Virtual Device Context" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Virtual Device Context (Identifier)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "WLAN" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "WLAN Verbindung" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Virtueller Verbindungsabschluß (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Hauptmodulschacht (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Installiertes Modul (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Installiertes Gerät (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Installiertes Gerät (Name)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Master (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Master (Name)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Mandant (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Mandant (URL-Slug)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Nicht terminiert" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Stromverteiler (ID)" @@ -3954,15 +3962,15 @@ msgstr "Stromverteiler (ID)" msgid "Tags" msgstr "Tags" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Position" @@ -4001,7 +4009,7 @@ msgstr "Zeitzone" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4141,8 +4149,8 @@ msgid "Serial Number" msgstr "Seriennummer" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Asset-Tag" @@ -4164,13 +4172,13 @@ msgstr "Luftstrom" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4183,9 +4191,9 @@ msgstr "Rack" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Hardware" @@ -4303,7 +4311,7 @@ msgid "Configuration" msgstr "Konfiguration" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualisierung" @@ -4335,13 +4343,13 @@ msgstr "Modultyp" msgid "Label" msgstr "Label" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Länge" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Längeneinheit" @@ -4351,33 +4359,33 @@ msgid "Domain" msgstr "Domäne" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Stromverteiler" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Versorgung" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Phase" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Spannung" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Stromstärke" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Max. Auslastung" @@ -4416,7 +4424,7 @@ msgid "Management only" msgstr "Nur Management" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4424,14 +4432,14 @@ msgid "PoE mode" msgstr "PoE-Modus" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "PoE-Typ" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "WLAN Funktion" @@ -4461,8 +4469,8 @@ msgid "Virtual device contexts" msgstr "Virtual Device Contexts" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4486,7 +4494,7 @@ msgstr "Modus" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "VLAN-Gruppe" @@ -4529,7 +4537,7 @@ msgstr "WLAN-Gruppe" msgid "Wireless LANs" msgstr "WLANs" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4547,7 +4555,7 @@ msgstr "Adressierung" msgid "Operation" msgstr "Dienst / Port" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4559,7 +4567,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Verwandte Schnittstellen" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4859,7 +4867,7 @@ msgstr "" msgid "Physical medium" msgstr "Physikalisches Medium" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Duplex" @@ -5112,7 +5120,7 @@ msgstr "IPv6-Adresse mit Präfixlänge, z. B. 2001:db8: :1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5122,7 +5130,7 @@ msgstr "" "übergeordnete Gerät/die übergeordnete VM der Schnittstelle, oder sie müssen " "global sein" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5130,7 +5138,7 @@ msgstr "" "Das Modul mit Platzhalterwerten kann nicht in einem Modulschacht ohne " "definierte Position installiert werden." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5139,13 +5147,13 @@ msgstr "" "Modul mit Platzhalterwerten kann nicht in einem Modul-Baytree installiert " "werden {level} in einem Baum, aber {tokens} Platzhalter angegeben." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "" "Kann nicht {model} {name} aufnehmenm, da es schon zu einem Modul gehört" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "Ein {model} genannt {name} existiert bereits" @@ -5227,17 +5235,17 @@ msgstr "Hat Virtual Device Contexts" msgid "Cluster group" msgstr "Clustergruppe" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Verkabelt" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Belegt" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5251,66 +5259,66 @@ msgstr "Belegt" msgid "Connection" msgstr "Verbindung" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Art" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Nur Verwaltung" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "802.1Q-Modus" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "WLAN Kanal" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Kanalfrequenz (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Kanalbreite (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Sendeleistung (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Kabel" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Erfasst" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Zugewiesenes Gerät" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Zugewiesene VM" @@ -5589,8 +5597,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "Eine MAC-Adresse kann nur einem einzelnen Objekt zugewiesen werden." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5598,7 +5606,7 @@ msgstr "" "Alphanumerische Bereiche werden unterstützt. (Muss der Anzahl der Objekte " "entsprechen, die erstellt werden.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5607,19 +5615,19 @@ msgstr "" "Das bereitgestellte Muster spezifiziert {value_count} Werte, aber " "{pattern_count} werden erwartet." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Rückanschlüsse" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Wählen Sie für jeden zu erstellenden Frontanschluss eine hintere Anschluss-" "Zuweisung aus." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5629,7 +5637,7 @@ msgstr "" "muss mit der ausgewählten Anzahl der hinteren Anschlusspositionen " "übereinstimmen ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5639,18 +5647,18 @@ msgstr "" "der ausgewählten Anzahl der hinteren Anschlusspositionen übereinstimmen " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Mitglieder" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Ausgangsposition" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5658,72 +5666,72 @@ msgstr "" "Position des ersten Mitgliedsgeräts. Erhöht sich für jedes weitere Mitglied " "um eins." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Für das erste VC-Mitglied muss eine Position angegeben werden." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "Label" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "Länge" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "Längeneinheit" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "Kabel" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "Kabel" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Bei der Eingabe einer Kabellänge muss eine Einheit angegeben werden" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "" "Beim Erstellen eines neuen Kabels müssen A- und B-Anschlüsse definiert " "werden." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Verschiedene Anschlusstypen können nicht an dasselbe Kabelende angeschlossen" " werden." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Inkompatible Verbindungssarten: {type_a} und {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "" "A- und B-Anschlüsse können nicht mit demselben Objekt verbunden werden." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "Ende" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "Kabelabschlusspunkt" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "Kabelabschlusspunkte" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5732,69 +5740,69 @@ msgstr "" "Doppelte Terminierung gefunden für {app_label}.{model} {termination_id}: " "Kabel {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Kabel können nicht an {type_display} Schnittstellen terminiert werden" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Transportnetzabschlüsse, die an ein Provider-Netzwerk angeschlossen sind, " "sind möglicherweise nicht verkabelt." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "ist aktiv" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "ist abgeschlossen" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "ist aufgeteilt" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "Kabelweg" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "Kabelwege" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "" "Alle ursprünglichen Verbindungsabschlüsse müssen an denselben Link angehängt" " werden" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Alle Mid-Span-Verbindungsabschlüsse müssen denselben Abschlusstyp haben" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Ein Verbindungsabschluss muss an einem Abschlussobjekt verbunden werden." -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Alle Verbindungen müssen verkabelt oder drahtlos sein" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Alle Links müssen dem ersten Linktyp entsprechen" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Die Anzahl aller Positionen innerhalb des Pfads an den gegenüberliegenden " "Enden der Links muss übereinstimmen." -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Der Filter für die Position der entfernten Abschlüsse fehlt" @@ -7344,7 +7352,7 @@ msgstr "Erreichbar" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7398,7 +7406,7 @@ msgstr "VC-Position" msgid "VC Priority" msgstr "VC-Priorität" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Übergeordnetes Gerät" @@ -7425,7 +7433,7 @@ msgstr "Steckdosen" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7464,7 +7472,7 @@ msgstr "Moduleinsatz" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7574,7 +7582,7 @@ msgid "Module Types" msgstr "Modultypen" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Betriebssysteme" @@ -7599,7 +7607,7 @@ msgid "Instances" msgstr "Instanzen" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7610,7 +7618,7 @@ msgid "Console Ports" msgstr "Konsolenanschlüsse" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7621,7 +7629,7 @@ msgid "Console Server Ports" msgstr "Konsolenserveranschlüsse" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7632,7 +7640,7 @@ msgid "Power Ports" msgstr "Stromanschlüsse" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7643,7 +7651,7 @@ msgid "Power Outlets" msgstr "Steckdosen" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7653,7 +7661,7 @@ msgid "Front Ports" msgstr "Frontanschlüsse" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7664,7 +7672,7 @@ msgid "Rear Ports" msgstr "Rückanschlüsse" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7672,7 +7680,7 @@ msgid "Device Bays" msgstr "Geräteeinsätze" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7755,50 +7763,50 @@ msgstr "Rackreservierungen" msgid "Non-Racked Devices" msgstr "Nicht in einem Rack befindliche Geräte" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Konfigurationsvorlage" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Konfiguration rendern" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Virtuelle Maschinen" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Gerät {device} im Schacht {device_bay} installiert." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Gerät {device} im Schacht {device_bay} entfernt." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Untergeordnet" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Mitglied hinzugefügt {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "" "Ein Hauptgerät (Master Device) {device} kann von einem virtuellen Gehäuse " "nicht entfernt werden." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "{device} vom virtuellen Gehäuse {chassis} entfernt." @@ -7943,7 +7951,7 @@ msgid "Failure" msgstr "Fehlschlag" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8243,7 +8251,7 @@ msgid "Group name" msgstr "Name der Gruppe" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8309,7 +8317,7 @@ msgid "As attachment" msgstr "Als Anlage" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Geteilt" @@ -8501,7 +8509,7 @@ msgid "Field type" msgstr "Feld-Typ" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Auswahlmöglichkeiten" @@ -9689,74 +9697,74 @@ msgstr "Parameter für die Skriptausführung" msgid "Dismiss" msgstr "Abweisen" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Objekttypen" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Überprüfen Sie die Eindeutigkeit" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Sichtbar" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Editierbar" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Verwandter Objekttyp" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Auswahlset" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Ist klonbar" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Minimaler Wert" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Maximaler Wert" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Überprüfung Regex" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Anzahl" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Alphabetisch sortieren" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Neues Fenster" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Als Anlage" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9765,54 +9773,54 @@ msgstr "Als Anlage" msgid "Data File" msgstr "Datendatei" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Synchronisiert" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Bild" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Größe (Byte)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Lesen" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "SSL-Validierung" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Ereignistypen" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Geräterollen" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Kommentare (Kurz)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Linie" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Stufe" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Nachricht" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Methode" @@ -9856,32 +9864,32 @@ msgstr "Ungültiges Attribut \"{name}\" zur Anfrage" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Ungültiges Attribut “{name}\" für {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Ein Fehler ist beim Rendern der Vorlage aufgetreten: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Ihr Dashboard wurde zurückgesetzt." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Hinzugefügtes Widget:" -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Aktualisiertes Widget: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Gelöschtes Widget: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Fehler beim Löschen des Widgets: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "" "Das Skript kann nicht ausgeführt werden: Der RQ-Worker-Prozess läuft nicht." @@ -10125,10 +10133,18 @@ msgstr "IP-Adresse" msgid "Primary IPv4 (ID)" msgstr "Primäre IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Primäre IPv4 (Adresse)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Primäre IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Primäre IPv6 (Adresse)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Geben Sie eine gültige IPv4- oder IPv6-Adresse (ohne Maske) ein." @@ -10187,17 +10203,17 @@ msgstr "hinzugefügt am" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "VLAN-Gruppe" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10275,12 +10291,12 @@ msgstr "Authentifizierungsschlüssel" msgid "Authentication" msgstr "Authentifizierung" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "VLAN-ID-Bereiche" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Q-in-Q-Rolle" @@ -10399,7 +10415,7 @@ msgstr "Zugewiesene VLAN-Gruppe" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Service-VLAN (für Q-in-Q/802.1ad-Kunden-VLANs)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "VLAN-Übersetzungsrichtlinie" @@ -10489,7 +10505,7 @@ msgstr "Einer Schnittstelle zugewiesen" msgid "DNS Name" msgstr "DNS-Name" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10500,11 +10516,11 @@ msgstr "VLANs" msgid "Contains VLAN ID" msgstr "Enthält VLAN-ID" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Lokale VLAN-ID" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "Remote-VLAN-ID" @@ -10512,7 +10528,7 @@ msgstr "Remote-VLAN-ID" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "VLAN-ID" @@ -10630,7 +10646,7 @@ msgstr "Aus Vorlage" msgid "Custom" msgstr "Benutzerdefiniert" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10967,31 +10983,31 @@ msgstr "" "Ein Dienst muss entweder einem Gerät oder einer virtuellen Maschine " "zugeordnet sein." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "VLAN-Gruppen" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "scope_type kann nicht ohne scope_id gesetzt werden." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "scope_id kann nicht ohne scope_type gesetzt werden." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "Start-VLAN-ID im Bereich ({value}) darf nicht kleiner sein als {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "Ende der VLAN-ID im Bereich ({value}) darf {maximum}nicht überschreiten " -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -11000,37 +11016,37 @@ msgstr "" "Die End-VLAN-ID im Bereich muss größer oder gleich der Start-VLAN-ID sein " "({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Bereiche dürfen sich nicht überschneiden." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "" "Der spezifische Standort, der dieses VLAN zugewiesen ist (falls vorhanden)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "VLAN-Gruppe (optional)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Numerische VLAN-ID (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Betriebsstatus dieses VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Die Hauptfunktion dieses VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Kunden-/Service-VLAN-Bezeichnung (für Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -11041,23 +11057,32 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Die zugewiesene Site {site} ist kein Mitglied der zugewiesenen Gruppe " +"{group} (Umfang: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "" "VID muss in Bereichen liegen {ranges} für VLANs in einer Gruppe {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "Nur Q-in-Q-Kunden-VLANs können einem Service-VLAN zugewiesen werden." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Ein Q-in-Q-Kunden-VLAN muss einem Service-VLAN zugewiesen werden." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Richtlinien für VLAN-Übersetzungen" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "VLAN-Übersetzungsregel" @@ -11968,15 +11993,15 @@ msgid "Customization" msgstr "Personalisierung" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Benutzerdefinierte Felder" @@ -12464,7 +12489,7 @@ msgstr "Passwort ändern" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12489,7 +12514,7 @@ msgstr "Abbrechen" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13362,7 +13387,7 @@ msgid "Create VDC" msgstr "VDC erstellen" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Management" @@ -13480,22 +13505,22 @@ msgstr "Stromanschluss hinzufügen" msgid "Add Rear Ports" msgstr "Rückanschlüsse hinzufügen" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Übergeordneter Einsatz" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "URL-Slug regenerieren" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "entfernen" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Lokale Konfigurationskontextdaten" @@ -13588,11 +13613,11 @@ msgstr "Als verbunden markiert" msgid "Connection Status" msgstr "Status der Verbindung" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "A-Seite" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "B-Seite" @@ -13933,7 +13958,7 @@ msgstr "Anlage" msgid "Add Member" msgstr "Mitglied hinzufügen" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Mitgliedsgeräte" @@ -13962,7 +13987,7 @@ msgstr "Speichern & weiteres hinzufügen" msgid "Editing Virtual Chassis %(name)s" msgstr "Virtuelles Gehäuse %(name)s bearbeiten" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Rack/Einheit" @@ -15963,11 +15988,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "„{field_name}\"ist ein ungültiger Zugriffs-Feldname." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Der Objekttyp muss als \".“ angegeben werden." -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Ungültiger Objekttyp" @@ -16058,40 +16083,40 @@ msgstr "" "Ungültiger Bereich: Der Endwert ({end}) muss größer als der Anfangswert " "({begin}) sein." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Doppelte oder widersprüchliche Spaltenüberschrift für“{field}“" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Doppelte oder widersprüchliche Spaltenüberschrift für“{header}“" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Reihe {row}: {count_expected} Spalten erwartet, aber {count_found} gefunden" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Unerwartete Spaltenüberschrift“{field}„gefunden." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "" "Spalte“{field}\"ist kein verwandtes Objekt; Punkte können nicht verwendet " "werden" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "Ungültiges verwandtes Objektattribut für Spalte“{field}\": {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Erforderliche Spaltenüberschrift“{header}„nicht gefunden." diff --git a/netbox/translations/es/LC_MESSAGES/django.mo b/netbox/translations/es/LC_MESSAGES/django.mo index 7afcaf5b1..1d9aa5508 100644 Binary files a/netbox/translations/es/LC_MESSAGES/django.mo and b/netbox/translations/es/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/es/LC_MESSAGES/django.po b/netbox/translations/es/LC_MESSAGES/django.po index ec7f2771a..bc3a209e0 100644 --- a/netbox/translations/es/LC_MESSAGES/django.po +++ b/netbox/translations/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Spanish (https://app.transifex.com/netbox-community/teams/178115/es/)\n" @@ -33,7 +33,7 @@ msgstr "Escritura habilitada" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -64,26 +64,26 @@ msgstr "Utilizado por última vez" msgid "Allowed IPs" msgstr "IP permitidas" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Ha iniciado sesión como {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Has cerrado sesión." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Se han actualizado tus preferencias." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "Las credenciales de usuario autenticadas por LDAP no se pueden cambiar en " "NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "La contraseña se ha cambiado correctamente." @@ -104,7 +104,7 @@ msgstr "Aprovisionamiento" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -167,10 +167,10 @@ msgstr "Habló" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Región (ID)" @@ -179,10 +179,11 @@ msgstr "Región (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Región (babosa)" @@ -190,10 +191,11 @@ msgstr "Región (babosa)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Grupo de sitios (ID)" @@ -201,18 +203,18 @@ msgstr "Grupo de sitios (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Grupo de sitios (slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -220,28 +222,29 @@ msgstr "Grupo de sitios (slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -317,19 +320,19 @@ msgstr "Tipo de circuito (slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Sitio (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Ubicación (ID)" @@ -340,8 +343,8 @@ msgstr "Terminación A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -371,8 +374,8 @@ msgstr "Búsqueda" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -384,7 +387,8 @@ msgstr "Circuito" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Ubicación (babosa)" @@ -404,7 +408,7 @@ msgstr "Circuito (ID)" msgid "Virtual circuit (CID)" msgstr "Circuito virtual (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Circuito virtual (ID)" @@ -441,7 +445,7 @@ msgid "Virtual circuit" msgstr "Circuito virtual" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Interfaz (ID)" @@ -487,7 +491,7 @@ msgstr "ASN" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -622,8 +626,8 @@ msgstr "Descripción" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -653,13 +657,13 @@ msgstr "ID de servicio" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -679,7 +683,7 @@ msgstr "Color" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -693,18 +697,18 @@ msgstr "Color" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -769,9 +773,9 @@ msgstr "Cuenta de proveedor" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -845,8 +849,8 @@ msgstr "Estado" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -954,13 +958,13 @@ msgstr "Parámetros de servicio" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -993,10 +997,10 @@ msgstr "Atributos" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1055,11 +1059,11 @@ msgstr "Detalles de terminación" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1085,7 +1089,7 @@ msgstr "Red de proveedores" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1238,7 +1242,7 @@ msgstr "Interfaz" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1247,14 +1251,15 @@ msgstr "Interfaz" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1263,7 +1268,7 @@ msgstr "Interfaz" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1282,7 +1287,7 @@ msgstr "Ubicación" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1299,21 +1304,21 @@ msgstr "Contactos" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1330,12 +1335,12 @@ msgstr "Región" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1363,14 +1368,14 @@ msgstr "Lado del término" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Asignación" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1426,7 +1431,7 @@ msgstr "Tipo de circuito" msgid "Group Assignment" msgstr "Asignación grupal" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1458,14 +1463,14 @@ msgstr "ID de circuito único" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1567,7 +1572,7 @@ msgstr "ID del panel de conexiones y números de puerto" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1591,7 +1596,7 @@ msgstr "" #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1606,8 +1611,8 @@ msgstr "" #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1630,7 +1635,7 @@ msgstr "Nombre completo del proveedor" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1699,7 +1704,7 @@ msgid "virtual circuit terminations" msgstr "terminaciones de circuitos virtuales" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1721,12 +1726,12 @@ msgstr "terminaciones de circuitos virtuales" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1825,7 +1830,7 @@ msgid "Name" msgstr "Nombre" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1845,21 +1850,21 @@ msgstr "Circuitos" msgid "Circuit ID" msgstr "ID de circuito" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Lado A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Lado Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Tasa de compromiso" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1869,13 +1874,13 @@ msgstr "Tasa de compromiso" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1890,30 +1895,30 @@ msgstr "Tasa de compromiso" msgid "Comments" msgstr "Comentarios" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Asignaciones" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Lado" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Tipo de terminación" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Punto de terminación" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Grupo de sitios" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1952,17 +1957,17 @@ msgstr "Terminaciones" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1979,7 +1984,7 @@ msgstr "Terminaciones" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1992,7 +1997,7 @@ msgstr "Terminaciones" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2013,12 +2018,12 @@ msgstr "Terminaciones" msgid "Device" msgstr "Dispositivo" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "No se han definido terminaciones para el circuito {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Terminaciones intercambiadas por circuito {circuit}." @@ -2228,13 +2233,13 @@ msgstr "Nombre de usuario" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2265,8 +2270,8 @@ msgstr "Ignorar las reglas" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2290,9 +2295,9 @@ msgid "Creation" msgstr "Creación" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2334,7 +2339,7 @@ msgstr "Completado antes" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2348,7 +2353,7 @@ msgid "User" msgstr "usuario" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Hora" @@ -2501,7 +2506,7 @@ msgstr "" "El registro de cambios no es compatible con este tipo de objeto ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2537,7 +2542,7 @@ msgstr "Configuración actual" msgid "Config revision #{id}" msgstr "Revisión de configuración #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2559,7 +2564,7 @@ msgid "type" msgstr "tipo" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2622,7 +2627,7 @@ msgstr "" msgid "last updated" msgstr "última actualización" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "ruta" @@ -2687,60 +2692,60 @@ msgstr "archivos gestionados" msgid "A {model} with this file path already exists ({path})." msgstr "UN {model} con esta ruta de archivo ya existe ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "programado" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "intervalo" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Intervalo de recurrencia (en minutos)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "iniciado" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "completado" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "dato" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "error" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ID de trabajo" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "trabajo" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "trabajos" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "No se pueden asignar trabajos a este tipo de objeto ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "Estado no válido para la terminación del trabajo. Las opciones son: " "{choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2759,11 +2764,11 @@ msgid "Full Name" msgstr "Nombre completo" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2791,9 +2796,10 @@ msgid "Last updated" msgstr "Última actualización" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3086,7 +3092,7 @@ msgstr "De atrás hacia adelante" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3211,7 +3217,7 @@ msgid "Virtual" msgstr "Virtual" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3253,10 +3259,10 @@ msgid "Cellular" msgstr "Celular" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "serie" @@ -3295,7 +3301,7 @@ msgstr "Etiquetado" msgid "Tagged (All)" msgstr "Etiquetado (Todos)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-in-Q (802.1ad)" @@ -3335,7 +3341,7 @@ msgstr "USB" msgid "Fiber" msgstr "Fibra" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Conectado" @@ -3424,7 +3430,7 @@ msgstr "Ubicación principal (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Fabricante (ID)" @@ -3432,7 +3438,7 @@ msgstr "Fabricante (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Fabricante (babosa)" @@ -3445,14 +3451,14 @@ msgid "Rack type (ID)" msgstr "Tipo de bastidor (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Función (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3460,7 +3466,8 @@ msgid "Role (slug)" msgstr "Rol (babosa)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Rack (ID)" @@ -3538,7 +3545,7 @@ msgid "Has inventory items" msgstr "Tiene artículos de inventario" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Tipo de dispositivo (ID)" @@ -3546,11 +3553,11 @@ msgstr "Tipo de dispositivo (ID)" msgid "Module type (ID)" msgstr "Tipo de módulo (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Puerto de alimentación (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Artículo del inventario principal (ID)" @@ -3576,9 +3583,9 @@ msgstr "Plataforma (ID)" msgid "Platform (slug)" msgstr "Plataforma (babosa)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Nombre del sitio (slug)" @@ -3608,8 +3615,8 @@ msgid "Is full depth" msgstr "Es de profundidad total" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3661,102 +3668,103 @@ msgstr "Tipo de módulo (modelo)" msgid "Module bay (ID)" msgstr "Bahía de módulos (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Rack (nombre)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Dispositivo (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Rack (nombre)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Dispositivo (nombre)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Tipo de dispositivo (modelo)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Función del dispositivo (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Función del dispositivo (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Chasis virtual (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Chasis virtual" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Módulo (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Cable (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Máquina virtual (nombre)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Máquina virtual (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Interfaz (nombre)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Interfaz VM (nombre)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Interfaz de máquina virtual (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Modo 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "VLAN asignada" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "VID asignado" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3788,18 +3796,18 @@ msgstr "VID asignado" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (ROJO)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3811,11 +3819,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Política de traducción de VLAN (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3826,31 +3834,31 @@ msgstr "Política de traducción de VLAN (ID)" msgid "VLAN Translation Policy" msgstr "Política de traducción de VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Interfaces de chasis virtuales para dispositivos" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Interfaces de chasis virtuales para dispositivos (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Tipo de interfaz" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Interfaz principal (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Interfaz puenteada (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Interfaz LAG (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3858,78 +3866,78 @@ msgstr "Interfaz LAG (ID)" msgid "MAC Address" msgstr "Dirección MAC" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Dirección MAC principal (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Dirección MAC principal" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Contexto de dispositivo virtual" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Contexto de dispositivo virtual (identificador)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "LAN inalámbrica" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Enlace inalámbrico" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Terminación de circuito virtual (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Compartimento del módulo principal (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Módulo instalado (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Dispositivo instalado (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Dispositivo instalado (nombre)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Maestro (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Maestro (nombre)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Inquilino (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Inquilino (babosa)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Inacabado" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Panel de alimentación (ID)" @@ -3944,15 +3952,15 @@ msgstr "Panel de alimentación (ID)" msgid "Tags" msgstr "Etiquetas" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Posición" @@ -3991,7 +3999,7 @@ msgstr "Zona horaria" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4131,8 +4139,8 @@ msgid "Serial Number" msgstr "Número de serie" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Etiqueta de activo" @@ -4154,13 +4162,13 @@ msgstr "Flujo de aire" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4173,9 +4181,9 @@ msgstr "Estante" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Hardware" @@ -4293,7 +4301,7 @@ msgid "Configuration" msgstr "Configuración" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualización" @@ -4325,13 +4333,13 @@ msgstr "Tipo de módulo" msgid "Label" msgstr "Etiqueta" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Longitud" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Unidad de longitud" @@ -4341,33 +4349,33 @@ msgid "Domain" msgstr "Dominio" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Panel de alimentación" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Suministro" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Fase" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Tensión" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Amperaje" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Utilización máxima" @@ -4406,7 +4414,7 @@ msgid "Management only" msgstr "Solo administración" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4414,14 +4422,14 @@ msgid "PoE mode" msgstr "Modo PoE" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Tipo de PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Función inalámbrica" @@ -4451,8 +4459,8 @@ msgid "Virtual device contexts" msgstr "Contextos de dispositivos virtuales" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4476,7 +4484,7 @@ msgstr "Modo" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "Grupo de VLAN" @@ -4519,7 +4527,7 @@ msgstr "Grupo LAN inalámbrico" msgid "Wireless LANs" msgstr "LAN inalámbricas" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4537,7 +4545,7 @@ msgstr "Dirigiéndose" msgid "Operation" msgstr "Operación" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4549,7 +4557,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Interfaces relacionadas" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4848,7 +4856,7 @@ msgstr "" msgid "Physical medium" msgstr "Medio físico" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Dúplex" @@ -5099,7 +5107,7 @@ msgstr "Dirección IPv6 con longitud de prefijo, por ejemplo, 2001:db8: :1/64" msgid "MTU" msgstr "MUT" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5108,7 +5116,7 @@ msgstr "" "Las VLAN etiquetadas ({vlans}) deben pertenecer al mismo sitio que el " "dispositivo o máquina virtual principal de la interfaz o deben ser globales" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5116,7 +5124,7 @@ msgstr "" "No se puede instalar el módulo con valores de marcador de posición en un " "compartimento de módulos sin una posición definida." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5126,12 +5134,12 @@ msgstr "" "árbol de compartimentos de módulos {level} en un árbol, pero {tokens} " "marcadores de posición dados." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "No puede adoptar {model} {name} porque ya pertenece a un módulo" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "UN {model} llamado {name} ya existe" @@ -5213,17 +5221,17 @@ msgstr "Tiene contextos de dispositivos virtuales" msgid "Cluster group" msgstr "Grupo de clústeres" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Cableado" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Ocupado" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5237,66 +5245,66 @@ msgstr "Ocupado" msgid "Connection" msgstr "Conexión" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Amable" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Solo administración" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "Modo 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Canal inalámbrico" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Frecuencia de canal (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Ancho de canal (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Potencia de transmisión (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Cable" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Descubierto" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Dispositivo asignado" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "VM asignada" @@ -5573,8 +5581,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "Una dirección MAC solo se puede asignar a un único objeto." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5582,7 +5590,7 @@ msgstr "" "Se admiten los rangos alfanuméricos. (Debe coincidir con el número de " "objetos que se están creando)." -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5591,19 +5599,19 @@ msgstr "" "El patrón proporcionado especifica {value_count} valores, pero " "{pattern_count} se esperan." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Puertos traseros" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Seleccione una asignación de puerto posterior para cada puerto frontal que " "se vaya a crear." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5613,7 +5621,7 @@ msgstr "" "({frontport_count}) debe coincidir con el número seleccionado de posiciones " "de los puertos traseros ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5623,18 +5631,18 @@ msgstr "" "coincidir con el número seleccionado de posiciones de los puertos traseros " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Miembros" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Posición inicial" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5642,69 +5650,69 @@ msgstr "" "Posición del primer dispositivo miembro. Aumenta en uno por cada miembro " "adicional." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Se debe especificar un puesto para el primer miembro del VC." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "etiqueta" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "longitud" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "unidad de longitud" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "cable" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "cables" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Debe especificar una unidad al configurar la longitud de un cable" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "Debe definir las terminaciones A y B al crear un cable nuevo." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "No se pueden conectar diferentes tipos de terminaciones al mismo extremo del" " cable." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Tipos de terminación incompatibles: {type_a} y {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "Las terminaciones A y B no pueden conectarse al mismo objeto." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "fin" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "terminación de cable" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "terminaciones de cables" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5713,68 +5721,68 @@ msgstr "" "Se encontró una terminación duplicada para {app_label}.{model} " "{termination_id}: cable {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Los cables no se pueden terminar en {type_display} interfaz" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Es posible que las terminaciones de circuito conectadas a la red de un " "proveedor no estén cableadas." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "está activo" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "está completo" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "está dividido" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "ruta de cable" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "rutas de cable" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "Todas las terminaciones originarias deben adjuntarse al mismo enlace" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Todas las terminaciones de tramo intermedio deben tener el mismo tipo de " "terminación" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Todas las terminaciones intermedias deben tener el mismo objeto principal" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Todos los enlaces deben ser por cable o inalámbricos" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Todos los enlaces deben coincidir con el primer tipo de enlace" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Todos los recuentos de posiciones dentro de la ruta en los extremos opuestos" " de los enlaces deben coincidir" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Falta el filtro de posición de terminación remota" @@ -7305,7 +7313,7 @@ msgstr "Accesible" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7359,7 +7367,7 @@ msgstr "Posición VC" msgid "VC Priority" msgstr "Prioridad VC" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Dispositivo principal" @@ -7386,7 +7394,7 @@ msgstr "tomas de corriente" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7425,7 +7433,7 @@ msgstr "Bahía de módulos" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7535,7 +7543,7 @@ msgid "Module Types" msgstr "Tipos de módulos" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Plataformas" @@ -7560,7 +7568,7 @@ msgid "Instances" msgstr "Instancias" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7571,7 +7579,7 @@ msgid "Console Ports" msgstr "Puertos de consola" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7582,7 +7590,7 @@ msgid "Console Server Ports" msgstr "Puertos de servidor de consola" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7593,7 +7601,7 @@ msgid "Power Ports" msgstr "Puertos de alimentación" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7604,7 +7612,7 @@ msgid "Power Outlets" msgstr "Tomas de corriente" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7614,7 +7622,7 @@ msgid "Front Ports" msgstr "Puertos frontales" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7625,7 +7633,7 @@ msgid "Rear Ports" msgstr "Puertos traseros" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7633,7 +7641,7 @@ msgid "Device Bays" msgstr "Bahías de dispositivos" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7716,50 +7724,50 @@ msgstr "Reservaciones" msgid "Non-Racked Devices" msgstr "Dispositivos no rakeados" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Contexto de configuración" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Configuración de renderizado" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Máquinas virtuales" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Dispositivo instalado {device} en la bahía {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Dispositivo eliminado {device} desde la bahía {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Niños" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Miembro agregado {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "" "No se puede eliminar el dispositivo maestro {device} desde el chasis " "virtual." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Eliminado {device} desde un chasis virtual {chassis}" @@ -7903,7 +7911,7 @@ msgid "Failure" msgstr "Fracaso" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8202,7 +8210,7 @@ msgid "Group name" msgstr "Nombre del grupo" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8268,7 +8276,7 @@ msgid "As attachment" msgstr "Como archivo adjunto" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Compartido" @@ -8452,7 +8460,7 @@ msgid "Field type" msgstr "Tipo de campo" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Opciones" @@ -9637,74 +9645,74 @@ msgstr "Parámetros de ejecución del script" msgid "Dismiss" msgstr "Descartar" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Tipos de objetos" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Valide la singularidad" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Visible" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Editable" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Tipo de objeto relacionado" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Set de elección" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Se puede clonar" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Valor mínimo" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Valor máximo" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Regex de validación" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Contar" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Ordenar alfabéticamente" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Ventana nueva" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Como archivo adjunto" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9713,54 +9721,54 @@ msgstr "Como archivo adjunto" msgid "Data File" msgstr "Archivo de datos" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Sincronizado" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Imagen" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Tamaño (bytes)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Leer" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Validación SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Tipos de eventos" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Funciones del dispositivo" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Comentarios (cortos)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Línea" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Nivel" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Mensaje" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Método" @@ -9801,32 +9809,32 @@ msgstr "Atributo no válido»{name}«para solicitar" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Atributo no válido»{name}«para {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Se ha producido un error al renderizar la plantilla: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Tu panel de control se ha restablecido." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Widget añadido: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Widget actualizado: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Widget eliminado: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Error al eliminar el widget: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "" "No se puede ejecutar el script: el proceso de trabajo de RQ no se está " @@ -10068,10 +10076,18 @@ msgstr "dirección IP" msgid "Primary IPv4 (ID)" msgstr "IPv4 principal (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "IPv4 principal (dirección)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "IPv6 principal (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "IPv6 principal (dirección)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Introduzca una dirección IPv4 o IPv6 válida (sin máscara)." @@ -10130,17 +10146,17 @@ msgstr "Fecha añadida" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "Grupo VLAN" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10218,12 +10234,12 @@ msgstr "Clave de autenticación" msgid "Authentication" msgstr "AUTENTICACIÓN" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Intervalos de ID de VLAN" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Función de Q-in-Q" @@ -10345,7 +10361,7 @@ msgstr "Grupo de VLAN asignado" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "VLAN de servicio (para VLAN de clientes de Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Política de traducción de VLAN" @@ -10435,7 +10451,7 @@ msgstr "Asignado a una interfaz" msgid "DNS Name" msgstr "Nombre DNS" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10446,11 +10462,11 @@ msgstr "VLAN" msgid "Contains VLAN ID" msgstr "Contiene el identificador de VLAN" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "ID de VLAN local" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "ID de VLAN remota" @@ -10458,7 +10474,7 @@ msgstr "ID de VLAN remota" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "IDENTIFICADOR DE VLAN" @@ -10576,7 +10592,7 @@ msgstr "Desde plantilla" msgid "Custom" msgstr "Personalizado" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10907,33 +10923,33 @@ msgid "" msgstr "" "Un servicio debe estar asociado a un dispositivo o a una máquina virtual." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "Grupos de VLAN" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "No se puede establecer scope_type sin scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "No se puede establecer scope_id sin scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "El ID de VLAN inicial está dentro del rango ({value}) no puede ser inferior " "a {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "El ID de VLAN final está dentro del rango ({value}) no puede superar " "{maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10942,36 +10958,36 @@ msgstr "" "El ID de VLAN final dentro del rango debe ser mayor o igual que el ID de " "VLAN inicial ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Los rangos no se pueden superponer." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "El sitio específico al que está asignada esta VLAN (si existe)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Grupo de VLAN (opcional)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "ID de VLAN numérico (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Estado operativo de esta VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "La función principal de esta VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Designación de VLAN de cliente/servicio (para Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10982,23 +10998,32 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"El sitio asignado {site} no es miembro del grupo asignado {group} (alcance: " +"{scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "El VID debe estar en rangos {ranges} para VLAN en grupo {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Solo las VLAN de clientes de Q-in-Q pueden asignarse a una VLAN de servicio." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Se debe asignar una VLAN de cliente de Q-in-Q a una VLAN de servicio." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Políticas de traducción de VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Regla de traducción de VLAN" @@ -11914,15 +11939,15 @@ msgid "Customization" msgstr "Personalización" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Campos personalizados" @@ -12405,7 +12430,7 @@ msgstr "Cambiar contraseña" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12430,7 +12455,7 @@ msgstr "Cancelar" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13304,7 +13329,7 @@ msgid "Create VDC" msgstr "Crear VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Administración" @@ -13422,22 +13447,22 @@ msgstr "Agregar puerto de alimentación" msgid "Add Rear Ports" msgstr "Agregar puertos traseros" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Bahía para padres" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Regenera a Slug" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Eliminar" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Datos de contexto de configuración local" @@ -13530,11 +13555,11 @@ msgstr "Marcado como conectado" msgid "Connection Status" msgstr "Estado de conexión" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Un lado" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Lado B" @@ -13875,7 +13900,7 @@ msgstr "Fijación" msgid "Add Member" msgstr "Agregar miembro" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Dispositivos de los miembros" @@ -13904,7 +13929,7 @@ msgstr "Guardar y añadir otro" msgid "Editing Virtual Chassis %(name)s" msgstr "Edición de chasis virtuales %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Bastidor/unidad" @@ -15900,11 +15925,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "«{field_name}\"es un nombre de campo de acceso no válido." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "El tipo de objeto debe especificarse como».»" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Tipo de objeto no válido" @@ -15996,41 +16021,41 @@ msgstr "" "Intervalo no válido: valor final ({end}) debe ser mayor que el valor inicial" " ({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Cabecera de columna duplicada o conflictiva para»{field}»" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Cabecera de columna duplicada o conflictiva para»{header}»" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Fila {row}: Esperado {count_expected} columnas pero encontradas " "{count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Encabezado de columna inesperado»{field}«encontrado." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Columna»{field}\"no es un objeto relacionado; no puede usar puntos" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "" "Atributo de objeto relacionado no válido para la columna»{field}«: " "{to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Encabezado de columna obligatorio»{header}«no se encontró." diff --git a/netbox/translations/fr/LC_MESSAGES/django.mo b/netbox/translations/fr/LC_MESSAGES/django.mo index 834c41062..7a911bfe5 100644 Binary files a/netbox/translations/fr/LC_MESSAGES/django.mo and b/netbox/translations/fr/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/fr/LC_MESSAGES/django.po b/netbox/translations/fr/LC_MESSAGES/django.po index 8f00632ee..3006f723b 100644 --- a/netbox/translations/fr/LC_MESSAGES/django.po +++ b/netbox/translations/fr/LC_MESSAGES/django.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: French (https://app.transifex.com/netbox-community/teams/178115/fr/)\n" @@ -44,7 +44,7 @@ msgstr "Écriture activée" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -75,26 +75,26 @@ msgstr "Dernière utilisation" msgid "Allowed IPs" msgstr "IP autorisées" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Connecté en tant que {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Vous êtes déconnecté." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Vos préférences ont été mises à jour." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "Les informations d'identification utilisateur authentifiées par LDAP ne " "peuvent pas être modifiées dans NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Votre mot de passe a été modifié avec succès." @@ -115,7 +115,7 @@ msgstr "Approvisionnement" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -178,10 +178,10 @@ msgstr "Spoke" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Région (ID)" @@ -190,10 +190,11 @@ msgstr "Région (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Région (slug)" @@ -201,10 +202,11 @@ msgstr "Région (slug)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Groupe de sites (ID)" @@ -212,18 +214,18 @@ msgstr "Groupe de sites (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Groupe de sites (slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -231,28 +233,29 @@ msgstr "Groupe de sites (slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -328,19 +331,19 @@ msgstr "Type de circuit (slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Site (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Lieu (ID)" @@ -351,8 +354,8 @@ msgstr "Terminaison A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -382,8 +385,8 @@ msgstr "Rechercher" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -395,7 +398,8 @@ msgstr "Circuit" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Emplacement (slug)" @@ -415,7 +419,7 @@ msgstr "Circuit (ID)" msgid "Virtual circuit (CID)" msgstr "Circuit virtuel (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Circuit virtuel (ID)" @@ -452,7 +456,7 @@ msgid "Virtual circuit" msgstr "Circuit virtuel" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Interface (ID)" @@ -498,7 +502,7 @@ msgstr "Numéros d'AS" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -633,8 +637,8 @@ msgstr "Description" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -664,13 +668,13 @@ msgstr "Identifiant du service" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -690,7 +694,7 @@ msgstr "Couleur" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -704,18 +708,18 @@ msgstr "Couleur" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -780,9 +784,9 @@ msgstr "Identifiant de compte du prestataire" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -856,8 +860,8 @@ msgstr "Statut" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -965,13 +969,13 @@ msgstr "Paramètres du service" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -1004,10 +1008,10 @@ msgstr "Attributs" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1066,11 +1070,11 @@ msgstr "Détails de terminaison" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1096,7 +1100,7 @@ msgstr "Réseau de fournisseurs" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1249,7 +1253,7 @@ msgstr "Interface" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1258,14 +1262,15 @@ msgstr "Interface" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1274,7 +1279,7 @@ msgstr "Interface" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1293,7 +1298,7 @@ msgstr "Emplacement" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1310,21 +1315,21 @@ msgstr "Contacts" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1341,12 +1346,12 @@ msgstr "Région" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1374,14 +1379,14 @@ msgstr "Côté terme" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Affectation" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1437,7 +1442,7 @@ msgstr "Type de circuit" msgid "Group Assignment" msgstr "Affectation de groupe" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1469,14 +1474,14 @@ msgstr "ID de circuit unique" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1578,7 +1583,7 @@ msgstr "ID du panneau de raccordement et numéro (s) de port" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1602,7 +1607,7 @@ msgstr "" #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1617,8 +1622,8 @@ msgstr "" #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1641,7 +1646,7 @@ msgstr "Nom complet du fournisseur" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1710,7 +1715,7 @@ msgid "virtual circuit terminations" msgstr "terminaisons de circuits virtuels" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1732,12 +1737,12 @@ msgstr "terminaisons de circuits virtuels" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1836,7 +1841,7 @@ msgid "Name" msgstr "Nom" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1856,21 +1861,21 @@ msgstr "Circuits" msgid "Circuit ID" msgstr "Identifiant du circuit" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Côté A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Côté Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Bande passante garantie" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1880,13 +1885,13 @@ msgstr "Bande passante garantie" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1901,30 +1906,30 @@ msgstr "Bande passante garantie" msgid "Comments" msgstr "Commentaires" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Allocations" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Côté" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Type de terminaison" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Point de terminaison" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Groupe de sites" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1963,17 +1968,17 @@ msgstr "Terminaisons" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1990,7 +1995,7 @@ msgstr "Terminaisons" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -2003,7 +2008,7 @@ msgstr "Terminaisons" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2024,12 +2029,12 @@ msgstr "Terminaisons" msgid "Device" msgstr "Appareil" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Aucune terminaison n'a été définie pour le circuit {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Terminaisons échangées pour le circuit {circuit}." @@ -2240,13 +2245,13 @@ msgstr "Nom d'utilisateur" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2277,8 +2282,8 @@ msgstr "Ignorer les règles" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2302,9 +2307,9 @@ msgid "Creation" msgstr "Création" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2346,7 +2351,7 @@ msgstr "Terminé avant" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2360,7 +2365,7 @@ msgid "User" msgstr "Utilisateur" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Heure" @@ -2517,7 +2522,7 @@ msgstr "" "d'objet ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2553,7 +2558,7 @@ msgstr "Configuration actuelle" msgid "Config revision #{id}" msgstr "Révision de configuration #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2575,7 +2580,7 @@ msgid "type" msgstr "type" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2639,7 +2644,7 @@ msgstr "" msgid "last updated" msgstr "dernière mise à jour" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "chemin" @@ -2704,60 +2709,60 @@ msgstr "fichiers gérés" msgid "A {model} with this file path already exists ({path})." msgstr "UNE {model} avec ce chemin de fichier existe déjà ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "prévu" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "intervalle" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Intervalle de récurrence (en minutes)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "commencé" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "terminé" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "données" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "erreur" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ID de tâche" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "tâche" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "tâches" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Les tâches ne peuvent pas être attribuées à ce type d'objet ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "Statut invalide pour l'arrêt de la tâche. Les choix sont les suivants : " "{choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2776,11 +2781,11 @@ msgid "Full Name" msgstr "Nom complet" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2808,9 +2813,10 @@ msgid "Last updated" msgstr "Dernière mise à jour" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3103,7 +3109,7 @@ msgstr "De l'arrière vers l'avant" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3228,7 +3234,7 @@ msgid "Virtual" msgstr "Virtuel" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3270,10 +3276,10 @@ msgid "Cellular" msgstr "Cellulaire" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Série" @@ -3312,7 +3318,7 @@ msgstr "Tagué" msgid "Tagged (All)" msgstr "Tagué (Tous)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Qin-Q (802.1ad)" @@ -3352,7 +3358,7 @@ msgstr "USB" msgid "Fiber" msgstr "Fibre" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Connecté" @@ -3441,7 +3447,7 @@ msgstr "Localisation du parent (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Fabricant (ID)" @@ -3449,7 +3455,7 @@ msgstr "Fabricant (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Fabricant (slug)" @@ -3462,14 +3468,14 @@ msgid "Rack type (ID)" msgstr "Type de baie (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Rôle (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3477,7 +3483,8 @@ msgid "Role (slug)" msgstr "Rôle (slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Baie (ID)" @@ -3555,7 +3562,7 @@ msgid "Has inventory items" msgstr "Possède des articles en inventaire" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Type d'appareil (ID)" @@ -3563,11 +3570,11 @@ msgstr "Type d'appareil (ID)" msgid "Module type (ID)" msgstr "Type de module (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Port d'alimentation (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Article d'inventaire parent (ID)" @@ -3593,9 +3600,9 @@ msgstr "Plateforme (ID)" msgid "Platform (slug)" msgstr "Plateforme (slug)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Nom du site (slug)" @@ -3625,8 +3632,8 @@ msgid "Is full depth" msgstr "Est en pleine profondeur" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3678,102 +3685,103 @@ msgstr "Type de module (modèle)" msgid "Module bay (ID)" msgstr "Baie modulaire (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Baie (nom)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Appareil (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Baie (nom)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Appareil (nom)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Type d'appareil (modèle)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Rôle de l'appareil (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Rôle de l'appareil (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Châssis virtuel (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Châssis virtuel" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Module (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Câble (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Machine virtuelle (nom)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Machine virtuelle (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Interface (nom)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Interface de machine virtuelle (nom)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Interface de machine virtuelle (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Mode 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "VLAN attribué" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "VID attribué" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3805,18 +3813,18 @@ msgstr "VID attribué" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3828,11 +3836,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Politique de traduction VLAN (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3843,31 +3851,31 @@ msgstr "Politique de traduction VLAN (ID)" msgid "VLAN Translation Policy" msgstr "Politique de traduction VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Interfaces de châssis virtuelles pour appareils" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Interfaces de châssis virtuel pour le périphérique (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Type d'interface" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Interface parent (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Interface pontée (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Interface LAG (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3875,78 +3883,78 @@ msgstr "Interface LAG (ID)" msgid "MAC Address" msgstr "Adresse MAC" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Adresse MAC principale (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Adresse MAC principale" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Contexte du périphérique virtuel" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Contexte du périphérique virtuel (Identifiant)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "LAN sans fil" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Liaison sans fil" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Terminaison du circuit virtuel (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Baie du module parent (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Module installé (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Appareil installé (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Appareil installé (nom)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Maître (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Master (nom)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Entité (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Entité (slug)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Non terminé" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Panneau d'alimentation (ID)" @@ -3961,15 +3969,15 @@ msgstr "Panneau d'alimentation (ID)" msgid "Tags" msgstr "Étiquettes" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Position" @@ -4008,7 +4016,7 @@ msgstr "Fuseau horaire" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4148,8 +4156,8 @@ msgid "Serial Number" msgstr "Numéro de série" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Étiquette d'actif" @@ -4171,13 +4179,13 @@ msgstr "Flux d'air" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4190,9 +4198,9 @@ msgstr "Baie" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Matériel" @@ -4310,7 +4318,7 @@ msgid "Configuration" msgstr "Configuration" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualisation" @@ -4342,13 +4350,13 @@ msgstr "Type de module" msgid "Label" msgstr "Libellé" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Longueur" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Unité de longueur" @@ -4358,33 +4366,33 @@ msgid "Domain" msgstr "Domaine" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "panneau d'alimentation" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Approvisionnement" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Phase" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "tension" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Ampérage" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Utilisation maximale" @@ -4423,7 +4431,7 @@ msgid "Management only" msgstr "Gestion uniquement" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4431,14 +4439,14 @@ msgid "PoE mode" msgstr "Mode PoE" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Type PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Rôle sans fil" @@ -4468,8 +4476,8 @@ msgid "Virtual device contexts" msgstr "Contextes des appareils virtuels" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4493,7 +4501,7 @@ msgstr "Mode" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "groupe VLAN" @@ -4536,7 +4544,7 @@ msgstr "Groupe LAN sans fil" msgid "Wireless LANs" msgstr "Réseaux locaux sans fil" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4554,7 +4562,7 @@ msgstr "Adressage" msgid "Operation" msgstr "Fonctionnement" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4566,7 +4574,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Interfaces associées" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4863,7 +4871,7 @@ msgstr "" msgid "Physical medium" msgstr "Support physique" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Duplex" @@ -5114,7 +5122,7 @@ msgstr "Adresse IPv6 avec longueur de préfixe, par exemple 2001:db8 : :1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5124,7 +5132,7 @@ msgstr "" "l'appareil/la machine virtuelle parente de l'interface, ou ils doivent être " "globaux" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5132,7 +5140,7 @@ msgstr "" "Impossible d'installer le module avec des valeurs d'espace réservé dans une " "baie de modules dont aucune position n'est définie." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5142,13 +5150,13 @@ msgstr "" "arborescence de modules {level} dans un arbre mais {tokens} espaces réservés" " donnés." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "" "Impossible d'adopter {model} {name} car il appartient déjà à un module" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "UN {model} nommé {name} existe déjà" @@ -5230,17 +5238,17 @@ msgstr "Possède des contextes de périphériques virtuels" msgid "Cluster group" msgstr "Groupe de clusters" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "câblé" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Occupé" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5254,66 +5262,66 @@ msgstr "Occupé" msgid "Connection" msgstr "Connexion" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Type" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Gestion uniquement" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "Mode 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Canal sans fil" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Fréquence du canal (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Largeur du canal (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Puissance de transmission (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "câble" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Découvert" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Appareil attribué" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Machine virtuelle attribuée" @@ -5589,8 +5597,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "Une adresse MAC ne peut être attribuée qu'à un seul objet." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5598,7 +5606,7 @@ msgstr "" "Les plages alphanumériques sont prises en charge. (Doit correspondre au " "nombre d'objets en cours de création.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5607,17 +5615,17 @@ msgstr "" "Le modèle fourni spécifie {value_count} des valeurs, mais {pattern_count} " "sont attendus." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Ports arrière" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "Associer un port arrière à chaque port avant en cours de création." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5627,7 +5635,7 @@ msgstr "" "correspondre au nombre sélectionné de positions des ports arrière " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5636,18 +5644,18 @@ msgstr "" "Le nombre de ports frontaux à créer ({frontport_count}) doit correspondre au" " nombre sélectionné de positions des ports arrière ({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Membres" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Position initiale" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5655,72 +5663,72 @@ msgstr "" "Position du premier dispositif membre. Augmente d'une unité pour chaque " "membre supplémentaire." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Une position doit être spécifiée pour le premier membre du VC." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "étiquette" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "longueur" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "unité de longueur" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "câble" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "câbles" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "" "Vous devez spécifier une unité lors du réglage de la longueur du câble" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "" "Vous devez définir les terminaisons A et B lors de la création d'un nouveau " "câble." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Impossible de connecter différents types de terminaisons à la même extrémité" " du câble." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Types de terminaison incompatibles : {type_a} et {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "Les terminaisons A et B ne peuvent pas se connecter au même objet." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "fin" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "terminaison de câble" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "terminaisons de câble" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5729,68 +5737,68 @@ msgstr "" "Un doublon de terminaison a été trouvé pour {app_label}.{model} " "{termination_id}: câble {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Les câbles ne peuvent pas être raccordés à {type_display} interfaces" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Les terminaisons de circuit connectées au réseau d'un fournisseur peuvent ne" " pas être câblées." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "est actif" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "est terminé" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "est divisé" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "chemin de câble" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "chemins de câbles" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "Toutes les terminaisons d'origine doivent être jointes au même lien" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Toutes les terminaisons à mi-distance doivent avoir le même type de " "terminaison" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Toutes les terminaisons à mi-travée doivent avoir le même objet parent" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Toutes les liaisons doivent être câblées ou sans fil" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Tous les liens doivent correspondre au premier type de lien" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Toutes les positions dénombrées dans le chemin aux extrémités opposées des " "liens doivent correspondre" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Le filtre de position de terminaison à distance est manquant" @@ -7318,7 +7326,7 @@ msgstr "Joignable" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7372,7 +7380,7 @@ msgstr "Position en VC" msgid "VC Priority" msgstr "Priorité VC" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Appareil parent" @@ -7399,7 +7407,7 @@ msgstr "Prises de courant" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7438,7 +7446,7 @@ msgstr "Module Bay" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7548,7 +7556,7 @@ msgid "Module Types" msgstr "Types de modules" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Plateformes" @@ -7573,7 +7581,7 @@ msgid "Instances" msgstr "Instances" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7584,7 +7592,7 @@ msgid "Console Ports" msgstr "Ports de console" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7595,7 +7603,7 @@ msgid "Console Server Ports" msgstr "Ports du serveur de consoles" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7606,7 +7614,7 @@ msgid "Power Ports" msgstr "Ports d'alimentation" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7617,7 +7625,7 @@ msgid "Power Outlets" msgstr "Prises de courant" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7627,7 +7635,7 @@ msgid "Front Ports" msgstr "Ports avant" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7638,7 +7646,7 @@ msgid "Rear Ports" msgstr "Ports arrière" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7646,7 +7654,7 @@ msgid "Device Bays" msgstr "Baies pour appareils" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7729,50 +7737,50 @@ msgstr "Réservations" msgid "Non-Racked Devices" msgstr "Appareils non mis en baie" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Contexte de configuration" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Configuration du rendu" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Machines virtuelles" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Appareil installé {device} dans la baie {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Appareil retiré {device} depuis la baie {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Enfants" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Membre ajouté {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "" "Impossible de supprimer le périphérique principal {device} depuis le châssis" " virtuel." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Supprimé {device} depuis un châssis virtuel {chassis}" @@ -7917,7 +7925,7 @@ msgid "Failure" msgstr "Défaillance" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8221,7 +8229,7 @@ msgid "Group name" msgstr "Nom du groupe" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8287,7 +8295,7 @@ msgid "As attachment" msgstr "En pièce jointe" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Partagé" @@ -8471,7 +8479,7 @@ msgid "Field type" msgstr "Type de champ" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Choix" @@ -9667,74 +9675,74 @@ msgstr "Paramètres d'exécution du script" msgid "Dismiss" msgstr "Rejeter" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Types d'objets" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Valider le caractère" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Visible" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Modifiable" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Type d'objet associé" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Coffret Choice" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Est clonable" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Valeur minimale" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Valeur maximale" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Regex de validation" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Compter" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Ordre alphabétique" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Nouvelle fenêtre" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "En tant que pièce jointe" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9743,54 +9751,54 @@ msgstr "En tant que pièce jointe" msgid "Data File" msgstr "Fichier de données" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Synchronisé" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Image" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Taille (octets)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Lisez" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Validation SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Types d'événements" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Rôles des appareils" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Commentaires (courts)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Ligne" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Niveau" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Message" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Méthode" @@ -9832,32 +9840,32 @@ msgstr "Attribut non valide »{name}« pour demande" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Attribut non valide »{name}« pour {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Une erreur s'est produite lors du rendu du modèle : {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Votre tableau de bord a été réinitialisé." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Widget ajouté : " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Widget mis à jour : " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Widget supprimé : " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Erreur lors de la suppression du widget : " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "" "Impossible d'exécuter le script : le processus de travail RQ n'est pas en " @@ -10099,10 +10107,18 @@ msgstr "Adresse IP" msgid "Primary IPv4 (ID)" msgstr "IPv4 principal (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "IPv4 principal (adresse)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "IPv6 principal (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "IPv6 principal (adresse)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Entrez une adresse IPv4 ou IPv6 valide (sans masque)." @@ -10161,17 +10177,17 @@ msgstr "Date d'ajout" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "Groupe VLAN" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10249,12 +10265,12 @@ msgstr "Clé d'authentification" msgid "Authentication" msgstr "Authentification" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Plages d'ID VLAN" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Rôle Q-in-Q" @@ -10374,7 +10390,7 @@ msgstr "Groupe VLAN attribué" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Service VLAN (pour les VLAN clients Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Politique de traduction VLAN" @@ -10464,7 +10480,7 @@ msgstr "Affecté à une interface" msgid "DNS Name" msgstr "Nom DNS" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10475,11 +10491,11 @@ msgstr "VLAN" msgid "Contains VLAN ID" msgstr "Contient un ID de VLAN" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "ID de VLAN local" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "ID de VLAN distant" @@ -10487,7 +10503,7 @@ msgstr "ID de VLAN distant" msgid "Q-in-Q/802.1ad" msgstr "Q-en-Q/802.1AD" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "IDENTIFIANT DE VLAN" @@ -10604,7 +10620,7 @@ msgstr "À partir du modèle" msgid "Custom" msgstr "Personnalisé" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10941,32 +10957,32 @@ msgid "" msgstr "" "Un service doit être associé à un appareil ou à une machine virtuelle." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "groupes VLAN" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Impossible de définir scope_type sans scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Impossible de définir scope_id sans scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "ID de VLAN de démarrage dans la plage ({value}) ne peut pas être inférieur à" " {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "Fin de l'ID VLAN dans la plage ({value}) ne peut pas dépasser {maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10975,36 +10991,36 @@ msgstr "" "L'ID VLAN final dans la plage doit être supérieur ou égal à l'ID VLAN de " "départ ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Les plages ne peuvent pas se chevaucher." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "Le site spécifique auquel ce VLAN est associé (le cas échéant)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Groupe VLAN (facultatif)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "ID VLAN numérique (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "État opérationnel de ce VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "La principale fonction de ce VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Désignation du VLAN client/service (pour Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -11015,25 +11031,34 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Le site assigné {site} n'est pas membre du groupe assigné {group} (champ " +"d'application : {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "" "Le VID doit être compris dans des plages {ranges} pour les VLAN en groupe " "{group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Seuls les VLAN clients Q-in-Q peuvent être affectés à un VLAN de service." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Un VLAN client Q-in-Q doit être attribué à un VLAN de service." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Politiques de traduction VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Règle de traduction VLAN" @@ -11955,15 +11980,15 @@ msgid "Customization" msgstr "Personnalisation" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Champs personnalisés" @@ -12450,7 +12475,7 @@ msgstr "Modifier le mot de passe" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12475,7 +12500,7 @@ msgstr "Annuler" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13348,7 +13373,7 @@ msgid "Create VDC" msgstr "Créer un VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Gestion" @@ -13466,22 +13491,22 @@ msgstr "Ajouter un port d'alimentation" msgid "Add Rear Ports" msgstr "Ajouter des ports arrière" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Baie Parent" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Régénérez le slug" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Supprimer" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Données contextuelles de configuration locales" @@ -13574,11 +13599,11 @@ msgstr "Marqué comme connecté" msgid "Connection Status" msgstr "État de la connexion" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Côté A" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Côté B" @@ -13919,7 +13944,7 @@ msgstr "Pièce jointe" msgid "Add Member" msgstr "Ajouter un membre" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Appareils membres" @@ -13948,7 +13973,7 @@ msgstr "Enregistrer et ajouter un autre" msgid "Editing Virtual Chassis %(name)s" msgstr "Édition d'un châssis virtuel %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Baie/Unité" @@ -15944,11 +15969,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "«{field_name}« est un nom de champ d'accès non valide." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Le type d'objet doit être spécifié comme «.»" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Type d'objet non valide" @@ -16038,42 +16063,42 @@ msgstr "" "Plage non valide : la valeur de fin ({end}) doit être supérieur à la valeur " "de départ ({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "En-tête de colonne en double ou en conflit : «{field}»" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "En-tête de colonne en double ou en conflit : «{header}»" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Rangée {row}: il devrait y avoir {count_expected} colonnes mais il y en a " "{count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "En-tête de colonne non prévu : «{field}»." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "" "Colonne »{field}« n'est pas un objet apparenté ; ne peut pas utiliser de " "points" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "" "Attribut d'objet associé non valide pour la colonne »{field}« : {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "En-tête de colonne obligatoire «{header}» introuvable." diff --git a/netbox/translations/it/LC_MESSAGES/django.mo b/netbox/translations/it/LC_MESSAGES/django.mo index 2e71038d8..89ecf18d9 100644 Binary files a/netbox/translations/it/LC_MESSAGES/django.mo and b/netbox/translations/it/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/it/LC_MESSAGES/django.po b/netbox/translations/it/LC_MESSAGES/django.po index c0d5f9d93..2ebb16492 100644 --- a/netbox/translations/it/LC_MESSAGES/django.po +++ b/netbox/translations/it/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Italian (https://app.transifex.com/netbox-community/teams/178115/it/)\n" @@ -36,7 +36,7 @@ msgstr "Scrittura abilitata" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -67,26 +67,26 @@ msgstr "Ultimo utilizzo" msgid "Allowed IPs" msgstr "IP consentiti" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Effettuato l'accesso come {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Ti sei disconnesso." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Le tue preferenze sono state aggiornate." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "Le credenziali utente autenticate con LDAP non possono essere modificate " "all'interno di NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "La tua password è stata cambiata con successo." @@ -107,7 +107,7 @@ msgstr "Approvvigionamento" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -170,10 +170,10 @@ msgstr "Ha parlato" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Regione (ID)" @@ -182,10 +182,11 @@ msgstr "Regione (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Regione (slug)" @@ -193,10 +194,11 @@ msgstr "Regione (slug)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Gruppo del sito (ID)" @@ -204,18 +206,18 @@ msgstr "Gruppo del sito (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Gruppo del sito (slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -223,28 +225,29 @@ msgstr "Gruppo del sito (slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -320,19 +323,19 @@ msgstr "Tipo di circuito (slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Sito (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Ubicazione (ID)" @@ -343,8 +346,8 @@ msgstr "Terminazione A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -374,8 +377,8 @@ msgstr "Cerca" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -387,7 +390,8 @@ msgstr "Circuito" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Posizione (slug)" @@ -407,7 +411,7 @@ msgstr "Circuito (ID)" msgid "Virtual circuit (CID)" msgstr "Circuito virtuale (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Circuito virtuale (ID)" @@ -444,7 +448,7 @@ msgid "Virtual circuit" msgstr "Circuito virtuale" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Interfaccia (ID)" @@ -490,7 +494,7 @@ msgstr "ASN" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -625,8 +629,8 @@ msgstr "Descrizione" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -656,13 +660,13 @@ msgstr "ID del servizio" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -682,7 +686,7 @@ msgstr "Colore" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -696,18 +700,18 @@ msgstr "Colore" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -772,9 +776,9 @@ msgstr "Provider account " #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -848,8 +852,8 @@ msgstr "Status" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -957,13 +961,13 @@ msgstr "Parametri del servizio" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -996,10 +1000,10 @@ msgstr "Attributi" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1058,11 +1062,11 @@ msgstr "Dettagli sulla cessazione" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1088,7 +1092,7 @@ msgstr "Provider network" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1241,7 +1245,7 @@ msgstr "Interfaccia" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1250,14 +1254,15 @@ msgstr "Interfaccia" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1266,7 +1271,7 @@ msgstr "Interfaccia" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1285,7 +1290,7 @@ msgstr "Locazione" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1302,21 +1307,21 @@ msgstr "Contatti" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1333,12 +1338,12 @@ msgstr "Regione" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1366,14 +1371,14 @@ msgstr "Lato del termine" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Assegnazione" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1429,7 +1434,7 @@ msgstr "Tipo di circuito" msgid "Group Assignment" msgstr "Assegnazione di gruppo" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1461,14 +1466,14 @@ msgstr "ID univoco del circuito" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1570,7 +1575,7 @@ msgstr "ID del patch panel e numero/i di porta" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1594,7 +1599,7 @@ msgstr "" #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1609,8 +1614,8 @@ msgstr "" #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1633,7 +1638,7 @@ msgstr "Nome completo del fornitore" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1702,7 +1707,7 @@ msgid "virtual circuit terminations" msgstr "terminazioni di circuiti virtuali" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1724,12 +1729,12 @@ msgstr "terminazioni di circuiti virtuali" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1828,7 +1833,7 @@ msgid "Name" msgstr "Nome" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1848,21 +1853,21 @@ msgstr "Circuiti" msgid "Circuit ID" msgstr "ID circuito" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Lato A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Lato Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Tasso di impegno" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1872,13 +1877,13 @@ msgstr "Tasso di impegno" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1893,30 +1898,30 @@ msgstr "Tasso di impegno" msgid "Comments" msgstr "Commenti" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Incarichi" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Lato" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Tipo di terminazione" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Punto di terminazione" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Gruppo del sito" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1955,17 +1960,17 @@ msgstr "Terminazioni" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1982,7 +1987,7 @@ msgstr "Terminazioni" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1995,7 +2000,7 @@ msgstr "Terminazioni" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2016,12 +2021,12 @@ msgstr "Terminazioni" msgid "Device" msgstr "Dispositivo" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Non sono state definite terminazioni per il circuito {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Terminazioni sostituite per circuito {circuit}." @@ -2233,13 +2238,13 @@ msgstr "Nome utente" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2270,8 +2275,8 @@ msgstr "Ignora le regole" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2295,9 +2300,9 @@ msgid "Creation" msgstr "Creazione" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2339,7 +2344,7 @@ msgstr "Completato prima" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2353,7 +2358,7 @@ msgid "User" msgstr "Utente" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Ora" @@ -2507,7 +2512,7 @@ msgstr "" " ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2543,7 +2548,7 @@ msgstr "Configurazione attuale" msgid "Config revision #{id}" msgstr "Revisione della configurazione #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2565,7 +2570,7 @@ msgid "type" msgstr "tipo" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2628,7 +2633,7 @@ msgstr "" msgid "last updated" msgstr "ultimo aggiornamento" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "sentiero" @@ -2693,60 +2698,60 @@ msgstr "file gestiti" msgid "A {model} with this file path already exists ({path})." msgstr "UN {model} con questo percorso di file esiste già ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "pianificata" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "intervallo" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Intervallo di ricorrenza (in minuti)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "iniziato" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "completato" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "dato" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "errore" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ID lavoro" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "occupazione" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "lavori" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "" "I lavori non possono essere assegnati a questo tipo di oggetto ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "Stato non valido per la cessazione del lavoro. Le scelte sono: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2765,11 +2770,11 @@ msgid "Full Name" msgstr "Nome completo" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2797,9 +2802,10 @@ msgid "Last updated" msgstr "Ultimo aggiornamento" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3092,7 +3098,7 @@ msgstr "Posteriore/anteriore" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3217,7 +3223,7 @@ msgid "Virtual" msgstr "Virtuale" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3259,10 +3265,10 @@ msgid "Cellular" msgstr "Cellulare" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Seriale" @@ -3301,7 +3307,7 @@ msgstr "Taggato" msgid "Tagged (All)" msgstr "Contrassegnati (tutti)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-in-Q (802.1ad)" @@ -3341,7 +3347,7 @@ msgstr "USB" msgid "Fiber" msgstr "Fibra" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Connesso" @@ -3430,7 +3436,7 @@ msgstr "Sede principale (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Produttore (ID)" @@ -3438,7 +3444,7 @@ msgstr "Produttore (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Produttore (lumaca)" @@ -3451,14 +3457,14 @@ msgid "Rack type (ID)" msgstr "Tipo di rack (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Ruolo (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3466,7 +3472,8 @@ msgid "Role (slug)" msgstr "Ruolo (slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Cremagliera (ID)" @@ -3544,7 +3551,7 @@ msgid "Has inventory items" msgstr "Ha articoli di inventario" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Tipo di dispositivo (ID)" @@ -3552,11 +3559,11 @@ msgstr "Tipo di dispositivo (ID)" msgid "Module type (ID)" msgstr "Tipo di modulo (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Porta di alimentazione (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Articolo di inventario principale (ID)" @@ -3582,9 +3589,9 @@ msgstr "Piattaforma (ID)" msgid "Platform (slug)" msgstr "Piattaforma (slug)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Nome del sito (slug)" @@ -3614,8 +3621,8 @@ msgid "Is full depth" msgstr "È a piena profondità" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3667,102 +3674,103 @@ msgstr "Tipo di modulo (modello)" msgid "Module bay (ID)" msgstr "Alloggiamento per moduli (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Rack (nome)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Dispositivo (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Rack (nome)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Dispositivo (nome)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Tipo di dispositivo (modello)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Ruolo del dispositivo (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Ruolo del dispositivo (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Chassis virtuale (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Chassis virtuale" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Modulo (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Cavo (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Macchina virtuale (nome)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Macchina virtuale (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Interfaccia (nome)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Interfaccia VM (nome)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Interfaccia VM (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Modalità 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "VLAN assegnata" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "VID assegnato" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3794,18 +3802,18 @@ msgstr "VID assegnato" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (ROSSO)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3817,11 +3825,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Politica di traduzione VLAN (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3832,31 +3840,31 @@ msgstr "Politica di traduzione VLAN (ID)" msgid "VLAN Translation Policy" msgstr "Politica di traduzione VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Interfacce virtuali dello chassis per dispositivi" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Interfacce virtuali dello chassis per dispositivi (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Tipo di interfaccia" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Interfaccia principale (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Interfaccia con ponte (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Interfaccia LAG (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3864,78 +3872,78 @@ msgstr "Interfaccia LAG (ID)" msgid "MAC Address" msgstr "Indirizzo MAC" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Indirizzo MAC (ID) primario" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Indirizzo MAC primario" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Contesto del dispositivo virtuale" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Contesto del dispositivo virtuale (identificatore)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "LAN senza fili" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Collegamento wireless" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Terminazione del circuito virtuale (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Alloggiamento del modulo principale (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Modulo installato (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Dispositivo installato (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Dispositivo installato (nome)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Maestro (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Master (nome)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Inquilino (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Inquilino (slug)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Interminato" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Pannello di alimentazione (ID)" @@ -3950,15 +3958,15 @@ msgstr "Pannello di alimentazione (ID)" msgid "Tags" msgstr "Etichette" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Posizione" @@ -3997,7 +4005,7 @@ msgstr "Fuso orario" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4137,8 +4145,8 @@ msgid "Serial Number" msgstr "Numero di serie" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Etichetta dell'asset" @@ -4160,13 +4168,13 @@ msgstr "Flusso d'aria" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4179,9 +4187,9 @@ msgstr "cremagliera" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Hardware" @@ -4299,7 +4307,7 @@ msgid "Configuration" msgstr "Configurazione" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualizzazione" @@ -4331,13 +4339,13 @@ msgstr "Tipo di modulo" msgid "Label" msgstr "Etichetta" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Lunghezza" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Unità di lunghezza" @@ -4347,33 +4355,33 @@ msgid "Domain" msgstr "Dominio" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Pannello di alimentazione" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Fornitura" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Fase" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Voltaggio" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Amperaggio" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Utilizzo massimo" @@ -4412,7 +4420,7 @@ msgid "Management only" msgstr "Solo gestione" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4420,14 +4428,14 @@ msgid "PoE mode" msgstr "modalità PoE" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Tipo PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Ruolo wireless" @@ -4457,8 +4465,8 @@ msgid "Virtual device contexts" msgstr "Contesti dei dispositivi virtuali" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4482,7 +4490,7 @@ msgstr "modalità" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "Gruppo VLAN" @@ -4525,7 +4533,7 @@ msgstr "Gruppo LAN wireless" msgid "Wireless LANs" msgstr "LAN wireless" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4543,7 +4551,7 @@ msgstr "Indirizzamento" msgid "Operation" msgstr "Operazione" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4555,7 +4563,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Interfacce correlate" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4855,7 +4863,7 @@ msgstr "" msgid "Physical medium" msgstr "Supporto fisico" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Duplex" @@ -5107,7 +5115,7 @@ msgstr "Indirizzo IPv6 con lunghezza del prefisso, ad esempio 2001:db8: :1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5117,7 +5125,7 @@ msgstr "" "dispositivo/macchina virtuale principale dell'interfaccia oppure devono " "essere globali" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5125,7 +5133,7 @@ msgstr "" "Impossibile installare un modulo con valori segnaposto in un alloggiamento " "per moduli senza una posizione definita." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5134,12 +5142,12 @@ msgstr "" "Impossibile installare un modulo con valori segnaposto in un albero di " "alloggiamento del modulo {level} in un albero ma {tokens} segnaposto dati." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "Non può adottare {model} {name} in quanto appartiene già a un modulo" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "UN {model} denominato {name} esiste già" @@ -5221,17 +5229,17 @@ msgstr "Dispone di contesti di dispositivi virtuali" msgid "Cluster group" msgstr "Gruppo Cluster" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "cablato" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Occupato" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5245,66 +5253,66 @@ msgstr "Occupato" msgid "Connection" msgstr "Connessione" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Gentile" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Solo gestione" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "modalità 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Canale wireless" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Frequenza del canale (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Larghezza del canale (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Potenza di trasmissione (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Cavo" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Scoperto" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Dispositivo assegnato" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "VM assegnata" @@ -5583,8 +5591,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "Un indirizzo MAC può essere assegnato a un solo oggetto." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5592,7 +5600,7 @@ msgstr "" "Sono supportati gli intervalli alfanumerici. (Deve corrispondere al numero " "di oggetti da creare.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5601,19 +5609,19 @@ msgstr "" "Il modello fornito specifica {value_count} valori, ma {pattern_count} sono " "attesi." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Porte posteriori" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Seleziona un'assegnazione della porta posteriore per ogni porta anteriore da" " creare." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5623,7 +5631,7 @@ msgstr "" "corrispondere al numero selezionato di posizioni delle porte posteriori " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5633,18 +5641,18 @@ msgstr "" " al numero selezionato di posizioni delle porte posteriori " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Membri" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Posizione iniziale" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5652,71 +5660,71 @@ msgstr "" "Posizione del primo dispositivo membro. Aumenta di uno per ogni membro " "aggiuntivo." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "È necessario specificare una posizione per il primo membro VC." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "etichetta" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "lunghezza" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "unità di lunghezza" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "cavo" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "cavi" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "" "È necessario specificare un'unità quando si imposta la lunghezza del cavo" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "" "È necessario definire le terminazioni A e B quando si crea un nuovo cavo." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Non è possibile collegare tipi di terminazione diversi alla stessa estremità" " del cavo." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Tipi di terminazione incompatibili: {type_a} e {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "Le terminazioni A e B non possono connettersi allo stesso oggetto." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "fine" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "terminazione del cavo" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "terminazioni dei cavi" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5725,68 +5733,68 @@ msgstr "" "È stata rilevata una terminazione duplicata per {app_label}.{model} " "{termination_id}: cavo {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "I cavi non possono essere terminati {type_display} interfacce" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Le terminazioni dei circuiti collegate alla rete di un provider potrebbero " "non essere cablate." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "è attivo" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "è completo" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "è diviso" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "percorso via cavo" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "percorsi via cavo" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "" "Tutte le terminazioni originarie devono essere allegate allo stesso link" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Tutte le terminazioni mid-span devono avere lo stesso tipo di terminazione" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Tutte le terminazioni mid-span devono avere lo stesso oggetto principale" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Tutti i collegamenti devono essere via cavo o wireless" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Tutti i link devono corrispondere al primo tipo di link" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Tutti i conteggi delle posizioni all'interno del percorso alle estremità " "opposte dei collegamenti devono corrispondere" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Manca il filtro della posizione di terminazione remota" @@ -7331,7 +7339,7 @@ msgstr "Raggiungibile" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7385,7 +7393,7 @@ msgstr "Posizione VC" msgid "VC Priority" msgstr "Priorità VC" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Dispositivo principale" @@ -7412,7 +7420,7 @@ msgstr "Prese di corrente" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7451,7 +7459,7 @@ msgstr "Modulo Bay" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7561,7 +7569,7 @@ msgid "Module Types" msgstr "Tipi di moduli" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "piattaforme" @@ -7586,7 +7594,7 @@ msgid "Instances" msgstr "Istanze" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7597,7 +7605,7 @@ msgid "Console Ports" msgstr "Porte console" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7608,7 +7616,7 @@ msgid "Console Server Ports" msgstr "Porte Console Server" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7619,7 +7627,7 @@ msgid "Power Ports" msgstr "Porte di alimentazione" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7630,7 +7638,7 @@ msgid "Power Outlets" msgstr "Prese di corrente" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7640,7 +7648,7 @@ msgid "Front Ports" msgstr "Porte anteriori" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7651,7 +7659,7 @@ msgid "Rear Ports" msgstr "Porte posteriori" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7659,7 +7667,7 @@ msgid "Device Bays" msgstr "Alloggiamenti per dispositivi" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7742,49 +7750,49 @@ msgstr "Prenotazioni" msgid "Non-Racked Devices" msgstr "Dispositivi non montati su rack" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Contesto di configurazione" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Configurazione del rendering" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Macchine virtuali" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Dispositivo installato {device} nella baia {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Dispositivo rimosso {device} dalla baia {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Bambini" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Membro aggiunto {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "" "Impossibile rimuovere il dispositivo master {device} dallo chassis virtuale." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Rimosso {device} da chassis virtuale {chassis}" @@ -7928,7 +7936,7 @@ msgid "Failure" msgstr "Fallimento" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8232,7 +8240,7 @@ msgid "Group name" msgstr "Nome del gruppo" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8298,7 +8306,7 @@ msgid "As attachment" msgstr "Come allegato" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Condiviso" @@ -8482,7 +8490,7 @@ msgid "Field type" msgstr "Tipo di campo" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Scelte" @@ -9664,74 +9672,74 @@ msgstr "Parametri di esecuzione dello script" msgid "Dismiss" msgstr "Ignora" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Tipi di oggetti" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Convalida l'unicità" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Visibile" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Modificabile" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Tipo di oggetto correlato" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Set di scelta" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "È clonabile" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Valore minimo" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Valore massimo" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Validazione Regex" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Conta" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Ordina alfabeticamente" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Nuova finestra" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Come allegato" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9740,54 +9748,54 @@ msgstr "Come allegato" msgid "Data File" msgstr "File di dati" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Sincronizzato" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Immagine" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Dimensione (byte)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Leggi" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Validazione SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Tipi di eventi" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Ruoli dei dispositivi" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Commenti (brevi)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Linea" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Livello" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Messaggio" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Metodo" @@ -9828,32 +9836,32 @@ msgstr "Attributo non valido»{name}\"per richiesta" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Attributo non valido»{name}\"per {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Si è verificato un errore durante il rendering del modello: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "La tua dashboard è stata reimpostata." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Widget aggiunto: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Widget aggiornato: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Widget eliminato: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Errore durante l'eliminazione del widget: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "" "Impossibile eseguire lo script: processo di lavoro RQ non in esecuzione." @@ -10096,10 +10104,18 @@ msgstr "indirizzo IP" msgid "Primary IPv4 (ID)" msgstr "IPv4 (ID) primario" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "IPv4 primario (indirizzo)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "IPv6 primario (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "IPv6 primario (indirizzo)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Inserisci un indirizzo IPv4 o IPv6 valido (senza maschera)." @@ -10158,17 +10174,17 @@ msgstr "Data aggiunta" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "Gruppo VLAN" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10246,12 +10262,12 @@ msgstr "Chiave di autenticazione" msgid "Authentication" msgstr "Autenticazione" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Intervalli di ID VLAN" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Ruolo Q-in-Q" @@ -10369,7 +10385,7 @@ msgstr "Gruppo VLAN assegnato" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "VLAN di servizio (per le VLAN dei clienti Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Politica di traduzione VLAN" @@ -10459,7 +10475,7 @@ msgstr "Assegnata a un'interfaccia" msgid "DNS Name" msgstr "Nome DNS" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10470,11 +10486,11 @@ msgstr "VLAN" msgid "Contains VLAN ID" msgstr "Contiene l'ID VLAN" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "ID VLAN locale" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "ID VLAN remoto" @@ -10482,7 +10498,7 @@ msgstr "ID VLAN remoto" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "ID VLAN" @@ -10601,7 +10617,7 @@ msgstr "Da modello" msgid "Custom" msgstr "Personalizzato" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10935,32 +10951,32 @@ msgstr "" "Un servizio deve essere associato a un dispositivo o a una macchina " "virtuale." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "Gruppi VLAN" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Impossibile impostare scope_type senza scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Impossibile impostare scope_id senza scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "Avvio dell'ID VLAN nell'intervallo ({value}) non può essere inferiore a " "{minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "Termine dell'ID VLAN nell'intervallo ({value}) non può superare {maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10969,36 +10985,36 @@ msgstr "" "L'ID VLAN finale nell'intervallo deve essere maggiore o uguale all'ID VLAN " "iniziale ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Gli intervalli non possono sovrapporsi." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "Il sito specifico a cui è assegnata questa VLAN (se presente)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Gruppo VLAN (opzionale)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "ID VLAN numerico (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Stato operativo di questa VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "La funzione principale di questa VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Designazione VLAN cliente/servizio (per Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -11009,26 +11025,35 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Il sito assegnato {site} non è un membro del gruppo assegnato {group} " +"(scopo: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "" "Il VID deve essere compreso negli intervalli {ranges} per le VLAN in gruppo " "{group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Solo le VLAN dei clienti Q-in-Q possono essere assegnate a una VLAN di " "servizio." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Una VLAN cliente Q-in-Q deve essere assegnata a una VLAN di servizio." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Politiche di traduzione VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Regola di traduzione VLAN" @@ -11945,15 +11970,15 @@ msgid "Customization" msgstr "Personalizzazione" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Campi personalizzati" @@ -12437,7 +12462,7 @@ msgstr "Cambia password" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12462,7 +12487,7 @@ msgstr "Annulla" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13334,7 +13359,7 @@ msgid "Create VDC" msgstr "Crea VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Direzione" @@ -13452,22 +13477,22 @@ msgstr "Aggiungi porta di alimentazione" msgid "Add Rear Ports" msgstr "Aggiungi porte posteriori" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Baia dei genitori" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Rigenera la lumaca" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Rimuovi" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Dati di contesto di configurazione locale" @@ -13560,11 +13585,11 @@ msgstr "Contrassegnato come connesso" msgid "Connection Status" msgstr "Stato della connessione" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Un lato" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Lato B" @@ -13905,7 +13930,7 @@ msgstr "Allegato" msgid "Add Member" msgstr "Aggiungi membro" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Dispositivi per i membri" @@ -13934,7 +13959,7 @@ msgstr "Salva e aggiungine un altro" msgid "Editing Virtual Chassis %(name)s" msgstr "Modifica dello chassis virtuale %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Rack/unità" @@ -15927,11 +15952,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "«{field_name}\"è un nome di campo di accesso non valido." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Il tipo di oggetto deve essere specificato come».»" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Tipo di oggetto non valido" @@ -16023,39 +16048,39 @@ msgstr "" "Intervallo non valido: valore finale ({end}) deve essere maggiore del valore" " iniziale ({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Intestazione di colonna duplicata o in conflitto per»{field}»" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Intestazione di colonna duplicata o in conflitto per»{header}»" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Fila {row}: Previsto {count_expected} colonne ma trovate {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Intestazione di colonna inaspettata»{field}«trovato." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Colonna»{field}\"non è un oggetto correlato; non può usare punti" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "" "Attributo oggetto correlato non valido per la colonna»{field}«: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Intestazione di colonna obbligatoria»{header}\"non trovato." diff --git a/netbox/translations/ja/LC_MESSAGES/django.mo b/netbox/translations/ja/LC_MESSAGES/django.mo index 7dbd9b0cd..ae9f29910 100644 Binary files a/netbox/translations/ja/LC_MESSAGES/django.mo and b/netbox/translations/ja/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/ja/LC_MESSAGES/django.po b/netbox/translations/ja/LC_MESSAGES/django.po index 361c754aa..c50a77c64 100644 --- a/netbox/translations/ja/LC_MESSAGES/django.po +++ b/netbox/translations/ja/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Japanese (https://app.transifex.com/netbox-community/teams/178115/ja/)\n" @@ -35,7 +35,7 @@ msgstr "書き込み可能" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -66,24 +66,24 @@ msgstr "最終使用日" msgid "Allowed IPs" msgstr "許可された IP" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "{user}としてログイン 。" -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "ログアウトしました。" -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "設定が更新されました。" -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "LDAP認証されたユーザー資格情報は、NetBox内で変更することはできません。" -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "パスワードは正常に変更されました。" @@ -104,7 +104,7 @@ msgstr "プロビジョニング" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -167,10 +167,10 @@ msgstr "スポーク" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "リージョン (ID)" @@ -179,10 +179,11 @@ msgstr "リージョン (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "リージョン (slug)" @@ -190,10 +191,11 @@ msgstr "リージョン (slug)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "サイトグループ (ID)" @@ -201,18 +203,18 @@ msgstr "サイトグループ (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "サイトグループ (slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -220,28 +222,29 @@ msgstr "サイトグループ (slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -317,19 +320,19 @@ msgstr "回線タイプ (slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "サイト (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "ロケーション (ID)" @@ -340,8 +343,8 @@ msgstr "ターミネーション A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -371,8 +374,8 @@ msgstr "検索" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -384,7 +387,8 @@ msgstr "回線" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "ロケーション (slug)" @@ -404,7 +408,7 @@ msgstr "回線 (ID)" msgid "Virtual circuit (CID)" msgstr "仮想回線 (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "仮想回線 (ID)" @@ -441,7 +445,7 @@ msgid "Virtual circuit" msgstr "仮想回線" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "インタフェース (ID)" @@ -487,7 +491,7 @@ msgstr "ASN" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -622,8 +626,8 @@ msgstr "説明" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -653,13 +657,13 @@ msgstr "サービス ID" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -679,7 +683,7 @@ msgstr "色" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -693,18 +697,18 @@ msgstr "色" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -769,9 +773,9 @@ msgstr "プロバイダアカウント" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -845,8 +849,8 @@ msgstr "ステータス" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -954,13 +958,13 @@ msgstr "サービス情報" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -993,10 +997,10 @@ msgstr "属性" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1055,11 +1059,11 @@ msgstr "終了詳細" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1085,7 +1089,7 @@ msgstr "プロバイダネットワーク" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1238,7 +1242,7 @@ msgstr "インタフェース" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1247,14 +1251,15 @@ msgstr "インタフェース" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1263,7 +1268,7 @@ msgstr "インタフェース" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1282,7 +1287,7 @@ msgstr "ロケーション" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1299,21 +1304,21 @@ msgstr "連絡先" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1330,12 +1335,12 @@ msgstr "リージョン" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1363,14 +1368,14 @@ msgstr "タームサイド" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "割当" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1426,7 +1431,7 @@ msgstr "回線タイプ" msgid "Group Assignment" msgstr "グループ割当" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1458,14 +1463,14 @@ msgstr "一意な回線 ID" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1567,7 +1572,7 @@ msgstr "パッチパネル ID とポート番号" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1590,7 +1595,7 @@ msgstr "回路終端は終端オブジェクトに接続する必要がありま #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1605,8 +1610,8 @@ msgstr "回路終端は終端オブジェクトに接続する必要がありま #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1629,7 +1634,7 @@ msgstr "プロバイダのフルネーム" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1698,7 +1703,7 @@ msgid "virtual circuit terminations" msgstr "仮想回線終端" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1720,12 +1725,12 @@ msgstr "仮想回線終端" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1824,7 +1829,7 @@ msgid "Name" msgstr "名前" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1844,21 +1849,21 @@ msgstr "回線" msgid "Circuit ID" msgstr "回線 ID" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "サイド A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "サイド Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "保証帯域" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1868,13 +1873,13 @@ msgstr "保証帯域" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1889,30 +1894,30 @@ msgstr "保証帯域" msgid "Comments" msgstr "コメント" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "割当" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "サイド" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "終端タイプ" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "終端ポイント" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "サイトグループ" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1951,17 +1956,17 @@ msgstr "終端" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1978,7 +1983,7 @@ msgstr "終端" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1991,7 +1996,7 @@ msgstr "終端" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2012,12 +2017,12 @@ msgstr "終端" msgid "Device" msgstr "デバイス" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "回路には終端が定義されていません {circuit}。" -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "回路のスワップ端子 {circuit}。" @@ -2227,13 +2232,13 @@ msgstr "ユーザ名" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2264,8 +2269,8 @@ msgstr "ignoreルール" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2289,9 +2294,9 @@ msgid "Creation" msgstr "作成" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2333,7 +2338,7 @@ msgstr "以前に完了" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2347,7 +2352,7 @@ msgid "User" msgstr "ユーザ" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "時間" @@ -2497,7 +2502,7 @@ msgid "Change logging is not supported for this object type ({type})." msgstr "このオブジェクトタイプ ({type}) では変更ログはサポートされていません。" #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2533,7 +2538,7 @@ msgstr "現在の設定" msgid "Config revision #{id}" msgstr "設定履歴 #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2555,7 +2560,7 @@ msgid "type" msgstr "タイプ" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2613,7 +2618,7 @@ msgstr "バックエンドの初期化中にエラーが発生しました。依 msgid "last updated" msgstr "最終更新日時" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "パス" @@ -2678,58 +2683,58 @@ msgstr "管理対象ファイル" msgid "A {model} with this file path already exists ({path})." msgstr "A {model} このファイルパスは既に存在します ({path})。" -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "予定日時" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "間隔" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "繰り返し間隔 (分)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "開始日時" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "完了日時" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "データ" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "エラー" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ジョブ ID" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "ジョブ" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "ジョブ" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "このオブジェクトタイプにはジョブを割り当てられません ({type})。" -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "ジョブ終了のステータスが無効です。選択肢は以下のとおりです。 {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "enqueue () は schedule_at と immediate の両方の値を指定して呼び出すことはできません。" @@ -2746,11 +2751,11 @@ msgid "Full Name" msgstr "フルネーム" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2778,9 +2783,10 @@ msgid "Last updated" msgstr "最終更新日" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3073,7 +3079,7 @@ msgstr "背面から前面" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3198,7 +3204,7 @@ msgid "Virtual" msgstr "仮想" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3240,10 +3246,10 @@ msgid "Cellular" msgstr "セルラー" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "シリアル" @@ -3282,7 +3288,7 @@ msgstr "タグ付き" msgid "Tagged (All)" msgstr "タグ付き (全て)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-in-Q (802.1ad)" @@ -3322,7 +3328,7 @@ msgstr "USB" msgid "Fiber" msgstr "ファイバー" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "接続済" @@ -3411,7 +3417,7 @@ msgstr "親のロケーション (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "メーカ (ID)" @@ -3419,7 +3425,7 @@ msgstr "メーカ (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "メーカ (slug)" @@ -3432,14 +3438,14 @@ msgid "Rack type (ID)" msgstr "ラックタイプ (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "ロール (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3447,7 +3453,8 @@ msgid "Role (slug)" msgstr "ロール (slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "ラック (ID)" @@ -3525,7 +3532,7 @@ msgid "Has inventory items" msgstr "在庫品目がある" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "デバイスタイプ (ID)" @@ -3533,11 +3540,11 @@ msgstr "デバイスタイプ (ID)" msgid "Module type (ID)" msgstr "モジュールタイプ (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "電源ポート (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "親在庫品目 (ID)" @@ -3563,9 +3570,9 @@ msgstr "プラットフォーム (ID)" msgid "Platform (slug)" msgstr "プラットフォーム (slug)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "サイト名 (slug)" @@ -3595,8 +3602,8 @@ msgid "Is full depth" msgstr "奥行きをすべて使う" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3648,102 +3655,103 @@ msgstr "モジュールタイプ (モデル)" msgid "Module bay (ID)" msgstr "モジュールベイ (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "ラック (名前)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "デバイス (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "ラック (名前)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "デバイス (名前)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "デバイスタイプ (モデル)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "デバイスロール (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "デバイスロール (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "バーチャルシャーシ (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "バーチャルシャーシ" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "モジュール (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "ケーブル (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "仮想マシン (名前)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "仮想マシン (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "インタフェース (名前)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "VM インタフェース (名前)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "VM インタフェース (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "802.1Q モード" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "割当 VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "割当 VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3775,18 +3783,18 @@ msgstr "割当 VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3798,11 +3806,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "VLAN 変換ポリシー (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3813,31 +3821,31 @@ msgstr "VLAN 変換ポリシー (ID)" msgid "VLAN Translation Policy" msgstr "VLAN 変換ポリシー" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "バーチャルシャーシインタフェース" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "バーチャルシャーシインタフェース (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "インタフェースの種類" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "親インタフェース (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "ブリッジインタフェース (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "LAG インタフェース (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3845,78 +3853,78 @@ msgstr "LAG インタフェース (ID)" msgid "MAC Address" msgstr "MAC アドレス" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "プライマリ MAC アドレス (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "プライマリ MAC アドレス" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "仮想デバイスコンテキスト" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "仮想デバイスコンテキスト (識別子)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "無線 LAN" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "無線リンク" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "仮想回線終端 (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "親モジュールベイ (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "インストール済モジュール (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "インストール済デバイス (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "インストール済デバイス (名前)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "マスター (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "マスター (名前)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "テナント (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "テナント (slug)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "未終端" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "電源盤 (ID)" @@ -3931,15 +3939,15 @@ msgstr "電源盤 (ID)" msgid "Tags" msgstr "タグ" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "ポジション" @@ -3976,7 +3984,7 @@ msgstr "タイムゾーン" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4116,8 +4124,8 @@ msgid "Serial Number" msgstr "シリアル番号" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "アセットタグ" @@ -4139,13 +4147,13 @@ msgstr "エアフロー" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4158,9 +4166,9 @@ msgstr "ラック" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "ハードウェア" @@ -4278,7 +4286,7 @@ msgid "Configuration" msgstr "設定" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "仮想化" @@ -4310,13 +4318,13 @@ msgstr "モジュールタイプ" msgid "Label" msgstr "ラベル" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "長さ" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "長さの単位" @@ -4326,33 +4334,33 @@ msgid "Domain" msgstr "ドメイン" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "電源盤" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "供給電源" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "電力相" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "電圧" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "アンペア数" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "最大使用率" @@ -4391,7 +4399,7 @@ msgid "Management only" msgstr "管理のみ" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4399,14 +4407,14 @@ msgid "PoE mode" msgstr "PoE モード" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "PoE タイプ" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "無線ロール" @@ -4436,8 +4444,8 @@ msgid "Virtual device contexts" msgstr "仮想デバイスコンテキスト" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4461,7 +4469,7 @@ msgstr "モード" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "VLAN グループ" @@ -4504,7 +4512,7 @@ msgstr "無線 LAN グループ" msgid "Wireless LANs" msgstr "無線 LAN" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4522,7 +4530,7 @@ msgstr "アドレス" msgid "Operation" msgstr "オペレーション" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4534,7 +4542,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "関連インタフェース" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4825,7 +4833,7 @@ msgstr "VDC 名をコンマで区切り、二重引用符で囲みます。例:" msgid "Physical medium" msgstr "物理媒体" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "デュプレックス" @@ -5070,20 +5078,20 @@ msgstr "プレフィックス長のある IPv6 アドレス、例:2001: db8:: 1/ msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " "parent device/VM, or they must be global" msgstr "タグ付き VLAN ({vlans}) はインタフェースの親デバイス/VMと同サイトに属しているか、グローバルである必要があります" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." msgstr "位置が定義されていないモジュールベイには、プレースホルダー値のあるモジュールを挿入できません。" -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5092,12 +5100,12 @@ msgstr "" "モジュールベイツリーの{level}レベルにはプレースホルダ値のあるモジュールをインストールできませんが、 " "{tokens}個のプレースホルダが与えられています。" -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr " {model} {name} は既にモジュールに属しているので採用できません" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "{model} {name} は既に存在しています" @@ -5179,17 +5187,17 @@ msgstr "仮想デバイスコンテキストがある" msgid "Cluster group" msgstr "クラスタグループ" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "配線済" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "専有済" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5203,66 +5211,66 @@ msgstr "専有済" msgid "Connection" msgstr "接続" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "種類" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "管理のみ" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "802.1Q モード" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "無線チャネル" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "チャネル周波数 (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "チャネル幅 (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "送信出力 (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "ケーブル" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "自動検出" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "割当デバイス" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "割当VM" @@ -5529,31 +5537,31 @@ msgid "A MAC address can only be assigned to a single object." msgstr "MAC アドレスは 1 つのオブジェクトにのみ割り当てることができます。" #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" msgstr "英数字の範囲がサポートされています。(作成するオブジェクトの数と一致する必要があります)。" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" " expected." msgstr "パターンは {value_count} 個の値を示す範囲を指定しますが、 {pattern_count} 個の値が必要です。" -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "背面ポート" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "前面ポートごとに背面ポート 1 つ割り当てます。" -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5562,7 +5570,7 @@ msgstr "" "前面ポートテンプレートの数 ({frontport_count}) " "は選択した背面ポートの数({rearport_count})と一致する必要があります。" -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5570,145 +5578,145 @@ msgid "" msgstr "" "前面ポートの数 ({frontport_count}) は選択した背面ポートの数 ({rearport_count}) と一致する必要があります。" -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "メンバー" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "初期ポジション" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." msgstr "最初のメンバーのポジション。メンバーが増えるごとに 1 ずつ増えます。" -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "最初の VC メンバーのポジションを指定する必要があります。" -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "ラベル" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "長さ" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "長さの単位" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "ケーブル" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "ケーブル" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "ケーブル長を設定するときは単位を指定する必要があります" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "新しいケーブルを作成するときは、A 終端と B 終端を定義する必要があります。" -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "ケーブルの同じ端に異なる終端タイプを接続することはできません。" -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "互換性のない終端タイプ: {type_a} そして {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "A 端子と B 端子を同じオブジェクトに接続することはできません。" -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "端" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "ケーブル終端" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "ケーブル終端" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " "{cable_pk}" msgstr "の重複終了が見つかりました {app_label}。{model} {termination_id}: ケーブル {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "ケーブルは終端できません {type_display} インターフェース" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "プロバイダーネットワークに接続されている回線終端はケーブル接続できない場合があります。" -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "アクティブ" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "完了" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "分割" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "ケーブル経路" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "ケーブル経路" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "元の端子はすべて同じリンクに接続する必要があります" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "ミッドスパン終端はすべて同じ終端タイプでなければなりません" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "すべてのミッドスパン終端には同じ親オブジェクトが必要です" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "すべてのリンクはケーブルまたはワイヤレスでなければなりません" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "すべてのリンクは最初のリンクタイプと一致する必要があります" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "リンクの両端のパス内の位置数はすべて一致する必要があります" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "リモートターミネーションポジションフィルタがありません" @@ -7138,7 +7146,7 @@ msgstr "到達可能" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7192,7 +7200,7 @@ msgstr "VC ポジション" msgid "VC Priority" msgstr "VC プライオリティ" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "親デバイス" @@ -7219,7 +7227,7 @@ msgstr "電源コンセント" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7258,7 +7266,7 @@ msgstr "モジュールベイ" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7368,7 +7376,7 @@ msgid "Module Types" msgstr "モジュールタイプ" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "プラットフォーム" @@ -7393,7 +7401,7 @@ msgid "Instances" msgstr "インスタンス" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7404,7 +7412,7 @@ msgid "Console Ports" msgstr "コンソールポート" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7415,7 +7423,7 @@ msgid "Console Server Ports" msgstr "コンソールサーバポート" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7426,7 +7434,7 @@ msgid "Power Ports" msgstr "電源ポート" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7437,7 +7445,7 @@ msgid "Power Outlets" msgstr "電源コンセント" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7447,7 +7455,7 @@ msgid "Front Ports" msgstr "前面ポート" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7458,7 +7466,7 @@ msgid "Rear Ports" msgstr "背面ポート" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7466,7 +7474,7 @@ msgid "Device Bays" msgstr "デバイスベイ" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7549,48 +7557,48 @@ msgstr "予約" msgid "Non-Racked Devices" msgstr "ラック搭載でないデバイス" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "コンフィグコンテキスト" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "レンダーコンフィグ" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "仮想マシン" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "インストール済みデバイス {device} イン・ベイ {device_bay}。" -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "削除されたデバイス {device} ベイから {device_bay}。" -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "子ども" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "メンバー追加 {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "マスターデバイスを削除できません {device} バーチャルシャーシから。" -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "削除済み {device} バーチャルシャーシから {chassis}" @@ -7734,7 +7742,7 @@ msgid "Failure" msgstr "失敗" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8026,7 +8034,7 @@ msgid "Group name" msgstr "グループ名" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8092,7 +8100,7 @@ msgid "As attachment" msgstr "添付ファイルとして" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "共有" @@ -8273,7 +8281,7 @@ msgid "Field type" msgstr "フィールドタイプ" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "選択肢" @@ -9389,74 +9397,74 @@ msgstr "スクリプト実行パラメータ" msgid "Dismiss" msgstr "却下" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "オブジェクトタイプ" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "一意性を検証" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "可視" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "編集可能" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "関連オブジェクトタイプ" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "チョイスセット" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "複製可能" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "最小値" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "最大値" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "検証正規表現" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "カウント" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "アルファベット順に並べる" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "新規ウィンドウ" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "添付ファイルとして" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9465,54 +9473,54 @@ msgstr "添付ファイルとして" msgid "Data File" msgstr "データファイル" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "同期済み" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "画像" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "サイズ (バイト)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "読む" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "SSL バリデーション" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "イベントタイプ" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "デバイスロール" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "コメント (ショート)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "ライン" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "レベル" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "メッセージ" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "メソッド" @@ -9553,32 +9561,32 @@ msgstr "属性が無効です」{name}「」(リクエスト用)" msgid "Invalid attribute \"{name}\" for {model}" msgstr "{model}において{name}属性は無効です" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "テンプレートをレンダリング中にエラーが発生しました: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "ダッシュボードがリセットされました。" -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "ウィジェットの追加: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "ウィジェットの更新: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "削除したウィジェット: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "ウィジェットの削除中にエラーが発生しました: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "スクリプトを実行できません:RQ ワーカープロセスが実行されていません。" @@ -9816,10 +9824,18 @@ msgstr "IP アドレス" msgid "Primary IPv4 (ID)" msgstr "プライマリ IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "プライマリ IPv4アドレス" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "プライマリ IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "プライマリ IPv6アドレス" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "有効な IPv4 または IPv6 アドレス (マスクなし) を入力します。" @@ -9878,17 +9894,17 @@ msgstr "追加日" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "VLAN グループ" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -9966,12 +9982,12 @@ msgstr "認証キー" msgid "Authentication" msgstr "認証" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "VLAN ID の範囲" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Q-in-Q ロール" @@ -10083,7 +10099,7 @@ msgstr "割当 VLAN グループ" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "サービス VLAN(Q-in-Q/802.1ad カスタマー VLAN 用)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "VLAN 変換ポリシー" @@ -10173,7 +10189,7 @@ msgstr "インタフェースに割当済" msgid "DNS Name" msgstr "DNS名" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10184,11 +10200,11 @@ msgstr "VLAN" msgid "Contains VLAN ID" msgstr "VLAN ID が含まれています" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "ローカル VLAN ID" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "リモート VLAN ID" @@ -10196,7 +10212,7 @@ msgstr "リモート VLAN ID" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "VLAN ID" @@ -10304,7 +10320,7 @@ msgstr "テンプレートから" msgid "Custom" msgstr "カスタム" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "サービステンプレートを使用しない場合は、名前、プロトコル、およびポートを指定する必要があります。" @@ -10615,65 +10631,65 @@ msgid "" "A service must be associated with either a device or a virtual machine." msgstr "サービスは、デバイスまたは仮想マシンのいずれかに関連付ける必要があります。" -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "VLAN グループ" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "scope_id なしでscope_typeを設定することはできません。" -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "scope_typeなしでscope_idを設定することはできません。" -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "範囲の開始 VLAN ID ({value}) は{minimum}以下であってはなりません " -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "範囲の終了 VLAN ID ({value}) は{maximum}を超えることはできません " -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " "ID ({range})" msgstr "範囲の終了 VLAN ID は、開始 VLAN ID ({range})以上である必要があります" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "範囲は重複できません。" -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "この VLAN が割り当てられているサイト (存在する場合)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "VLAN グループ (オプション)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "数値によるVLAN ID (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "この VLAN の動作ステータス" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "この VLAN の主な機能" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "カスタマー/サービス VLAN 指定 (Q-in-Q/IEEE 802.1ad 用)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10682,22 +10698,29 @@ msgstr "VLANはグループ{group}に割り当てられています (スコー #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "割り当てられたサイト {site} 割り当てられたグループのメンバーではない {group} (スコープ: {scope})。" + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "VID は範囲内にある必要があります {ranges} グループ内の VLAN 用 {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "サービス VLAN に割り当てることができるのは Q-in-Q カスタマー VLAN だけです。" -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Q-in-Q カスタマー VLAN はサービス VLAN に割り当てる必要があります。" -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "VLAN 変換ポリシー" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "VLAN トランスレーションルール" @@ -11593,15 +11616,15 @@ msgid "Customization" msgstr "カスタマイズ" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "カスタムフィールド" @@ -12072,7 +12095,7 @@ msgstr "パスワードを変更" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12097,7 +12120,7 @@ msgstr "キャンセル" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -12964,7 +12987,7 @@ msgid "Create VDC" msgstr "VDC の作成" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "マネジメント" @@ -13082,22 +13105,22 @@ msgstr "電源ポートを追加" msgid "Add Rear Ports" msgstr "背面ポートを追加" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "親ベイ" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "リジェネレートslug" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "削除" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "ローカル設定コンテキストデータ" @@ -13190,11 +13213,11 @@ msgstr "接続済みとしてマークされています" msgid "Connection Status" msgstr "接続ステータス" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Aサイド" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "B サイド" @@ -13535,7 +13558,7 @@ msgstr "アタッチメント" msgid "Add Member" msgstr "メンバーを追加" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "メンバーデバイス" @@ -13564,7 +13587,7 @@ msgstr "保存して別のものを追加" msgid "Editing Virtual Chassis %(name)s" msgstr "バーチャルシャーシの編集 %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "ラック/ユニット" @@ -15493,11 +15516,11 @@ msgstr "「{value}「」はこのフィールドにとって一意の値では msgid "\"{field_name}\" is an invalid accessor field name." msgstr "「{field_name}「」は無効なアクセサーフィールド名です。" -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "オブジェクトタイプは「」として指定する必要があります」" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "オブジェクトタイプが無効です" @@ -15579,37 +15602,37 @@ msgid "" "({begin})." msgstr "範囲が無効です:終了値 ({end}) は開始値 () より大きくなければなりません{begin})。" -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "「」の列ヘッダーが重複しているか、重複しています{field}」" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "「」の列ヘッダーが重複しているか、重複しています{header}」" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "行 {row}: 期待 {count_expected} 列が見つかりましたが {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "予期しない列ヘッダー」{field}「が見つかりました。" -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "コラム」{field}\"は関連オブジェクトではありません。ドットは使用できません" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "列 \"の関連オブジェクト属性が無効です{field}「: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "必須の列ヘッダー」{header}「が見つかりません。" diff --git a/netbox/translations/nl/LC_MESSAGES/django.mo b/netbox/translations/nl/LC_MESSAGES/django.mo index f54b64d47..c2057fe96 100644 Binary files a/netbox/translations/nl/LC_MESSAGES/django.mo and b/netbox/translations/nl/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/nl/LC_MESSAGES/django.po b/netbox/translations/nl/LC_MESSAGES/django.po index c075cf0b3..3f8b02340 100644 --- a/netbox/translations/nl/LC_MESSAGES/django.po +++ b/netbox/translations/nl/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Dutch (https://app.transifex.com/netbox-community/teams/178115/nl/)\n" @@ -38,7 +38,7 @@ msgstr "Schrijven ingeschakeld" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -69,26 +69,26 @@ msgstr "Laatst gebruikt" msgid "Allowed IPs" msgstr "Toegestane IP-adressen" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Ingelogd als {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Je bent uitgelogd." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Je voorkeuren zijn bijgewerkt." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "LDAP-geverifieerde gebruikersgegevens kunnen niet worden gewijzigd in " "NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Je wachtwoord is succesvol gewijzigd." @@ -109,7 +109,7 @@ msgstr "Provisioning" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -172,10 +172,10 @@ msgstr "Spoke" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Regio (ID)" @@ -184,10 +184,11 @@ msgstr "Regio (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Regio (slug)" @@ -195,10 +196,11 @@ msgstr "Regio (slug)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Sitegroep (ID)" @@ -206,18 +208,18 @@ msgstr "Sitegroep (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Sitegroep (slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -225,28 +227,29 @@ msgstr "Sitegroep (slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -322,19 +325,19 @@ msgstr "Circuittype (slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Locatie (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Locatie (ID)" @@ -345,8 +348,8 @@ msgstr "Eindpunt A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -376,8 +379,8 @@ msgstr "Zoeken" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -389,7 +392,8 @@ msgstr "Circuit" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Locatie (slug)" @@ -409,7 +413,7 @@ msgstr "Circuit (ID)" msgid "Virtual circuit (CID)" msgstr "Virtueel circuit (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Virtueel circuit (ID)" @@ -446,7 +450,7 @@ msgid "Virtual circuit" msgstr "Virtueel circuit" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Interface (ID)" @@ -492,7 +496,7 @@ msgstr "ASN's" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -627,8 +631,8 @@ msgstr "Omschrijving" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -658,13 +662,13 @@ msgstr "Service-ID" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -684,7 +688,7 @@ msgstr "Kleur" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -698,18 +702,18 @@ msgstr "Kleur" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -774,9 +778,9 @@ msgstr "Provideraccount" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -850,8 +854,8 @@ msgstr "Status" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -959,13 +963,13 @@ msgstr "Serviceparameters" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -998,10 +1002,10 @@ msgstr "Attributen" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1060,11 +1064,11 @@ msgstr "Details van de beëindiging" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1090,7 +1094,7 @@ msgstr "Netwerkprovider" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1243,7 +1247,7 @@ msgstr "Interface" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1252,14 +1256,15 @@ msgstr "Interface" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1268,7 +1273,7 @@ msgstr "Interface" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1287,7 +1292,7 @@ msgstr "Locatie" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1304,21 +1309,21 @@ msgstr "Contacten" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1335,12 +1340,12 @@ msgstr "Regio" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1368,14 +1373,14 @@ msgstr "Termzijde" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Opdracht" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1431,7 +1436,7 @@ msgstr "Circuittype" msgid "Group Assignment" msgstr "Groepsopdracht" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1463,14 +1468,14 @@ msgstr "Uniek circuit-ID" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1572,7 +1577,7 @@ msgstr "ID en poortnummer(s) van het patchpaneel" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1596,7 +1601,7 @@ msgstr "" #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1611,8 +1616,8 @@ msgstr "" #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1635,7 +1640,7 @@ msgstr "Volledige naam van de provider" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1704,7 +1709,7 @@ msgid "virtual circuit terminations" msgstr "beëindigingen van virtuele circuits" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1726,12 +1731,12 @@ msgstr "beëindigingen van virtuele circuits" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1830,7 +1835,7 @@ msgid "Name" msgstr "Naam" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1850,21 +1855,21 @@ msgstr "Circuits" msgid "Circuit ID" msgstr "Circuit-ID" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Kant A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Kant Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Vastleggingspercentage" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1874,13 +1879,13 @@ msgstr "Vastleggingspercentage" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1895,30 +1900,30 @@ msgstr "Vastleggingspercentage" msgid "Comments" msgstr "Opmerkingen" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Toewijzingen" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Kant" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Type beëindiging" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Eindpunt" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Sitegroep" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1957,17 +1962,17 @@ msgstr "Beëindigingen" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1984,7 +1989,7 @@ msgstr "Beëindigingen" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1997,7 +2002,7 @@ msgstr "Beëindigingen" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2018,12 +2023,12 @@ msgstr "Beëindigingen" msgid "Device" msgstr "Apparaat" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Er zijn geen afsluitingen gedefinieerd voor het circuit {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Verwisselde aansluitingen voor het circuit {circuit}." @@ -2235,13 +2240,13 @@ msgstr "Gebruikersnaam" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2272,8 +2277,8 @@ msgstr "Regels negeren" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2297,9 +2302,9 @@ msgid "Creation" msgstr "Aangemaakt" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2341,7 +2346,7 @@ msgstr "Eerder voltooid" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2355,7 +2360,7 @@ msgid "User" msgstr "Gebruiker" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Tijd" @@ -2510,7 +2515,7 @@ msgstr "" "objecttype ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2546,7 +2551,7 @@ msgstr "Huidige configuratie" msgid "Config revision #{id}" msgstr "Revisie van de configuratie #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2568,7 +2573,7 @@ msgid "type" msgstr "type" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2630,7 +2635,7 @@ msgstr "" msgid "last updated" msgstr "laatst bijgewerkt" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "pad" @@ -2695,60 +2700,60 @@ msgstr "beheerde bestanden" msgid "A {model} with this file path already exists ({path})." msgstr "EEN {model} waarbij dit bestandspad al bestaat ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "gepland" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "interval" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Herhalingsinterval (in minuten)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "gestart" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "voltooid" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "gegevens" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "fout" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "taak-ID" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "taak" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "taken" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Taken kunnen niet worden toegewezen aan dit objecttype ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "Ongeldige status voor beëindiging van het dienstverband. De keuzes zijn: " "{choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2767,11 +2772,11 @@ msgid "Full Name" msgstr "Volledige naam" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2799,9 +2804,10 @@ msgid "Last updated" msgstr "Laatst bijgewerkt" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3094,7 +3100,7 @@ msgstr "Van achter naar voren" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3219,7 +3225,7 @@ msgid "Virtual" msgstr "Virtueel" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3261,10 +3267,10 @@ msgid "Cellular" msgstr "Mobiel" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Serienummer" @@ -3303,7 +3309,7 @@ msgstr "Getagd" msgid "Tagged (All)" msgstr "Getagd (Alles)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-in-Q (802.1ad)" @@ -3343,7 +3349,7 @@ msgstr "USB" msgid "Fiber" msgstr "Vezel" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Verbonden" @@ -3432,7 +3438,7 @@ msgstr "Locatie van de ouder (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Fabrikant (ID)" @@ -3440,7 +3446,7 @@ msgstr "Fabrikant (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Fabrikant (slug)" @@ -3453,14 +3459,14 @@ msgid "Rack type (ID)" msgstr "Racktype (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Rol (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3468,7 +3474,8 @@ msgid "Role (slug)" msgstr "Rol (slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Rek (ID)" @@ -3546,7 +3553,7 @@ msgid "Has inventory items" msgstr "Heeft inventarisitems" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Soort apparaat (ID)" @@ -3554,11 +3561,11 @@ msgstr "Soort apparaat (ID)" msgid "Module type (ID)" msgstr "Moduletype (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Voedingspoort (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Onderliggend inventarisitem (ID)" @@ -3584,9 +3591,9 @@ msgstr "Platform (ID)" msgid "Platform (slug)" msgstr "Platform (slug)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Sitenaam (slug)" @@ -3616,8 +3623,8 @@ msgid "Is full depth" msgstr "Is volledige diepte" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3669,102 +3676,103 @@ msgstr "Moduletype (model)" msgid "Module bay (ID)" msgstr "Modulevak (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Rack (naam)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Apparaat (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Rack (naam)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Apparaat (naam)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Soort apparaat (model)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Rol van het apparaat (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Rol van het apparaat (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Virtueel chassis (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Virtueel chassis" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Module (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Kabel (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Virtuele machine (naam)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Virtuele machine (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Interface (naam)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "VM-interface (naam)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "VM-interface (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "802.1Q-modus" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Toegewezen VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Toegewezen VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3796,18 +3804,18 @@ msgstr "Toegewezen VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3819,11 +3827,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "VLAN-vertaalbeleid (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3834,31 +3842,31 @@ msgstr "VLAN-vertaalbeleid (ID)" msgid "VLAN Translation Policy" msgstr "VLAN-vertaalbeleid" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Virtuele chassisinterfaces voor apparaten" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Virtuele chassisinterfaces voor apparaat (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Soort interface" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Ouderinterface (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Overbrugde interface (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "LAG-interface (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3866,78 +3874,78 @@ msgstr "LAG-interface (ID)" msgid "MAC Address" msgstr "MAC-adres" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Primair MAC-adres (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Primair MAC-adres" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Context van het virtuele apparaat" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Context van het virtuele apparaat (ID)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Draadloos LAN" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Draadloze link" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Beëindiging van het virtuele circuit (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Baai voor oudermodule (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Geïnstalleerde module (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Geïnstalleerd apparaat (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Geïnstalleerd apparaat (naam)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Meester (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Master (naam)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Tenant (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Tenant (slug)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Onbeëindigd" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Voedingspaneel (ID)" @@ -3952,15 +3960,15 @@ msgstr "Voedingspaneel (ID)" msgid "Tags" msgstr "Labels" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Positie" @@ -3999,7 +4007,7 @@ msgstr "Tijdzone" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4139,8 +4147,8 @@ msgid "Serial Number" msgstr "Serienummer" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Tag voor bedrijfsmiddelen" @@ -4162,13 +4170,13 @@ msgstr "Luchtstroom" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4181,9 +4189,9 @@ msgstr "Rek" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Hardware" @@ -4301,7 +4309,7 @@ msgid "Configuration" msgstr "Configuratie" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualisatie" @@ -4333,13 +4341,13 @@ msgstr "Moduletype" msgid "Label" msgstr "Label" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Lengte" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Lengte-eenheid" @@ -4349,33 +4357,33 @@ msgid "Domain" msgstr "Domein" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Voedingspaneel" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Levering" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Fase" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Spanning" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Stroomsterkte" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Maximaal gebruik" @@ -4414,7 +4422,7 @@ msgid "Management only" msgstr "Alleen voor beheer" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4422,14 +4430,14 @@ msgid "PoE mode" msgstr "PoE-modus" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "PoE-type" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Draadloze rol" @@ -4459,8 +4467,8 @@ msgid "Virtual device contexts" msgstr "Contexten van virtuele apparaten" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4484,7 +4492,7 @@ msgstr "Modus" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "VLAN-groep" @@ -4527,7 +4535,7 @@ msgstr "Draadloze LAN-groep" msgid "Wireless LANs" msgstr "Draadloze LAN's" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4545,7 +4553,7 @@ msgstr "Addressing" msgid "Operation" msgstr "Operatie" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4557,7 +4565,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Gerelateerde interfaces" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4857,7 +4865,7 @@ msgstr "" msgid "Physical medium" msgstr "Fysiek medium" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Dubbelzijdig" @@ -5108,7 +5116,7 @@ msgstr "IPv6-adres met prefixlengte, bijvoorbeeld 2001:db8: :1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5117,7 +5125,7 @@ msgstr "" "De gelabelde VLAN's ({vlans}) moeten tot dezelfde site behoren als het " "bovenliggende apparaat/VM van de interface, of ze moeten globaal zijn" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5125,7 +5133,7 @@ msgstr "" "Kan een module met tijdelijke aanduidingen niet installeren in een " "modulecompartiment zonder gedefinieerde positie." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5135,12 +5143,12 @@ msgstr "" "modulelaurierboom {level} in een boom, maar {tokens} tijdelijke aanduidingen" " gegeven." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "Kan niet adopteren {model} {name} omdat het al bij een module hoort" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "EEN {model} genoemd {name} bestaat al" @@ -5222,17 +5230,17 @@ msgstr "Heeft contexten voor virtuele apparaten" msgid "Cluster group" msgstr "Clustergroep" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Bekabeld" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Bezet" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5246,66 +5254,66 @@ msgstr "Bezet" msgid "Connection" msgstr "Verbinding" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Soort" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Alleen voor beheer" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "802.1Q-modus" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Draadloos kanaal" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Kanaalfrequentie (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Kanaalbreedte (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Zendvermogen (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Kabel" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Ontdekt" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Toegewezen apparaat" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Toegewezen VM" @@ -5584,8 +5592,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "Een MAC-adres kan slechts aan één object worden toegewezen." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5593,7 +5601,7 @@ msgstr "" "Alfanumerieke reeksen worden ondersteund. (Moet overeenkomen met het aantal " "objecten dat wordt gemaakt.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5602,19 +5610,19 @@ msgstr "" "Het meegeleverde patroon specificeert {value_count} waarden, maar " "{pattern_count} worden verwacht." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Poorten achter" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Selecteer één toewijzing van de achterpoort voor elke poort aan de voorkant " "die wordt gemaakt." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5624,7 +5632,7 @@ msgstr "" "moet overeenkomen met het geselecteerde aantal posities aan de achterkant " "van de poort ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5634,18 +5642,18 @@ msgstr "" "overeenkomen met het geselecteerde aantal posities aan de achterkant van de " "poort ({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Leden" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Uitgangspositie" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5653,71 +5661,71 @@ msgstr "" "Positie van het apparaat van het eerste lid. Verhoogt met één voor elk extra" " lid." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Voor het eerste VC-lid moet een positie worden gespecificeerd." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "label" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "lengte" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "lengte-eenheid" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "kabel" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "kabels" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Moet een eenheid specificeren bij het instellen van een kabellengte" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "" "Moet A- en B-aansluitingen definiëren bij het aanmaken van een nieuwe kabel." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Kan geen verschillende soorten aansluitingen aansluiten op hetzelfde " "uiteinde van de kabel." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Incompatibele beëindigingstypen: {type_a} en {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "" "A- en B-aansluitingen kunnen geen verbinding maken met hetzelfde object." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "einde" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "kabelafsluiting" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "kabelaansluitingen" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5726,68 +5734,68 @@ msgstr "" "Dubbele beëindiging gevonden voor {app_label}.{model} {termination_id}: " "kabel {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Kabels kunnen niet worden aangesloten op {type_display} interfaces" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Circuitafsluitingen die zijn aangesloten op het netwerk van een provider " "zijn mogelijk niet bekabeld." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "is actief" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "is compleet" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "is gesplitst" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "kabelpad" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "kabelpaden" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "" "Alle oorspronkelijke beëindigingen moeten aan dezelfde link worden " "toegevoegd" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Alle tussentijdse beëindigingen moeten hetzelfde beëindigingstype hebben" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Alle mid-span afsluitingen moeten hetzelfde bovenliggende object hebben" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Alle verbindingen moeten via de kabel of draadloos zijn" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Alle links moeten overeenkomen met het eerste linktype" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Alle posities binnen het pad aan weerszijden van links moeten overeenkomen" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Het filter voor de positie van de eindpositie op afstand ontbreekt" @@ -7310,7 +7318,7 @@ msgstr "Bereikbaar" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7364,7 +7372,7 @@ msgstr "VC-positie" msgid "VC Priority" msgstr "VC-prioriteit" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Apparaat voor ouders" @@ -7391,7 +7399,7 @@ msgstr "Stopcontacten" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7430,7 +7438,7 @@ msgstr "Modulebaai" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7540,7 +7548,7 @@ msgid "Module Types" msgstr "Moduletypen" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Platformen" @@ -7565,7 +7573,7 @@ msgid "Instances" msgstr "Instanties" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7576,7 +7584,7 @@ msgid "Console Ports" msgstr "Consolepoorten" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7587,7 +7595,7 @@ msgid "Console Server Ports" msgstr "Serverpoorten voor de console" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7598,7 +7606,7 @@ msgid "Power Ports" msgstr "Voedingspoorten" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7609,7 +7617,7 @@ msgid "Power Outlets" msgstr "Stopcontacten" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7619,7 +7627,7 @@ msgid "Front Ports" msgstr "Ports aan de voorkant" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7630,7 +7638,7 @@ msgid "Rear Ports" msgstr "Poorten achteraan" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7638,7 +7646,7 @@ msgid "Device Bays" msgstr "Apparaatvakken" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7721,49 +7729,49 @@ msgstr "Reserveringen" msgid "Non-Racked Devices" msgstr "Apparaten zonder rack" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Context van de configuratie" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Render-configuratie" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Virtuele machines" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Geïnstalleerd apparaat {device} in de baai {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Apparaat verwijderd {device} van bay {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Kinderen" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Lid toegevoegd {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "" "Kan het masterapparaat niet verwijderen {device} vanaf het virtuele chassis." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Verwijderd {device} vanaf een virtueel chassis {chassis}" @@ -7907,7 +7915,7 @@ msgid "Failure" msgstr "Mislukking" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8207,7 +8215,7 @@ msgid "Group name" msgstr "Groepsnaam" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8273,7 +8281,7 @@ msgid "As attachment" msgstr "Als bijlage" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Gedeeld" @@ -8460,7 +8468,7 @@ msgid "Field type" msgstr "Soort veld" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Keuzes" @@ -9643,74 +9651,74 @@ msgstr "Parameters voor uitvoering van scripts" msgid "Dismiss" msgstr "Ontslaan" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Objecttypen" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Uniciteit valideren" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Zichtbaar" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Bewerkbaar" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Gerelateerd objecttype" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Keuzeset" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Is kloonbaar" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Minimumwaarde" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Maximale waarde" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Validatie Regex" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Tellen" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Alfabetisch ordenen" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Nieuw venster" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Als bijlage" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9719,54 +9727,54 @@ msgstr "Als bijlage" msgid "Data File" msgstr "Gegevensbestand" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Gesynchroniseerd" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Afbeelding" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Grootte (bytes)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Lees" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "SSL-validatie" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Soorten gebeurtenissen" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Apparaat rollen" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Opmerkingen (kort)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Lijn" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Niveau" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Bericht" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Methode" @@ -9807,33 +9815,33 @@ msgstr "Ongeldig kenmerk”{name}„op aanvraag" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Ongeldig kenmerk”{name}„voor {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "" "Er is een fout opgetreden tijdens het renderen van de sjabloon: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Je dashboard is opnieuw ingesteld." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Widget toegevoegd: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Bijgewerkte widget: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Widget verwijderd: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Fout bij het verwijderen van de widget: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "Kan script niet uitvoeren: het RQ-werkproces wordt niet uitgevoerd." @@ -10072,10 +10080,18 @@ msgstr "IP-adres" msgid "Primary IPv4 (ID)" msgstr "Primaire IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Primair IPv4 (adres)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Primaire IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Primair IPv6 (adres)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Voer een geldig IPv4- of IPv6-adres in (zonder masker)." @@ -10134,17 +10150,17 @@ msgstr "Datum toegevoegd" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "VLAN-groep" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10222,12 +10238,12 @@ msgstr "Verificatiesleutel" msgid "Authentication" msgstr "Authentificatie" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "VLAN-ID-bereiken" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "De rol van Q-in-Q" @@ -10348,7 +10364,7 @@ msgstr "Toegewezen VLAN-groep" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Service-VLAN (voor Q-in-Q/802.1Ad-klant-VLAN's)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "VLAN-vertaalbeleid" @@ -10438,7 +10454,7 @@ msgstr "Toegewezen aan een interface" msgid "DNS Name" msgstr "DNS-naam" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10449,11 +10465,11 @@ msgstr "VLAN's" msgid "Contains VLAN ID" msgstr "Bevat VLAN-ID" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Lokale VLAN-id" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "VLAN-id op afstand" @@ -10461,7 +10477,7 @@ msgstr "VLAN-id op afstand" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "VLAN-ID" @@ -10577,7 +10593,7 @@ msgstr "Van sjabloon" msgid "Custom" msgstr "Op maat" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10910,31 +10926,31 @@ msgid "" msgstr "" "Een service moet gekoppeld zijn aan een apparaat of een virtuele machine." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "VLAN-groepen" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Kan scope_type niet instellen zonder scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Kan scope_id niet instellen zonder scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "VLAN-id starten binnen bereik ({value}) kan niet minder zijn dan {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "VLAN-id binnen bereik beëindigen ({value}) kan niet hoger zijn dan {maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10943,36 +10959,36 @@ msgstr "" "Het einde van de VLAN-id binnen het bereik moet groter zijn dan of gelijk " "zijn aan de start-VLAN-id ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Bereiken kunnen elkaar niet overlappen." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "De specifieke site waaraan dit VLAN is toegewezen (indien aanwezig)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "VLAN-groep (optioneel)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Numerieke VLAN-id (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Operationele status van dit VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "De primaire functie van dit VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "VLAN-aanduiding voor klant/service (voor Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10983,23 +10999,32 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"De toegewezen site {site} is geen lid van de toegewezen groep {group} " +"(toepassingsgebied: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "VID moet binnen bereik zijn {ranges} voor VLAN's in groep {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Alleen Q-in-Q-klant-VLAN's kunnen worden toegewezen aan een service-VLAN." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Een Q-in-Q-klant-VLAN moet worden toegewezen aan een service-VLAN." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "VLAN-vertaalbeleid" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "VLAN-vertaalregel" @@ -11915,15 +11940,15 @@ msgid "Customization" msgstr "Aanpassing" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Aangepaste velden" @@ -12406,7 +12431,7 @@ msgstr "Wachtwoord wijzigen" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12431,7 +12456,7 @@ msgstr "Annuleer" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13305,7 +13330,7 @@ msgid "Create VDC" msgstr "VDC aanmaken" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Beheer" @@ -13423,22 +13448,22 @@ msgstr "Voedingspoort toevoegen" msgid "Add Rear Ports" msgstr "Achterpoorten toevoegen" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Parent Bay" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Regenereer naaktslak" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Verwijderen" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Contextgegevens voor lokale configuratie" @@ -13531,11 +13556,11 @@ msgstr "Gemarkeerd als verbonden" msgid "Connection Status" msgstr "Status van de verbinding" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "A-kant" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "B-kant" @@ -13876,7 +13901,7 @@ msgstr "Gehechtheid" msgid "Add Member" msgstr "Lid toevoegen" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Apparaten voor leden" @@ -13905,7 +13930,7 @@ msgstr "Opslaan en nog een toevoegen" msgid "Editing Virtual Chassis %(name)s" msgstr "Virtueel chassis bewerken %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Rack/eenheid" @@ -15903,11 +15928,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "„{field_name}„is een ongeldige naam voor het accessorveld." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Het objecttype moet worden gespecificeerd als”.„" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Ongeldig objecttype" @@ -15997,38 +16022,38 @@ msgstr "" "Ongeldig bereik: eindwaarde ({end}) moet groter zijn dan de beginwaarde " "({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Dubbele of conflicterende kolomkop voor”{field}„" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Dubbele of conflicterende kolomkop voor”{header}„" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Rij {row}: Verwacht {count_expected} columns maar gevonden {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Onverwachte kolomkop”{field}„gevonden." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Kolom”{field}„is geen gerelateerd object; kan geen punten gebruiken" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "Ongeldig gerelateerd objectkenmerk voor kolom”{field}„: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Vereiste kolomkop”{header}„niet gevonden." diff --git a/netbox/translations/pl/LC_MESSAGES/django.mo b/netbox/translations/pl/LC_MESSAGES/django.mo index 0a77e2171..860969206 100644 Binary files a/netbox/translations/pl/LC_MESSAGES/django.mo and b/netbox/translations/pl/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/pl/LC_MESSAGES/django.po b/netbox/translations/pl/LC_MESSAGES/django.po index 97ba85a6e..d7524b25c 100644 --- a/netbox/translations/pl/LC_MESSAGES/django.po +++ b/netbox/translations/pl/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Polish (https://app.transifex.com/netbox-community/teams/178115/pl/)\n" @@ -36,7 +36,7 @@ msgstr "Zapis włączony" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -67,26 +67,26 @@ msgstr "Ostatnio używane" msgid "Allowed IPs" msgstr "Dozwolone adresy IP" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Zaloguj się jako {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Wylogowałeś się." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Twoje preferencje zostały zaktualizowane." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "Poświadczenia użytkownika uwierzytelnionego LDAP nie mogą być zmieniane w " "NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Twoje hasło zostało pomyślnie zmienione." @@ -107,7 +107,7 @@ msgstr "Zaopatrzenie" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -170,10 +170,10 @@ msgstr "Mówił" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Region (ID)" @@ -182,10 +182,11 @@ msgstr "Region (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Region (identyfikator)" @@ -193,10 +194,11 @@ msgstr "Region (identyfikator)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Grupa witryn (ID)" @@ -204,18 +206,18 @@ msgstr "Grupa witryn (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Grupa terenów (identyfikator)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -223,28 +225,29 @@ msgstr "Grupa terenów (identyfikator)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -320,19 +323,19 @@ msgstr "Typ obwodu (identyfikator)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Teren (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Lokalizacja (ID)" @@ -343,8 +346,8 @@ msgstr "Wypowiedzenie A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -374,8 +377,8 @@ msgstr "Szukaj" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -387,7 +390,8 @@ msgstr "Obwód" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Lokalizacja (identyfikator)" @@ -407,7 +411,7 @@ msgstr "Obwód (ID)" msgid "Virtual circuit (CID)" msgstr "Obwód wirtualny (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Obwód wirtualny (ID)" @@ -444,7 +448,7 @@ msgid "Virtual circuit" msgstr "Wirtualny obwód" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Interfejs (ID)" @@ -490,7 +494,7 @@ msgstr "ASN" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -625,8 +629,8 @@ msgstr "Opis" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -656,13 +660,13 @@ msgstr "Identyfikator usługi" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -682,7 +686,7 @@ msgstr "Kolor" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -696,18 +700,18 @@ msgstr "Kolor" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -772,9 +776,9 @@ msgstr "Konto dostawcy" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -848,8 +852,8 @@ msgstr "Status" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -957,13 +961,13 @@ msgstr "Parametry serwisowe" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -996,10 +1000,10 @@ msgstr "Atrybuty" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1058,11 +1062,11 @@ msgstr "Szczegóły wypowiedzenia" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1088,7 +1092,7 @@ msgstr "Sieć dostawców" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1241,7 +1245,7 @@ msgstr "Interfejs" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1250,14 +1254,15 @@ msgstr "Interfejs" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1266,7 +1271,7 @@ msgstr "Interfejs" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1285,7 +1290,7 @@ msgstr "Lokalizacja" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1302,21 +1307,21 @@ msgstr "Łączność" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1333,12 +1338,12 @@ msgstr "Region" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1366,14 +1371,14 @@ msgstr "Strona terminowa" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Zlecenie" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1429,7 +1434,7 @@ msgstr "Typ obwodu" msgid "Group Assignment" msgstr "Przydział grupowy" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1461,14 +1466,14 @@ msgstr "Unikalny identyfikator obwodu" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1570,7 +1575,7 @@ msgstr "Identyfikator panelu krosowego i numer (y) portu" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1593,7 +1598,7 @@ msgstr "Zakończenie obwodu musi być dołączone do obiektu końcowego." #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1608,8 +1613,8 @@ msgstr "Zakończenie obwodu musi być dołączone do obiektu końcowego." #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1632,7 +1637,7 @@ msgstr "Pełna nazwa dostawcy" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1701,7 +1706,7 @@ msgid "virtual circuit terminations" msgstr "zakończenia obwodu wirtualnego" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1723,12 +1728,12 @@ msgstr "zakończenia obwodu wirtualnego" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1827,7 +1832,7 @@ msgid "Name" msgstr "Nazwa" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1847,21 +1852,21 @@ msgstr "Obwody" msgid "Circuit ID" msgstr "Identyfikator obwodu" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Strona A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Strona Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Współczynnik zatwierdzania" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1871,13 +1876,13 @@ msgstr "Współczynnik zatwierdzania" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1892,30 +1897,30 @@ msgstr "Współczynnik zatwierdzania" msgid "Comments" msgstr "Komentarze" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Zadania" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Bok" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Typ zakończenia" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Punkt zakończenia" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Grupa witryn" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1954,17 +1959,17 @@ msgstr "Zakończenia" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1981,7 +1986,7 @@ msgstr "Zakończenia" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1994,7 +1999,7 @@ msgstr "Zakończenia" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2015,12 +2020,12 @@ msgstr "Zakończenia" msgid "Device" msgstr "Urządzenie" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Nie zdefiniowano zakończeń dla obwodu {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Wymienione zakończenia na obwód {circuit}." @@ -2230,13 +2235,13 @@ msgstr "Nazwa użytkownika" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2267,8 +2272,8 @@ msgstr "Ignoruj reguły" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2292,9 +2297,9 @@ msgid "Creation" msgstr "Stworzenie" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2336,7 +2341,7 @@ msgstr "Zakończone przed" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2350,7 +2355,7 @@ msgid "User" msgstr "Użytkownik" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Czas" @@ -2502,7 +2507,7 @@ msgstr "" "Rejestracja zmian nie jest obsługiwana dla tego typu obiektu ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2538,7 +2543,7 @@ msgstr "Bieżąca konfiguracja" msgid "Config revision #{id}" msgstr "Wersja konfiguracji #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2560,7 +2565,7 @@ msgid "type" msgstr "typ" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2621,7 +2626,7 @@ msgstr "" msgid "last updated" msgstr "Ostatnia aktualizacja" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "ścieżka" @@ -2686,58 +2691,58 @@ msgstr "zarządzane pliki" msgid "A {model} with this file path already exists ({path})." msgstr "A {model} z tą ścieżką pliku już istnieje ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "planowy" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "interwał" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Odstęp nawrotów (w minutach)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "rozpoczął się" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "ukończony" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "dane" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "błąd" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ID pracy" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "pracy" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "prace" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Zadania nie mogą być przypisane do tego typu obiektu ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "Nieprawidłowy status zakończenia pracy. Wybory to: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2756,11 +2761,11 @@ msgid "Full Name" msgstr "Pełne imię i nazwisko" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2788,9 +2793,10 @@ msgid "Last updated" msgstr "Ostatnia aktualizacja" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3083,7 +3089,7 @@ msgstr "Tył do przodu" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3208,7 +3214,7 @@ msgid "Virtual" msgstr "Wirtualny" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3250,10 +3256,10 @@ msgid "Cellular" msgstr "Komórkowy" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Seryjny" @@ -3292,7 +3298,7 @@ msgstr "Oznaczone" msgid "Tagged (All)" msgstr "Oznaczone (Wszystkie)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q w Q (802.1ad)" @@ -3332,7 +3338,7 @@ msgstr "USB" msgid "Fiber" msgstr "Włókno" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Połączony" @@ -3421,7 +3427,7 @@ msgstr "Lokalizacja nadrzędna (identyfikator)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Producent (ID)" @@ -3429,7 +3435,7 @@ msgstr "Producent (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Producent (identyfikator)" @@ -3442,14 +3448,14 @@ msgid "Rack type (ID)" msgstr "Typ szafy (numer identyfikacyjny)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Rola (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3457,7 +3463,8 @@ msgid "Role (slug)" msgstr "Rola (identyfikator)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Szafa (numer identyfikacyjny)" @@ -3535,7 +3542,7 @@ msgid "Has inventory items" msgstr "Posiada pozycje inwentaryzacyjne" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Typ urządzenia (ID)" @@ -3543,11 +3550,11 @@ msgstr "Typ urządzenia (ID)" msgid "Module type (ID)" msgstr "Typ modułu (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Port zasilania (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Nadrzędny element zapasów (ID)" @@ -3573,9 +3580,9 @@ msgstr "Platforma (ID)" msgid "Platform (slug)" msgstr "Platforma (identyfikator)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Nazwa terenu (identyfikator)" @@ -3605,8 +3612,8 @@ msgid "Is full depth" msgstr "Jest pełna głębokość" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3658,102 +3665,103 @@ msgstr "Typ modułu (model)" msgid "Module bay (ID)" msgstr "Osłona modułu (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Szafa (nazwa)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Urządzenie (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Szafa (nazwa)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Urządzenie (nazwa)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Typ urządzenia (model)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Rola urządzenia (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Rola urządzenia (identyfikator)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Wirtualne podwozie (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Wirtualne podwozie" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Moduł (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Kabel (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Maszyna wirtualna (nazwa)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Maszyna wirtualna (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Interfejs (nazwa)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Interfejs maszyny wirtualnej (nazwa)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Interfejs maszyny wirtualnej (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Tryb 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Przypisana sieć VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Przypisany VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3785,18 +3793,18 @@ msgstr "Przypisany VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3808,11 +3816,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Zasady tłumaczenia sieci VLAN (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3823,31 +3831,31 @@ msgstr "Zasady tłumaczenia sieci VLAN (ID)" msgid "VLAN Translation Policy" msgstr "Polityka tłumaczeń VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Interfejsy wirtualnej obudowy dla urządzenia" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Interfejsy wirtualnej obudowy dla urządzenia (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Rodzaj interfejsu" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Interfejs nadrzędny (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Interfejs mostkowy (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Interfejs LAG (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3855,78 +3863,78 @@ msgstr "Interfejs LAG (ID)" msgid "MAC Address" msgstr "Adres MAC" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Podstawowy adres MAC (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Podstawowy adres MAC" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Kontekst urządzenia wirtualnego" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Kontekst urządzenia wirtualnego (identyfikator)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Bezprzewodowa sieć LAN" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Połączenie bezprzewodowe" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Zakończenie obwodu wirtualnego (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Osłona modułu nadrzędnego (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Zainstalowany moduł (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Zainstalowane urządzenie (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Zainstalowane urządzenie (nazwa)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Mistrz (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Mistrz (imię)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Najemca (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Najemca (identyfikator)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Nieskończony" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Panel zasilania (ID)" @@ -3941,15 +3949,15 @@ msgstr "Panel zasilania (ID)" msgid "Tags" msgstr "Tagi" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Pozycja" @@ -3988,7 +3996,7 @@ msgstr "Strefa czasowa" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4128,8 +4136,8 @@ msgid "Serial Number" msgstr "Numer seryjny" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Etykieta zasobu" @@ -4151,13 +4159,13 @@ msgstr "Przepływ powietrza" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4170,9 +4178,9 @@ msgstr "Szafa" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Sprzęt" @@ -4290,7 +4298,7 @@ msgid "Configuration" msgstr "Konfiguracja" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Wirtualizacja" @@ -4322,13 +4330,13 @@ msgstr "Rodzaj modułu" msgid "Label" msgstr "Etykieta" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Długość" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Jednostka długości" @@ -4338,33 +4346,33 @@ msgid "Domain" msgstr "Domena" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Panel zasilania" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Dostawa" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Faza" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Napięcie" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Natężenie prądu" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Maksymalne wykorzystanie" @@ -4403,7 +4411,7 @@ msgid "Management only" msgstr "Tylko zarządzanie" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4411,14 +4419,14 @@ msgid "PoE mode" msgstr "Tryb PoE" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Typ PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Rola sieci bezprzewodowej" @@ -4448,8 +4456,8 @@ msgid "Virtual device contexts" msgstr "Konteksty urządzeń wirtualnych" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4473,7 +4481,7 @@ msgstr "Tryb" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "Grupa VLAN" @@ -4516,7 +4524,7 @@ msgstr "Grupa sieci bezprzewodowej sieci LAN" msgid "Wireless LANs" msgstr "Bezprzewodowe sieci LAN" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4534,7 +4542,7 @@ msgstr "Adresowanie" msgid "Operation" msgstr "Operacja" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4546,7 +4554,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Powiązane interfejsy" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4843,7 +4851,7 @@ msgstr "" msgid "Physical medium" msgstr "Medium fizyczne" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Dwupoziomowy" @@ -5092,7 +5100,7 @@ msgstr "Adres IPv6 z prefiksem, np. 2001:db8::1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5101,7 +5109,7 @@ msgstr "" "Oznaczone sieci VLAN ({vlans}) muszą należeć do tej samej witryny co " "urządzenie nadrzędne/maszyna wirtualna interfejsu lub muszą być globalne" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5109,7 +5117,7 @@ msgstr "" "Nie można zainstalować modułu z wartościami zastępczymi w kieszeni modułu " "bez zdefiniowanej pozycji." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5118,12 +5126,12 @@ msgstr "" "Nie można zainstalować modułu z wartościami zastępczymi w drzewie laurowym " "modułu {level} na drzewie, ale {tokens} podane symbole zastępcze." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "Nie można adoptować {model} {name} ponieważ już należy do modułu" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "A {model} o nazwie {name} już istnieje" @@ -5205,17 +5213,17 @@ msgstr "Posiada konteksty urządzeń wirtualnych" msgid "Cluster group" msgstr "Grupa klastra" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Okablowany" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Zajęty" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5229,66 +5237,66 @@ msgstr "Zajęty" msgid "Connection" msgstr "Połączenie" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Uprzejmy" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Tylko MGMT" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "Tryb 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Kanał bezprzewodowy" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Częstotliwość kanału (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Szerokość kanału (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Moc transmisji (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Kabel" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Odkryte" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Przypisane urządzenie" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Przypisana maszyna maszynowa" @@ -5563,8 +5571,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "Adres MAC można przypisać tylko do jednego obiektu." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5572,7 +5580,7 @@ msgstr "" "Obsługiwane są zakresy alfanumeryczne. (Muszą odpowiadać liczbie tworzonych " "obiektów.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5581,19 +5589,19 @@ msgstr "" "Podany wzór określa {value_count} wartości, ale {pattern_count} są " "oczekiwane." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Tylne porty" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Wybierz jedno przypisanie portu tylnego dla każdego tworzonego portu " "przedniego." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5602,7 +5610,7 @@ msgstr "" "Liczba szablonów portów przednich do utworzenia ({frontport_count}) musi " "odpowiadać wybranej liczbie pozycji tylnych portów ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5611,18 +5619,18 @@ msgstr "" "Liczba portów przednich do utworzenia ({frontport_count}) musi odpowiadać " "wybranej liczbie pozycji tylnych portów ({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Członkowie" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Pozycja początkowa" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5630,68 +5638,68 @@ msgstr "" "Położenie pierwszego urządzenia członkowskiego. Zwiększa się o jeden dla " "każdego dodatkowego członka." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Pozycja musi być określona dla pierwszego członka VC." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "marka" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "długość" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "jednostka długości" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "kabel" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "linki" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Należy określić jednostkę podczas ustawiania długości kabla" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "Musi zdefiniować zakończenia A i B podczas tworzenia nowego kabla." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Nie można podłączyć różnych typów zakończeń do tego samego końca kabla." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Niekompatybilne typy zakończeń: {type_a} a {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "Zakończenia A i B nie mogą łączyć się z tym samym obiektem." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "zakończyć" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "zakończenie kabla" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "zakończenia kabli" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5700,68 +5708,68 @@ msgstr "" "Znaleziono duplikat zakończenia {app_label}.{model} {termination_id}: kabel " "{cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Kable nie mogą być zakończone {type_display} interfejsy" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Zakończenia obwodów podłączone do sieci dostawcy nie mogą być okablowane." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "jest aktywny" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "jest kompletny" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "jest podzielony" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "ścieżka kabla" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "ścieżki kablowe" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "" "Wszystkie początkowe zakończenia muszą być dołączone do tego samego łącza" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Wszystkie zakończenia w średnim przedziale muszą mieć ten sam typ " "zakończenia" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Wszystkie zakończenia średniego zakresu muszą mieć ten sam obiekt nadrzędny" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Wszystkie łącza muszą być kablowe lub bezprzewodowe" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Wszystkie linki muszą być zgodne z pierwszym typem łącza" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Wszystkie pozycje zliczane w ścieżce na przeciwległych końcach łączy muszą " "być zgodne" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Brak filtra pozycji zdalnego zakończenia" @@ -7270,7 +7278,7 @@ msgstr "Osiągnięty" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7324,7 +7332,7 @@ msgstr "Pozycja VC" msgid "VC Priority" msgstr "Priorytet VC" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Urządzenie nadrzędne" @@ -7351,7 +7359,7 @@ msgstr "Gniazdka elektryczne" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7390,7 +7398,7 @@ msgstr "Moduł Bay" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7500,7 +7508,7 @@ msgid "Module Types" msgstr "Rodzaje modułów" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Platformy" @@ -7525,7 +7533,7 @@ msgid "Instances" msgstr "Instancje" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7536,7 +7544,7 @@ msgid "Console Ports" msgstr "Porty konsoli" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7547,7 +7555,7 @@ msgid "Console Server Ports" msgstr "Porty serwera konsoli" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7558,7 +7566,7 @@ msgid "Power Ports" msgstr "Porty zasilania" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7569,7 +7577,7 @@ msgid "Power Outlets" msgstr "Gniazdka elektryczne" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7579,7 +7587,7 @@ msgid "Front Ports" msgstr "Porty przednie" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7590,7 +7598,7 @@ msgid "Rear Ports" msgstr "Tylne porty" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7598,7 +7606,7 @@ msgid "Device Bays" msgstr "Wnęsy na urządzenia" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7681,48 +7689,48 @@ msgstr "Rezerwacje" msgid "Non-Racked Devices" msgstr "Urządzenia poza szafami" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Kontekst konfiguracji" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Konfiguracja renderowania" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Maszyny wirtualne" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Zainstalowane urządzenie {device} w zatoce {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Usunięte urządzenie {device} z zatoki {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Dzieci" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Dodano członka {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "Nie można usunąć urządzenia głównego {device} z wirtualnego podwozia." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Usunięto {device} z wirtualnego podwozia {chassis}" @@ -7866,7 +7874,7 @@ msgid "Failure" msgstr "Niepowodzenie" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8166,7 +8174,7 @@ msgid "Group name" msgstr "Nazwa grupy" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8232,7 +8240,7 @@ msgid "As attachment" msgstr "Jako załącznik" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Udostępnione" @@ -8415,7 +8423,7 @@ msgid "Field type" msgstr "Typ pola" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Wybory" @@ -9580,74 +9588,74 @@ msgstr "Parametry wykonywania skryptów" msgid "Dismiss" msgstr "Odrzucić" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Typy obiektów" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Potwierdź wyjątkowość" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Widoczne" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Edytowalny" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Powiązany typ obiektu" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Zestaw wyboru" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Jest klonowalny" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Minimalna wartość" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Maksymalna wartość" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Walidacja Regex" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Policz" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Uporządkuj alfabetycznie" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Nowe okno" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Jako załącznik" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9656,54 +9664,54 @@ msgstr "Jako załącznik" msgid "Data File" msgstr "Plik danych" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Zsynchronizowane" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Obraz" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Rozmiar (bajty)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Przeczytaj" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Walidacja SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Rodzaje zdarzeń" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Role urządzenia" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Komentarze (krótkie)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Linia" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Poziom" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Wiadomość" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Metoda" @@ -9744,32 +9752,32 @@ msgstr "Nieprawidłowy atrybut”{name}„na żądanie" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Nieprawidłowy atrybut”{name}„dla {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Wystąpił błąd podczas renderowania szablonu: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Twój pulpit nawigacyjny został zresetowany." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Dodano widżet: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Zaktualizowano widżet: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Usunięty widget: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Błąd usuwania widżetu: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "Nie można uruchomić skryptu: proces roboczy RQ nie działa." @@ -10009,10 +10017,18 @@ msgstr "Adres IP" msgid "Primary IPv4 (ID)" msgstr "Podstawowy IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Podstawowy IPv4 (adres)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Podstawowy IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Podstawowy IPv6 (adres)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Wprowadź prawidłowy adres IPv4 lub IPv6 (bez maski)." @@ -10071,17 +10087,17 @@ msgstr "Data dodania" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "Grupa VLAN" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10159,12 +10175,12 @@ msgstr "klucz uwierzytelniania" msgid "Authentication" msgstr "Uwierzytelnienie" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Zakresy identyfikatorów VLAN" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Rola Q w Q" @@ -10279,7 +10295,7 @@ msgstr "Przypisana grupa VLAN" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Usługa VLAN (dla sieci VLAN klienta Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Zasady tłumaczenia sieci VLAN" @@ -10369,7 +10385,7 @@ msgstr "Przypisany do interfejsu" msgid "DNS Name" msgstr "Nazwa DNS" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10380,11 +10396,11 @@ msgstr "sieci VLAN" msgid "Contains VLAN ID" msgstr "Zawiera identyfikator VLAN" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Lokalny identyfikator sieci VLAN" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "Zdalny identyfikator sieci VLAN" @@ -10392,7 +10408,7 @@ msgstr "Zdalny identyfikator sieci VLAN" msgid "Q-in-Q/802.1ad" msgstr "Q w Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "IDENTYFIKATOR VLAN" @@ -10510,7 +10526,7 @@ msgstr "Z szablonu" msgid "Custom" msgstr "Niestandardowe" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10838,33 +10854,33 @@ msgid "" "A service must be associated with either a device or a virtual machine." msgstr "Usługa musi być powiązana z urządzeniem lub maszyną wirtualną." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "Grupy VLAN" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Nie można ustawić typu skope_bez identyfikatora scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Nie można ustawić scope_id bez scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "Uruchamianie identyfikatora VLAN w zakresie ({value}) nie może być mniejszy " "niż {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "Zakończenie identyfikatora VLAN w zakresie ({value}) nie może przekroczyć " "{maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10873,37 +10889,37 @@ msgstr "" "Kończący identyfikator VLAN w zakresie musi być większy lub równy " "początkowemu identyfikatorowi VLAN ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Zakresy nie mogą się nakładać." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "" "Określona strona, do której przypisana jest ta sieć VLAN (jeśli istnieje)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Grupa VLAN (opcjonalnie)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Numeryczny identyfikator sieci VLAN (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Stan operacyjny tej sieci VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Podstawowa funkcja tej VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Oznaczenie sieci VLAN klienta/usługi (dla Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10914,22 +10930,31 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Przydzielona witryna {site} nie jest członkiem przypisanej grupy {group} " +"(zakres: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "VID musi być w zakresach {ranges} dla sieci VLAN w grupie {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "Tylko sieci VLAN klientów Q-in-Q mogą być przypisane do usługi VLAN." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Usługa VLAN klienta Q-in-Q musi być przypisana do sieci VLAN usługi." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Zasady tłumaczenia sieci VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Reguła tłumaczenia VLAN" @@ -11839,15 +11864,15 @@ msgid "Customization" msgstr "Dostosowywanie" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Pola niestandardowe" @@ -12327,7 +12352,7 @@ msgstr "Zmień hasło" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12352,7 +12377,7 @@ msgstr "Anuluj" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13222,7 +13247,7 @@ msgid "Create VDC" msgstr "Utwórz VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Zarządzanie" @@ -13340,22 +13365,22 @@ msgstr "Dodaj port zasilania" msgid "Add Rear Ports" msgstr "Dodaj tylne porty" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Zatoka Parent" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Regeneruj identyfikator" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Usuń" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Dane kontekstowe konfiguracji lokalnej" @@ -13448,11 +13473,11 @@ msgstr "Oznaczone jako połączone" msgid "Connection Status" msgstr "Status połączenia" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Strona" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Strona B" @@ -13793,7 +13818,7 @@ msgstr "Załącznik" msgid "Add Member" msgstr "Dodaj członka" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Urządzenia członkowskie" @@ -13822,7 +13847,7 @@ msgstr "Zapisz i dodaj kolejny" msgid "Editing Virtual Chassis %(name)s" msgstr "Edycja wirtualnej obudowy %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Szafa/jednostka" @@ -15810,11 +15835,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "„{field_name}„jest nieprawidłową nazwą pola dostępu." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Typ obiektu musi być określony jako”.„" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Nieprawidłowy typ obiektu" @@ -15905,40 +15930,40 @@ msgstr "" "Nieprawidłowy zakres: wartość końcowa ({end}) musi być większa niż wartość " "początkowa ({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Zduplikowany lub sprzeczny nagłówek kolumny dla”{field}„" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Zduplikowany lub sprzeczny nagłówek kolumny dla”{header}„" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Wiersz {row}: Oczekiwane {count_expected} kolumny, ale znalezione " "{count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Nieoczekiwany nagłówek kolumny”{field}„znaleziono." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Kolumna”{field}„nie jest obiektem powiązanym; nie może używać kropek" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "" "Nieprawidłowy atrybut obiektu powiązanego dla kolumny”{field}„: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Wymagany nagłówek kolumny”{header}„Nie znaleziono." diff --git a/netbox/translations/pt/LC_MESSAGES/django.mo b/netbox/translations/pt/LC_MESSAGES/django.mo index 08b72e3de..932e19a05 100644 Binary files a/netbox/translations/pt/LC_MESSAGES/django.mo and b/netbox/translations/pt/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/pt/LC_MESSAGES/django.po b/netbox/translations/pt/LC_MESSAGES/django.po index 576afb429..21e4dcb36 100644 --- a/netbox/translations/pt/LC_MESSAGES/django.po +++ b/netbox/translations/pt/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ # Translators: # Renato Almeida de Oliveira, 2023 # Fer22f , 2024 -# Jeremy Stretch, 2025 # Fabricio Maciel, 2025 +# Jeremy Stretch, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" -"Last-Translator: Fabricio Maciel, 2025\n" +"Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Portuguese (https://app.transifex.com/netbox-community/teams/178115/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +36,7 @@ msgstr "Permissão de Escrita" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -67,26 +67,26 @@ msgstr "Usado pela Última Vez" msgid "Allowed IPs" msgstr "IPs Permitidos" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Logado como {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Você se desconectou." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Suas preferências foram atualizadas." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "As credenciais de usuário autenticadas pelo LDAP não podem ser alteradas no " "NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Sua senha foi alterada com sucesso." @@ -107,7 +107,7 @@ msgstr "Provisionamento" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -170,10 +170,10 @@ msgstr "Spoke" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Região (ID)" @@ -182,10 +182,11 @@ msgstr "Região (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Região (slug)" @@ -193,10 +194,11 @@ msgstr "Região (slug)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Grupo de sites (ID)" @@ -204,18 +206,18 @@ msgstr "Grupo de sites (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Grupo de sites (slug)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -223,28 +225,29 @@ msgstr "Grupo de sites (slug)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -320,19 +323,19 @@ msgstr "Tipo de circuito (slug)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Site (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Local (ID)" @@ -343,8 +346,8 @@ msgstr "Terminação A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -374,8 +377,8 @@ msgstr "Busca" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -387,7 +390,8 @@ msgstr "Circuito" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Local (slug)" @@ -407,7 +411,7 @@ msgstr "Circuito (ID)" msgid "Virtual circuit (CID)" msgstr "Circuito virtual (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Circuito virtual (ID)" @@ -444,7 +448,7 @@ msgid "Virtual circuit" msgstr "Circuito virtual" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Interface (ID)" @@ -490,7 +494,7 @@ msgstr "ASNs" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -625,8 +629,8 @@ msgstr "Descrição" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -656,13 +660,13 @@ msgstr "ID do serviço" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -682,7 +686,7 @@ msgstr "Cor" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -696,18 +700,18 @@ msgstr "Cor" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -772,9 +776,9 @@ msgstr "Conta do provedor" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -848,8 +852,8 @@ msgstr "Status" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -957,13 +961,13 @@ msgstr "Parâmetros do serviço" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -996,10 +1000,10 @@ msgstr "Atributos" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1058,11 +1062,11 @@ msgstr "Detalhes da Terminação" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1088,7 +1092,7 @@ msgstr "Rede do provedor" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1241,7 +1245,7 @@ msgstr "Interface" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1250,14 +1254,15 @@ msgstr "Interface" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1266,7 +1271,7 @@ msgstr "Interface" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1285,7 +1290,7 @@ msgstr "Local" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1302,21 +1307,21 @@ msgstr "Contatos" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1333,12 +1338,12 @@ msgstr "Região" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1366,14 +1371,14 @@ msgstr "Lado da Terminação" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Atribuição" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1429,7 +1434,7 @@ msgstr "Tipo de circuito" msgid "Group Assignment" msgstr "Atribuição do Grupo" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1461,14 +1466,14 @@ msgstr "ID única do circuito" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1570,7 +1575,7 @@ msgstr "ID do patch panel e número da(s) porta(s)" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1594,7 +1599,7 @@ msgstr "" #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1609,8 +1614,8 @@ msgstr "" #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1633,7 +1638,7 @@ msgstr "Nome completo do provedor" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1702,7 +1707,7 @@ msgid "virtual circuit terminations" msgstr "terminações de circuito virtual" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1724,12 +1729,12 @@ msgstr "terminações de circuito virtual" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1828,7 +1833,7 @@ msgid "Name" msgstr "Nome" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1848,21 +1853,21 @@ msgstr "Circuitos" msgid "Circuit ID" msgstr "ID do Circuito" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Lado A" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Lado Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Taxa Garantida" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1872,13 +1877,13 @@ msgstr "Taxa Garantida" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1893,30 +1898,30 @@ msgstr "Taxa Garantida" msgid "Comments" msgstr "Comentários" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Atribuições" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Lado" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Tipo de Terminação" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Ponto de Terminação" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Grupo de Sites" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1955,17 +1960,17 @@ msgstr "Terminações" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1982,7 +1987,7 @@ msgstr "Terminações" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1995,7 +2000,7 @@ msgstr "Terminações" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2016,12 +2021,12 @@ msgstr "Terminações" msgid "Device" msgstr "Dispositivo" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Nenhuma terminação foi definida para o circuito {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Terminações trocadas para o circuito {circuit}." @@ -2231,13 +2236,13 @@ msgstr "Nome de usuário" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2268,8 +2273,8 @@ msgstr "Ignorar regras" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2293,9 +2298,9 @@ msgid "Creation" msgstr "Criação" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2337,7 +2342,7 @@ msgstr "Concluído antes" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2351,7 +2356,7 @@ msgid "User" msgstr "Usuário" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Tempo" @@ -2505,7 +2510,7 @@ msgid "Change logging is not supported for this object type ({type})." msgstr "Changelog não é suportado para este tipo de objeto ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2541,7 +2546,7 @@ msgstr "Configuração atual" msgid "Config revision #{id}" msgstr "Revisão da configuração #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2563,7 +2568,7 @@ msgid "type" msgstr "tipo" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2627,7 +2632,7 @@ msgstr "" msgid "last updated" msgstr "última atualização" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "caminho" @@ -2692,58 +2697,58 @@ msgstr "arquivos gerenciados" msgid "A {model} with this file path already exists ({path})." msgstr "O {model} com esse caminho de arquivo já existe ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "agendado" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "intervalo" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Intervalo de recorrência (em minutos)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "iniciado" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "concluído" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "dados" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "erro" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ID da tarefa" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "tarefa" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "tarefas" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Tarefas não podem ser atribuídas a este tipo de objeto ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "Status inválido para encerramento da tarefa. As opções são: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2762,11 +2767,11 @@ msgid "Full Name" msgstr "Nome Completo" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2794,9 +2799,10 @@ msgid "Last updated" msgstr "Última atualização" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3089,7 +3095,7 @@ msgstr "Trás para frente" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3214,7 +3220,7 @@ msgid "Virtual" msgstr "Virtual" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3256,10 +3262,10 @@ msgid "Cellular" msgstr "Celular" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Serial" @@ -3298,7 +3304,7 @@ msgstr "Tagueada" msgid "Tagged (All)" msgstr "Tagueada (Todos)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-in-Q (802.1ad)" @@ -3338,7 +3344,7 @@ msgstr "USB" msgid "Fiber" msgstr "Fibra" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Conectado" @@ -3427,7 +3433,7 @@ msgstr "Local pai (slug)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Fabricante (ID)" @@ -3435,7 +3441,7 @@ msgstr "Fabricante (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Fabricante (slug)" @@ -3448,14 +3454,14 @@ msgid "Rack type (ID)" msgstr "Tipo de rack (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Função (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3463,7 +3469,8 @@ msgid "Role (slug)" msgstr "Função (slug)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Rack (ID)" @@ -3541,7 +3548,7 @@ msgid "Has inventory items" msgstr "Possui itens de inventário" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Tipo de dispositivo (ID)" @@ -3549,11 +3556,11 @@ msgstr "Tipo de dispositivo (ID)" msgid "Module type (ID)" msgstr "Tipo de módulo (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Porta de alimentação (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Item principal do inventário (ID)" @@ -3579,9 +3586,9 @@ msgstr "Plataforma (ID)" msgid "Platform (slug)" msgstr "Plataforma (slug)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Nome do site (slug)" @@ -3611,8 +3618,8 @@ msgid "Is full depth" msgstr "É full-depth" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3664,102 +3671,103 @@ msgstr "Tipo de módulo (modelo)" msgid "Module bay (ID)" msgstr "Compartimento de módulo (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Rack (nome)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Dispositivo (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Rack (nome)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Dispositivo (nome)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Tipo de dispositivo (modelo)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Função do dispositivo (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Função do dispositivo (slug)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Chassi Virtual (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Chassi Virtual" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Módulo (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Cabo (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Máquina virtual (nome)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Máquina virtual (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Interface (nome)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Interface da VM (nome)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Interface da VM (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Modo 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "VLAN Designada" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "VLAN ID Designada " -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3791,18 +3799,18 @@ msgstr "VLAN ID Designada " msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3814,11 +3822,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Política de Tradução de VLAN (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3829,31 +3837,31 @@ msgstr "Política de Tradução de VLAN (ID)" msgid "VLAN Translation Policy" msgstr "Política de Tradução de VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Interfaces de Chassi Virtual para Dispositivo" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Interfaces de Chassi Virtual para Dispositivo (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Tipo de interface" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Interface pai (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Interface bridged (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Interface LAG (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3861,78 +3869,78 @@ msgstr "Interface LAG (ID)" msgid "MAC Address" msgstr "Endereço MAC" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Endereço MAC primário (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Endereço MAC primário" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Contexto de Dispositivo Virtual" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Contexto de Dispositivo Virtual (ID)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Rede Wireless" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Link Wireless" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Terminação de circuito virtual (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Compartimento de módulo pai (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Módulo instalado (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Dispositivo instalado (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Dispositivo instalado (nome)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Mestre (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Mestre (nome)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Inquilino (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Inquilino (slug)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Não terminado" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Quadro de alimentação (ID)" @@ -3947,15 +3955,15 @@ msgstr "Quadro de alimentação (ID)" msgid "Tags" msgstr "Etiquetas" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Posição" @@ -3994,7 +4002,7 @@ msgstr "Fuso horário" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4134,8 +4142,8 @@ msgid "Serial Number" msgstr "Número de Série" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Etiqueta de patrimônio" @@ -4157,13 +4165,13 @@ msgstr "Fluxo de Ar" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4176,9 +4184,9 @@ msgstr "Rack" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Hardware" @@ -4296,7 +4304,7 @@ msgid "Configuration" msgstr "Configuração" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Virtualização" @@ -4328,13 +4336,13 @@ msgstr "Tipo de módulo" msgid "Label" msgstr "Rótulo" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Comprimento" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Unidade de comprimento" @@ -4344,33 +4352,33 @@ msgid "Domain" msgstr "Domínio" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Quadro de alimentação" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Tipo de Alimentação" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Fase" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Tensão" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Corrente" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Utilização máxima" @@ -4409,7 +4417,7 @@ msgid "Management only" msgstr "Somente gerenciamento" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4417,14 +4425,14 @@ msgid "PoE mode" msgstr "Modo de Operação" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Tipo de PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Função do Wireless" @@ -4454,8 +4462,8 @@ msgid "Virtual device contexts" msgstr "Contextos de dispositivos virtuais" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4479,7 +4487,7 @@ msgstr "Modo" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "Grupo de VLANs" @@ -4522,7 +4530,7 @@ msgstr "Grupo da Rede Wireless" msgid "Wireless LANs" msgstr "Redes Wireless" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4540,7 +4548,7 @@ msgstr "Endereçamento" msgid "Operation" msgstr "Operação" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4552,7 +4560,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Interfaces Relacionadas" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4850,7 +4858,7 @@ msgstr "" msgid "Physical medium" msgstr "Meio físico" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Duplex" @@ -5099,7 +5107,7 @@ msgstr "Endereço IPv6 com tamanho de prefixo, por exemplo, 2001:db8: :1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5108,7 +5116,7 @@ msgstr "" "As VLANs tagueadas ({vlans}) devem pertencer ao mesmo site do dispositivo/VM" " pai da interface ou devem ser globais." -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5116,7 +5124,7 @@ msgstr "" "Não é possível instalar o módulo com valores de espaço reservado em um " "compartimento de módulo sem a sua posição definida." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5126,12 +5134,12 @@ msgstr "" "compartimento de módulos {level} na árvore, pois foram fornecidos {tokens} " "espaços reservados" -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "Não é possível adotar {model} {name} pois já pertence a outro módulo." -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "Um {model} com nome {name} já existe." @@ -5213,17 +5221,17 @@ msgstr "Possui contextos de dispositivos virtuais" msgid "Cluster group" msgstr "Grupo de clusters" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Cabeado" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Ocupado" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5237,66 +5245,66 @@ msgstr "Ocupado" msgid "Connection" msgstr "Conexão" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Tipo" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Somente gerenciamento" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "Modo 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Canal do Wireless" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Frequência do canal (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Largura do canal (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Potência de transmissão (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Cabo" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Descoberto" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Dispositivo Associado" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "VM Associada" @@ -5571,8 +5579,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "Um endereço MAC só pode ser atribuído a um único objeto." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5580,7 +5588,7 @@ msgstr "" "Intervalos alfanuméricos são suportados. (Deve corresponder ao número de " "objetos a serem criados.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5589,19 +5597,19 @@ msgstr "" "O padrão fornecido especifica {value_count} valores, mas {pattern_count} são" " esperados." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Portas traseiras" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Selecione uma atribuição de porta traseira para cada porta frontal que está " "sendo criada." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5611,7 +5619,7 @@ msgstr "" "deve corresponder ao número selecionado de posições dE porta traseira " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5621,18 +5629,18 @@ msgstr "" "corresponder ao número selecionado de posições de portas traseiras " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Membros" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Posição inicial" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5640,70 +5648,70 @@ msgstr "" "Posição do primeiro dispositivo membro. Aumenta em um para cada membro " "adicional." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "" "Uma posição deve ser especificada para o primeiro membro do chassi virtual." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "rótulo" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "comprimento" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "unidade de comprimento" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "cabo" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "cabos" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Deve especificar uma unidade ao definir o comprimento do cabo" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "Terminações A e B devem ser definidas ao criar um novo cabo." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Não é possível conectar diferentes tipos de terminação à mesma extremidade " "do cabo." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Tipos de terminações incompatíveis: {type_a} e {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "As terminações A e B não podem se conectar ao mesmo objeto." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "fim" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "terminação de cabo" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "terminações de cabos" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5712,66 +5720,66 @@ msgstr "" "Terminação duplicada encontrada para {app_label}.{model} {termination_id}: " "cabo {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Os cabos não podem ser terminados em interfaces {type_display}" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "As terminações de circuito conectadas a uma rede de provedor não podem ser " "cabeadas." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "está ativo" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "está completo" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "é dividido" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "caminho do cabo" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "caminhos do cabos" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "Todas as terminações de origem devem estar conectadas ao mesmo link" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Todas as terminações intermediárias devem ter o mesmo tipo de terminação" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "Todas as terminações intermediárias devem ter o mesmo objeto pai" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Todos os links devem ser cabo ou wireless" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Todos os links devem corresponder ao tipo do primeiro link" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Todas as contagens de posições dentro do caminho, em extremidades opostas " "dos links, devem corresponder" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "O filtro de posição de terminação remota está ausente" @@ -7288,7 +7296,7 @@ msgstr "Acessível" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7342,7 +7350,7 @@ msgstr "Posição no Chassi Virtual" msgid "VC Priority" msgstr "Prioridade no Chassi Virtual" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Dispositivo Pai" @@ -7369,7 +7377,7 @@ msgstr "Tomadas elétricas" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7408,7 +7416,7 @@ msgstr "Compartimento de módulo" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7518,7 +7526,7 @@ msgid "Module Types" msgstr "Tipos de Módulos" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Plataformas" @@ -7543,7 +7551,7 @@ msgid "Instances" msgstr "Instâncias" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7554,7 +7562,7 @@ msgid "Console Ports" msgstr "Portas de Console" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7565,7 +7573,7 @@ msgid "Console Server Ports" msgstr "Portas de Servidor de Console" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7576,7 +7584,7 @@ msgid "Power Ports" msgstr "Portas de Alimentação" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7587,7 +7595,7 @@ msgid "Power Outlets" msgstr "Tomadas Elétricas" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7597,7 +7605,7 @@ msgid "Front Ports" msgstr "Portas Frontais" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7608,7 +7616,7 @@ msgid "Rear Ports" msgstr "Portas Traseiras" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7616,7 +7624,7 @@ msgid "Device Bays" msgstr "Compartimentos de Dispositivos" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7699,49 +7707,49 @@ msgstr "Reservas" msgid "Non-Racked Devices" msgstr "Dispositivos Não Montados em Rack" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Contexto de Configuração" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Renderização de Configuração" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Máquinas Virtuais" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Dispositivo instalado {device} no compartimento {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Dispositivo {device} removido do compartimento {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Filhos" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Membro {device} adicionado" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "" "Não é possível remover o dispositivo principal {device} do chassi virtual." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Removido {device} do chassi virtual {chassis}" @@ -7885,7 +7893,7 @@ msgid "Failure" msgstr "Falha" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8187,7 +8195,7 @@ msgid "Group name" msgstr "Nome do grupo" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8253,7 +8261,7 @@ msgid "As attachment" msgstr "Como anexo" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Compartilhado" @@ -8436,7 +8444,7 @@ msgid "Field type" msgstr "Tipo de campo" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Escolhas" @@ -9609,74 +9617,74 @@ msgstr "Parâmetros de Execução do Script" msgid "Dismiss" msgstr "Descartar" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Tipos de Objetos" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Validar Unicidade" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Visível" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Editável" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Tipo de Objeto Relacionado" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Conjunto de Opções" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "É Clonável" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Valor Mínimo" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Valor Máximo" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Expressão Regular de Validação" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Contar" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Ordenar Alfabeticamente" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Nova Janela" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Como Anexo" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9685,54 +9693,54 @@ msgstr "Como Anexo" msgid "Data File" msgstr "Arquivo de Dados" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Sincronizado" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Imagem" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Tamanho (Bytes)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Leitura" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Validação SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Tipos de Evento" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Funções de Dispositivos" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Comentários (curto)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Linha" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Nível" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Mensagem" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Método" @@ -9773,32 +9781,32 @@ msgstr "Atributo \"{name}\" é inválido para a requisição" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Atributo \"{name}\" é inválido para {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Ocorreu um erro ao renderizar o modelo: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Seu dashboard foi redefinido." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Widget adicionado: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Widget atualizado: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Widget excluído: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Erro ao excluir o widget: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "" "Não é possível executar o script: o processo do agente RQ não está em " @@ -10039,10 +10047,18 @@ msgstr "Endereço IP" msgid "Primary IPv4 (ID)" msgstr "IPv4 Primário (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Endereço IPv4 Primário" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "IPv6 Primário (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Endereço IPv6 Primário" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Insira um endereço IPv4 ou IPv6 válido (sem máscara)." @@ -10101,17 +10117,17 @@ msgstr "Data da adição" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "Grupo de VLANs" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10189,12 +10205,12 @@ msgstr "Chave de autenticação" msgid "Authentication" msgstr "Autenticação" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Faixas para ID de VLAN." #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Função do Q-in-Q" @@ -10312,7 +10328,7 @@ msgstr "Grupo de VLANs associado" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "VLAN de Serviço (para VLANs de clientes Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Política de tradução de VLAN" @@ -10402,7 +10418,7 @@ msgstr "Associado a uma interface" msgid "DNS Name" msgstr "Nome DNS" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10413,11 +10429,11 @@ msgstr "VLANs" msgid "Contains VLAN ID" msgstr "Contém ID de VLAN" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "ID da VLAN Local" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "ID da VLAN Remota" @@ -10425,7 +10441,7 @@ msgstr "ID da VLAN Remota" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "ID da VLAN" @@ -10541,7 +10557,7 @@ msgstr "Do Modelo" msgid "Custom" msgstr "Personalizado" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10870,29 +10886,29 @@ msgid "" msgstr "" "Um serviço deve estar associado a um dispositivo ou a uma máquina virtual." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "Grupos de VLANs" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Não é possível definir scope_type sem scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Não é possível definir scope_id sem scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "VLAN ID inicial no intervalo {value} não pode ser menor que {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "VLAN ID final no intervalo {value} não pode ser maior que {maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10901,36 +10917,36 @@ msgstr "" "VLAN ID final do intervalo deve ser maior ou igual à VLAN ID inicial " "({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Os intervalos não podem se sobrepor." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "O site específico ao qual esta VLAN está associada (se houver)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Grupo de VLANs (opcional)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "ID numérica da VLAN (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Status operacional desta VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Função principal desta VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Designação de VLAN de cliente/serviço (para Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10941,23 +10957,32 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"O site atribuído {site} não é membro do grupo designado {group} (escopo: " +"{scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "VLAN ID devem estar nas faixas {ranges} para VLANs no grupo {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Somente VLANs de clientes Q-in-Q podem ser atribuídas a uma VLAN de serviço." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Uma VLAN de cliente Q-in-Q deve ser atribuída a uma VLAN de serviço." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Políticas de tradução de VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Regra de tradução de VLAN" @@ -11866,15 +11891,15 @@ msgid "Customization" msgstr "Personalização" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Campos Personalizados" @@ -12353,7 +12378,7 @@ msgstr "Alterar senha" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12378,7 +12403,7 @@ msgstr "Cancelar" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13249,7 +13274,7 @@ msgid "Create VDC" msgstr "Criar Contexto de Dispositivo Virtual" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Gestão" @@ -13367,22 +13392,22 @@ msgstr "Adicionar Porta de Alimentação" msgid "Add Rear Ports" msgstr "Adicionar Portas Traseiras" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Compartimento Pai" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Regenerar Slug" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Remover" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Dados de Contexto de Configuração Local" @@ -13475,11 +13500,11 @@ msgstr "Marcado como Conectado" msgid "Connection Status" msgstr "Status da Conexão" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Lado A" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Lado B" @@ -13820,7 +13845,7 @@ msgstr "Anexo" msgid "Add Member" msgstr "Adicionar Membro" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Dispositivos Membros" @@ -13849,7 +13874,7 @@ msgstr "Salvar e Adicionar Outro" msgid "Editing Virtual Chassis %(name)s" msgstr "Editando Chassi Virtual %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Rack/Posição" @@ -15836,11 +15861,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "“{field_name}“é um nome de campo de acesso inválido." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "O tipo de objeto deve ser especificado como”.“" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Tipo de objeto inválido" @@ -15931,40 +15956,40 @@ msgstr "" "Intervalo inválido: valor final ({end}) deve ser maior que o valor inicial " "({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Cabeçalho de coluna duplicado ou conflitante com ”{field}“" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Cabeçalho de coluna duplicado ou conflitante com ”{header}“" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Linha {row}: Esperado(s) {count_expected} coluna(s), mas encontrado(s) " "{count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Cabeçalho de coluna inesperado ”{field}“ encontrado." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Coluna ”{field}“ não é um objeto relacionado; não pode usar pontos" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "" "Atributo de objeto relacionado inválido para a coluna ”{field}“: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Cabeçalho de coluna obrigatório ”{header}“ não encontrado." diff --git a/netbox/translations/ru/LC_MESSAGES/django.mo b/netbox/translations/ru/LC_MESSAGES/django.mo index c09dac490..46ab29e16 100644 Binary files a/netbox/translations/ru/LC_MESSAGES/django.mo and b/netbox/translations/ru/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/ru/LC_MESSAGES/django.po b/netbox/translations/ru/LC_MESSAGES/django.po index d2889ba7d..1f591008a 100644 --- a/netbox/translations/ru/LC_MESSAGES/django.po +++ b/netbox/translations/ru/LC_MESSAGES/django.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Russian (https://app.transifex.com/netbox-community/teams/178115/ru/)\n" @@ -42,7 +42,7 @@ msgstr "Запись включена" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -73,26 +73,26 @@ msgstr "Последний раз использованный" msgid "Allowed IPs" msgstr "Разрешенные IP-адреса" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Вошел в систему как {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Вы вышли из системы." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Ваши предпочтения обновлены." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "Учетные данные пользователя, аутентифицированные по протоколу LDAP, нельзя " "изменить в NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Ваш пароль успешно изменен." @@ -113,7 +113,7 @@ msgstr "Выделение ресурсов" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -176,10 +176,10 @@ msgstr "Spoke" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Регион (ID)" @@ -188,10 +188,11 @@ msgstr "Регион (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Регион (пуля)" @@ -199,10 +200,11 @@ msgstr "Регион (пуля)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Группа сайтов (ID)" @@ -210,18 +212,18 @@ msgstr "Группа сайтов (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Группа сайтов (слизень)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -229,28 +231,29 @@ msgstr "Группа сайтов (слизень)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -326,19 +329,19 @@ msgstr "Тип канала связи (подстрока)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Сайт (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Локация (ID)" @@ -349,8 +352,8 @@ msgstr "Точка подключения A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -380,8 +383,8 @@ msgstr "Поиск" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -393,7 +396,8 @@ msgstr "Канал связи" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Локация (подстрока)" @@ -413,7 +417,7 @@ msgstr "Канал связи (ID)" msgid "Virtual circuit (CID)" msgstr "Виртуальный канал (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Виртуальный канал (ID)" @@ -450,7 +454,7 @@ msgid "Virtual circuit" msgstr "Виртуальный канал" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Интерфейс (ID)" @@ -496,7 +500,7 @@ msgstr "ASN" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -631,8 +635,8 @@ msgstr "Описание" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -662,13 +666,13 @@ msgstr "Идентификатор Службы" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -688,7 +692,7 @@ msgstr "Цвет" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -702,18 +706,18 @@ msgstr "Цвет" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -778,9 +782,9 @@ msgstr "Аккаунт провайдера" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -854,8 +858,8 @@ msgstr "Статус" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -963,13 +967,13 @@ msgstr "Параметры Службы" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -1002,10 +1006,10 @@ msgstr "Атрибуты" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1064,11 +1068,11 @@ msgstr "Сведения об точке подключения" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1094,7 +1098,7 @@ msgstr "Сеть провайдера" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1247,7 +1251,7 @@ msgstr "Интерфейс" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1256,14 +1260,15 @@ msgstr "Интерфейс" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1272,7 +1277,7 @@ msgstr "Интерфейс" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1291,7 +1296,7 @@ msgstr "Локация" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1308,21 +1313,21 @@ msgstr "Контакты" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1339,12 +1344,12 @@ msgstr "Регион" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1372,14 +1377,14 @@ msgstr "Терминология" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Задание" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1435,7 +1440,7 @@ msgstr "Тип цепи" msgid "Group Assignment" msgstr "Групповое задание" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1467,14 +1472,14 @@ msgstr "Уникальный ID канала связи" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1576,7 +1581,7 @@ msgstr "ID патч-панели и номера порта(-ов)" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1599,7 +1604,7 @@ msgstr "Конец цепи должен быть прикреплен к кон #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1614,8 +1619,8 @@ msgstr "Конец цепи должен быть прикреплен к кон #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1638,7 +1643,7 @@ msgstr "Полное имя провайдера" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1707,7 +1712,7 @@ msgid "virtual circuit terminations" msgstr "прерывания виртуальных каналов" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1729,12 +1734,12 @@ msgstr "прерывания виртуальных каналов" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1833,7 +1838,7 @@ msgid "Name" msgstr "Имя" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1853,21 +1858,21 @@ msgstr "Каналы связи" msgid "Circuit ID" msgstr "Идентификатор канала связи" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Сторона А" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Сторона Z" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Гарантированная скорость" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1877,13 +1882,13 @@ msgstr "Гарантированная скорость" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1898,30 +1903,30 @@ msgstr "Гарантированная скорость" msgid "Comments" msgstr "Комментарии" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Задания" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Сторона" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Тип прекращения" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Точка прекращения" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Группа сайтов" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1960,17 +1965,17 @@ msgstr "Соединения" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1987,7 +1992,7 @@ msgstr "Соединения" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -2000,7 +2005,7 @@ msgstr "Соединения" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2021,12 +2026,12 @@ msgstr "Соединения" msgid "Device" msgstr "Устройство" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Не определены точки подключения для канала связи {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Поменены местами точки подключения для канала связи {circuit}." @@ -2237,13 +2242,13 @@ msgstr "Имя пользователя" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2274,8 +2279,8 @@ msgstr "Правила исключения" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2299,9 +2304,9 @@ msgid "Creation" msgstr "Создание" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2343,7 +2348,7 @@ msgstr "Завершено до" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2357,7 +2362,7 @@ msgid "User" msgstr "Пользователь" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Время" @@ -2510,7 +2515,7 @@ msgstr "" "({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2546,7 +2551,7 @@ msgstr "Текущая конфигурация" msgid "Config revision #{id}" msgstr "Ревизия конфигурации #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2568,7 +2573,7 @@ msgid "type" msgstr "тип" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2630,7 +2635,7 @@ msgstr "" msgid "last updated" msgstr "последнее обновление" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "путь" @@ -2695,60 +2700,60 @@ msgstr "Настраиваемые файлы" msgid "A {model} with this file path already exists ({path})." msgstr "A {model} с этим путем к файлу уже существует ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "по расписанию" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "интервал" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Интервал повторения (в минутах)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "начало" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "завершено" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "данные" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "ошибка" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "идентификатор задачи" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "задача" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr " задачи" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Нельзя присвоить задачи этому типу объектов ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "Неверный статус для завершения задачи. Возможны следующие варианты: " "{choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "Невозможно вызвать enqueue() со значениями schedule_at и immediate." @@ -2765,11 +2770,11 @@ msgid "Full Name" msgstr "Полное имя" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2797,9 +2802,10 @@ msgid "Last updated" msgstr "Последнее обновление" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3092,7 +3098,7 @@ msgstr "Сзади вперед" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3217,7 +3223,7 @@ msgid "Virtual" msgstr "Виртуальный" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3259,10 +3265,10 @@ msgid "Cellular" msgstr "Сотовая связь" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Серийный" @@ -3301,7 +3307,7 @@ msgstr "Тегированный" msgid "Tagged (All)" msgstr "Тегированный (все)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Вопросы и ответы (802.1ad)" @@ -3341,7 +3347,7 @@ msgstr "USB" msgid "Fiber" msgstr "Волокно" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Подключено" @@ -3430,7 +3436,7 @@ msgstr "Локация родителя (подстрока)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Производитель (ID)" @@ -3438,7 +3444,7 @@ msgstr "Производитель (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Производитель (подстрока)" @@ -3451,14 +3457,14 @@ msgid "Rack type (ID)" msgstr "Тип стойки (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Роль (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3466,7 +3472,8 @@ msgid "Role (slug)" msgstr "Роль (подстрока)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Стойка (ID)" @@ -3544,7 +3551,7 @@ msgid "Has inventory items" msgstr "Имеет инвентарь" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Тип устройства (ID)" @@ -3552,11 +3559,11 @@ msgstr "Тип устройства (ID)" msgid "Module type (ID)" msgstr "Тип модуля (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Порт питания (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Родительский инвентарь (ID)" @@ -3582,9 +3589,9 @@ msgstr "Платформа (ID)" msgid "Platform (slug)" msgstr "Платформа (подстрока)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Имя сайта (подстрока)" @@ -3614,8 +3621,8 @@ msgid "Is full depth" msgstr "Полная глубина" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3667,102 +3674,103 @@ msgstr "Тип модуля (модель)" msgid "Module bay (ID)" msgstr "Отсек для модулей (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Стойка (имя)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Устройство (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Стойка (имя)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Устройство (имя)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Тип устройства (модель)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Роль устройства (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Роль устройства (подстрока)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Виртуальное шасси (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Виртуальное шасси" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Модуль (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Кабель (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Виртуальная машина (имя)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Виртуальная машина (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Интерфейс (имя)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Интерфейс виртуальной машины (имя)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Интерфейс виртуальной машины (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Режим 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Назначенная VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Назначенный VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3794,18 +3802,18 @@ msgstr "Назначенный VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3817,11 +3825,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Политика трансляции VLAN (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3832,31 +3840,31 @@ msgstr "Политика трансляции VLAN (ID)" msgid "VLAN Translation Policy" msgstr "Политика перевода VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Интерфейсы виртуального шасси для устройства" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Интерфейсы виртуального шасси для устройства (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Вид интерфейса" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Родительский интерфейс (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Мостовой интерфейс (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Интерфейс LAG (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3864,78 +3872,78 @@ msgstr "Интерфейс LAG (ID)" msgid "MAC Address" msgstr "MAC-адрес" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Основной MAC-адрес (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Основной MAC-адрес" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Виртуальный контекст" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Контекст виртуального устройства (идентификатор)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Беспроводная сеть" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Беспроводная связь" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Завершение виртуального канала (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Отсек для родительского модуля (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Установленный модуль (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Установленное устройство (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Установленное устройство (имя)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Мастер (удостоверение личности)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Мастер (имя)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Арендатор (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Арендатор (подстрока)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Нерасторгнутый" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Распределительный щит (ID)" @@ -3950,15 +3958,15 @@ msgstr "Распределительный щит (ID)" msgid "Tags" msgstr "Теги" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Позиция" @@ -3997,7 +4005,7 @@ msgstr "Часовой пояс" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4137,8 +4145,8 @@ msgid "Serial Number" msgstr "Серийный номер" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Инвентарный номер" @@ -4160,13 +4168,13 @@ msgstr "Воздушный поток" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4179,9 +4187,9 @@ msgstr "Стойка" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Аппаратное обеспечение" @@ -4299,7 +4307,7 @@ msgid "Configuration" msgstr "Конфигурация" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Виртуализация" @@ -4331,13 +4339,13 @@ msgstr "Тип модуля" msgid "Label" msgstr "Лейбл" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Длина" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Единица длины" @@ -4347,33 +4355,33 @@ msgid "Domain" msgstr "Домен" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Распределительный щит" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Снабжение" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Фаза" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Напряжение" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Сила тока" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Максимальное использование" @@ -4412,7 +4420,7 @@ msgid "Management only" msgstr "Только управление" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4420,14 +4428,14 @@ msgid "PoE mode" msgstr "Режим PoE" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Тип PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Роль беспроводной связи" @@ -4457,8 +4465,8 @@ msgid "Virtual device contexts" msgstr "Виртуальные контексты" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4482,7 +4490,7 @@ msgstr "Режим" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "Группа VLAN" @@ -4525,7 +4533,7 @@ msgstr "Беспроводная группа LAN" msgid "Wireless LANs" msgstr "Беспроводные LANы" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4543,7 +4551,7 @@ msgstr "Адресация" msgid "Operation" msgstr "Операция" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4555,7 +4563,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Связанные интерфейсы" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4850,7 +4858,7 @@ msgstr "Имена VDC разделены запятыми и заключены msgid "Physical medium" msgstr "Физическая среда" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Дуплекс" @@ -5097,7 +5105,7 @@ msgstr "Адрес IPv6 с длиной префикса, напр. 2001:db8::1/ msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5107,7 +5115,7 @@ msgstr "" "родительское устройство/виртуальная машина интерфейса, или они должны быть " "глобальными" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5115,7 +5123,7 @@ msgstr "" "Невозможно установить модуль со значениями-заполнителями в модульном отсеке " "без определенного положения." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5124,13 +5132,13 @@ msgstr "" "Невозможно установить модуль с указанами значениями на уровне {level}, но " "переданы значения {tokens}." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "" "Невозможно принять {model} {name} поскольку оно уже принадлежит модулю" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "A {model} названный {name} уже существует" @@ -5212,17 +5220,17 @@ msgstr "Имеет контексты виртуальных устройств" msgid "Cluster group" msgstr "Кластерная группа" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Кабельный" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Занятый" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5236,66 +5244,66 @@ msgstr "Занятый" msgid "Connection" msgstr "Подключение" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Вид" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Только менеджмент" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "Глобальное уникальное имя (WWN)" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "Режим 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Беспроводной канал" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Частота канала (МГц)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Ширина канала (МГц)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Мощность передачи (дБм)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Кабель" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Обнаружено" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Назначенное устройство" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Назначенная виртуальная машина" @@ -5569,8 +5577,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "MAC-адрес можно присвоить только одному объекту." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5578,7 +5586,7 @@ msgstr "" "Поддерживаются алфавитно-цифровые диапазоны. (Количество создаваемых " "объектов должно соответствовать количеству создаваемых объектов.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5587,19 +5595,19 @@ msgstr "" "Предоставленный шаблон определяет {value_count} ценности, но {pattern_count}" " ожидаются." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Задние порты" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Выберите одно назначение заднего порта для каждого создаваемого переднего " "порта." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5609,7 +5617,7 @@ msgstr "" "должно соответствовать выбранному количеству положений задних портов " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5619,18 +5627,18 @@ msgstr "" "соответствовать выбранному количеству положений задних портов " "({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Участники" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Исходное положение" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5638,69 +5646,69 @@ msgstr "" "Положение первого элементного устройства. Увеличивается на единицу за каждый" " дополнительный элемент." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Должность должна быть указана для первого члена VC." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr " лейбл" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "Длина" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "единица длины" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "кабель" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "кабели" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "При настройке длины кабеля необходимо указать единицу измерения" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "" "При создании нового кабеля необходимо определить концевые разъемы A и B." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "" "Невозможно подключить разные типы разъемов к одному и тому же концу кабеля." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Несовместимые типы терминации: {type_a} а также {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "Окончания A и B не могут подключаться к одному и тому же объекту." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "конец" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "точка подключения кабеля" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "точки подключения кабеля" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5709,68 +5717,68 @@ msgstr "" "Обнаружен дубликат подключения для {app_label}.{model} {termination_id}: " "кабель {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Кабели не могут быть подключены к {type_display} интерфейсов" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Концевые разъемы, подключенные к сети провайдера, могут не подключаться к " "кабелям." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "активен" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "завершен" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "разделен" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "кабельная трасса" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "кабельные трассы" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "" "Все исходные терминалы должны быть прикреплены к одной и той же ссылке" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "Все промежуточные терминалы должны иметь один и тот же тип терминации" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Все терминалы среднего диапазона должны иметь один и тот же родительский " "объект" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Все каналы должны быть кабельными или беспроводными" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Все ссылки должны соответствовать первому типу ссылки" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Количество всех позиций на пути на противоположных концах ссылок должно " "совпадать" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Фильтр положения удаленного оконечного устройства отсутствует" @@ -7279,7 +7287,7 @@ msgstr "Доступен" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7333,7 +7341,7 @@ msgstr "Позиция в шасси" msgid "VC Priority" msgstr "Приоритет шасси" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Родительское устройство" @@ -7360,7 +7368,7 @@ msgstr "Розетки питания" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7399,7 +7407,7 @@ msgstr "Модульный отсек" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7509,7 +7517,7 @@ msgid "Module Types" msgstr "Типы модулей" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Платформы" @@ -7534,7 +7542,7 @@ msgid "Instances" msgstr "Инстансы" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7545,7 +7553,7 @@ msgid "Console Ports" msgstr "Порты консоли" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7556,7 +7564,7 @@ msgid "Console Server Ports" msgstr "Порты консольного сервера" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7567,7 +7575,7 @@ msgid "Power Ports" msgstr "Порты питания" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7578,7 +7586,7 @@ msgid "Power Outlets" msgstr "Розетки питания" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7588,7 +7596,7 @@ msgid "Front Ports" msgstr "Фронтальные порты" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7599,7 +7607,7 @@ msgid "Rear Ports" msgstr "Задние порты" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7607,7 +7615,7 @@ msgid "Device Bays" msgstr "Отсеки для устройств" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7691,48 +7699,48 @@ msgstr "Резервирование" msgid "Non-Racked Devices" msgstr "Устройства без стоек" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Контекст конфигурации" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Конфигурация рендера" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Виртуальные машины" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Установлено устройство {device} в отсек {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Удалено устройство {device} из отсека {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Потомки" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Добавлен участник {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "Невозможно удалить главное устройство {device} из виртуального шасси." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "{device} удалено из виртуального шасси {chassis}" @@ -7876,7 +7884,7 @@ msgid "Failure" msgstr "Неудача" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8176,7 +8184,7 @@ msgid "Group name" msgstr "Название группы" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8242,7 +8250,7 @@ msgid "As attachment" msgstr "В качестве вложения" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Общий" @@ -8429,7 +8437,7 @@ msgid "Field type" msgstr "Тип поля" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Варианты" @@ -9596,74 +9604,74 @@ msgstr "Параметры выполнения сценария" msgid "Dismiss" msgstr "Отклонить" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Типы объектов" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Подтвердите уникальность" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Видимый" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Редактируемый" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Тип связанного объекта" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Набор для выбора" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Можно ли клонировать" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Минимальное значение" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Максимальное значение" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Валидации регулярным выражением" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Количество" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Упорядочить в алфавитном порядке" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Новое окно" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "В качестве вложения" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9672,54 +9680,54 @@ msgstr "В качестве вложения" msgid "Data File" msgstr "Файл данных" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Синхронизировано" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Изображение" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Размер (байты)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Прочтите" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Валидация SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Типы событий" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Роли устройств" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Комментарии (короткие)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Линия" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Уровень" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Сообщение" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Метод" @@ -9760,32 +9768,32 @@ msgstr "Неверный атрибут»{name}\"по запросу" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Недопустимый атрибут \"{name}\" для {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Во время рендеринга шаблона произошла ошибка: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Панель виджетов была сброшена." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Добавлен виджет: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Обновлен виджет: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Удален виджет: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Ошибка при удалении виджета: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "Невозможно запустить скрипт: процесс RQ не запущен." @@ -10023,10 +10031,18 @@ msgstr "IP-адрес" msgid "Primary IPv4 (ID)" msgstr "Основной IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Основной IPv4 (адрес)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Основной IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Основной IPv6 (адрес)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Введите действительный адрес IPv4 или IPv6 (без маски)." @@ -10085,17 +10101,17 @@ msgstr "Дата добавления" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "VLAN группа" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10173,12 +10189,12 @@ msgstr "Ключ аутентификации" msgid "Authentication" msgstr "Аутентификация" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Диапазоны идентификаторов VLAN" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Роль Q-in-Q" @@ -10293,7 +10309,7 @@ msgstr "Назначенная VLAN группа" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Сервисная VLAN (для клиентских виртуальных сетей Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Политика трансляции VLAN" @@ -10383,7 +10399,7 @@ msgstr "Назначено интерфейсу" msgid "DNS Name" msgstr "DNS-имя" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10394,11 +10410,11 @@ msgstr "VLAN-ы" msgid "Contains VLAN ID" msgstr "Содержит идентификатор VLAN" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Идентификатор локальной сети VLAN" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "Идентификатор удаленной сети VLAN" @@ -10406,7 +10422,7 @@ msgstr "Идентификатор удаленной сети VLAN" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "VLAN ID" @@ -10523,7 +10539,7 @@ msgstr "Из шаблона" msgid "Custom" msgstr "Настраиваемый" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10848,33 +10864,33 @@ msgid "" "A service must be associated with either a device or a virtual machine." msgstr "Служба должна быть связана с устройством или виртуальной машиной." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "Группы VLAN" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Невозможно установить scope_type без scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Невозможно установить scope_id без scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "Начальный идентификатор VLAN в диапазоне ({value}) не может быть меньше " "{minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "Последний идентификатор VLAN в диапазоне ({value}) не может превышать " "{maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10883,36 +10899,36 @@ msgstr "" "Последний идентификатор VLAN в диапазоне должен быть больше или равен " "начальному идентификатору VLAN ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Диапазоны не могут перекрываться." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "Конкретный сайт, которому назначена эта VLAN (если есть)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Группа VLAN (опционально)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Цифровой VLAN ID (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Рабочее состояние этой VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Основная функция этой VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Обозначение VLAN для клиентов/служб (для Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10923,25 +10939,34 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Назначенный сайт {site} не входит в назначенную группу {group} (область " +"применения: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "" "VID должен быть в диапазонах {ranges} для виртуальных локальных сетей в " "группе {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Только клиентские VLAN Q-in-Q могут быть отнесены к служебной сети VLAN." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "VLAN клиента Q-in-Q должна быть отнесена к служебной VLAN." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Политики трансляции VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Правило трансляции VLAN" @@ -11852,15 +11877,15 @@ msgid "Customization" msgstr "Настройка" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Настраиваемые Поля" @@ -12340,7 +12365,7 @@ msgstr "Изменить пароль" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12365,7 +12390,7 @@ msgstr "Отменить" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13238,7 +13263,7 @@ msgid "Create VDC" msgstr "Создайте VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Управление" @@ -13356,22 +13381,22 @@ msgstr "Добавить порт питания" msgid "Add Rear Ports" msgstr "Добавить задние порты" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Родительский залив" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Сгенерировать Подстроку" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Удалить" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Контекстные данные локальной конфигурации" @@ -13464,11 +13489,11 @@ msgstr "Отмечено как подключенное" msgid "Connection Status" msgstr "Состояние подключения" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Сторона «А»" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Сторона «Б»" @@ -13809,7 +13834,7 @@ msgstr "Вложение" msgid "Add Member" msgstr "Добавить участника" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Устройства для участников" @@ -13838,7 +13863,7 @@ msgstr "Сохранить и добавить еще" msgid "Editing Virtual Chassis %(name)s" msgstr "Редактирование виртуального корпуса %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Стойка/Юнит" @@ -15824,11 +15849,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "\"{field_name}\" — неправильное имя поля доступа." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Тип объекта должен быть указан как».»" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Неверный тип объекта" @@ -15919,39 +15944,39 @@ msgstr "" "Неверный диапазон: конечное значение ({end}) должно быть больше начального " "значения ({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Повторяющийся или конфликтующий заголовок столбца для»{field}»" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Повторяющийся или конфликтующий заголовок столбца для»{header}»" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Ряд {row}: Ожидается {count_expected} столбцы, но найдены {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Неожиданный заголовок столбца»{field}«найдено." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "" "Столбец»{field}\"не является родственным объектом; нельзя использовать точки" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "Неверный атрибут связанного объекта для столбца»{field}«: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Обязательный заголовок столбца»{header}\"не найден." diff --git a/netbox/translations/tr/LC_MESSAGES/django.mo b/netbox/translations/tr/LC_MESSAGES/django.mo index 9f1835d1a..1acb48109 100644 Binary files a/netbox/translations/tr/LC_MESSAGES/django.mo and b/netbox/translations/tr/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/tr/LC_MESSAGES/django.po b/netbox/translations/tr/LC_MESSAGES/django.po index 8cf27a02a..a3611c1b6 100644 --- a/netbox/translations/tr/LC_MESSAGES/django.po +++ b/netbox/translations/tr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Turkish (https://app.transifex.com/netbox-community/teams/178115/tr/)\n" @@ -35,7 +35,7 @@ msgstr "Yazma Etkin" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -66,26 +66,26 @@ msgstr "Son Kullanım" msgid "Allowed IPs" msgstr "İzin verilen IP'ler" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Olarak oturum açtı {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Oturumu kapattınız." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Tercihleriniz güncellendi." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "LDAP kimliği doğrulanmış kullanıcı kimlik bilgileri NetBox içinde " "değiştirilemez." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Şifreniz başarıyla değiştirildi." @@ -106,7 +106,7 @@ msgstr "Tedarik" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -169,10 +169,10 @@ msgstr "konuştu" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Bölge (ID)" @@ -181,10 +181,11 @@ msgstr "Bölge (ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Bölge (kısa ad)" @@ -192,10 +193,11 @@ msgstr "Bölge (kısa ad)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Site grubu (ID)" @@ -203,18 +205,18 @@ msgstr "Site grubu (ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Site grubu (kısa ad)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -222,28 +224,29 @@ msgstr "Site grubu (kısa ad)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -319,19 +322,19 @@ msgstr "Devre tipi (kısa ad)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Site (ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Konum (ID)" @@ -342,8 +345,8 @@ msgstr "Fesih A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -373,8 +376,8 @@ msgstr "Arama" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -386,7 +389,8 @@ msgstr "Devre" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Konum (kısa ad)" @@ -406,7 +410,7 @@ msgstr "Devre (ID)" msgid "Virtual circuit (CID)" msgstr "Sanal devre (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Sanal devre (ID)" @@ -443,7 +447,7 @@ msgid "Virtual circuit" msgstr "Sanal devre" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Arayüz (ID)" @@ -489,7 +493,7 @@ msgstr "ASN'ler" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -624,8 +628,8 @@ msgstr "Açıklama" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -655,13 +659,13 @@ msgstr "Servis ID" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -681,7 +685,7 @@ msgstr "Renk" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -695,18 +699,18 @@ msgstr "Renk" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -771,9 +775,9 @@ msgstr "Sağlayıcı hesabı" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -847,8 +851,8 @@ msgstr "Durum" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -956,13 +960,13 @@ msgstr "Servis Parametreleri" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -995,10 +999,10 @@ msgstr "Öznitellikler" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1057,11 +1061,11 @@ msgstr "Fesih Ayrıntıları" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1087,7 +1091,7 @@ msgstr "Sağlayıcı ağı" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1240,7 +1244,7 @@ msgstr "Arayüz" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1249,14 +1253,15 @@ msgstr "Arayüz" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1265,7 +1270,7 @@ msgstr "Arayüz" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1284,7 +1289,7 @@ msgstr "Konum" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1301,21 +1306,21 @@ msgstr "İletişim" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1332,12 +1337,12 @@ msgstr "Bölge" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1365,14 +1370,14 @@ msgstr "Dönem Tarafı" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Ödev" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1428,7 +1433,7 @@ msgstr "Devre tipi" msgid "Group Assignment" msgstr "Grup Ödevi" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1460,14 +1465,14 @@ msgstr "Benzersiz devre ID" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1569,7 +1574,7 @@ msgstr "Bağlantı paneli ID ve port numaraları" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1592,7 +1597,7 @@ msgstr "Bir devre sonlandırma, sonlandırma nesnesine bağlanmalıdır." #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1607,8 +1612,8 @@ msgstr "Bir devre sonlandırma, sonlandırma nesnesine bağlanmalıdır." #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1631,7 +1636,7 @@ msgstr "Sağlayıcının tam adı" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1700,7 +1705,7 @@ msgid "virtual circuit terminations" msgstr "sanal devre sonlandırmaları" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1722,12 +1727,12 @@ msgstr "sanal devre sonlandırmaları" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1826,7 +1831,7 @@ msgid "Name" msgstr "İsim" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1846,21 +1851,21 @@ msgstr "Devreler" msgid "Circuit ID" msgstr "Devre ID" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "A Tarafı" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Z Tarafı" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Taahhüt Oranı" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1870,13 +1875,13 @@ msgstr "Taahhüt Oranı" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1891,30 +1896,30 @@ msgstr "Taahhüt Oranı" msgid "Comments" msgstr "Yorumlar" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Ödevler" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Yan" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Sonlandırma Türü" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Sonlandırma Noktası" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Site Grubu" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1953,17 +1958,17 @@ msgstr "Fesih" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1980,7 +1985,7 @@ msgstr "Fesih" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1993,7 +1998,7 @@ msgstr "Fesih" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2014,12 +2019,12 @@ msgstr "Fesih" msgid "Device" msgstr "Cihaz" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Devre için sonlandırma tanımlanmamıştır {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Devre için değiştirilmiş sonlandırmalar {circuit}." @@ -2229,13 +2234,13 @@ msgstr "Kullanıcı adı" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2266,8 +2271,8 @@ msgstr "Kuralları yok sayın" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2291,9 +2296,9 @@ msgid "Creation" msgstr "Oluşturma" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2335,7 +2340,7 @@ msgstr "Daha önce tamamlandı" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2349,7 +2354,7 @@ msgid "User" msgstr "Kullanıcı" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Zaman" @@ -2501,7 +2506,7 @@ msgid "Change logging is not supported for this object type ({type})." msgstr "Değişiklik günlüğü bu nesne türü için desteklenmez ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2537,7 +2542,7 @@ msgstr "Geçerli yapılandırma" msgid "Config revision #{id}" msgstr "Yapılandırma revizyonu #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2559,7 +2564,7 @@ msgid "type" msgstr "türü" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2621,7 +2626,7 @@ msgstr "" msgid "last updated" msgstr "son güncellendi" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "yol" @@ -2686,59 +2691,59 @@ msgstr "yönetilen dosyalar" msgid "A {model} with this file path already exists ({path})." msgstr "BİR {model} bu dosya yolu zaten var ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "planlanmış" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "aralık" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Tekrarlama aralığı (dakika cinsinden)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "başladı" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "tamamlandı" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "veri" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "hata" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "görev ID" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "görev" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "görevler" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "İşler bu nesne türüne atanamaz ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "İşin sonlandırılması için geçersiz durum. Seçenekler şunlardır: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "enqueue () hem schedule_at hem de imediat değerleriyle çağrılamaz." @@ -2755,11 +2760,11 @@ msgid "Full Name" msgstr "Ad Soyad" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2787,9 +2792,10 @@ msgid "Last updated" msgstr "Son Güncelleme" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3082,7 +3088,7 @@ msgstr "Arkadan öne" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3207,7 +3213,7 @@ msgid "Virtual" msgstr "Sanal" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3249,10 +3255,10 @@ msgid "Cellular" msgstr "Hücresel" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Seri" @@ -3291,7 +3297,7 @@ msgstr "Etiketlenmiş" msgid "Tagged (All)" msgstr "Etiketlenmiş (Tümü)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "Q-in-Q (802.1ad)" @@ -3331,7 +3337,7 @@ msgstr "USB" msgid "Fiber" msgstr "Fiber" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Bağlı" @@ -3420,7 +3426,7 @@ msgstr "Ana konum (kısa ad)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Üretici (ID)" @@ -3428,7 +3434,7 @@ msgstr "Üretici (ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Üretici (kısa ad)" @@ -3441,14 +3447,14 @@ msgid "Rack type (ID)" msgstr "Raf tipi (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Rol (ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3456,7 +3462,8 @@ msgid "Role (slug)" msgstr "Rol (kısa ad)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Raf (ID)" @@ -3534,7 +3541,7 @@ msgid "Has inventory items" msgstr "Envanter kalemleri var" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Cihaz tipi (ID)" @@ -3542,11 +3549,11 @@ msgstr "Cihaz tipi (ID)" msgid "Module type (ID)" msgstr "Modül tipi (ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Güç bağlantı noktası (ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Ana envanter kalemi (ID)" @@ -3572,9 +3579,9 @@ msgstr "Platform (ID)" msgid "Platform (slug)" msgstr "Platform (kısa ad)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Site adı (kısa ad)" @@ -3604,8 +3611,8 @@ msgid "Is full depth" msgstr "Tam derinlik mi" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3657,102 +3664,103 @@ msgstr "Modül tipi (model)" msgid "Module bay (ID)" msgstr "Modül yuvası (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Raf (isim)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Cihaz (ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Raf (isim)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Cihaz (isim)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Cihaz tipi (model)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Cihaz rolü (ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Cihaz rolü (kısa ad)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Sanal Kasa (ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Sanal Şasi" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Modül (ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Kablo (ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Sanal makine (isim)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Sanal makine (ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Arayüz (isim)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "VM arabirimi (isim)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "VM arabirimi (ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "802.1Q Modu" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Atanmış VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Atanmış VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3784,18 +3792,18 @@ msgstr "Atanmış VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (KİMLİĞİ)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3807,11 +3815,11 @@ msgstr "L2VPN (KİMLİĞİ)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "VLAN Çeviri Politikası (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3822,31 +3830,31 @@ msgstr "VLAN Çeviri Politikası (ID)" msgid "VLAN Translation Policy" msgstr "VLAN Çeviri Politikası" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Cihaz için Sanal Şasi Arayüzleri" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Cihaz için Sanal Şasi Arayüzleri (ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Arayüz türü" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Ebeveyn arabirimi (ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Köprülü arayüz (ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "LAG arabirimi (ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3854,78 +3862,78 @@ msgstr "LAG arabirimi (ID)" msgid "MAC Address" msgstr "MAC Adresi" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Birincil MAC adresi (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Birincil MAC adresi" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Sanal Cihaz Bağlamı" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Sanal Cihaz Bağlamı (Tanımlayıcı)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Kablosuz LAN" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Kablosuz bağlantı" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Sanal devre sonlandırma (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Ana modül yuvası (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Yüklü modül (ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Yüklü cihaz (ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Yüklü cihaz (isim)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Master (ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Master (isim)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Kiracı (ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Kiracı (kısa ad)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Sonlandırılmamış" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Güç paneli (ID)" @@ -3940,15 +3948,15 @@ msgstr "Güç paneli (ID)" msgid "Tags" msgstr "Etiketler" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Pozisyon" @@ -3987,7 +3995,7 @@ msgstr "Saat dilimi" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4127,8 +4135,8 @@ msgid "Serial Number" msgstr "Seri Numarası" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Varlık etiketi" @@ -4150,13 +4158,13 @@ msgstr "Hava akışı" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4169,9 +4177,9 @@ msgstr "Raf" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Donanım" @@ -4289,7 +4297,7 @@ msgid "Configuration" msgstr "Yapılandırma" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Sanallaştırma" @@ -4321,13 +4329,13 @@ msgstr "Modül tipi" msgid "Label" msgstr "etiket" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Uzunluk" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Uzunluk birimi" @@ -4337,33 +4345,33 @@ msgid "Domain" msgstr "Alan adı" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Güç paneli" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Tedarik" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Faz" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Gerilim" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Amper" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Maksimum kullanım" @@ -4402,7 +4410,7 @@ msgid "Management only" msgstr "Yalnızca yönetim" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4410,14 +4418,14 @@ msgid "PoE mode" msgstr "PoE modu" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "PoE tipi" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Kablosuz rolü" @@ -4447,8 +4455,8 @@ msgid "Virtual device contexts" msgstr "Sanal cihaz bağlamları" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4472,7 +4480,7 @@ msgstr "Modu" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "VLAN grubu" @@ -4515,7 +4523,7 @@ msgstr "Kablosuz LAN grubu" msgid "Wireless LANs" msgstr "Kablosuz LAN'lar" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4533,7 +4541,7 @@ msgstr "Adresleme" msgid "Operation" msgstr "Operasyon" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4545,7 +4553,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "İlgili Arayüzler" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4840,7 +4848,7 @@ msgstr "" msgid "Physical medium" msgstr "Fiziksel ortam" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Dubleks" @@ -5085,7 +5093,7 @@ msgstr "Önek uzunluğuna sahip IPv6 adresi, örn. 2001:db8: :1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5094,7 +5102,7 @@ msgstr "" "Etiketli VLAN'lar ({vlans}) arayüzün ana cihazı/sanal makinesiyle aynı " "siteye ait olmalı veya global olmalıdır" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5102,7 +5110,7 @@ msgstr "" "Konum tanımlanmamış bir modül yuvasına yer tutucu değerleri olan modül " "yüklenemiyor." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5111,12 +5119,12 @@ msgstr "" "Modül defne ağacına yer tutucu değerleri olan modül yüklenemiyor {level} " "Ağaçta ama {tokens} verilen yer tutucular." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "Evlat edinemiyor {model} {name} zaten bir modüle ait olduğu için" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "BİR {model} adlandırmak {name} zaten var" @@ -5198,17 +5206,17 @@ msgstr "Sanal cihaz bağlamlarına sahiptir" msgid "Cluster group" msgstr "Küme grubu" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Kablolu" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "işgal" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5222,66 +5230,66 @@ msgstr "işgal" msgid "Connection" msgstr "Bağlantı" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Tür" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Sadece Mgmt" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "802.1Q modu" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Kablosuz kanal" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Kanal frekansı (MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Kanal genişliği (MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "İletim gücü (dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Kablo" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Keşfedildi" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Atanan Cihaz" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Atanmış VM" @@ -5555,8 +5563,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "MAC adresi yalnızca tek bir nesneye atanabilir." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5564,7 +5572,7 @@ msgstr "" "Alfasayısal aralıklar desteklenir. (Oluşturulan nesnelerin sayısıyla " "eşleşmelidir.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5573,19 +5581,19 @@ msgstr "" "Sağlanan desen belirtir {value_count} Değerler, ama {pattern_count} " "bekleniyor." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Arka bağlantı noktaları" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Oluşturulan her ön bağlantı noktası için bir arka bağlantı noktası ataması " "seçin." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5594,7 +5602,7 @@ msgstr "" "Oluşturulacak ön bağlantı noktası şablonlarının sayısı ({frontport_count}) " "seçilen arka port konumu sayısıyla eşleşmelidir ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5603,84 +5611,84 @@ msgstr "" "Oluşturulacak ön bağlantı noktalarının sayısı ({frontport_count}) seçilen " "arka port konumu sayısıyla eşleşmelidir ({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Üyeler" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Başlangıç pozisyonu" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." msgstr "İlk üye cihazın konumu. Her ek üye için bir artar." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "İlk VC üyesi için bir pozisyon belirtilmelidir." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "etiketlemek" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "uzunluk" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "uzunluk birimi" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "kablo" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "kablolar" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Kablo uzunluğu ayarlarken bir birim belirtmeniz gerekir" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "Yeni bir kablo oluştururken A ve B sonlandırmalarını tanımlamalıdır." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "Farklı sonlandırma türleri kablonun aynı ucuna bağlanamaz." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Uyumsuz sonlandırma türleri: {type_a} ve {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "A ve B sonlandırmaları aynı nesneye bağlanamaz." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "son" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "kablo sonlandırma" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "kablo sonlandırmaları" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5689,63 +5697,63 @@ msgstr "" "Yinelenen sonlandırma bulundu {app_label}.{model} {termination_id}: kablo " "{cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Kablolar sonlandırılamaz {type_display} arayüzleri" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "Bir sağlayıcı ağına bağlı devre sonlandırmaları kablolanmayabilir." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "aktiftir" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "tamamlandı" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "bölünmüş" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "kablo yolu" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "kablo yolları" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "Tüm kaynak sonlandırmalar aynı bağlantıya eklenmelidir" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Tüm orta açıklıklı sonlandırmalar aynı sonlandırma türüne sahip olmalıdır" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "Tüm orta açıklıklı sonlandırmalar aynı ana nesneye sahip olmalıdır" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Tüm bağlantılar kablo veya kablosuz olmalıdır" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Tüm bağlantılar ilk bağlantı türüyle eşleşmelidir" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Bağlantıların zıt uçlarındaki yol içindeki tüm pozisyonlar eşleşmelidir" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Uzaktan sonlandırma konum filtresi eksik" @@ -7217,7 +7225,7 @@ msgstr "Ulaşılabilir" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7271,7 +7279,7 @@ msgstr "VC Pozisyonu" msgid "VC Priority" msgstr "VC Önceliği" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Ebeveyn Aygıtı" @@ -7298,7 +7306,7 @@ msgstr "Elektrik prizleri" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7337,7 +7345,7 @@ msgstr "Modül Yuvası" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7447,7 +7455,7 @@ msgid "Module Types" msgstr "Modül Çeşitleri" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Platformlar" @@ -7472,7 +7480,7 @@ msgid "Instances" msgstr "Örnekler" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7483,7 +7491,7 @@ msgid "Console Ports" msgstr "Konsol Bağlantı Noktaları" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7494,7 +7502,7 @@ msgid "Console Server Ports" msgstr "Konsol Sunucusu Bağlantı Noktaları" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7505,7 +7513,7 @@ msgid "Power Ports" msgstr "Güç Bağlantı Noktaları" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7516,7 +7524,7 @@ msgid "Power Outlets" msgstr "Elektrik Prizleri" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7526,7 +7534,7 @@ msgid "Front Ports" msgstr "Ön Bağlantı Noktaları" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7537,7 +7545,7 @@ msgid "Rear Ports" msgstr "Arka Bağlantı Noktaları" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7545,7 +7553,7 @@ msgid "Device Bays" msgstr "Cihaz Yuvaları" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7628,48 +7636,48 @@ msgstr "Rezervasyon" msgid "Non-Racked Devices" msgstr "Raf Olmayan Cihazlar" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Yapılandırma Bağlamı" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Oluştur Yapılandırması" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Sanal Makineler" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Yüklü cihaz {device} körfezde {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Kaldırılan cihaz {device} körfezden {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Çocuklar" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Eklenen üye {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "Ana aygıt kaldırılamıyor {device} sanal kasadan." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Kaldırıldı {device} sanal kasadan {chassis}" @@ -7813,7 +7821,7 @@ msgid "Failure" msgstr "Başarısızlık" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8110,7 +8118,7 @@ msgid "Group name" msgstr "Grup adı" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8176,7 +8184,7 @@ msgid "As attachment" msgstr "Ek olarak" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Paylaşılan" @@ -8360,7 +8368,7 @@ msgid "Field type" msgstr "Alan tipi" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Seçenekler" @@ -9524,74 +9532,74 @@ msgstr "Script Yürütme Parametreleri" msgid "Dismiss" msgstr "Görevden alma" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Nesne Türleri" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Benzersizliği Doğrula" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "Görünür" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Düzenlenebilir" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "İlgili Nesne Türü" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Seçim Seti" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Klonlanabilir mi" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Minimum Değer" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Maksimum Değer" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Doğrulama Regex" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Saymak" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Alfabetik olarak sıralayın" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Yeni Pencere" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Ek Olarak" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9600,54 +9608,54 @@ msgstr "Ek Olarak" msgid "Data File" msgstr "Veri Dosyası" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Senkronize" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Görüntü" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Boyut (Bayt)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Okumak" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "SSL Doğrulama" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Etkinlik Türleri" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Cihaz Rolleri" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Yorumlar (Kısa)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Çizgi" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Seviye" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Mesaj" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Yöntemi" @@ -9688,32 +9696,32 @@ msgstr "Geçersiz öznitelik”{name}“istek için" msgid "Invalid attribute \"{name}\" for {model}" msgstr "\"{name}\" niteliği {model} için geçerli değil." -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Şablon oluşturulurken bir hata oluştu: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Kontrol paneliniz sıfırlandı." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Eklenen widget: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Güncellenmiş widget: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Silinen widget: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Widget silinirken hata oluştu: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "Komut dosyası çalıştırılamıyor: RQ işçi işlemi çalışmıyor." @@ -9951,10 +9959,18 @@ msgstr "IP adresi" msgid "Primary IPv4 (ID)" msgstr "Birincil IPv4 (ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Birincil IPv4 (adres)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Birincil IPv6 (ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Birincil IPv6 (adres)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Geçerli bir IPv4 veya IPv6 adresi girin (maske olmadan)." @@ -10013,17 +10029,17 @@ msgstr "Eklenen tarih" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "VLAN Grubu" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10101,12 +10117,12 @@ msgstr "Kimlik doğrulama anahtarı" msgid "Authentication" msgstr "Kimlik Doğrulama" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "VLAN ID aralıkları" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Q-in-Q rolü" @@ -10219,7 +10235,7 @@ msgstr "Atanmış VLAN grubu" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Hizmet VLAN (Q-in-Q/802.1ad müşteri VLAN'ları için)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "VLAN çeviri politikası" @@ -10309,7 +10325,7 @@ msgstr "Bir arayüze atandı" msgid "DNS Name" msgstr "DNS Adı" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10320,11 +10336,11 @@ msgstr "VLAN'lar" msgid "Contains VLAN ID" msgstr "VLAN Kimliği içerir" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Yerel VLAN Kimliği" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "Uzak VLAN Kimliği" @@ -10332,7 +10348,7 @@ msgstr "Uzak VLAN Kimliği" msgid "Q-in-Q/802.1ad" msgstr "Q-in-Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "VLAN KİMLİĞİ" @@ -10445,7 +10461,7 @@ msgstr "Şablondan" msgid "Custom" msgstr "Özel" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10765,29 +10781,29 @@ msgid "" "A service must be associated with either a device or a virtual machine." msgstr "Bir hizmet, bir cihaz veya sanal makine ile ilişkilendirilmelidir." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "VLAN grupları" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "scope_id olmadan scope_type ayarlanamıyor." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "scope_type olmadan scope_id ayarlanamıyor." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "Menzilde VLAN Kimliğini Başlatma ({value}) daha az olamaz {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "Menzilde VLAN Kimliğini Sonlandırma ({value}) geçemez {maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10796,36 +10812,36 @@ msgstr "" "Aralıktaki bitiş VLAN kimliği, başlangıç VLAN kimliğinden daha büyük veya " "ona eşit olmalıdır ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Aralıklar üst üste gelemez." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "Bu VLAN'ın atandığı belirli site (varsa)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "VLAN grubu (isteğe bağlı)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Sayısal VLAN Kimliği (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Bu VLAN'ın operasyonel durumu" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Bu VLAN'ın birincil işlevi" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Müşteri/hizmet VLAN tanımı (Q-in-Q/IEEE 802.1ad için)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10836,22 +10852,30 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Atanan site {site} atanan grubun üyesi değil {group} (kapsam: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "VID aralıklarda olmalıdır {ranges} gruptaki VLAN'lar için {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "Bir hizmet VLAN'ına yalnızca Q-in-Q müşteri VLAN'ları atanabilir." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "Bir Q-in-Q müşteri VLAN'ı bir hizmet VLAN'ına atanmalıdır." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "VLAN çeviri politikaları" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "VLAN çeviri kuralı" @@ -11760,15 +11784,15 @@ msgid "Customization" msgstr "Özelleştirme" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Özel Alanlar" @@ -12247,7 +12271,7 @@ msgstr "Şifreyi Değiştir" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12272,7 +12296,7 @@ msgstr "İptal" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13145,7 +13169,7 @@ msgid "Create VDC" msgstr "VDC oluştur" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Yönetim" @@ -13263,22 +13287,22 @@ msgstr "Güç Bağlantı Noktası Ekle" msgid "Add Rear Ports" msgstr "Arka Bağlantı Noktaları Ekle" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Ebeveyn Körfezi" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Yeniden kısa ad oluştur" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Kaldır" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Yerel Yapılandırma Bağlam Verileri" @@ -13371,11 +13395,11 @@ msgstr "Bağlı olarak işaretlendi" msgid "Connection Status" msgstr "Bağlantı Durumu" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "A Tarafı" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "B Tarafı" @@ -13716,7 +13740,7 @@ msgstr "Ataşman" msgid "Add Member" msgstr "Üye Ekle" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Üye Cihazları" @@ -13745,7 +13769,7 @@ msgstr "Kaydet ve Başka Ekle" msgid "Editing Virtual Chassis %(name)s" msgstr "Sanal Kasayı Düzenleme %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Raf/Birim" @@ -15720,11 +15744,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "“{field_name}“geçersiz bir erişici alan adıdır." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Nesne türü şu şekilde belirtilmelidir”.“" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Geçersiz nesne türü" @@ -15816,38 +15840,38 @@ msgstr "" "Geçersiz aralık: Bitiş değeri ({end}) başlangıç değerinden büyük olmalıdır " "({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Yinelenen veya çakışan sütun başlığı”{field}“" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Yinelenen veya çakışan sütun başlığı”{header}“" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Satır {row}: Bekleniyor {count_expected} sütunlar ama bulundu {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Beklenmeyen sütun başlığı”{field}“bulundu." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "Sütun”{field}“ilgili bir nesne değildir; nokta kullanamaz" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "Sütun için geçersiz ilgili nesne özniteliği”{field}“: {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Gerekli sütun başlığı”{header}“Bulunamadı." diff --git a/netbox/translations/uk/LC_MESSAGES/django.mo b/netbox/translations/uk/LC_MESSAGES/django.mo index e0b51c0f6..e34d9506d 100644 Binary files a/netbox/translations/uk/LC_MESSAGES/django.mo and b/netbox/translations/uk/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/uk/LC_MESSAGES/django.po b/netbox/translations/uk/LC_MESSAGES/django.po index 9a1713895..a21eb103c 100644 --- a/netbox/translations/uk/LC_MESSAGES/django.po +++ b/netbox/translations/uk/LC_MESSAGES/django.po @@ -5,17 +5,17 @@ # # Translators: # Volodymyr Pidgornyi, 2024 -# Jeremy Stretch, 2025 # Vladyslav V. Prodan, 2025 +# Jeremy Stretch, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" -"Last-Translator: Vladyslav V. Prodan, 2025\n" +"Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Ukrainian (https://app.transifex.com/netbox-community/teams/178115/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +35,7 @@ msgstr "Запис дозволено" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -66,25 +66,25 @@ msgstr "Використано востаннє" msgid "Allowed IPs" msgstr "Дозволені IP-адреси" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "Ввійшов в систему як {user}." -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "Ви вийшли з системи." -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "Ваші налаштування було оновлено." -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "" "Облікові дані користувача, підтверджені LDAP, неможливо змінити в NetBox." -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "Ваш пароль успішно змінено." @@ -105,7 +105,7 @@ msgstr "Забезпечення" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -168,10 +168,10 @@ msgstr "Спиця (в колесі)" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "Регіон (ідентифікатор)" @@ -180,10 +180,11 @@ msgstr "Регіон (ідентифікатор)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "Регіон (скорочення)" @@ -191,10 +192,11 @@ msgstr "Регіон (скорочення)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "Група тех. майданчиків (ідентифікатор)" @@ -202,18 +204,18 @@ msgstr "Група тех. майданчиків (ідентифікатор)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "Група тех. майданчиків (скорочення)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -221,28 +223,29 @@ msgstr "Група тех. майданчиків (скорочення)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -318,19 +321,19 @@ msgstr "Тип каналу зв'язку (скорочення)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "Тех. майданчик (ідентифікатор)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "Місцезнаходження (ідентифікатор)" @@ -341,8 +344,8 @@ msgstr "Припинення A (ідентифікатор)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -372,8 +375,8 @@ msgstr "Пошук" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -385,7 +388,8 @@ msgstr "Канал зв'язку" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "Місцезнаходження (скорочення)" @@ -405,7 +409,7 @@ msgstr "Канал зв'язку (ідентифікатор)" msgid "Virtual circuit (CID)" msgstr "Віртуальна схема (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "Віртуальна схема (ідентифікатор)" @@ -442,7 +446,7 @@ msgid "Virtual circuit" msgstr "Віртуальна схема" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "Інтерфейс (ідентифікатор)" @@ -488,7 +492,7 @@ msgstr "ASNs" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -623,8 +627,8 @@ msgstr "Опис" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -654,13 +658,13 @@ msgstr "Ідентифікатор служби" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -680,7 +684,7 @@ msgstr "Колір" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -694,18 +698,18 @@ msgstr "Колір" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -770,9 +774,9 @@ msgstr "Обліковий запис постачальника" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -846,8 +850,8 @@ msgstr "Статус" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -955,13 +959,13 @@ msgstr "Параметри обслуговування" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -994,10 +998,10 @@ msgstr "Атрибути" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1056,11 +1060,11 @@ msgstr "Деталі кінця" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1086,7 +1090,7 @@ msgstr "Мережа провайдера" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1239,7 +1243,7 @@ msgstr "Інтерфейс" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1248,14 +1252,15 @@ msgstr "Інтерфейс" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1264,7 +1269,7 @@ msgstr "Інтерфейс" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1283,7 +1288,7 @@ msgstr "Розташування" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1300,21 +1305,21 @@ msgstr "Контакти" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1331,12 +1336,12 @@ msgstr "Регіон" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1364,14 +1369,14 @@ msgstr "Сторона завершення" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "Призначення" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1427,7 +1432,7 @@ msgstr "Тип схеми" msgid "Group Assignment" msgstr "Групове завдання" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1459,14 +1464,14 @@ msgstr "Унікальний ідентифікатор каналу зв'язк #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1569,7 +1574,7 @@ msgstr "Ідентифікатор патч-панелі та номер(и) п #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1592,7 +1597,7 @@ msgstr "Закриття ланцюга повинно приєднатися д #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1607,8 +1612,8 @@ msgstr "Закриття ланцюга повинно приєднатися д #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1631,7 +1636,7 @@ msgstr "Повна назва провайдера" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1700,7 +1705,7 @@ msgid "virtual circuit terminations" msgstr "завершення віртуальних схем" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1722,12 +1727,12 @@ msgstr "завершення віртуальних схем" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1826,7 +1831,7 @@ msgid "Name" msgstr "Назва" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1846,21 +1851,21 @@ msgstr "Канали зв'язку" msgid "Circuit ID" msgstr "Ідентифікатор каналу зв'язку" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "Сторона А" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Сторона Б" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "Гарантований процент чи коефіцієнт доступності" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1870,13 +1875,13 @@ msgstr "Гарантований процент чи коефіцієнт дос #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1891,30 +1896,30 @@ msgstr "Гарантований процент чи коефіцієнт дос msgid "Comments" msgstr "Коментарі" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "Завдання" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "Сторона" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "Тип припинення" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "Точка припинення" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "Група тех. майданчиків" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1953,17 +1958,17 @@ msgstr "Кінці" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1980,7 +1985,7 @@ msgstr "Кінці" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -1993,7 +1998,7 @@ msgstr "Кінці" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2014,12 +2019,12 @@ msgstr "Кінці" msgid "Device" msgstr "Пристрій" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "Не визначено кінців для каналу зв'язку {circuit}." -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "Замінені місцями кінці для каналу зв'язку {circuit}." @@ -2229,13 +2234,13 @@ msgstr "Ім'я користувача" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2266,8 +2271,8 @@ msgstr "Ігнорувати правила" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2291,9 +2296,9 @@ msgid "Creation" msgstr "Творчість" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2335,7 +2340,7 @@ msgstr "Завершено раніше" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2349,7 +2354,7 @@ msgid "User" msgstr "Користувач" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "Час" @@ -2499,7 +2504,7 @@ msgid "Change logging is not supported for this object type ({type})." msgstr "Журнал змін не підтримується для цього типу об'єктів ({type})." #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2535,7 +2540,7 @@ msgstr "Поточне налаштування" msgid "Config revision #{id}" msgstr "Ревізія конфігурації #{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2557,7 +2562,7 @@ msgid "type" msgstr "тип" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2618,7 +2623,7 @@ msgstr "" msgid "last updated" msgstr "останнє оновлення" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "доріжка" @@ -2683,59 +2688,59 @@ msgstr "керовані файли" msgid "A {model} with this file path already exists ({path})." msgstr "А {model} з цим файлом шлях вже існує ({path})." -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "заплановано" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "інтервал" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "Інтервал рецидивів (у хвилинах)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "розпочато" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "завершено" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "дані" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "помилка" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "ідентифікатор завдання" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "завдання" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "завдання" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "Завдання не можуть бути призначені для цього типу об'єкта ({type})." -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "" "Невірний статус для припинення виконання завдання. Треба вибрати: {choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "" @@ -2754,11 +2759,11 @@ msgid "Full Name" msgstr "П.І.Б." #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2786,9 +2791,10 @@ msgid "Last updated" msgstr "Останнє оновлення" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3081,7 +3087,7 @@ msgstr "Ззаду спереду" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3206,7 +3212,7 @@ msgid "Virtual" msgstr "Віртуальний" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3248,10 +3254,10 @@ msgid "Cellular" msgstr "Стільниковий" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "Серійний" @@ -3290,7 +3296,7 @@ msgstr "З мітками" msgid "Tagged (All)" msgstr "З мітками (Усі)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "К-в-кв. (802.1ad)" @@ -3330,7 +3336,7 @@ msgstr "USB" msgid "Fiber" msgstr "Волоконний" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "Підключений" @@ -3419,7 +3425,7 @@ msgstr "Батьківське розташування (скорочення)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "Виробник (ідентифікатор)" @@ -3427,7 +3433,7 @@ msgstr "Виробник (ідентифікатор)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "Виробник (скорочення)" @@ -3440,14 +3446,14 @@ msgid "Rack type (ID)" msgstr "Тип стійки (ідентифікатор)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "Роль (ідентифікатор)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3455,7 +3461,8 @@ msgid "Role (slug)" msgstr "Роль (скорочення)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "Стійка (ідентифікатор)" @@ -3533,7 +3540,7 @@ msgid "Has inventory items" msgstr "Має предмети інвентарю" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "Тип пристрою (ідентифікатор)" @@ -3541,11 +3548,11 @@ msgstr "Тип пристрою (ідентифікатор)" msgid "Module type (ID)" msgstr "Тип модуля (ідентифікатор)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "Порт живлення (ідентифікатор)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "Батьківський предмет інвентарю (ідентифікатор)" @@ -3571,9 +3578,9 @@ msgstr "Платформа (ідентифікатор)" msgid "Platform (slug)" msgstr "Платформа (скорочення)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "Назва тех. майданчика (скорочення)" @@ -3603,8 +3610,8 @@ msgid "Is full depth" msgstr "Це повна глибина" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3656,102 +3663,103 @@ msgstr "Тип модуля (модель)" msgid "Module bay (ID)" msgstr "Відсік модуля (ідентифікатор)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "Стійка (назва)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "Пристрій (ідентифікатор)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "Стійка (назва)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "Пристрій (назва)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "Тип пристрою (модель)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "Роль пристрою (ідентифікатор)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "Роль пристрою (скорочення)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "Віртуальне шасі (ідентифікатор)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "Віртуальне шасі" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "Модуль (ідентифікатор)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "Кабель (ідентифікатор)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "Віртуальна машина (назва)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "Віртуальна машина (ідентифікатор)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "Інтерфейс (назва)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "Інтерфейс віртуальної машини (назва)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "Інтерфейс віртуальної машини (ідентифікатор)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "Режим 802.1Q" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "Призначений VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "Призначений VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3783,18 +3791,18 @@ msgstr "Призначений VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ідентифікатор)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3806,11 +3814,11 @@ msgstr "L2VPN (ідентифікатор)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "Політика перекладу VLAN (ідентифікатор)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3821,31 +3829,31 @@ msgstr "Політика перекладу VLAN (ідентифікатор)" msgid "VLAN Translation Policy" msgstr "Політика перекладу VLAN" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "Віртуальні інтерфейси шасі для пристрою" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "Віртуальні інтерфейси шасі для пристрою (ідентифікатор)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "Вид інтерфейсу" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "Батьківський інтерфейс (ідентифікатор)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "Мостовий інтерфейс (ідентифікатор)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "Інтерфейс LAG (ідентифікатор)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3853,78 +3861,78 @@ msgstr "Інтерфейс LAG (ідентифікатор)" msgid "MAC Address" msgstr "MAC-адреса" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "Основна MAC-адреса (ідентифікатор)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "Основна MAC-адреса" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "Контекст віртуального пристрою" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "Контекст віртуального пристрою (ідентифікатор)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "Бездротова локальна мережа" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "Бездротова зв'язок" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "Припинення віртуальної схеми (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "Відсік батьківського модуля (ідентифікатор)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "Встановлений модуль (ідентифікатор)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "Встановлений пристрій (ідентифікатор)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "Встановлений пристрій (назва)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "Майстер (ідентифікатор)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "Майстер (ім'я)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "Орендар (ідентифікатор)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "Орендар (скорочення)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "Незакінчений" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "Панель живлення (ідентифікатор)" @@ -3939,15 +3947,15 @@ msgstr "Панель живлення (ідентифікатор)" msgid "Tags" msgstr "Мітки" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "Позиція" @@ -3986,7 +3994,7 @@ msgstr "Часовий пояс" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4126,8 +4134,8 @@ msgid "Serial Number" msgstr "Серійний номер" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "Призначеня міток" @@ -4149,13 +4157,13 @@ msgstr "Потік повітря" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4168,9 +4176,9 @@ msgstr "Стійка" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "Апаратне забезпечення" @@ -4288,7 +4296,7 @@ msgid "Configuration" msgstr "Конфігурація" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "Віртуалізація" @@ -4320,13 +4328,13 @@ msgstr "Тип модуля" msgid "Label" msgstr "Етикетка" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "Довжина" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "Довжина юніта" @@ -4336,33 +4344,33 @@ msgid "Domain" msgstr "Домен" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "Панель живлення" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "Постачання" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "Фаза" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "Напруга" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "Сила струму" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "Максимальне використання" @@ -4401,7 +4409,7 @@ msgid "Management only" msgstr "Тільки управління" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4409,14 +4417,14 @@ msgid "PoE mode" msgstr "Режим PoE" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "Тип PoE" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "Бездротова роль" @@ -4446,8 +4454,8 @@ msgid "Virtual device contexts" msgstr "Контексти віртуальних пристроїв" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4471,7 +4479,7 @@ msgstr "Режим" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "Група VLAN" @@ -4514,7 +4522,7 @@ msgstr "Група бездротової локальної мережі" msgid "Wireless LANs" msgstr "Бездротові локальні мережі" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4532,7 +4540,7 @@ msgstr "Адресація" msgid "Operation" msgstr "Операція" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4544,7 +4552,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "Пов'язані інтерфейси" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4841,7 +4849,7 @@ msgstr "" msgid "Physical medium" msgstr "Фізичне середовище" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "Дуплекс" @@ -5090,7 +5098,7 @@ msgstr "IPv6 адреса з довжиною префікса, наприкла msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " @@ -5100,7 +5108,7 @@ msgstr "" " і батьківський пристрій/інтерфейсу віртуальної машини, або вони повинні " "бути глобальними" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." @@ -5108,7 +5116,7 @@ msgstr "" "Не вдається встановити модуль із значеннями заповнювачів у відсіку модуля " "без визначеної позиції." -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " @@ -5117,13 +5125,13 @@ msgstr "" "Не вдається встановити модуль із значеннями відсік модуля у дереві відсіків " "модуля {level} на дереві, у якому усього{tokens} місця для встановлення." -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "" "Не можна усиновити {model} {name}, оскільки він вже належить до модуля" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "А {model} названий {name} вже існує" @@ -5205,17 +5213,17 @@ msgstr "Має контексти віртуальних пристроїв" msgid "Cluster group" msgstr "Кластерна група" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "Кабельний" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "Зайнятий" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5229,66 +5237,66 @@ msgstr "Зайнятий" msgid "Connection" msgstr "Підключення" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "Вид" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "Тільки управління" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN (унікальний ідентифікатор)" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "Режим 802.1Q" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "Бездротовий канал" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "Частота каналу (МГц)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "Ширина каналу (МГц)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "Потужність передачі (дБм)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "Кабель" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "Виявлено" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "Призначено на пристрій" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "Призначено на віртуальну машину" @@ -5562,8 +5570,8 @@ msgid "A MAC address can only be assigned to a single object." msgstr "MAC-адресу можна призначити лише одному об'єкту." #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" @@ -5571,7 +5579,7 @@ msgstr "" "Підтримуються буквено-цифрові діапазони. (Повинен збігатися з кількістю " "створюваних об'єктів.)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" @@ -5580,19 +5588,19 @@ msgstr "" "Наданий шаблон визначає {value_count} цінності, але {pattern_count} " "очікуються." -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "Порти ззаду" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "" "Виберіть одне призначення порту ззаду для кожного створюваного переднього " "порту." -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " @@ -5602,7 +5610,7 @@ msgstr "" "({frontport_count}) повинна відповідати вибраній кількості позицій портів " "ззаду ({rearport_count})." -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " @@ -5611,18 +5619,18 @@ msgstr "" "Кількість передніх портів, які потрібно створити ({frontport_count}) повинна" " відповідати вибраній кількості позицій портів ззаду ({rearport_count})." -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "Члени" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "Початкова позиція" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." @@ -5630,67 +5638,67 @@ msgstr "" "Положення пристрою першого члена. Збільшується на одного для кожного " "додаткового члена." -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "Позиція повинна бути вказана для першого члена VC." -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "етикетка" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "довжина" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "довжина юніта" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "кабель" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "кабелів" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "Необхідно вказати номер юніта при установці довжини кабелю" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "Необхідно визначити кінці А і Б при створенні нового кабелю." -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "Не вдається підключити різні типи кінцевок до одного кінця кабелю." -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "Несумісні типи з'єднання: {type_a} і {type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "Кінцевки A і Б не можуть з'єднуватися з одним об'єктом." -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "кінець" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "кабельний кінець" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "кабельні кінці" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " @@ -5699,68 +5707,68 @@ msgstr "" "Знайдено дублікат кінця {app_label}.{model} {termination_id}: кабель " "{cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "Кабелі не можуть бути підключені в {type_display} інтерфейси" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "" "Кінці каналу зв'язку, приєднані до мережі провайдера, не можуть бути " "кабельними." -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "активний" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "завершено" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "розщеплюється" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "кабельний шлях" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "кабельні шляхи" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "Усі початкові закінчення повинні бути приєднані до одного посилання" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "" "Усі закінчення середнього прольоту повинні мати однаковий тип закінчення" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "" "Усі закінчення середнього прольоту повинні мати однаковий батьківський " "об'єкт" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "Всі посилання повинні бути кабельними або бездротовими" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "Усі посилання повинні відповідати першому типу посилання" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "" "Усі позиції, що підраховуються в межах шляху на протилежних кінцях посилань," " повинні збігатися" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "Відсутній фільтр положення віддаленого завершення" @@ -7276,7 +7284,7 @@ msgstr "Доступний" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7330,7 +7338,7 @@ msgstr "Позиція віртуальної шасі" msgid "VC Priority" msgstr "Пріоритет віртуальної шасі" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "Батьківський пристрій" @@ -7357,7 +7365,7 @@ msgstr "Розетки" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7396,7 +7404,7 @@ msgstr "Резервуар модулів" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7506,7 +7514,7 @@ msgid "Module Types" msgstr "Типи модулів" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "Платформи" @@ -7531,7 +7539,7 @@ msgid "Instances" msgstr "Екземпляри" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7542,7 +7550,7 @@ msgid "Console Ports" msgstr "Консольні порти" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7553,7 +7561,7 @@ msgid "Console Server Ports" msgstr "Порти консольного сервера" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7564,7 +7572,7 @@ msgid "Power Ports" msgstr "Порти живлення" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7575,7 +7583,7 @@ msgid "Power Outlets" msgstr "Розетки" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7585,7 +7593,7 @@ msgid "Front Ports" msgstr "Передні порти" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7596,7 +7604,7 @@ msgid "Rear Ports" msgstr "Задні порти" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7604,7 +7612,7 @@ msgid "Device Bays" msgstr "Відсіки для пристроїв" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7687,48 +7695,48 @@ msgstr "Бронювання" msgid "Non-Racked Devices" msgstr "Пристрої без можливості кріплення у стійку" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "Контекст конфігурації" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "Відтворення конфігурації" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "Віртуальні машини" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "Встановлений пристрій {device} в бухті {device_bay}." -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "Видалений пристрій {device} з бухти {device_bay}." -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "Підпорядкований" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "Доданий член {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "Неможливо видалити головний пристрій {device} від віртуального шасі." -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "Вилучено {device} з віртуального шасі {chassis}" @@ -7872,7 +7880,7 @@ msgid "Failure" msgstr "Невдача" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8172,7 +8180,7 @@ msgid "Group name" msgstr "Назва групи" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8238,7 +8246,7 @@ msgid "As attachment" msgstr "Як вкладення" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "Спільний" @@ -8422,7 +8430,7 @@ msgid "Field type" msgstr "Тип поля" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "Вибір" @@ -9584,74 +9592,74 @@ msgstr "Параметри виконання сценарію" msgid "Dismiss" msgstr "Відхилити" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "Типи об'єктів" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "Перевірте унікальність" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "видимий" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "Редагований" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "Пов'язаний тип об'єкта" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "Набір вибору" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "Чи можна клонувати" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "Мінімальне значення" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "Максимальне значення" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "Перевірка регулярного вираза" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "Графік" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "Порядок за алфавітом" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "Нове вікно" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "Як вкладення" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9660,54 +9668,54 @@ msgstr "Як вкладення" msgid "Data File" msgstr "Файл даних" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "Синхронізовано" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "Зображення" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "Розмір (байт)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "Читати" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "Перевірка SSL" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "Типи подій" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "Ролі пристроїв" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "Коментарі (короткі)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "Лінія" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "Рівень" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "Повідомлення" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "Метод" @@ -9749,32 +9757,32 @@ msgstr "Невірний атрибут \"{name}\" за запитом" msgid "Invalid attribute \"{name}\" for {model}" msgstr "Невірний атрибут \"{name}\" для {model}" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "Під час візуалізації шаблону сталася помилка: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "Ваша інформаційна панель була скинута." -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "Доданий віджет: " -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "Оновлений віджет: " -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "Видалений віджет: " -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "Помилка при видаленні віджета: " -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "Неможливо запустити скрипт: робочий процес RQ не запущений." @@ -10013,10 +10021,18 @@ msgstr "IP-адреса" msgid "Primary IPv4 (ID)" msgstr "Первинна адреса IPv4 (ідентифікатор)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "Первинний IPv4 (адреса)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "Первинна адреса IPv6 (ідентифікатор)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "Первинний IPv6 (адреса)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "Введіть дійсну адресу IPv4 або IPv6 (без маски)." @@ -10075,17 +10091,17 @@ msgstr "Дата додавання" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "Група VLAN" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -10163,12 +10179,12 @@ msgstr "Ключ аутентифікації" msgid "Authentication" msgstr "Аутентифікація" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "Діапазони ідентифікаторів VLAN" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Роль Q-in-Q" @@ -10290,7 +10306,7 @@ msgstr "Призначена група VLAN" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "Сервісна VLAN (для VLAN клієнтів Q-in-Q/802.1ad)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "Політика перекладу VLAN" @@ -10380,7 +10396,7 @@ msgstr "Призначено на інтерфейс" msgid "DNS Name" msgstr "Ім'я DNS" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10391,11 +10407,11 @@ msgstr "VLAN'и" msgid "Contains VLAN ID" msgstr "Містить ідентифікатор VLAN" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "Локальний ідентифікатор VLAN" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "Віддалений ідентифікатор VLAN" @@ -10403,7 +10419,7 @@ msgstr "Віддалений ідентифікатор VLAN" msgid "Q-in-Q/802.1ad" msgstr "Контроль Q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "Ідентифікатор VLAN" @@ -10521,7 +10537,7 @@ msgstr "З шаблону" msgid "Custom" msgstr "Користувацький" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "" @@ -10846,33 +10862,33 @@ msgid "" msgstr "" "Служба повинна бути пов'язана або з пристроєм, або з віртуальною машиною." -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "Групи VLAN" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "Не вдається встановити scope_type без scope_id." -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "Не вдається встановити scope_id без scope_type." -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "" "Початковий ідентифікатор VLAN в діапазоні ({value}) не може бути менше " "{minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "" "Кінцевий ідентифікатор VLAN в діапазоні ({value}) не може перевищувати " "{maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " @@ -10881,36 +10897,36 @@ msgstr "" "Кінцевий ідентифікатор VLAN в діапазоні повинен бути більшим або дорівнювати" " початковому ідентифікатору VLAN ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "Діапазони не можуть перекриватися." -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "Конкретний тех. майданчик, якому присвоєно цей VLAN (якщо такий є)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "Група VLAN (необов'язково)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "Числовий ідентифікатор VLAN (1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "Операційний стан цього VLAN" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "Основна функція цього VLAN" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "Позначення VLAN клієнта/служби (для Q-in-Q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10921,25 +10937,34 @@ msgstr "" #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" +"Призначений сайт {site} не є членом призначеної групи {group} (сфера " +"застосування: {scope})." + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "" "VID повинен знаходитися в діапазоні {ranges} для VLAN'ів у групі {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "" "Тільки VLAN клієнтів Q-in-Q можуть бути призначені для обслуговування VLAN." -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "" "Клієнтська VLAN клієнта Q-in-Q повинна бути призначена для службової VLAN." -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "Політика перекладу VLAN" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "Правило перекладу VLAN" @@ -11845,15 +11870,15 @@ msgid "Customization" msgstr "Персоналізація" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "Користувацькі поля" @@ -12332,7 +12357,7 @@ msgstr "Змінити пароль" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12357,7 +12382,7 @@ msgstr "Скасувати" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -13225,7 +13250,7 @@ msgid "Create VDC" msgstr "Створіть джерело живлення постійного струму" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "Керування" @@ -13343,22 +13368,22 @@ msgstr "Додати порт живлення" msgid "Add Rear Ports" msgstr "Додати задні порти" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "Батьківський відсік" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "Відновити скорочення" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "Видалити" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "Контекстні дані локальної конфігурації" @@ -13451,11 +13476,11 @@ msgstr "Позначено як підключений" msgid "Connection Status" msgstr "Статус підключення" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "Сторона А" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "Сторона Б" @@ -13796,7 +13821,7 @@ msgstr "Вкладення" msgid "Add Member" msgstr "Додати учасника" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "Учасника пристроїв" @@ -13825,7 +13850,7 @@ msgstr "Зберегти та додати інший" msgid "Editing Virtual Chassis %(name)s" msgstr "Редагування віртуального шасі %(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "Стійка/юніт" @@ -15805,11 +15830,11 @@ msgstr "" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "\"{field_name}\" є недійсним ім'ям поля доступу." -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "Тип об'єкта повинен бути вказаний як \".\"" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "Невірний тип об'єкта" @@ -15899,40 +15924,40 @@ msgstr "" "Невірний діапазон: Кінцеве значення ({end}) має бути більше початкового " "значення ({begin})." -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "Дублювання або конфлікт заголовка стовпця для \"{field}\"" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "Дублювання або конфлікт заголовка стовпця для \"{header}\"" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "" "Ряд {row}: Очікується {count_expected} стовпці, але знайдено {count_found}" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "Знайдено несподіваний заголовок стовпця \"{field}\"." -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "" "Стовпчик \"{field}\" не є спорідненим об'єктом; не може використовувати " "точки" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "Невірний атрибут пов'язаного об'єкта для стовпця \"{field}\": {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "Не знайдено необхідний заголовок стовпця \"{header}\"." diff --git a/netbox/translations/zh/LC_MESSAGES/django.mo b/netbox/translations/zh/LC_MESSAGES/django.mo index bc7b8c508..4a8e40b8b 100644 Binary files a/netbox/translations/zh/LC_MESSAGES/django.mo and b/netbox/translations/zh/LC_MESSAGES/django.mo differ diff --git a/netbox/translations/zh/LC_MESSAGES/django.po b/netbox/translations/zh/LC_MESSAGES/django.po index 56350a6ec..b89700900 100644 --- a/netbox/translations/zh/LC_MESSAGES/django.po +++ b/netbox/translations/zh/LC_MESSAGES/django.po @@ -12,9 +12,9 @@ # 孔南, 2024 # Bubu, 2024 # 夏小正, 2024 -# 闻寄云, 2024 # luo jiyin, 2024 # yawei jia, 2025 +# 闻寄云, 2025 # Jeremy Stretch, 2025 # #, fuzzy @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-22 05:01+0000\n" +"POT-Creation-Date: 2025-04-30 05:01+0000\n" "PO-Revision-Date: 2023-10-30 17:48+0000\n" "Last-Translator: Jeremy Stretch, 2025\n" "Language-Team: Chinese (https://app.transifex.com/netbox-community/teams/178115/zh/)\n" @@ -44,7 +44,7 @@ msgstr "可写" #: netbox/account/tables.py:35 netbox/core/choices.py:102 #: netbox/core/tables/jobs.py:29 netbox/core/tables/tasks.py:79 -#: netbox/extras/tables/tables.py:335 netbox/extras/tables/tables.py:569 +#: netbox/extras/tables/tables.py:338 netbox/extras/tables/tables.py:572 #: netbox/templates/account/token.html:43 #: netbox/templates/core/configrevision.html:26 #: netbox/templates/core/configrevision_restore.html:12 @@ -75,24 +75,24 @@ msgstr "最后使用" msgid "Allowed IPs" msgstr "允许的IP" -#: netbox/account/views.py:114 +#: netbox/account/views.py:115 #, python-brace-format msgid "Logged in as {user}." msgstr "以身份登录 {user}。" -#: netbox/account/views.py:169 +#: netbox/account/views.py:171 msgid "You have logged out." msgstr "您已注销。" -#: netbox/account/views.py:221 +#: netbox/account/views.py:223 msgid "Your preferences have been updated." msgstr "你的首选项已更新。" -#: netbox/account/views.py:249 +#: netbox/account/views.py:251 msgid "LDAP-authenticated user credentials cannot be changed within NetBox." msgstr "无法在 Netbox 中更改经过 LDAP 身份验证的用户凭据。" -#: netbox/account/views.py:264 +#: netbox/account/views.py:266 msgid "Your password has been changed successfully." msgstr "您的密码已成功更改。" @@ -113,7 +113,7 @@ msgstr "置备" #: netbox/dcim/choices.py:22 netbox/dcim/choices.py:103 #: netbox/dcim/choices.py:184 netbox/dcim/choices.py:236 #: netbox/dcim/choices.py:1599 netbox/dcim/choices.py:1649 -#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:495 +#: netbox/dcim/choices.py:1671 netbox/extras/tables/tables.py:498 #: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49 #: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154 #: netbox/templates/extras/configcontext.html:25 @@ -176,10 +176,10 @@ msgstr "分支节点" #: netbox/dcim/filtersets.py:99 netbox/dcim/filtersets.py:153 #: netbox/dcim/filtersets.py:213 netbox/dcim/filtersets.py:334 #: netbox/dcim/filtersets.py:465 netbox/dcim/filtersets.py:1022 -#: netbox/dcim/filtersets.py:1377 netbox/dcim/filtersets.py:2038 -#: netbox/dcim/filtersets.py:2281 netbox/dcim/filtersets.py:2339 -#: netbox/ipam/filtersets.py:954 netbox/virtualization/filtersets.py:139 -#: netbox/vpn/filtersets.py:358 +#: netbox/dcim/filtersets.py:1344 netbox/dcim/filtersets.py:1442 +#: netbox/dcim/filtersets.py:2103 netbox/dcim/filtersets.py:2346 +#: netbox/dcim/filtersets.py:2404 netbox/ipam/filtersets.py:954 +#: netbox/virtualization/filtersets.py:139 netbox/vpn/filtersets.py:358 msgid "Region (ID)" msgstr "区域(ID)" @@ -188,10 +188,11 @@ msgstr "区域(ID)" #: netbox/dcim/filtersets.py:106 netbox/dcim/filtersets.py:159 #: netbox/dcim/filtersets.py:220 netbox/dcim/filtersets.py:341 #: netbox/dcim/filtersets.py:472 netbox/dcim/filtersets.py:1029 -#: netbox/dcim/filtersets.py:1384 netbox/dcim/filtersets.py:2045 -#: netbox/dcim/filtersets.py:2288 netbox/dcim/filtersets.py:2346 -#: netbox/extras/filtersets.py:509 netbox/ipam/filtersets.py:961 -#: netbox/virtualization/filtersets.py:146 netbox/vpn/filtersets.py:353 +#: netbox/dcim/filtersets.py:1351 netbox/dcim/filtersets.py:1449 +#: netbox/dcim/filtersets.py:2110 netbox/dcim/filtersets.py:2353 +#: netbox/dcim/filtersets.py:2411 netbox/extras/filtersets.py:509 +#: netbox/ipam/filtersets.py:961 netbox/virtualization/filtersets.py:146 +#: netbox/vpn/filtersets.py:353 msgid "Region (slug)" msgstr "地区(缩写)" @@ -199,10 +200,11 @@ msgstr "地区(缩写)" #: netbox/circuits/filtersets.py:297 netbox/dcim/base_filtersets.py:35 #: netbox/dcim/filtersets.py:129 netbox/dcim/filtersets.py:226 #: netbox/dcim/filtersets.py:347 netbox/dcim/filtersets.py:478 -#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1390 -#: netbox/dcim/filtersets.py:2051 netbox/dcim/filtersets.py:2294 -#: netbox/dcim/filtersets.py:2352 netbox/ipam/filtersets.py:239 -#: netbox/ipam/filtersets.py:967 netbox/virtualization/filtersets.py:152 +#: netbox/dcim/filtersets.py:1035 netbox/dcim/filtersets.py:1357 +#: netbox/dcim/filtersets.py:1455 netbox/dcim/filtersets.py:2116 +#: netbox/dcim/filtersets.py:2359 netbox/dcim/filtersets.py:2417 +#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:967 +#: netbox/virtualization/filtersets.py:152 msgid "Site group (ID)" msgstr "站点组(ID)" @@ -210,18 +212,18 @@ msgstr "站点组(ID)" #: netbox/circuits/filtersets.py:304 netbox/dcim/base_filtersets.py:42 #: netbox/dcim/filtersets.py:136 netbox/dcim/filtersets.py:233 #: netbox/dcim/filtersets.py:354 netbox/dcim/filtersets.py:485 -#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1397 -#: netbox/dcim/filtersets.py:2058 netbox/dcim/filtersets.py:2301 -#: netbox/dcim/filtersets.py:2359 netbox/extras/filtersets.py:515 -#: netbox/ipam/filtersets.py:246 netbox/ipam/filtersets.py:974 -#: netbox/virtualization/filtersets.py:159 +#: netbox/dcim/filtersets.py:1042 netbox/dcim/filtersets.py:1364 +#: netbox/dcim/filtersets.py:1462 netbox/dcim/filtersets.py:2123 +#: netbox/dcim/filtersets.py:2366 netbox/dcim/filtersets.py:2424 +#: netbox/extras/filtersets.py:515 netbox/ipam/filtersets.py:246 +#: netbox/ipam/filtersets.py:974 netbox/virtualization/filtersets.py:159 msgid "Site group (slug)" msgstr "站点组(缩写)" #: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59 #: netbox/circuits/forms/filtersets.py:183 #: netbox/circuits/forms/filtersets.py:241 -#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:172 +#: netbox/circuits/tables/circuits.py:128 netbox/dcim/forms/bulk_edit.py:172 #: netbox/dcim/forms/bulk_edit.py:333 netbox/dcim/forms/bulk_edit.py:686 #: netbox/dcim/forms/bulk_edit.py:891 netbox/dcim/forms/bulk_import.py:133 #: netbox/dcim/forms/bulk_import.py:232 netbox/dcim/forms/bulk_import.py:333 @@ -229,28 +231,29 @@ msgstr "站点组(缩写)" #: netbox/dcim/forms/bulk_import.py:1476 netbox/dcim/forms/filtersets.py:88 #: netbox/dcim/forms/filtersets.py:226 netbox/dcim/forms/filtersets.py:343 #: netbox/dcim/forms/filtersets.py:440 netbox/dcim/forms/filtersets.py:754 -#: netbox/dcim/forms/filtersets.py:998 netbox/dcim/forms/filtersets.py:1022 -#: netbox/dcim/forms/filtersets.py:1112 netbox/dcim/forms/filtersets.py:1150 -#: netbox/dcim/forms/filtersets.py:1633 netbox/dcim/forms/filtersets.py:1657 -#: netbox/dcim/forms/filtersets.py:1681 netbox/dcim/forms/model_forms.py:141 -#: netbox/dcim/forms/model_forms.py:169 netbox/dcim/forms/model_forms.py:243 -#: netbox/dcim/forms/model_forms.py:473 netbox/dcim/forms/model_forms.py:734 -#: netbox/dcim/forms/object_create.py:385 netbox/dcim/tables/devices.py:163 -#: netbox/dcim/tables/power.py:26 netbox/dcim/tables/power.py:93 -#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:206 -#: netbox/dcim/tables/sites.py:133 netbox/extras/filtersets.py:525 -#: netbox/ipam/forms/bulk_edit.py:468 netbox/ipam/forms/bulk_import.py:468 -#: netbox/ipam/forms/filtersets.py:161 netbox/ipam/forms/filtersets.py:236 -#: netbox/ipam/forms/filtersets.py:449 netbox/ipam/forms/filtersets.py:544 -#: netbox/ipam/forms/model_forms.py:678 netbox/ipam/tables/vlans.py:87 -#: netbox/ipam/tables/vlans.py:197 netbox/templates/dcim/device.html:22 +#: netbox/dcim/forms/filtersets.py:973 netbox/dcim/forms/filtersets.py:1046 +#: netbox/dcim/forms/filtersets.py:1070 netbox/dcim/forms/filtersets.py:1160 +#: netbox/dcim/forms/filtersets.py:1198 netbox/dcim/forms/filtersets.py:1681 +#: netbox/dcim/forms/filtersets.py:1705 netbox/dcim/forms/filtersets.py:1729 +#: netbox/dcim/forms/model_forms.py:141 netbox/dcim/forms/model_forms.py:169 +#: netbox/dcim/forms/model_forms.py:243 netbox/dcim/forms/model_forms.py:473 +#: netbox/dcim/forms/model_forms.py:734 netbox/dcim/forms/object_create.py:389 +#: netbox/dcim/tables/devices.py:163 netbox/dcim/tables/power.py:26 +#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:121 +#: netbox/dcim/tables/racks.py:206 netbox/dcim/tables/sites.py:133 +#: netbox/extras/filtersets.py:525 netbox/ipam/forms/bulk_edit.py:468 +#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/filtersets.py:161 +#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:449 +#: netbox/ipam/forms/filtersets.py:544 netbox/ipam/forms/model_forms.py:678 +#: netbox/ipam/tables/vlans.py:87 netbox/ipam/tables/vlans.py:197 +#: netbox/templates/dcim/device.html:22 #: netbox/templates/dcim/inc/cable_termination.html:8 #: netbox/templates/dcim/inc/cable_termination.html:38 #: netbox/templates/dcim/location.html:37 #: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20 #: netbox/templates/dcim/rackreservation.html:28 #: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23 -#: netbox/templates/ipam/vlan_edit.html:48 +#: netbox/templates/ipam/vlan_edit.html:52 #: netbox/templates/virtualization/virtualmachine.html:95 #: netbox/virtualization/forms/bulk_edit.py:106 #: netbox/virtualization/forms/bulk_import.py:60 @@ -326,19 +329,19 @@ msgstr "线路类型(缩写)" #: netbox/circuits/filtersets.py:229 netbox/circuits/filtersets.py:309 #: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:237 #: netbox/dcim/filtersets.py:358 netbox/dcim/filtersets.py:453 -#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1402 -#: netbox/dcim/filtersets.py:2063 netbox/dcim/filtersets.py:2305 -#: netbox/dcim/filtersets.py:2364 netbox/ipam/filtersets.py:251 -#: netbox/ipam/filtersets.py:978 netbox/virtualization/filtersets.py:163 -#: netbox/vpn/filtersets.py:368 +#: netbox/dcim/filtersets.py:1046 netbox/dcim/filtersets.py:1369 +#: netbox/dcim/filtersets.py:1467 netbox/dcim/filtersets.py:2128 +#: netbox/dcim/filtersets.py:2370 netbox/dcim/filtersets.py:2429 +#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:978 +#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:368 msgid "Site (ID)" msgstr "站点(ID)" #: netbox/circuits/filtersets.py:239 netbox/circuits/filtersets.py:321 #: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:259 #: netbox/dcim/filtersets.py:370 netbox/dcim/filtersets.py:491 -#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1413 -#: netbox/dcim/filtersets.py:2317 +#: netbox/dcim/filtersets.py:1058 netbox/dcim/filtersets.py:1380 +#: netbox/dcim/filtersets.py:1478 netbox/dcim/filtersets.py:2382 msgid "Location (ID)" msgstr "位置(ID)" @@ -349,8 +352,8 @@ msgstr "接入点A (ID)" #: netbox/circuits/filtersets.py:273 netbox/circuits/filtersets.py:375 #: netbox/circuits/filtersets.py:537 netbox/core/filtersets.py:77 #: netbox/core/filtersets.py:136 netbox/core/filtersets.py:173 -#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1371 -#: netbox/dcim/filtersets.py:2412 netbox/extras/filtersets.py:41 +#: netbox/dcim/filtersets.py:752 netbox/dcim/filtersets.py:1436 +#: netbox/dcim/filtersets.py:2477 netbox/extras/filtersets.py:41 #: netbox/extras/filtersets.py:63 netbox/extras/filtersets.py:92 #: netbox/extras/filtersets.py:132 netbox/extras/filtersets.py:181 #: netbox/extras/filtersets.py:209 netbox/extras/filtersets.py:239 @@ -380,8 +383,8 @@ msgstr "搜索" #: netbox/circuits/forms/model_forms.py:139 #: netbox/circuits/forms/model_forms.py:162 #: netbox/circuits/forms/model_forms.py:262 -#: netbox/circuits/tables/circuits.py:108 -#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:73 +#: netbox/circuits/tables/circuits.py:107 +#: netbox/circuits/tables/circuits.py:202 netbox/dcim/forms/connections.py:73 #: netbox/templates/circuits/circuit.html:15 #: netbox/templates/circuits/circuitgroupassignment.html:30 #: netbox/templates/circuits/circuittermination.html:19 @@ -393,7 +396,8 @@ msgstr "线路" #: netbox/circuits/filtersets.py:328 netbox/dcim/base_filtersets.py:66 #: netbox/dcim/filtersets.py:266 netbox/dcim/filtersets.py:377 #: netbox/dcim/filtersets.py:498 netbox/dcim/filtersets.py:1065 -#: netbox/dcim/filtersets.py:1419 netbox/extras/filtersets.py:542 +#: netbox/dcim/filtersets.py:1386 netbox/dcim/filtersets.py:1484 +#: netbox/extras/filtersets.py:542 msgid "Location (slug)" msgstr "位置(缩写)" @@ -413,7 +417,7 @@ msgstr "电路 (ID)" msgid "Virtual circuit (CID)" msgstr "虚拟电路 (CID)" -#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1860 +#: netbox/circuits/filtersets.py:396 netbox/dcim/filtersets.py:1925 msgid "Virtual circuit (ID)" msgstr "虚拟电路 (ID)" @@ -450,7 +454,7 @@ msgid "Virtual circuit" msgstr "虚拟电路" #: netbox/circuits/filtersets.py:577 netbox/dcim/filtersets.py:1276 -#: netbox/dcim/filtersets.py:1641 netbox/ipam/filtersets.py:627 +#: netbox/dcim/filtersets.py:1706 netbox/ipam/filtersets.py:627 #: netbox/vpn/filtersets.py:102 netbox/vpn/filtersets.py:401 msgid "Interface (ID)" msgstr "接口(ID)" @@ -496,7 +500,7 @@ msgstr "自治系统编号/AS编号" #: netbox/extras/forms/bulk_edit.py:208 netbox/extras/forms/bulk_edit.py:256 #: netbox/extras/forms/bulk_edit.py:274 netbox/extras/forms/bulk_edit.py:298 #: netbox/extras/forms/bulk_edit.py:312 netbox/extras/forms/bulk_edit.py:339 -#: netbox/extras/tables/tables.py:79 netbox/ipam/forms/bulk_edit.py:56 +#: netbox/extras/tables/tables.py:82 netbox/ipam/forms/bulk_edit.py:56 #: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96 #: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149 #: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197 @@ -631,8 +635,8 @@ msgstr "描述" #: netbox/circuits/forms/model_forms.py:76 #: netbox/circuits/forms/model_forms.py:110 #: netbox/circuits/tables/circuits.py:57 -#: netbox/circuits/tables/circuits.py:112 -#: netbox/circuits/tables/circuits.py:196 +#: netbox/circuits/tables/circuits.py:111 +#: netbox/circuits/tables/circuits.py:195 #: netbox/circuits/tables/providers.py:70 #: netbox/circuits/tables/providers.py:101 #: netbox/circuits/tables/virtual_circuits.py:46 @@ -662,13 +666,13 @@ msgstr "服务ID" #: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:210 #: netbox/dcim/forms/bulk_edit.py:613 netbox/dcim/forms/bulk_edit.py:822 #: netbox/dcim/forms/bulk_edit.py:1191 netbox/dcim/forms/bulk_edit.py:1218 -#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1065 -#: netbox/dcim/forms/filtersets.py:1323 netbox/dcim/forms/filtersets.py:1471 -#: netbox/dcim/forms/filtersets.py:1495 netbox/dcim/tables/devices.py:737 +#: netbox/dcim/forms/bulk_edit.py:1742 netbox/dcim/forms/filtersets.py:1113 +#: netbox/dcim/forms/filtersets.py:1371 netbox/dcim/forms/filtersets.py:1519 +#: netbox/dcim/forms/filtersets.py:1543 netbox/dcim/tables/devices.py:737 #: netbox/dcim/tables/devices.py:793 netbox/dcim/tables/devices.py:1034 #: netbox/dcim/tables/devicetypes.py:256 netbox/dcim/tables/devicetypes.py:271 #: netbox/dcim/tables/racks.py:33 netbox/extras/forms/bulk_edit.py:270 -#: netbox/extras/tables/tables.py:443 +#: netbox/extras/tables/tables.py:446 #: netbox/templates/circuits/circuittype.html:30 #: netbox/templates/circuits/virtualcircuittype.html:30 #: netbox/templates/dcim/cable.html:40 @@ -688,7 +692,7 @@ msgstr "颜色" #: netbox/circuits/forms/filtersets.py:138 #: netbox/circuits/forms/filtersets.py:359 #: netbox/circuits/tables/circuits.py:65 -#: netbox/circuits/tables/circuits.py:200 +#: netbox/circuits/tables/circuits.py:199 #: netbox/circuits/tables/virtual_circuits.py:58 #: netbox/core/forms/bulk_edit.py:18 netbox/core/forms/filtersets.py:33 #: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:20 @@ -702,18 +706,18 @@ msgstr "颜色" #: netbox/dcim/forms/bulk_import.py:787 netbox/dcim/forms/bulk_import.py:807 #: netbox/dcim/forms/bulk_import.py:893 netbox/dcim/forms/bulk_import.py:987 #: netbox/dcim/forms/bulk_import.py:1029 netbox/dcim/forms/bulk_import.py:1350 -#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:956 -#: netbox/dcim/forms/filtersets.py:1055 netbox/dcim/forms/filtersets.py:1176 -#: netbox/dcim/forms/filtersets.py:1248 netbox/dcim/forms/filtersets.py:1273 -#: netbox/dcim/forms/filtersets.py:1297 netbox/dcim/forms/filtersets.py:1317 -#: netbox/dcim/forms/filtersets.py:1359 netbox/dcim/forms/filtersets.py:1466 -#: netbox/dcim/forms/filtersets.py:1490 netbox/dcim/forms/model_forms.py:714 +#: netbox/dcim/forms/bulk_import.py:1513 netbox/dcim/forms/filtersets.py:1004 +#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1224 +#: netbox/dcim/forms/filtersets.py:1296 netbox/dcim/forms/filtersets.py:1321 +#: netbox/dcim/forms/filtersets.py:1345 netbox/dcim/forms/filtersets.py:1365 +#: netbox/dcim/forms/filtersets.py:1407 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/filtersets.py:1538 netbox/dcim/forms/model_forms.py:714 #: netbox/dcim/forms/model_forms.py:720 netbox/dcim/forms/object_import.py:84 #: netbox/dcim/forms/object_import.py:113 #: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:188 #: netbox/dcim/tables/devices.py:845 netbox/dcim/tables/power.py:77 #: netbox/dcim/tables/racks.py:137 netbox/extras/forms/bulk_import.py:42 -#: netbox/extras/tables/tables.py:405 netbox/extras/tables/tables.py:465 +#: netbox/extras/tables/tables.py:408 netbox/extras/tables/tables.py:468 #: netbox/netbox/tables/tables.py:243 #: netbox/templates/circuits/circuit.html:30 #: netbox/templates/circuits/virtualcircuit.html:39 @@ -778,9 +782,9 @@ msgstr "运营商账户" #: netbox/dcim/forms/bulk_import.py:1508 netbox/dcim/forms/bulk_import.py:1572 #: netbox/dcim/forms/filtersets.py:179 netbox/dcim/forms/filtersets.py:238 #: netbox/dcim/forms/filtersets.py:360 netbox/dcim/forms/filtersets.py:800 -#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:959 -#: netbox/dcim/forms/filtersets.py:1060 netbox/dcim/forms/filtersets.py:1171 -#: netbox/dcim/forms/filtersets.py:1573 netbox/dcim/tables/devices.py:150 +#: netbox/dcim/forms/filtersets.py:925 netbox/dcim/forms/filtersets.py:1007 +#: netbox/dcim/forms/filtersets.py:1108 netbox/dcim/forms/filtersets.py:1219 +#: netbox/dcim/forms/filtersets.py:1621 netbox/dcim/tables/devices.py:150 #: netbox/dcim/tables/devices.py:848 netbox/dcim/tables/devices.py:982 #: netbox/dcim/tables/devices.py:1094 netbox/dcim/tables/modules.py:70 #: netbox/dcim/tables/power.py:74 netbox/dcim/tables/racks.py:125 @@ -854,8 +858,8 @@ msgstr "状态" #: netbox/dcim/forms/filtersets.py:206 netbox/dcim/forms/filtersets.py:324 #: netbox/dcim/forms/filtersets.py:400 netbox/dcim/forms/filtersets.py:421 #: netbox/dcim/forms/filtersets.py:723 netbox/dcim/forms/filtersets.py:917 -#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1009 -#: netbox/dcim/forms/filtersets.py:1131 netbox/dcim/tables/power.py:88 +#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1057 +#: netbox/dcim/forms/filtersets.py:1179 netbox/dcim/tables/power.py:88 #: netbox/extras/filtersets.py:612 netbox/extras/forms/filtersets.py:330 #: netbox/extras/forms/filtersets.py:403 netbox/ipam/forms/bulk_edit.py:46 #: netbox/ipam/forms/bulk_edit.py:71 netbox/ipam/forms/bulk_edit.py:115 @@ -963,13 +967,13 @@ msgstr "服务参数" #: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:68 #: netbox/core/forms/filtersets.py:136 netbox/dcim/forms/bulk_edit.py:846 #: netbox/dcim/forms/filtersets.py:173 netbox/dcim/forms/filtersets.py:205 -#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1008 -#: netbox/dcim/forms/filtersets.py:1132 netbox/dcim/forms/filtersets.py:1240 -#: netbox/dcim/forms/filtersets.py:1264 netbox/dcim/forms/filtersets.py:1289 -#: netbox/dcim/forms/filtersets.py:1308 netbox/dcim/forms/filtersets.py:1332 -#: netbox/dcim/forms/filtersets.py:1457 netbox/dcim/forms/filtersets.py:1481 -#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1523 -#: netbox/dcim/forms/filtersets.py:1539 netbox/extras/forms/bulk_edit.py:90 +#: netbox/dcim/forms/filtersets.py:916 netbox/dcim/forms/filtersets.py:1056 +#: netbox/dcim/forms/filtersets.py:1180 netbox/dcim/forms/filtersets.py:1288 +#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1337 +#: netbox/dcim/forms/filtersets.py:1356 netbox/dcim/forms/filtersets.py:1380 +#: netbox/dcim/forms/filtersets.py:1505 netbox/dcim/forms/filtersets.py:1529 +#: netbox/dcim/forms/filtersets.py:1553 netbox/dcim/forms/filtersets.py:1571 +#: netbox/dcim/forms/filtersets.py:1587 netbox/extras/forms/bulk_edit.py:90 #: netbox/extras/forms/filtersets.py:45 netbox/extras/forms/filtersets.py:137 #: netbox/extras/forms/filtersets.py:169 netbox/extras/forms/filtersets.py:210 #: netbox/extras/forms/filtersets.py:227 netbox/extras/forms/filtersets.py:258 @@ -1002,10 +1006,10 @@ msgstr "属性" #: netbox/ipam/forms/model_forms.py:166 netbox/ipam/forms/model_forms.py:233 #: netbox/ipam/forms/model_forms.py:271 netbox/ipam/forms/model_forms.py:330 #: netbox/netbox/navigation/menu.py:24 -#: netbox/templates/dcim/device_edit.html:85 -#: netbox/templates/dcim/htmx/cable_edit.html:72 +#: netbox/templates/dcim/device_edit.html:87 +#: netbox/templates/dcim/htmx/cable_edit.html:75 #: netbox/templates/ipam/ipaddress_bulk_add.html:27 -#: netbox/templates/ipam/vlan_edit.html:30 +#: netbox/templates/ipam/vlan_edit.html:34 #: netbox/virtualization/forms/model_forms.py:80 #: netbox/virtualization/forms/model_forms.py:229 #: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48 @@ -1064,11 +1068,11 @@ msgstr "终端详情" #: netbox/circuits/forms/bulk_edit.py:289 #: netbox/circuits/forms/bulk_import.py:188 #: netbox/circuits/forms/filtersets.py:305 -#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:562 +#: netbox/circuits/tables/circuits.py:206 netbox/dcim/forms/model_forms.py:562 #: netbox/templates/circuits/circuitgroupassignment.html:34 #: netbox/templates/dcim/device.html:133 #: netbox/templates/dcim/virtualchassis.html:68 -#: netbox/templates/dcim/virtualchassis_edit.html:56 +#: netbox/templates/dcim/virtualchassis_edit.html:60 #: netbox/templates/ipam/inc/panels/fhrp_groups.html:26 #: netbox/tenancy/forms/bulk_edit.py:148 #: netbox/tenancy/forms/filtersets.py:110 @@ -1094,7 +1098,7 @@ msgstr "运营商网络" #: netbox/dcim/forms/bulk_edit.py:1280 netbox/dcim/forms/bulk_edit.py:1713 #: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:1106 #: netbox/dcim/forms/filtersets.py:368 netbox/dcim/forms/filtersets.py:778 -#: netbox/dcim/forms/filtersets.py:1550 netbox/dcim/forms/model_forms.py:256 +#: netbox/dcim/forms/filtersets.py:1598 netbox/dcim/forms/model_forms.py:256 #: netbox/dcim/forms/model_forms.py:1090 netbox/dcim/forms/model_forms.py:1559 #: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:179 #: netbox/dcim/tables/devices.py:840 netbox/dcim/tables/devices.py:966 @@ -1247,7 +1251,7 @@ msgstr "接口" #: netbox/circuits/forms/filtersets.py:130 #: netbox/circuits/forms/filtersets.py:188 #: netbox/circuits/forms/filtersets.py:246 -#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:342 +#: netbox/circuits/tables/circuits.py:143 netbox/dcim/forms/bulk_edit.py:342 #: netbox/dcim/forms/bulk_edit.py:450 netbox/dcim/forms/bulk_edit.py:691 #: netbox/dcim/forms/bulk_edit.py:746 netbox/dcim/forms/bulk_edit.py:900 #: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:339 @@ -1256,14 +1260,15 @@ msgstr "接口" #: netbox/dcim/forms/filtersets.py:323 netbox/dcim/forms/filtersets.py:357 #: netbox/dcim/forms/filtersets.py:397 netbox/dcim/forms/filtersets.py:448 #: netbox/dcim/forms/filtersets.py:720 netbox/dcim/forms/filtersets.py:763 -#: netbox/dcim/forms/filtersets.py:978 netbox/dcim/forms/filtersets.py:1007 -#: netbox/dcim/forms/filtersets.py:1027 netbox/dcim/forms/filtersets.py:1091 -#: netbox/dcim/forms/filtersets.py:1121 netbox/dcim/forms/filtersets.py:1130 -#: netbox/dcim/forms/filtersets.py:1241 netbox/dcim/forms/filtersets.py:1265 -#: netbox/dcim/forms/filtersets.py:1290 netbox/dcim/forms/filtersets.py:1309 -#: netbox/dcim/forms/filtersets.py:1337 netbox/dcim/forms/filtersets.py:1458 -#: netbox/dcim/forms/filtersets.py:1482 netbox/dcim/forms/filtersets.py:1506 -#: netbox/dcim/forms/filtersets.py:1524 netbox/dcim/forms/filtersets.py:1541 +#: netbox/dcim/forms/filtersets.py:943 netbox/dcim/forms/filtersets.py:981 +#: netbox/dcim/forms/filtersets.py:1026 netbox/dcim/forms/filtersets.py:1055 +#: netbox/dcim/forms/filtersets.py:1075 netbox/dcim/forms/filtersets.py:1139 +#: netbox/dcim/forms/filtersets.py:1169 netbox/dcim/forms/filtersets.py:1178 +#: netbox/dcim/forms/filtersets.py:1289 netbox/dcim/forms/filtersets.py:1313 +#: netbox/dcim/forms/filtersets.py:1338 netbox/dcim/forms/filtersets.py:1357 +#: netbox/dcim/forms/filtersets.py:1385 netbox/dcim/forms/filtersets.py:1506 +#: netbox/dcim/forms/filtersets.py:1530 netbox/dcim/forms/filtersets.py:1554 +#: netbox/dcim/forms/filtersets.py:1572 netbox/dcim/forms/filtersets.py:1589 #: netbox/dcim/forms/model_forms.py:184 netbox/dcim/forms/model_forms.py:248 #: netbox/dcim/forms/model_forms.py:478 netbox/dcim/forms/model_forms.py:739 #: netbox/dcim/tables/devices.py:167 netbox/dcim/tables/power.py:30 @@ -1272,7 +1277,7 @@ msgstr "接口" #: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:431 #: netbox/ipam/forms/filtersets.py:454 netbox/ipam/forms/filtersets.py:521 #: netbox/templates/dcim/device.html:26 -#: netbox/templates/dcim/device_edit.html:30 +#: netbox/templates/dcim/device_edit.html:32 #: netbox/templates/dcim/inc/cable_termination.html:12 #: netbox/templates/dcim/location.html:26 #: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24 @@ -1291,7 +1296,7 @@ msgstr "位置" #: netbox/dcim/forms/filtersets.py:159 netbox/dcim/forms/filtersets.py:175 #: netbox/dcim/forms/filtersets.py:207 netbox/dcim/forms/filtersets.py:329 #: netbox/dcim/forms/filtersets.py:401 netbox/dcim/forms/filtersets.py:472 -#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1092 +#: netbox/dcim/forms/filtersets.py:724 netbox/dcim/forms/filtersets.py:1140 #: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183 #: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:328 #: netbox/ipam/forms/filtersets.py:613 netbox/netbox/navigation/menu.py:31 @@ -1308,21 +1313,21 @@ msgstr "联系" #: netbox/circuits/forms/filtersets.py:45 #: netbox/circuits/forms/filtersets.py:169 #: netbox/circuits/forms/filtersets.py:231 -#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:116 +#: netbox/circuits/tables/circuits.py:138 netbox/dcim/forms/bulk_edit.py:116 #: netbox/dcim/forms/bulk_edit.py:317 netbox/dcim/forms/bulk_edit.py:875 #: netbox/dcim/forms/bulk_import.py:95 netbox/dcim/forms/filtersets.py:74 #: netbox/dcim/forms/filtersets.py:186 netbox/dcim/forms/filtersets.py:212 #: netbox/dcim/forms/filtersets.py:335 netbox/dcim/forms/filtersets.py:426 -#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:984 -#: netbox/dcim/forms/filtersets.py:1014 netbox/dcim/forms/filtersets.py:1098 -#: netbox/dcim/forms/filtersets.py:1137 netbox/dcim/forms/filtersets.py:1625 -#: netbox/dcim/forms/filtersets.py:1649 netbox/dcim/forms/filtersets.py:1673 -#: netbox/dcim/forms/model_forms.py:114 netbox/dcim/forms/object_create.py:369 -#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/sites.py:85 -#: netbox/extras/filtersets.py:503 netbox/ipam/forms/bulk_edit.py:458 -#: netbox/ipam/forms/filtersets.py:226 netbox/ipam/forms/filtersets.py:439 -#: netbox/ipam/forms/filtersets.py:530 netbox/templates/dcim/device.html:18 -#: netbox/templates/dcim/rack.html:16 +#: netbox/dcim/forms/filtersets.py:740 netbox/dcim/forms/filtersets.py:959 +#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1062 +#: netbox/dcim/forms/filtersets.py:1146 netbox/dcim/forms/filtersets.py:1185 +#: netbox/dcim/forms/filtersets.py:1673 netbox/dcim/forms/filtersets.py:1697 +#: netbox/dcim/forms/filtersets.py:1721 netbox/dcim/forms/model_forms.py:114 +#: netbox/dcim/forms/object_create.py:373 netbox/dcim/tables/devices.py:153 +#: netbox/dcim/tables/sites.py:85 netbox/extras/filtersets.py:503 +#: netbox/ipam/forms/bulk_edit.py:458 netbox/ipam/forms/filtersets.py:226 +#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:530 +#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16 #: netbox/templates/dcim/rackreservation.html:22 #: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31 #: netbox/templates/ipam/vlan.html:16 @@ -1339,12 +1344,12 @@ msgstr "地区" #: netbox/dcim/forms/bulk_edit.py:883 netbox/dcim/forms/filtersets.py:79 #: netbox/dcim/forms/filtersets.py:191 netbox/dcim/forms/filtersets.py:217 #: netbox/dcim/forms/filtersets.py:348 netbox/dcim/forms/filtersets.py:431 -#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:989 -#: netbox/dcim/forms/filtersets.py:1103 netbox/dcim/forms/filtersets.py:1142 -#: netbox/dcim/forms/object_create.py:377 netbox/extras/filtersets.py:520 -#: netbox/ipam/forms/bulk_edit.py:463 netbox/ipam/forms/filtersets.py:156 -#: netbox/ipam/forms/filtersets.py:231 netbox/ipam/forms/filtersets.py:444 -#: netbox/ipam/forms/filtersets.py:535 +#: netbox/dcim/forms/filtersets.py:745 netbox/dcim/forms/filtersets.py:964 +#: netbox/dcim/forms/filtersets.py:1037 netbox/dcim/forms/filtersets.py:1151 +#: netbox/dcim/forms/filtersets.py:1190 netbox/dcim/forms/object_create.py:381 +#: netbox/extras/filtersets.py:520 netbox/ipam/forms/bulk_edit.py:463 +#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231 +#: netbox/ipam/forms/filtersets.py:444 netbox/ipam/forms/filtersets.py:535 #: netbox/virtualization/forms/filtersets.py:65 #: netbox/virtualization/forms/filtersets.py:144 #: netbox/virtualization/forms/model_forms.py:98 @@ -1372,14 +1377,14 @@ msgstr "线路终端侧" #: netbox/templates/dcim/macaddress.html:25 #: netbox/templates/extras/configcontext.html:60 #: netbox/templates/ipam/ipaddress.html:59 -#: netbox/templates/ipam/vlan_edit.html:38 +#: netbox/templates/ipam/vlan_edit.html:42 #: netbox/tenancy/forms/filtersets.py:87 netbox/users/forms/model_forms.py:314 msgid "Assignment" msgstr "分配" #: netbox/circuits/forms/filtersets.py:302 #: netbox/circuits/forms/model_forms.py:252 -#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:121 +#: netbox/circuits/tables/circuits.py:190 netbox/dcim/forms/bulk_edit.py:121 #: netbox/dcim/forms/bulk_import.py:102 netbox/dcim/forms/model_forms.py:120 #: netbox/dcim/tables/sites.py:89 netbox/extras/forms/filtersets.py:489 #: netbox/ipam/filtersets.py:994 netbox/ipam/forms/bulk_edit.py:477 @@ -1435,7 +1440,7 @@ msgstr "电路类型" msgid "Group Assignment" msgstr "小组作业" -#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:68 +#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:67 #: netbox/dcim/models/device_component_templates.py:531 #: netbox/dcim/models/device_component_templates.py:631 #: netbox/dcim/models/device_components.py:479 @@ -1467,14 +1472,14 @@ msgstr "唯一线路 ID" #: netbox/circuits/models/circuits.py:67 #: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52 -#: netbox/core/models/jobs.py:86 netbox/dcim/models/cables.py:50 +#: netbox/core/models/jobs.py:87 netbox/dcim/models/cables.py:49 #: netbox/dcim/models/device_components.py:1286 #: netbox/dcim/models/devices.py:645 netbox/dcim/models/devices.py:1181 #: netbox/dcim/models/devices.py:1409 netbox/dcim/models/power.py:94 #: netbox/dcim/models/racks.py:288 netbox/dcim/models/sites.py:154 #: netbox/dcim/models/sites.py:270 netbox/ipam/models/ip.py:237 #: netbox/ipam/models/ip.py:508 netbox/ipam/models/ip.py:729 -#: netbox/ipam/models/vlans.py:210 netbox/virtualization/models/clusters.py:70 +#: netbox/ipam/models/vlans.py:211 netbox/virtualization/models/clusters.py:70 #: netbox/virtualization/models/virtualmachines.py:79 #: netbox/vpn/models/tunnels.py:38 netbox/wireless/models.py:95 #: netbox/wireless/models.py:156 @@ -1576,7 +1581,7 @@ msgstr "配线架 ID 和端口号" #: netbox/extras/models/models.py:511 #: netbox/extras/models/notifications.py:131 #: netbox/extras/models/staging.py:32 netbox/extras/models/tags.py:32 -#: netbox/ipam/models/vlans.py:358 netbox/netbox/models/__init__.py:115 +#: netbox/ipam/models/vlans.py:367 netbox/netbox/models/__init__.py:115 #: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:196 #: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:57 #: netbox/users/models/users.py:33 @@ -1599,7 +1604,7 @@ msgstr "电路终端必须连接到终端对象。" #: netbox/circuits/models/providers.py:21 #: netbox/circuits/models/providers.py:63 #: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39 -#: netbox/core/models/jobs.py:47 +#: netbox/core/models/jobs.py:48 #: netbox/dcim/models/device_component_templates.py:43 #: netbox/dcim/models/device_components.py:52 #: netbox/dcim/models/devices.py:589 netbox/dcim/models/devices.py:1341 @@ -1614,8 +1619,8 @@ msgstr "电路终端必须连接到终端对象。" #: netbox/extras/models/scripts.py:30 netbox/extras/models/staging.py:27 #: netbox/ipam/models/asns.py:17 netbox/ipam/models/fhrp.py:24 #: netbox/ipam/models/services.py:51 netbox/ipam/models/services.py:84 -#: netbox/ipam/models/vlans.py:37 netbox/ipam/models/vlans.py:199 -#: netbox/ipam/models/vlans.py:337 netbox/ipam/models/vrfs.py:20 +#: netbox/ipam/models/vlans.py:38 netbox/ipam/models/vlans.py:200 +#: netbox/ipam/models/vlans.py:346 netbox/ipam/models/vrfs.py:20 #: netbox/ipam/models/vrfs.py:75 netbox/netbox/models/__init__.py:142 #: netbox/netbox/models/__init__.py:186 netbox/tenancy/models/contacts.py:58 #: netbox/tenancy/models/tenants.py:19 netbox/tenancy/models/tenants.py:42 @@ -1638,7 +1643,7 @@ msgstr "运营商全称" #: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:88 #: netbox/dcim/models/racks.py:137 netbox/dcim/models/sites.py:149 #: netbox/extras/models/models.py:506 netbox/ipam/models/asns.py:23 -#: netbox/ipam/models/vlans.py:42 netbox/netbox/models/__init__.py:146 +#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146 #: netbox/netbox/models/__init__.py:191 netbox/tenancy/models/tenants.py:25 #: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:27 #: netbox/wireless/models.py:59 @@ -1707,7 +1712,7 @@ msgid "virtual circuit terminations" msgstr "虚拟电路终止" #: netbox/circuits/tables/circuits.py:30 -#: netbox/circuits/tables/circuits.py:168 +#: netbox/circuits/tables/circuits.py:167 #: netbox/circuits/tables/providers.py:18 #: netbox/circuits/tables/providers.py:67 #: netbox/circuits/tables/providers.py:97 @@ -1729,12 +1734,12 @@ msgstr "虚拟电路终止" #: netbox/dcim/tables/racks.py:24 netbox/dcim/tables/racks.py:113 #: netbox/dcim/tables/sites.py:24 netbox/dcim/tables/sites.py:51 #: netbox/dcim/tables/sites.py:78 netbox/dcim/tables/sites.py:129 -#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:58 -#: netbox/extras/tables/tables.py:122 netbox/extras/tables/tables.py:155 -#: netbox/extras/tables/tables.py:180 netbox/extras/tables/tables.py:246 -#: netbox/extras/tables/tables.py:361 netbox/extras/tables/tables.py:378 -#: netbox/extras/tables/tables.py:401 netbox/extras/tables/tables.py:439 -#: netbox/extras/tables/tables.py:491 netbox/extras/tables/tables.py:517 +#: netbox/extras/forms/filtersets.py:218 netbox/extras/tables/tables.py:61 +#: netbox/extras/tables/tables.py:125 netbox/extras/tables/tables.py:158 +#: netbox/extras/tables/tables.py:183 netbox/extras/tables/tables.py:249 +#: netbox/extras/tables/tables.py:364 netbox/extras/tables/tables.py:381 +#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:442 +#: netbox/extras/tables/tables.py:494 netbox/extras/tables/tables.py:520 #: netbox/ipam/forms/bulk_edit.py:391 netbox/ipam/forms/filtersets.py:403 #: netbox/ipam/forms/filtersets.py:488 netbox/ipam/tables/asn.py:16 #: netbox/ipam/tables/ip.py:31 netbox/ipam/tables/ip.py:106 @@ -1833,7 +1838,7 @@ msgid "Name" msgstr "名称" #: netbox/circuits/tables/circuits.py:39 -#: netbox/circuits/tables/circuits.py:174 +#: netbox/circuits/tables/circuits.py:173 #: netbox/circuits/tables/providers.py:43 #: netbox/circuits/tables/providers.py:77 #: netbox/circuits/tables/virtual_circuits.py:27 @@ -1853,21 +1858,21 @@ msgstr "广域网线路" msgid "Circuit ID" msgstr "线路ID" -#: netbox/circuits/tables/circuits.py:72 +#: netbox/circuits/tables/circuits.py:71 #: netbox/wireless/forms/model_forms.py:163 msgid "Side A" msgstr "A端" -#: netbox/circuits/tables/circuits.py:77 +#: netbox/circuits/tables/circuits.py:76 msgid "Side Z" msgstr "Z端" -#: netbox/circuits/tables/circuits.py:80 +#: netbox/circuits/tables/circuits.py:79 #: netbox/templates/circuits/circuit.html:65 msgid "Commit Rate" msgstr "承诺速率" -#: netbox/circuits/tables/circuits.py:84 +#: netbox/circuits/tables/circuits.py:83 #: netbox/circuits/tables/providers.py:46 #: netbox/circuits/tables/providers.py:80 #: netbox/circuits/tables/providers.py:105 @@ -1877,13 +1882,13 @@ msgstr "承诺速率" #: netbox/dcim/tables/power.py:39 netbox/dcim/tables/power.py:96 #: netbox/dcim/tables/racks.py:84 netbox/dcim/tables/racks.py:144 #: netbox/dcim/tables/racks.py:224 netbox/dcim/tables/sites.py:107 -#: netbox/extras/tables/tables.py:585 netbox/ipam/tables/asn.py:69 +#: netbox/extras/tables/tables.py:588 netbox/ipam/tables/asn.py:69 #: netbox/ipam/tables/fhrp.py:34 netbox/ipam/tables/ip.py:82 #: netbox/ipam/tables/ip.py:226 netbox/ipam/tables/ip.py:281 #: netbox/ipam/tables/ip.py:349 netbox/ipam/tables/services.py:24 #: netbox/ipam/tables/services.py:54 netbox/ipam/tables/vlans.py:121 #: netbox/ipam/tables/vrfs.py:47 netbox/ipam/tables/vrfs.py:72 -#: netbox/templates/dcim/htmx/cable_edit.html:89 +#: netbox/templates/dcim/htmx/cable_edit.html:92 #: netbox/templates/generic/bulk_edit.html:86 #: netbox/templates/inc/panels/comments.html:5 #: netbox/tenancy/tables/contacts.py:68 netbox/tenancy/tables/tenants.py:46 @@ -1898,30 +1903,30 @@ msgstr "承诺速率" msgid "Comments" msgstr "评论" -#: netbox/circuits/tables/circuits.py:90 +#: netbox/circuits/tables/circuits.py:89 #: netbox/templates/tenancy/contact.html:84 #: netbox/tenancy/tables/contacts.py:73 msgid "Assignments" msgstr "分配" -#: netbox/circuits/tables/circuits.py:117 netbox/dcim/forms/connections.py:81 +#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:81 msgid "Side" msgstr "端" -#: netbox/circuits/tables/circuits.py:120 +#: netbox/circuits/tables/circuits.py:119 msgid "Termination Type" msgstr "终止类型" -#: netbox/circuits/tables/circuits.py:123 +#: netbox/circuits/tables/circuits.py:122 msgid "Termination Point" msgstr "终止点" -#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:160 +#: netbox/circuits/tables/circuits.py:133 netbox/dcim/tables/devices.py:160 #: netbox/templates/dcim/sitegroup.html:26 msgid "Site Group" msgstr "站点组" -#: netbox/circuits/tables/circuits.py:149 +#: netbox/circuits/tables/circuits.py:148 #: netbox/templates/circuits/providernetwork.html:17 #: netbox/templates/circuits/virtualcircuit.html:27 #: netbox/templates/circuits/virtualcircuittermination.html:30 @@ -1960,17 +1965,17 @@ msgstr "终端" #: netbox/dcim/forms/bulk_import.py:1101 netbox/dcim/forms/bulk_import.py:1223 #: netbox/dcim/forms/bulk_import.py:1559 netbox/dcim/forms/connections.py:24 #: netbox/dcim/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:922 -#: netbox/dcim/forms/filtersets.py:1052 netbox/dcim/forms/filtersets.py:1243 -#: netbox/dcim/forms/filtersets.py:1268 netbox/dcim/forms/filtersets.py:1292 -#: netbox/dcim/forms/filtersets.py:1312 netbox/dcim/forms/filtersets.py:1340 -#: netbox/dcim/forms/filtersets.py:1460 netbox/dcim/forms/filtersets.py:1485 -#: netbox/dcim/forms/filtersets.py:1509 netbox/dcim/forms/filtersets.py:1527 -#: netbox/dcim/forms/filtersets.py:1544 netbox/dcim/forms/filtersets.py:1641 -#: netbox/dcim/forms/filtersets.py:1665 netbox/dcim/forms/filtersets.py:1689 -#: netbox/dcim/forms/model_forms.py:644 netbox/dcim/forms/model_forms.py:861 -#: netbox/dcim/forms/model_forms.py:1231 netbox/dcim/forms/model_forms.py:1716 -#: netbox/dcim/forms/model_forms.py:1787 -#: netbox/dcim/forms/object_create.py:250 netbox/dcim/tables/connections.py:22 +#: netbox/dcim/forms/filtersets.py:954 netbox/dcim/forms/filtersets.py:1100 +#: netbox/dcim/forms/filtersets.py:1291 netbox/dcim/forms/filtersets.py:1316 +#: netbox/dcim/forms/filtersets.py:1340 netbox/dcim/forms/filtersets.py:1360 +#: netbox/dcim/forms/filtersets.py:1388 netbox/dcim/forms/filtersets.py:1508 +#: netbox/dcim/forms/filtersets.py:1533 netbox/dcim/forms/filtersets.py:1557 +#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1592 +#: netbox/dcim/forms/filtersets.py:1689 netbox/dcim/forms/filtersets.py:1713 +#: netbox/dcim/forms/filtersets.py:1737 netbox/dcim/forms/model_forms.py:644 +#: netbox/dcim/forms/model_forms.py:861 netbox/dcim/forms/model_forms.py:1231 +#: netbox/dcim/forms/model_forms.py:1716 netbox/dcim/forms/model_forms.py:1787 +#: netbox/dcim/forms/object_create.py:254 netbox/dcim/tables/connections.py:22 #: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60 #: netbox/dcim/tables/devices.py:295 netbox/dcim/tables/devices.py:380 #: netbox/dcim/tables/devices.py:421 netbox/dcim/tables/devices.py:463 @@ -1987,7 +1992,7 @@ msgstr "终端" #: netbox/templates/dcim/consoleport.html:20 #: netbox/templates/dcim/consoleserverport.html:20 #: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:130 -#: netbox/templates/dcim/device_edit.html:10 +#: netbox/templates/dcim/device_edit.html:12 #: netbox/templates/dcim/devicebay.html:20 #: netbox/templates/dcim/devicebay.html:48 #: netbox/templates/dcim/frontport.html:20 @@ -2000,7 +2005,7 @@ msgstr "终端" #: netbox/templates/dcim/powerport.html:20 #: netbox/templates/dcim/rearport.html:20 #: netbox/templates/dcim/virtualchassis.html:65 -#: netbox/templates/dcim/virtualchassis_edit.html:51 +#: netbox/templates/dcim/virtualchassis_edit.html:55 #: netbox/templates/dcim/virtualdevicecontext.html:22 #: netbox/templates/virtualization/virtualmachine.html:114 #: netbox/templates/vpn/tunneltermination.html:23 @@ -2021,12 +2026,12 @@ msgstr "终端" msgid "Device" msgstr "设备" -#: netbox/circuits/views.py:361 +#: netbox/circuits/views.py:373 #, python-brace-format msgid "No terminations have been defined for circuit {circuit}." msgstr "尚未为电路定义终端 {circuit}。" -#: netbox/circuits/views.py:410 +#: netbox/circuits/views.py:422 #, python-brace-format msgid "Swapped terminations for circuit {circuit}." msgstr "已将终端交换为电路 {circuit}。" @@ -2236,13 +2241,13 @@ msgstr "用户名" #: netbox/core/forms/bulk_edit.py:25 netbox/core/forms/filtersets.py:43 #: netbox/core/tables/data.py:26 netbox/dcim/forms/bulk_edit.py:1140 -#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1376 +#: netbox/dcim/forms/bulk_edit.py:1418 netbox/dcim/forms/filtersets.py:1424 #: netbox/dcim/tables/devices.py:566 netbox/dcim/tables/devicetypes.py:231 #: netbox/extras/forms/bulk_edit.py:123 netbox/extras/forms/bulk_edit.py:187 #: netbox/extras/forms/bulk_edit.py:246 netbox/extras/forms/filtersets.py:145 #: netbox/extras/forms/filtersets.py:235 netbox/extras/forms/filtersets.py:300 -#: netbox/extras/tables/tables.py:162 netbox/extras/tables/tables.py:253 -#: netbox/extras/tables/tables.py:415 netbox/netbox/preferences.py:22 +#: netbox/extras/tables/tables.py:165 netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:418 netbox/netbox/preferences.py:22 #: netbox/templates/core/datasource.html:42 #: netbox/templates/dcim/interface.html:61 #: netbox/templates/extras/customlink.html:17 @@ -2273,8 +2278,8 @@ msgstr "忽略规则" #: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:97 #: netbox/extras/forms/model_forms.py:262 #: netbox/extras/forms/model_forms.py:592 -#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:191 -#: netbox/extras/tables/tables.py:483 netbox/extras/tables/tables.py:521 +#: netbox/extras/forms/model_forms.py:646 netbox/extras/tables/tables.py:194 +#: netbox/extras/tables/tables.py:486 netbox/extras/tables/tables.py:524 #: netbox/templates/core/datasource.html:31 #: netbox/templates/extras/configcontext.html:29 #: netbox/templates/extras/configtemplate.html:21 @@ -2298,9 +2303,9 @@ msgid "Creation" msgstr "创建" #: netbox/core/forms/filtersets.py:75 netbox/core/forms/filtersets.py:161 -#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:220 -#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:326 -#: netbox/extras/tables/tables.py:574 netbox/templates/core/job.html:38 +#: netbox/extras/forms/filtersets.py:469 netbox/extras/tables/tables.py:223 +#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 +#: netbox/extras/tables/tables.py:577 netbox/templates/core/job.html:38 #: netbox/templates/core/objectchange.html:52 #: netbox/tenancy/tables/contacts.py:90 netbox/vpn/tables/l2vpn.py:59 msgid "Object Type" @@ -2342,7 +2347,7 @@ msgstr "完成后" #: netbox/dcim/forms/bulk_edit.py:465 netbox/dcim/forms/filtersets.py:419 #: netbox/dcim/forms/filtersets.py:463 netbox/dcim/forms/model_forms.py:324 #: netbox/extras/forms/filtersets.py:464 netbox/extras/forms/filtersets.py:484 -#: netbox/extras/tables/tables.py:302 netbox/extras/tables/tables.py:342 +#: netbox/extras/tables/tables.py:305 netbox/extras/tables/tables.py:345 #: netbox/templates/core/objectchange.html:36 #: netbox/templates/dcim/rackreservation.html:58 #: netbox/templates/extras/savedfilter.html:21 @@ -2356,7 +2361,7 @@ msgid "User" msgstr "用户" #: netbox/core/forms/filtersets.py:135 netbox/core/tables/change_logging.py:15 -#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:649 +#: netbox/extras/tables/tables.py:615 netbox/extras/tables/tables.py:669 #: netbox/templates/core/objectchange.html:32 msgid "Time" msgstr "时间" @@ -2506,7 +2511,7 @@ msgid "Change logging is not supported for this object type ({type})." msgstr "此对象类型 ({type}) 不支持更改日志记录。" #: netbox/core/models/config.py:18 netbox/core/models/data.py:263 -#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:51 +#: netbox/core/models/files.py:27 netbox/core/models/jobs.py:52 #: netbox/extras/models/models.py:733 netbox/extras/models/notifications.py:39 #: netbox/extras/models/notifications.py:186 #: netbox/netbox/models/features.py:53 netbox/users/models/tokens.py:32 @@ -2542,7 +2547,7 @@ msgstr "当前配置" msgid "Config revision #{id}" msgstr "配置修订#{id}" -#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:43 +#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:42 #: netbox/dcim/models/device_component_templates.py:199 #: netbox/dcim/models/device_component_templates.py:234 #: netbox/dcim/models/device_component_templates.py:270 @@ -2564,7 +2569,7 @@ msgid "type" msgstr "类型" #: netbox/core/models/data.py:49 netbox/extras/choices.py:37 -#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:659 +#: netbox/extras/models/models.py:164 netbox/extras/tables/tables.py:679 #: netbox/templates/core/datasource.html:58 #: netbox/templates/core/plugin.html:66 msgid "URL" @@ -2622,7 +2627,7 @@ msgstr "初始化后端时出错。 需要安装依赖:" msgid "last updated" msgstr "最后更新" -#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:445 +#: netbox/core/models/data.py:277 netbox/dcim/models/cables.py:444 msgid "path" msgstr "路径" @@ -2687,58 +2692,58 @@ msgstr "托管文件" msgid "A {model} with this file path already exists ({path})." msgstr "一个 {model} 这个文件路径已经存在 ({path})。" -#: netbox/core/models/jobs.py:55 +#: netbox/core/models/jobs.py:56 msgid "scheduled" msgstr "计划" -#: netbox/core/models/jobs.py:60 +#: netbox/core/models/jobs.py:61 msgid "interval" msgstr "间隔" -#: netbox/core/models/jobs.py:66 +#: netbox/core/models/jobs.py:67 msgid "Recurrence interval (in minutes)" msgstr "重复间隔(以分钟为单位)" -#: netbox/core/models/jobs.py:69 +#: netbox/core/models/jobs.py:70 msgid "started" msgstr "已经开始" -#: netbox/core/models/jobs.py:74 +#: netbox/core/models/jobs.py:75 msgid "completed" msgstr "已经完成" -#: netbox/core/models/jobs.py:92 netbox/extras/models/models.py:101 +#: netbox/core/models/jobs.py:93 netbox/extras/models/models.py:101 #: netbox/extras/models/staging.py:95 msgid "data" msgstr "数据" -#: netbox/core/models/jobs.py:97 +#: netbox/core/models/jobs.py:99 msgid "error" msgstr "错误" -#: netbox/core/models/jobs.py:102 +#: netbox/core/models/jobs.py:104 msgid "job ID" msgstr "任务ID" -#: netbox/core/models/jobs.py:113 +#: netbox/core/models/jobs.py:115 msgid "job" msgstr "任务" -#: netbox/core/models/jobs.py:114 +#: netbox/core/models/jobs.py:116 msgid "jobs" msgstr "任务" -#: netbox/core/models/jobs.py:137 +#: netbox/core/models/jobs.py:139 #, python-brace-format msgid "Jobs cannot be assigned to this object type ({type})." msgstr "任务不能分配给此对象类型 ({type})" -#: netbox/core/models/jobs.py:191 +#: netbox/core/models/jobs.py:193 #, python-brace-format msgid "Invalid status for job termination. Choices are: {choices}" msgstr "作业终止状态无效。选项有:{choices}" -#: netbox/core/models/jobs.py:232 +#: netbox/core/models/jobs.py:234 msgid "" "enqueue() cannot be called with values for both schedule_at and immediate." msgstr "不能使用 schedule_at 和 immediate 的值调用 enqueue ()。" @@ -2755,11 +2760,11 @@ msgid "Full Name" msgstr "全名" #: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:21 -#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:279 -#: netbox/extras/tables/tables.py:297 netbox/extras/tables/tables.py:329 -#: netbox/extras/tables/tables.py:409 netbox/extras/tables/tables.py:470 -#: netbox/extras/tables/tables.py:579 netbox/extras/tables/tables.py:619 -#: netbox/extras/tables/tables.py:656 netbox/netbox/tables/tables.py:247 +#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:282 +#: netbox/extras/tables/tables.py:300 netbox/extras/tables/tables.py:332 +#: netbox/extras/tables/tables.py:412 netbox/extras/tables/tables.py:473 +#: netbox/extras/tables/tables.py:582 netbox/extras/tables/tables.py:622 +#: netbox/extras/tables/tables.py:676 netbox/netbox/tables/tables.py:247 #: netbox/templates/core/objectchange.html:58 #: netbox/templates/extras/eventrule.html:78 #: netbox/templates/extras/journalentry.html:18 @@ -2787,9 +2792,10 @@ msgid "Last updated" msgstr "最后更新日期" #: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76 -#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:216 -#: netbox/extras/tables/tables.py:460 netbox/netbox/tables/tables.py:192 -#: netbox/templates/dcim/virtualchassis_edit.html:52 +#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:219 +#: netbox/extras/tables/tables.py:463 netbox/extras/tables/tables.py:647 +#: netbox/netbox/tables/tables.py:192 +#: netbox/templates/dcim/virtualchassis_edit.html:56 #: netbox/utilities/forms/forms.py:73 #: netbox/wireless/tables/wirelesslink.py:16 msgid "ID" @@ -3082,7 +3088,7 @@ msgstr "从后向前" #: netbox/dcim/forms/model_forms.py:1551 #: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:689 #: netbox/dcim/tables/devices.py:899 netbox/dcim/tables/devices.py:986 -#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:223 +#: netbox/dcim/tables/devices.py:1146 netbox/extras/tables/tables.py:226 #: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:330 #: netbox/ipam/tables/services.py:44 netbox/templates/dcim/interface.html:108 #: netbox/templates/dcim/interface.html:366 @@ -3207,7 +3213,7 @@ msgid "Virtual" msgstr "虚拟" #: netbox/dcim/choices.py:856 netbox/dcim/choices.py:1100 -#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1336 +#: netbox/dcim/forms/bulk_edit.py:1578 netbox/dcim/forms/filtersets.py:1384 #: netbox/dcim/forms/model_forms.py:1007 netbox/dcim/forms/model_forms.py:1445 #: netbox/netbox/navigation/menu.py:146 netbox/netbox/navigation/menu.py:150 #: netbox/templates/dcim/interface.html:267 @@ -3249,10 +3255,10 @@ msgid "Cellular" msgstr "蜂窝网络" #: netbox/dcim/choices.py:1168 netbox/dcim/forms/filtersets.py:384 -#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:964 -#: netbox/dcim/forms/filtersets.py:1558 +#: netbox/dcim/forms/filtersets.py:810 netbox/dcim/forms/filtersets.py:1012 +#: netbox/dcim/forms/filtersets.py:1606 #: netbox/templates/dcim/inventoryitem.html:56 -#: netbox/templates/dcim/virtualchassis_edit.html:54 +#: netbox/templates/dcim/virtualchassis_edit.html:58 msgid "Serial" msgstr "串口" @@ -3291,7 +3297,7 @@ msgstr "Trunk口" msgid "Tagged (All)" msgstr "Trunk口(允许所有VLAN)" -#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:22 +#: netbox/dcim/choices.py:1271 netbox/templates/ipam/vlan_edit.html:26 msgid "Q-in-Q (802.1ad)" msgstr "q-in-q (802.1ad)" @@ -3331,7 +3337,7 @@ msgstr "USB" msgid "Fiber" msgstr "光纤" -#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1228 +#: netbox/dcim/choices.py:1541 netbox/dcim/forms/filtersets.py:1276 msgid "Connected" msgstr "已连接" @@ -3420,7 +3426,7 @@ msgstr "父级位置(缩写)" #: netbox/dcim/filtersets.py:540 netbox/dcim/filtersets.py:679 #: netbox/dcim/filtersets.py:883 netbox/dcim/filtersets.py:934 #: netbox/dcim/filtersets.py:974 netbox/dcim/filtersets.py:1315 -#: netbox/dcim/filtersets.py:1971 +#: netbox/dcim/filtersets.py:2036 msgid "Manufacturer (ID)" msgstr "厂商(ID)" @@ -3428,7 +3434,7 @@ msgstr "厂商(ID)" #: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:685 #: netbox/dcim/filtersets.py:889 netbox/dcim/filtersets.py:940 #: netbox/dcim/filtersets.py:980 netbox/dcim/filtersets.py:1321 -#: netbox/dcim/filtersets.py:1977 +#: netbox/dcim/filtersets.py:2042 msgid "Manufacturer (slug)" msgstr "厂商 (缩写)" @@ -3441,14 +3447,14 @@ msgid "Rack type (ID)" msgstr "机架类型 (ID)" #: netbox/dcim/filtersets.py:412 netbox/dcim/filtersets.py:893 -#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:1981 +#: netbox/dcim/filtersets.py:995 netbox/dcim/filtersets.py:2046 #: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488 #: netbox/ipam/filtersets.py:998 netbox/virtualization/filtersets.py:176 msgid "Role (ID)" msgstr "角色(ID)" #: netbox/dcim/filtersets.py:418 netbox/dcim/filtersets.py:899 -#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:1987 +#: netbox/dcim/filtersets.py:1001 netbox/dcim/filtersets.py:2052 #: netbox/extras/filtersets.py:558 netbox/ipam/filtersets.py:382 #: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:1004 #: netbox/virtualization/filtersets.py:182 @@ -3456,7 +3462,8 @@ msgid "Role (slug)" msgstr "角色 (缩写)" #: netbox/dcim/filtersets.py:448 netbox/dcim/filtersets.py:1070 -#: netbox/dcim/filtersets.py:1424 netbox/dcim/filtersets.py:2379 +#: netbox/dcim/filtersets.py:1391 netbox/dcim/filtersets.py:1489 +#: netbox/dcim/filtersets.py:2444 msgid "Rack (ID)" msgstr "机柜(ID)" @@ -3534,7 +3541,7 @@ msgid "Has inventory items" msgstr "有库存项" #: netbox/dcim/filtersets.py:757 netbox/dcim/filtersets.py:990 -#: netbox/dcim/filtersets.py:1445 +#: netbox/dcim/filtersets.py:1510 msgid "Device type (ID)" msgstr "设备型号(ID)" @@ -3542,11 +3549,11 @@ msgstr "设备型号(ID)" msgid "Module type (ID)" msgstr "模块类型(ID)" -#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1600 +#: netbox/dcim/filtersets.py:805 netbox/dcim/filtersets.py:1665 msgid "Power port (ID)" msgstr "电源接口(ID)" -#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:1967 +#: netbox/dcim/filtersets.py:879 netbox/dcim/filtersets.py:2032 msgid "Parent inventory item (ID)" msgstr "上一级库存项(ID)" @@ -3572,9 +3579,9 @@ msgstr "平台(ID)" msgid "Platform (slug)" msgstr "平台(缩写)" -#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1408 -#: netbox/dcim/filtersets.py:2069 netbox/dcim/filtersets.py:2311 -#: netbox/dcim/filtersets.py:2370 +#: netbox/dcim/filtersets.py:1052 netbox/dcim/filtersets.py:1375 +#: netbox/dcim/filtersets.py:1473 netbox/dcim/filtersets.py:2134 +#: netbox/dcim/filtersets.py:2376 netbox/dcim/filtersets.py:2435 msgid "Site name (slug)" msgstr "站点名字 (缩写)" @@ -3604,8 +3611,8 @@ msgid "Is full depth" msgstr "是否全尺寸" #: netbox/dcim/filtersets.py:1111 netbox/dcim/forms/filtersets.py:819 -#: netbox/dcim/forms/filtersets.py:1391 netbox/dcim/forms/filtersets.py:1597 -#: netbox/dcim/forms/filtersets.py:1602 netbox/dcim/forms/model_forms.py:1762 +#: netbox/dcim/forms/filtersets.py:1439 netbox/dcim/forms/filtersets.py:1645 +#: netbox/dcim/forms/filtersets.py:1650 netbox/dcim/forms/model_forms.py:1762 #: netbox/dcim/models/devices.py:1505 netbox/dcim/models/devices.py:1526 #: netbox/virtualization/filtersets.py:196 #: netbox/virtualization/filtersets.py:268 @@ -3657,102 +3664,103 @@ msgstr "模块类型(模块)" msgid "Module bay (ID)" msgstr "模块托架 (ID)" -#: netbox/dcim/filtersets.py:1342 netbox/dcim/filtersets.py:1434 -#: netbox/dcim/filtersets.py:1620 netbox/ipam/filtersets.py:606 +#: netbox/dcim/filtersets.py:1397 netbox/dcim/filtersets.py:1495 +msgid "Rack (name)" +msgstr "机柜(名称)" + +#: netbox/dcim/filtersets.py:1401 netbox/dcim/filtersets.py:1499 +#: netbox/dcim/filtersets.py:1685 netbox/ipam/filtersets.py:606 #: netbox/ipam/filtersets.py:846 netbox/ipam/filtersets.py:1168 #: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:379 msgid "Device (ID)" msgstr "设备(ID)" -#: netbox/dcim/filtersets.py:1430 -msgid "Rack (name)" -msgstr "机柜(名称)" - -#: netbox/dcim/filtersets.py:1440 netbox/dcim/filtersets.py:1615 -#: netbox/ipam/filtersets.py:601 netbox/ipam/filtersets.py:841 -#: netbox/ipam/filtersets.py:1174 netbox/vpn/filtersets.py:374 +#: netbox/dcim/filtersets.py:1407 netbox/dcim/filtersets.py:1505 +#: netbox/dcim/filtersets.py:1680 netbox/ipam/filtersets.py:601 +#: netbox/ipam/filtersets.py:841 netbox/ipam/filtersets.py:1174 +#: netbox/vpn/filtersets.py:374 msgid "Device (name)" msgstr "设备(名称)" -#: netbox/dcim/filtersets.py:1451 +#: netbox/dcim/filtersets.py:1516 msgid "Device type (model)" msgstr "设备型号 (model)" -#: netbox/dcim/filtersets.py:1456 +#: netbox/dcim/filtersets.py:1521 msgid "Device role (ID)" msgstr "设备角色(ID)" -#: netbox/dcim/filtersets.py:1462 +#: netbox/dcim/filtersets.py:1527 msgid "Device role (slug)" msgstr "设备角色(缩写)" -#: netbox/dcim/filtersets.py:1467 +#: netbox/dcim/filtersets.py:1532 msgid "Virtual Chassis (ID)" msgstr "堆叠(ID)" -#: netbox/dcim/filtersets.py:1473 netbox/dcim/forms/filtersets.py:110 +#: netbox/dcim/filtersets.py:1538 netbox/dcim/forms/filtersets.py:110 #: netbox/dcim/tables/devices.py:216 netbox/netbox/navigation/menu.py:79 #: netbox/templates/dcim/device.html:120 -#: netbox/templates/dcim/device_edit.html:93 +#: netbox/templates/dcim/device_edit.html:95 #: netbox/templates/dcim/virtualchassis.html:20 -#: netbox/templates/dcim/virtualchassis_add.html:8 -#: netbox/templates/dcim/virtualchassis_edit.html:24 +#: netbox/templates/dcim/virtualchassis_add.html:12 +#: netbox/templates/dcim/virtualchassis_edit.html:28 msgid "Virtual Chassis" msgstr "堆叠" -#: netbox/dcim/filtersets.py:1497 +#: netbox/dcim/filtersets.py:1562 msgid "Module (ID)" msgstr "模块(ID)" -#: netbox/dcim/filtersets.py:1504 +#: netbox/dcim/filtersets.py:1569 msgid "Cable (ID)" msgstr "线缆(ID)" -#: netbox/dcim/filtersets.py:1625 netbox/ipam/filtersets.py:611 +#: netbox/dcim/filtersets.py:1690 netbox/ipam/filtersets.py:611 #: netbox/ipam/filtersets.py:851 netbox/ipam/filtersets.py:1184 #: netbox/vpn/filtersets.py:385 msgid "Virtual machine (name)" msgstr "虚拟机(名称)" -#: netbox/dcim/filtersets.py:1630 netbox/ipam/filtersets.py:616 +#: netbox/dcim/filtersets.py:1695 netbox/ipam/filtersets.py:616 #: netbox/ipam/filtersets.py:856 netbox/ipam/filtersets.py:1178 #: netbox/virtualization/filtersets.py:248 #: netbox/virtualization/filtersets.py:299 netbox/vpn/filtersets.py:390 msgid "Virtual machine (ID)" msgstr "虚拟机(ID)" -#: netbox/dcim/filtersets.py:1636 netbox/ipam/filtersets.py:622 +#: netbox/dcim/filtersets.py:1701 netbox/ipam/filtersets.py:622 #: netbox/vpn/filtersets.py:97 netbox/vpn/filtersets.py:396 msgid "Interface (name)" msgstr "接口(名称)" -#: netbox/dcim/filtersets.py:1647 netbox/ipam/filtersets.py:633 +#: netbox/dcim/filtersets.py:1712 netbox/ipam/filtersets.py:633 #: netbox/vpn/filtersets.py:108 netbox/vpn/filtersets.py:407 msgid "VM interface (name)" msgstr "虚拟接口(名称)" -#: netbox/dcim/filtersets.py:1652 netbox/ipam/filtersets.py:638 +#: netbox/dcim/filtersets.py:1717 netbox/ipam/filtersets.py:638 #: netbox/vpn/filtersets.py:113 msgid "VM interface (ID)" msgstr "虚拟接口(ID)" -#: netbox/dcim/filtersets.py:1694 netbox/templates/dcim/interface.html:81 +#: netbox/dcim/filtersets.py:1759 netbox/templates/dcim/interface.html:81 #: netbox/templates/virtualization/vminterface.html:55 #: netbox/virtualization/forms/model_forms.py:395 msgid "802.1Q Mode" msgstr "802.1Q 模式" -#: netbox/dcim/filtersets.py:1698 netbox/ipam/forms/bulk_import.py:192 +#: netbox/dcim/filtersets.py:1763 netbox/ipam/forms/bulk_import.py:192 #: netbox/vpn/forms/bulk_import.py:308 msgid "Assigned VLAN" msgstr "指定VLAN" -#: netbox/dcim/filtersets.py:1702 +#: netbox/dcim/filtersets.py:1767 msgid "Assigned VID" msgstr "指定VID" -#: netbox/dcim/filtersets.py:1707 netbox/dcim/forms/bulk_edit.py:1544 -#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1444 +#: netbox/dcim/filtersets.py:1772 netbox/dcim/forms/bulk_edit.py:1544 +#: netbox/dcim/forms/bulk_import.py:921 netbox/dcim/forms/filtersets.py:1492 #: netbox/dcim/forms/model_forms.py:1411 #: netbox/dcim/models/device_components.py:752 #: netbox/dcim/tables/devices.py:647 netbox/ipam/filtersets.py:335 @@ -3784,18 +3792,18 @@ msgstr "指定VID" msgid "VRF" msgstr "VRF" -#: netbox/dcim/filtersets.py:1713 netbox/ipam/filtersets.py:341 +#: netbox/dcim/filtersets.py:1778 netbox/ipam/filtersets.py:341 #: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484 #: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596 msgid "VRF (RD)" msgstr "VRF (RD)" -#: netbox/dcim/filtersets.py:1718 netbox/ipam/filtersets.py:1036 +#: netbox/dcim/filtersets.py:1783 netbox/ipam/filtersets.py:1036 #: netbox/vpn/filtersets.py:342 msgid "L2VPN (ID)" msgstr "L2VPN (ID)" -#: netbox/dcim/filtersets.py:1724 netbox/dcim/forms/filtersets.py:1449 +#: netbox/dcim/filtersets.py:1789 netbox/dcim/forms/filtersets.py:1497 #: netbox/dcim/tables/devices.py:583 netbox/ipam/filtersets.py:1042 #: netbox/ipam/forms/filtersets.py:584 netbox/ipam/tables/vlans.py:113 #: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82 @@ -3807,11 +3815,11 @@ msgstr "L2VPN (ID)" msgid "L2VPN" msgstr "L2VPN" -#: netbox/dcim/filtersets.py:1729 netbox/ipam/filtersets.py:1117 +#: netbox/dcim/filtersets.py:1794 netbox/ipam/filtersets.py:1117 msgid "VLAN Translation Policy (ID)" msgstr "VLAN 转换策略 (ID)" -#: netbox/dcim/filtersets.py:1735 netbox/dcim/forms/filtersets.py:1415 +#: netbox/dcim/filtersets.py:1800 netbox/dcim/forms/filtersets.py:1463 #: netbox/dcim/forms/model_forms.py:1428 #: netbox/dcim/models/device_components.py:571 #: netbox/ipam/forms/filtersets.py:503 netbox/ipam/forms/model_forms.py:711 @@ -3822,31 +3830,31 @@ msgstr "VLAN 转换策略 (ID)" msgid "VLAN Translation Policy" msgstr "VLAN 转换策略" -#: netbox/dcim/filtersets.py:1769 +#: netbox/dcim/filtersets.py:1834 msgid "Virtual Chassis Interfaces for Device" msgstr "设备的集群接口" -#: netbox/dcim/filtersets.py:1774 +#: netbox/dcim/filtersets.py:1839 msgid "Virtual Chassis Interfaces for Device (ID)" msgstr "设备的集群接口(ID)" -#: netbox/dcim/filtersets.py:1778 +#: netbox/dcim/filtersets.py:1843 msgid "Kind of interface" msgstr "接口类型" -#: netbox/dcim/filtersets.py:1783 netbox/virtualization/filtersets.py:259 +#: netbox/dcim/filtersets.py:1848 netbox/virtualization/filtersets.py:259 msgid "Parent interface (ID)" msgstr "父级接口(ID)" -#: netbox/dcim/filtersets.py:1788 netbox/virtualization/filtersets.py:264 +#: netbox/dcim/filtersets.py:1853 netbox/virtualization/filtersets.py:264 msgid "Bridged interface (ID)" msgstr "桥接接口(ID)" -#: netbox/dcim/filtersets.py:1793 +#: netbox/dcim/filtersets.py:1858 msgid "LAG interface (ID)" msgstr "链路聚合接口(ID)" -#: netbox/dcim/filtersets.py:1801 netbox/dcim/tables/devices.py:605 +#: netbox/dcim/filtersets.py:1866 netbox/dcim/tables/devices.py:605 #: netbox/dcim/tables/devices.py:1135 netbox/templates/dcim/interface.html:131 #: netbox/templates/dcim/macaddress.html:11 #: netbox/templates/dcim/macaddress.html:14 @@ -3854,78 +3862,78 @@ msgstr "链路聚合接口(ID)" msgid "MAC Address" msgstr "MAC 地址" -#: netbox/dcim/filtersets.py:1806 netbox/virtualization/filtersets.py:273 +#: netbox/dcim/filtersets.py:1871 netbox/virtualization/filtersets.py:273 msgid "Primary MAC address (ID)" msgstr "主 MAC 地址 (ID)" -#: netbox/dcim/filtersets.py:1812 netbox/dcim/forms/model_forms.py:1415 +#: netbox/dcim/filtersets.py:1877 netbox/dcim/forms/model_forms.py:1415 #: netbox/virtualization/filtersets.py:279 #: netbox/virtualization/forms/model_forms.py:311 msgid "Primary MAC address" msgstr "主 MAC 地址" -#: netbox/dcim/filtersets.py:1834 netbox/dcim/filtersets.py:1846 -#: netbox/dcim/forms/filtersets.py:1351 netbox/dcim/forms/model_forms.py:1742 +#: netbox/dcim/filtersets.py:1899 netbox/dcim/filtersets.py:1911 +#: netbox/dcim/forms/filtersets.py:1399 netbox/dcim/forms/model_forms.py:1742 #: netbox/templates/dcim/virtualdevicecontext.html:15 msgid "Virtual Device Context" msgstr "虚拟设备上下文" -#: netbox/dcim/filtersets.py:1840 +#: netbox/dcim/filtersets.py:1905 msgid "Virtual Device Context (Identifier)" msgstr "虚拟设备上下文(ID)" -#: netbox/dcim/filtersets.py:1851 +#: netbox/dcim/filtersets.py:1916 #: netbox/templates/wireless/wirelesslan.html:11 #: netbox/wireless/forms/model_forms.py:55 msgid "Wireless LAN" msgstr "无线局域网" -#: netbox/dcim/filtersets.py:1855 netbox/dcim/tables/devices.py:634 +#: netbox/dcim/filtersets.py:1920 netbox/dcim/tables/devices.py:634 msgid "Wireless link" msgstr "无线连接" -#: netbox/dcim/filtersets.py:1865 +#: netbox/dcim/filtersets.py:1930 msgid "Virtual circuit termination (ID)" msgstr "虚拟电路终止 (ID)" -#: netbox/dcim/filtersets.py:1934 +#: netbox/dcim/filtersets.py:1999 msgid "Parent module bay (ID)" msgstr "父模块托架 (ID)" -#: netbox/dcim/filtersets.py:1939 +#: netbox/dcim/filtersets.py:2004 msgid "Installed module (ID)" msgstr "已安装模块(ID)" -#: netbox/dcim/filtersets.py:1950 +#: netbox/dcim/filtersets.py:2015 msgid "Installed device (ID)" msgstr "已安装设备(ID)" -#: netbox/dcim/filtersets.py:1956 +#: netbox/dcim/filtersets.py:2021 msgid "Installed device (name)" msgstr "已安装设备(名称)" -#: netbox/dcim/filtersets.py:2026 +#: netbox/dcim/filtersets.py:2091 msgid "Master (ID)" msgstr "主设备(ID)" -#: netbox/dcim/filtersets.py:2032 +#: netbox/dcim/filtersets.py:2097 msgid "Master (name)" msgstr "主设备(名称)" -#: netbox/dcim/filtersets.py:2074 netbox/tenancy/filtersets.py:245 +#: netbox/dcim/filtersets.py:2139 netbox/tenancy/filtersets.py:245 msgid "Tenant (ID)" msgstr "租户(ID)" -#: netbox/dcim/filtersets.py:2080 netbox/extras/filtersets.py:618 +#: netbox/dcim/filtersets.py:2145 netbox/extras/filtersets.py:618 #: netbox/tenancy/filtersets.py:251 msgid "Tenant (slug)" msgstr "租户(缩写)" -#: netbox/dcim/filtersets.py:2116 netbox/dcim/forms/filtersets.py:1078 +#: netbox/dcim/filtersets.py:2181 netbox/dcim/forms/filtersets.py:1126 msgid "Unterminated" msgstr "未接终端" -#: netbox/dcim/filtersets.py:2374 +#: netbox/dcim/filtersets.py:2439 msgid "Power panel (ID)" msgstr "电源面板(ID)" @@ -3940,15 +3948,15 @@ msgstr "电源面板(ID)" msgid "Tags" msgstr "标签" -#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1514 +#: netbox/dcim/forms/bulk_create.py:112 netbox/dcim/forms/filtersets.py:1562 #: netbox/dcim/forms/model_forms.py:498 netbox/dcim/forms/model_forms.py:557 -#: netbox/dcim/forms/object_create.py:198 -#: netbox/dcim/forms/object_create.py:347 netbox/dcim/tables/devices.py:175 +#: netbox/dcim/forms/object_create.py:202 +#: netbox/dcim/forms/object_create.py:351 netbox/dcim/tables/devices.py:175 #: netbox/dcim/tables/devices.py:740 netbox/dcim/tables/devicetypes.py:253 #: netbox/templates/dcim/device.html:43 netbox/templates/dcim/device.html:131 #: netbox/templates/dcim/modulebay.html:38 #: netbox/templates/dcim/virtualchassis.html:66 -#: netbox/templates/dcim/virtualchassis_edit.html:55 +#: netbox/templates/dcim/virtualchassis_edit.html:59 msgid "Position" msgstr "位置" @@ -3985,7 +3993,7 @@ msgstr "时区" #: netbox/dcim/forms/filtersets.py:314 netbox/dcim/forms/filtersets.py:373 #: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:620 #: netbox/dcim/forms/filtersets.py:701 netbox/dcim/forms/filtersets.py:783 -#: netbox/dcim/forms/filtersets.py:948 netbox/dcim/forms/filtersets.py:1555 +#: netbox/dcim/forms/filtersets.py:996 netbox/dcim/forms/filtersets.py:1603 #: netbox/dcim/forms/model_forms.py:211 netbox/dcim/forms/model_forms.py:345 #: netbox/dcim/forms/model_forms.py:357 netbox/dcim/forms/model_forms.py:404 #: netbox/dcim/forms/model_forms.py:445 netbox/dcim/forms/model_forms.py:1095 @@ -4125,8 +4133,8 @@ msgid "Serial Number" msgstr "序列号" #: netbox/dcim/forms/bulk_edit.py:376 netbox/dcim/forms/filtersets.py:388 -#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:968 -#: netbox/dcim/forms/filtersets.py:1562 +#: netbox/dcim/forms/filtersets.py:814 netbox/dcim/forms/filtersets.py:1016 +#: netbox/dcim/forms/filtersets.py:1610 msgid "Asset tag" msgstr "资产标签" @@ -4148,13 +4156,13 @@ msgstr "气流方向" #: netbox/dcim/forms/bulk_import.py:1499 netbox/dcim/forms/filtersets.py:105 #: netbox/dcim/forms/filtersets.py:325 netbox/dcim/forms/filtersets.py:406 #: netbox/dcim/forms/filtersets.py:420 netbox/dcim/forms/filtersets.py:458 -#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:1036 -#: netbox/dcim/forms/filtersets.py:1168 netbox/dcim/forms/model_forms.py:271 -#: netbox/dcim/forms/model_forms.py:314 netbox/dcim/forms/model_forms.py:489 -#: netbox/dcim/forms/model_forms.py:767 netbox/dcim/forms/object_create.py:394 -#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:70 -#: netbox/dcim/tables/racks.py:216 netbox/ipam/forms/filtersets.py:459 -#: netbox/templates/dcim/device.html:30 +#: netbox/dcim/forms/filtersets.py:773 netbox/dcim/forms/filtersets.py:986 +#: netbox/dcim/forms/filtersets.py:1084 netbox/dcim/forms/filtersets.py:1216 +#: netbox/dcim/forms/model_forms.py:271 netbox/dcim/forms/model_forms.py:314 +#: netbox/dcim/forms/model_forms.py:489 netbox/dcim/forms/model_forms.py:767 +#: netbox/dcim/forms/object_create.py:398 netbox/dcim/tables/devices.py:171 +#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:216 +#: netbox/ipam/forms/filtersets.py:459 netbox/templates/dcim/device.html:30 #: netbox/templates/dcim/inc/cable_termination.html:16 #: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13 #: netbox/templates/dcim/rack/base.html:4 @@ -4167,9 +4175,9 @@ msgstr "机柜" #: netbox/dcim/forms/bulk_edit.py:453 netbox/dcim/forms/bulk_edit.py:747 #: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:399 #: netbox/dcim/forms/filtersets.py:482 netbox/dcim/forms/filtersets.py:609 -#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:943 +#: netbox/dcim/forms/filtersets.py:722 netbox/dcim/forms/filtersets.py:944 #: netbox/dcim/forms/model_forms.py:681 netbox/dcim/forms/model_forms.py:1632 -#: netbox/templates/dcim/device_edit.html:20 +#: netbox/templates/dcim/device_edit.html:22 msgid "Hardware" msgstr "硬件" @@ -4287,7 +4295,7 @@ msgid "Configuration" msgstr "配置" #: netbox/dcim/forms/bulk_edit.py:749 netbox/netbox/navigation/menu.py:251 -#: netbox/templates/dcim/device_edit.html:78 +#: netbox/templates/dcim/device_edit.html:80 msgid "Virtualization" msgstr "虚拟化" @@ -4319,13 +4327,13 @@ msgstr "模块类型" msgid "Label" msgstr "标记" -#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1069 +#: netbox/dcim/forms/bulk_edit.py:826 netbox/dcim/forms/filtersets.py:1117 #: netbox/templates/dcim/cable.html:50 msgid "Length" msgstr "长度" #: netbox/dcim/forms/bulk_edit.py:831 netbox/dcim/forms/bulk_import.py:1363 -#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1073 +#: netbox/dcim/forms/bulk_import.py:1366 netbox/dcim/forms/filtersets.py:1121 msgid "Length unit" msgstr "长度单位" @@ -4335,33 +4343,33 @@ msgid "Domain" msgstr "域" #: netbox/dcim/forms/bulk_edit.py:923 netbox/dcim/forms/bulk_import.py:1482 -#: netbox/dcim/forms/filtersets.py:1159 netbox/dcim/forms/model_forms.py:761 +#: netbox/dcim/forms/filtersets.py:1207 netbox/dcim/forms/model_forms.py:761 msgid "Power panel" msgstr "电源面版" #: netbox/dcim/forms/bulk_edit.py:945 netbox/dcim/forms/bulk_import.py:1518 -#: netbox/dcim/forms/filtersets.py:1181 +#: netbox/dcim/forms/filtersets.py:1229 #: netbox/templates/dcim/powerfeed.html:83 msgid "Supply" msgstr "供应" #: netbox/dcim/forms/bulk_edit.py:951 netbox/dcim/forms/bulk_import.py:1523 -#: netbox/dcim/forms/filtersets.py:1186 +#: netbox/dcim/forms/filtersets.py:1234 #: netbox/templates/dcim/powerfeed.html:95 msgid "Phase" msgstr "相位" -#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1191 +#: netbox/dcim/forms/bulk_edit.py:957 netbox/dcim/forms/filtersets.py:1239 #: netbox/templates/dcim/powerfeed.html:87 msgid "Voltage" msgstr "电压" -#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1195 +#: netbox/dcim/forms/bulk_edit.py:961 netbox/dcim/forms/filtersets.py:1243 #: netbox/templates/dcim/powerfeed.html:91 msgid "Amperage" msgstr "电流" -#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1199 +#: netbox/dcim/forms/bulk_edit.py:965 netbox/dcim/forms/filtersets.py:1247 msgid "Max utilization" msgstr "最大利用率" @@ -4400,7 +4408,7 @@ msgid "Management only" msgstr "仅限管理" #: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1471 -#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1400 +#: netbox/dcim/forms/bulk_import.py:906 netbox/dcim/forms/filtersets.py:1448 #: netbox/dcim/forms/object_import.py:90 #: netbox/dcim/models/device_component_templates.py:445 #: netbox/dcim/models/device_components.py:724 @@ -4408,14 +4416,14 @@ msgid "PoE mode" msgstr "PoE模式" #: netbox/dcim/forms/bulk_edit.py:1163 netbox/dcim/forms/bulk_edit.py:1477 -#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1405 +#: netbox/dcim/forms/bulk_import.py:912 netbox/dcim/forms/filtersets.py:1453 #: netbox/dcim/forms/object_import.py:95 #: netbox/dcim/models/device_component_templates.py:452 #: netbox/dcim/models/device_components.py:731 msgid "PoE type" msgstr "PoE类型" -#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1420 +#: netbox/dcim/forms/bulk_edit.py:1169 netbox/dcim/forms/filtersets.py:1468 #: netbox/dcim/forms/object_import.py:100 msgid "Wireless role" msgstr "无线角色" @@ -4445,8 +4453,8 @@ msgid "Virtual device contexts" msgstr "设备虚拟上下文" #: netbox/dcim/forms/bulk_edit.py:1456 netbox/dcim/forms/bulk_import.py:741 -#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1253 -#: netbox/dcim/forms/filtersets.py:1278 netbox/dcim/forms/filtersets.py:1364 +#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/filtersets.py:1301 +#: netbox/dcim/forms/filtersets.py:1326 netbox/dcim/forms/filtersets.py:1412 #: netbox/dcim/tables/devices.py:631 #: netbox/templates/circuits/inc/circuit_termination_fields.html:62 #: netbox/templates/dcim/consoleport.html:40 @@ -4470,7 +4478,7 @@ msgstr "模式" #: netbox/dcim/forms/bulk_edit.py:1493 netbox/dcim/forms/model_forms.py:1377 #: netbox/ipam/forms/bulk_import.py:174 netbox/ipam/forms/filtersets.py:553 -#: netbox/ipam/models/vlans.py:86 netbox/virtualization/forms/bulk_edit.py:222 +#: netbox/ipam/models/vlans.py:87 netbox/virtualization/forms/bulk_edit.py:222 #: netbox/virtualization/forms/model_forms.py:335 msgid "VLAN group" msgstr "VLAN 组" @@ -4513,7 +4521,7 @@ msgstr "无线局域网组" msgid "Wireless LANs" msgstr "无线局域网" -#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1333 +#: netbox/dcim/forms/bulk_edit.py:1563 netbox/dcim/forms/filtersets.py:1381 #: netbox/dcim/forms/model_forms.py:1435 netbox/ipam/forms/bulk_edit.py:269 #: netbox/ipam/forms/bulk_edit.py:362 netbox/ipam/forms/filtersets.py:177 #: netbox/netbox/navigation/menu.py:108 @@ -4531,7 +4539,7 @@ msgstr "寻址" msgid "Operation" msgstr "操作" -#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1334 +#: netbox/dcim/forms/bulk_edit.py:1565 netbox/dcim/forms/filtersets.py:1382 #: netbox/dcim/forms/model_forms.py:1006 netbox/dcim/forms/model_forms.py:1438 msgid "PoE" msgstr "PoE" @@ -4543,7 +4551,7 @@ msgstr "PoE" msgid "Related Interfaces" msgstr "相关接口" -#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1335 +#: netbox/dcim/forms/bulk_edit.py:1568 netbox/dcim/forms/filtersets.py:1383 #: netbox/dcim/forms/model_forms.py:1441 #: netbox/virtualization/forms/bulk_edit.py:257 #: netbox/virtualization/forms/filtersets.py:206 @@ -4834,7 +4842,7 @@ msgstr "VDC名称,用逗号分隔,用双引号包含。例如:" msgid "Physical medium" msgstr "物理接口类型" -#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1371 +#: netbox/dcim/forms/bulk_import.py:898 netbox/dcim/forms/filtersets.py:1419 msgid "Duplex" msgstr "双工" @@ -5079,32 +5087,32 @@ msgstr "带有前缀长度的 IPv6 地址,例如 2001:db8:: 1/64" msgid "MTU" msgstr "MTU" -#: netbox/dcim/forms/common.py:60 +#: netbox/dcim/forms/common.py:59 #, python-brace-format msgid "" "The tagged VLANs ({vlans}) must belong to the same site as the interface's " "parent device/VM, or they must be global" msgstr "标记的VLAN ({vlans}) 必须与接口所属设备/虚拟机属于同一站点,或者是全局VLAN" -#: netbox/dcim/forms/common.py:121 +#: netbox/dcim/forms/common.py:126 msgid "" "Cannot install module with placeholder values in a module bay with no " "position defined." msgstr "无法在未定义位置的模块托架中安装具有占位符值的模块。" -#: netbox/dcim/forms/common.py:127 +#: netbox/dcim/forms/common.py:132 #, python-brace-format msgid "" "Cannot install module with placeholder values in a module bay tree {level} " "in tree but {tokens} placeholders given." msgstr "无法在模块月桂树中安装具有占位符值的模块 {level} 在树里但是 {tokens} 给定的占位符。" -#: netbox/dcim/forms/common.py:142 +#: netbox/dcim/forms/common.py:147 #, python-brace-format msgid "Cannot adopt {model} {name} as it already belongs to a module" msgstr "无法选定 {model} {name} ,因为它已属于某个模块" -#: netbox/dcim/forms/common.py:151 +#: netbox/dcim/forms/common.py:156 #, python-brace-format msgid "A {model} named {name} already exists" msgstr "名为 {name} 的 {model} 已存在" @@ -5186,17 +5194,17 @@ msgstr "有虚拟设备上下文" msgid "Cluster group" msgstr "堆叠组" -#: netbox/dcim/forms/filtersets.py:1211 +#: netbox/dcim/forms/filtersets.py:1259 msgid "Cabled" msgstr "已连接" -#: netbox/dcim/forms/filtersets.py:1218 +#: netbox/dcim/forms/filtersets.py:1266 msgid "Occupied" msgstr "已占用" -#: netbox/dcim/forms/filtersets.py:1245 netbox/dcim/forms/filtersets.py:1270 -#: netbox/dcim/forms/filtersets.py:1294 netbox/dcim/forms/filtersets.py:1314 -#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/tables/devices.py:373 +#: netbox/dcim/forms/filtersets.py:1293 netbox/dcim/forms/filtersets.py:1318 +#: netbox/dcim/forms/filtersets.py:1342 netbox/dcim/forms/filtersets.py:1362 +#: netbox/dcim/forms/filtersets.py:1390 netbox/dcim/tables/devices.py:373 #: netbox/dcim/tables/devices.py:662 #: netbox/templates/circuits/inc/circuit_termination_fields.html:16 #: netbox/templates/dcim/consoleport.html:55 @@ -5210,66 +5218,66 @@ msgstr "已占用" msgid "Connection" msgstr "连接" -#: netbox/dcim/forms/filtersets.py:1354 netbox/extras/forms/bulk_edit.py:326 +#: netbox/dcim/forms/filtersets.py:1402 netbox/extras/forms/bulk_edit.py:326 #: netbox/extras/forms/bulk_import.py:247 #: netbox/extras/forms/filtersets.py:472 -#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:582 +#: netbox/extras/forms/model_forms.py:689 netbox/extras/tables/tables.py:585 #: netbox/templates/extras/journalentry.html:30 msgid "Kind" msgstr "类型" -#: netbox/dcim/forms/filtersets.py:1383 +#: netbox/dcim/forms/filtersets.py:1431 msgid "Mgmt only" msgstr "仅用于管理" -#: netbox/dcim/forms/filtersets.py:1395 netbox/dcim/forms/model_forms.py:1423 +#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1423 #: netbox/dcim/models/device_components.py:680 #: netbox/templates/dcim/interface.html:142 msgid "WWN" msgstr "WWN" -#: netbox/dcim/forms/filtersets.py:1410 +#: netbox/dcim/forms/filtersets.py:1458 #: netbox/virtualization/forms/filtersets.py:246 msgid "802.1Q mode" msgstr "802.1Q 模式" -#: netbox/dcim/forms/filtersets.py:1425 +#: netbox/dcim/forms/filtersets.py:1473 msgid "Wireless channel" msgstr "无线信道" -#: netbox/dcim/forms/filtersets.py:1429 +#: netbox/dcim/forms/filtersets.py:1477 msgid "Channel frequency (MHz)" msgstr "信道频率(MHz)" -#: netbox/dcim/forms/filtersets.py:1433 +#: netbox/dcim/forms/filtersets.py:1481 msgid "Channel width (MHz)" msgstr "信道频宽(MHz)" -#: netbox/dcim/forms/filtersets.py:1437 +#: netbox/dcim/forms/filtersets.py:1485 #: netbox/templates/dcim/interface.html:91 msgid "Transmit power (dBm)" msgstr "信道功率(dBm)" -#: netbox/dcim/forms/filtersets.py:1462 netbox/dcim/forms/filtersets.py:1487 +#: netbox/dcim/forms/filtersets.py:1510 netbox/dcim/forms/filtersets.py:1535 #: netbox/dcim/tables/devices.py:336 netbox/templates/dcim/cable.html:12 #: netbox/templates/dcim/cable_trace.html:46 #: netbox/templates/dcim/frontport.html:77 -#: netbox/templates/dcim/htmx/cable_edit.html:50 +#: netbox/templates/dcim/htmx/cable_edit.html:53 #: netbox/templates/dcim/inc/connection_endpoints.html:4 #: netbox/templates/dcim/rearport.html:73 #: netbox/templates/dcim/trace/cable.html:7 msgid "Cable" msgstr "电缆" -#: netbox/dcim/forms/filtersets.py:1566 netbox/dcim/tables/devices.py:978 +#: netbox/dcim/forms/filtersets.py:1614 netbox/dcim/tables/devices.py:978 msgid "Discovered" msgstr "已发现" -#: netbox/dcim/forms/filtersets.py:1607 netbox/ipam/forms/filtersets.py:364 +#: netbox/dcim/forms/filtersets.py:1655 netbox/ipam/forms/filtersets.py:364 msgid "Assigned Device" msgstr "指定设备" -#: netbox/dcim/forms/filtersets.py:1612 netbox/ipam/forms/filtersets.py:369 +#: netbox/dcim/forms/filtersets.py:1660 netbox/ipam/forms/filtersets.py:369 msgid "Assigned VM" msgstr "指定虚拟机" @@ -5535,183 +5543,183 @@ msgid "A MAC address can only be assigned to a single object." msgstr "MAC 地址只能分配给单个对象。" #: netbox/dcim/forms/object_create.py:48 -#: netbox/dcim/forms/object_create.py:200 -#: netbox/dcim/forms/object_create.py:349 +#: netbox/dcim/forms/object_create.py:204 +#: netbox/dcim/forms/object_create.py:353 msgid "" "Alphanumeric ranges are supported. (Must match the number of objects being " "created.)" msgstr "支持字母数字范围。(必须与正在创建的对象数相匹配。)" -#: netbox/dcim/forms/object_create.py:68 +#: netbox/dcim/forms/object_create.py:72 #, python-brace-format msgid "" "The provided pattern specifies {value_count} values, but {pattern_count} are" " expected." msgstr "提供了 {value_count}个参数,实际需要{pattern_count}个。" -#: netbox/dcim/forms/object_create.py:110 -#: netbox/dcim/forms/object_create.py:264 netbox/dcim/tables/devices.py:262 +#: netbox/dcim/forms/object_create.py:114 +#: netbox/dcim/forms/object_create.py:268 netbox/dcim/tables/devices.py:262 msgid "Rear ports" msgstr "后置接口" -#: netbox/dcim/forms/object_create.py:111 -#: netbox/dcim/forms/object_create.py:265 +#: netbox/dcim/forms/object_create.py:115 +#: netbox/dcim/forms/object_create.py:269 msgid "Select one rear port assignment for each front port being created." msgstr "为正在创建的每个前置接口指定一个后置接口" -#: netbox/dcim/forms/object_create.py:165 +#: netbox/dcim/forms/object_create.py:169 #, python-brace-format msgid "" "The number of front port templates to be created ({frontport_count}) must " "match the selected number of rear port positions ({rearport_count})." msgstr "要创建的前置端口数({frontport_count}) 必须与所选的后置端口数({rearport_count})匹配。" -#: netbox/dcim/forms/object_create.py:314 +#: netbox/dcim/forms/object_create.py:318 #, python-brace-format msgid "" "The number of front ports to be created ({frontport_count}) must match the " "selected number of rear port positions ({rearport_count})." msgstr "要创建的前置端口数 ({frontport_count}) 必须与所选的后置端口数({rearport_count})匹配。" -#: netbox/dcim/forms/object_create.py:403 netbox/dcim/tables/devices.py:1064 +#: netbox/dcim/forms/object_create.py:407 netbox/dcim/tables/devices.py:1064 #: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:53 -#: netbox/templates/dcim/virtualchassis_edit.html:47 +#: netbox/templates/dcim/virtualchassis_edit.html:51 #: netbox/templates/ipam/fhrpgroup.html:38 msgid "Members" msgstr "成员" -#: netbox/dcim/forms/object_create.py:412 +#: netbox/dcim/forms/object_create.py:417 msgid "Initial position" msgstr "初始位置" -#: netbox/dcim/forms/object_create.py:415 +#: netbox/dcim/forms/object_create.py:420 msgid "" "Position of the first member device. Increases by one for each additional " "member." msgstr "第一个成员设备的位置。每增加一个成员增加一个。" -#: netbox/dcim/forms/object_create.py:430 +#: netbox/dcim/forms/object_create.py:435 msgid "A position must be specified for the first VC member." msgstr "必须为第一个VC成员指定一个位置。" -#: netbox/dcim/models/cables.py:63 +#: netbox/dcim/models/cables.py:62 #: netbox/dcim/models/device_component_templates.py:51 #: netbox/dcim/models/device_components.py:57 #: netbox/extras/models/customfields.py:113 msgid "label" msgstr "标记" -#: netbox/dcim/models/cables.py:72 +#: netbox/dcim/models/cables.py:71 msgid "length" msgstr "长度" -#: netbox/dcim/models/cables.py:79 +#: netbox/dcim/models/cables.py:78 msgid "length unit" msgstr "长度单位" -#: netbox/dcim/models/cables.py:97 +#: netbox/dcim/models/cables.py:96 msgid "cable" msgstr "线缆" -#: netbox/dcim/models/cables.py:98 +#: netbox/dcim/models/cables.py:97 msgid "cables" msgstr "线缆" -#: netbox/dcim/models/cables.py:164 +#: netbox/dcim/models/cables.py:163 msgid "Must specify a unit when setting a cable length" msgstr "设置线缆长度时必须指定单位" -#: netbox/dcim/models/cables.py:167 +#: netbox/dcim/models/cables.py:166 msgid "Must define A and B terminations when creating a new cable." msgstr "创建新线缆时必须定义A端和B端。" -#: netbox/dcim/models/cables.py:174 +#: netbox/dcim/models/cables.py:173 msgid "Cannot connect different termination types to same end of cable." msgstr "无法将不同的端点类型连接到线缆的两端。" -#: netbox/dcim/models/cables.py:182 +#: netbox/dcim/models/cables.py:181 #, python-brace-format msgid "Incompatible termination types: {type_a} and {type_b}" msgstr "不兼容的端点类型: {type_a} 和{type_b}" -#: netbox/dcim/models/cables.py:192 +#: netbox/dcim/models/cables.py:191 msgid "A and B terminations cannot connect to the same object." msgstr "A B端不能连接到同一个对象" -#: netbox/dcim/models/cables.py:261 netbox/ipam/models/asns.py:37 +#: netbox/dcim/models/cables.py:260 netbox/ipam/models/asns.py:37 msgid "end" msgstr "结束" -#: netbox/dcim/models/cables.py:314 +#: netbox/dcim/models/cables.py:313 msgid "cable termination" msgstr "线缆端点" -#: netbox/dcim/models/cables.py:315 +#: netbox/dcim/models/cables.py:314 msgid "cable terminations" msgstr "线缆端点" -#: netbox/dcim/models/cables.py:334 +#: netbox/dcim/models/cables.py:333 #, python-brace-format msgid "" "Duplicate termination found for {app_label}.{model} {termination_id}: cable " "{cable_pk}" msgstr "发现{app_label}重复的终端:{model} {termination_id}: 线缆 {cable_pk}" -#: netbox/dcim/models/cables.py:344 +#: netbox/dcim/models/cables.py:343 #, python-brace-format msgid "Cables cannot be terminated to {type_display} interfaces" msgstr "线缆不能连接至{type_display} 接口" -#: netbox/dcim/models/cables.py:351 +#: netbox/dcim/models/cables.py:350 msgid "Circuit terminations attached to a provider network may not be cabled." msgstr "运营商网络的线路可能没有连接。" -#: netbox/dcim/models/cables.py:449 netbox/extras/models/configs.py:50 +#: netbox/dcim/models/cables.py:448 netbox/extras/models/configs.py:50 msgid "is active" msgstr "激活的" -#: netbox/dcim/models/cables.py:453 +#: netbox/dcim/models/cables.py:452 msgid "is complete" msgstr "完成的" -#: netbox/dcim/models/cables.py:457 +#: netbox/dcim/models/cables.py:456 msgid "is split" msgstr "被拆分的" -#: netbox/dcim/models/cables.py:465 +#: netbox/dcim/models/cables.py:464 msgid "cable path" msgstr "线缆连接路径" -#: netbox/dcim/models/cables.py:466 +#: netbox/dcim/models/cables.py:465 msgid "cable paths" msgstr "线缆连接路径" -#: netbox/dcim/models/cables.py:541 +#: netbox/dcim/models/cables.py:540 msgid "All originating terminations must be attached to the same link" msgstr "所有原始终端必须连接到同一个链接" -#: netbox/dcim/models/cables.py:553 +#: netbox/dcim/models/cables.py:552 msgid "All mid-span terminations must have the same termination type" msgstr "所有中跨端子必须具有相同的端接类型" -#: netbox/dcim/models/cables.py:558 +#: netbox/dcim/models/cables.py:557 msgid "All mid-span terminations must have the same parent object" msgstr "所有中跨终端必须具有相同的父对象" -#: netbox/dcim/models/cables.py:582 +#: netbox/dcim/models/cables.py:581 msgid "All links must be cable or wireless" msgstr "所有链路必须是有线或无线的" -#: netbox/dcim/models/cables.py:584 +#: netbox/dcim/models/cables.py:583 msgid "All links must match first link type" msgstr "所有链接必须匹配第一个链接类型" -#: netbox/dcim/models/cables.py:667 +#: netbox/dcim/models/cables.py:666 msgid "" "All positions counts within the path on opposite ends of links must match" msgstr "链路两端路径内的所有位置都必须匹配" -#: netbox/dcim/models/cables.py:676 +#: netbox/dcim/models/cables.py:675 msgid "Remote termination position filter is missing" msgstr "缺少远程终端位置过滤器" @@ -7126,7 +7134,7 @@ msgstr "可达性" #: netbox/dcim/tables/devices.py:69 netbox/dcim/tables/devices.py:117 #: netbox/dcim/tables/racks.py:149 netbox/dcim/tables/sites.py:104 -#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:548 +#: netbox/dcim/tables/sites.py:147 netbox/extras/tables/tables.py:551 #: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73 #: netbox/netbox/navigation/menu.py:75 #: netbox/virtualization/forms/model_forms.py:122 @@ -7180,7 +7188,7 @@ msgstr "堆叠位置" msgid "VC Priority" msgstr "堆叠优先级" -#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:38 +#: netbox/dcim/tables/devices.py:230 netbox/templates/dcim/device_edit.html:40 #: netbox/templates/dcim/devicebay_populate.html:16 msgid "Parent Device" msgstr "父设备" @@ -7207,7 +7215,7 @@ msgstr "电源插座" #: netbox/dcim/tables/devices.py:256 netbox/dcim/tables/devices.py:1112 #: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1203 -#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2198 +#: netbox/dcim/views.py:1447 netbox/dcim/views.py:2200 #: netbox/netbox/navigation/menu.py:94 netbox/netbox/navigation/menu.py:258 #: netbox/templates/dcim/device/base.html:37 #: netbox/templates/dcim/device_list.html:43 @@ -7246,7 +7254,7 @@ msgstr "设备板卡插槽" #: netbox/dcim/tables/devices.py:327 netbox/dcim/tables/devicetypes.py:52 #: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1278 -#: netbox/dcim/views.py:2296 netbox/netbox/navigation/menu.py:103 +#: netbox/dcim/views.py:2298 netbox/netbox/navigation/menu.py:103 #: netbox/templates/dcim/device/base.html:52 #: netbox/templates/dcim/device_list.html:71 #: netbox/templates/dcim/devicetype/base.html:49 @@ -7356,7 +7364,7 @@ msgid "Module Types" msgstr "设备配件类型" #: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:378 -#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:543 +#: netbox/extras/forms/model_forms.py:551 netbox/extras/tables/tables.py:546 #: netbox/netbox/navigation/menu.py:78 msgid "Platforms" msgstr "操作系统" @@ -7381,7 +7389,7 @@ msgid "Instances" msgstr "实例" #: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1143 -#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2134 +#: netbox/dcim/views.py:1387 netbox/dcim/views.py:2136 #: netbox/netbox/navigation/menu.py:97 #: netbox/templates/dcim/device/base.html:25 #: netbox/templates/dcim/device_list.html:15 @@ -7392,7 +7400,7 @@ msgid "Console Ports" msgstr "Console口" #: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1158 -#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2150 +#: netbox/dcim/views.py:1402 netbox/dcim/views.py:2152 #: netbox/netbox/navigation/menu.py:98 #: netbox/templates/dcim/device/base.html:28 #: netbox/templates/dcim/device_list.html:22 @@ -7403,7 +7411,7 @@ msgid "Console Server Ports" msgstr "Console 服务端口" #: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1173 -#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2166 +#: netbox/dcim/views.py:1417 netbox/dcim/views.py:2168 #: netbox/netbox/navigation/menu.py:99 #: netbox/templates/dcim/device/base.html:31 #: netbox/templates/dcim/device_list.html:29 @@ -7414,7 +7422,7 @@ msgid "Power Ports" msgstr "电源接口" #: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1188 -#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2182 +#: netbox/dcim/views.py:1432 netbox/dcim/views.py:2184 #: netbox/netbox/navigation/menu.py:100 #: netbox/templates/dcim/device/base.html:34 #: netbox/templates/dcim/device_list.html:36 @@ -7425,7 +7433,7 @@ msgid "Power Outlets" msgstr "PDU" #: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1218 -#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2220 +#: netbox/dcim/views.py:1462 netbox/dcim/views.py:2222 #: netbox/netbox/navigation/menu.py:95 #: netbox/templates/dcim/device/base.html:40 #: netbox/templates/dcim/devicetype/base.html:37 @@ -7435,7 +7443,7 @@ msgid "Front Ports" msgstr "前置端口" #: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1233 -#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2236 +#: netbox/dcim/views.py:1477 netbox/dcim/views.py:2238 #: netbox/netbox/navigation/menu.py:96 #: netbox/templates/dcim/device/base.html:43 #: netbox/templates/dcim/device_list.html:50 @@ -7446,7 +7454,7 @@ msgid "Rear Ports" msgstr "后置端口" #: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1263 -#: netbox/dcim/views.py:2276 netbox/netbox/navigation/menu.py:102 +#: netbox/dcim/views.py:2278 netbox/netbox/navigation/menu.py:102 #: netbox/templates/dcim/device/base.html:49 #: netbox/templates/dcim/device_list.html:57 #: netbox/templates/dcim/devicetype/base.html:46 @@ -7454,7 +7462,7 @@ msgid "Device Bays" msgstr "机柜托架" #: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1248 -#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2256 +#: netbox/dcim/views.py:1492 netbox/dcim/views.py:2258 #: netbox/netbox/navigation/menu.py:101 #: netbox/templates/dcim/device/base.html:46 #: netbox/templates/dcim/device_list.html:64 @@ -7537,48 +7545,48 @@ msgstr "机柜预留" msgid "Non-Racked Devices" msgstr "未上架设备" -#: netbox/dcim/views.py:2309 netbox/extras/forms/model_forms.py:591 +#: netbox/dcim/views.py:2311 netbox/extras/forms/model_forms.py:591 #: netbox/templates/extras/configcontext.html:10 #: netbox/virtualization/forms/model_forms.py:232 #: netbox/virtualization/views.py:446 msgid "Config Context" msgstr "配置实例" -#: netbox/dcim/views.py:2319 netbox/virtualization/views.py:456 +#: netbox/dcim/views.py:2321 netbox/virtualization/views.py:456 msgid "Render Config" msgstr "提交配置" -#: netbox/dcim/views.py:2332 netbox/extras/tables/tables.py:553 +#: netbox/dcim/views.py:2334 netbox/extras/tables/tables.py:556 #: netbox/netbox/navigation/menu.py:255 netbox/netbox/navigation/menu.py:257 #: netbox/virtualization/views.py:214 msgid "Virtual Machines" msgstr "虚拟机" -#: netbox/dcim/views.py:3165 +#: netbox/dcim/views.py:3167 #, python-brace-format msgid "Installed device {device} in bay {device_bay}." msgstr "已安装的设备 {device} 在海湾里 {device_bay}。" -#: netbox/dcim/views.py:3206 +#: netbox/dcim/views.py:3208 #, python-brace-format msgid "Removed device {device} from bay {device_bay}." msgstr "已移除的设备 {device} 来自海湾 {device_bay}。" -#: netbox/dcim/views.py:3322 netbox/ipam/tables/ip.py:180 +#: netbox/dcim/views.py:3324 netbox/ipam/tables/ip.py:180 msgid "Children" msgstr "子网" -#: netbox/dcim/views.py:3789 +#: netbox/dcim/views.py:3791 #, python-brace-format msgid "Added member {device}" msgstr "已添加成员 {device}" -#: netbox/dcim/views.py:3838 +#: netbox/dcim/views.py:3840 #, python-brace-format msgid "Unable to remove master device {device} from the virtual chassis." msgstr "无法移除主设备 {device} 来自虚拟机箱。" -#: netbox/dcim/views.py:3851 +#: netbox/dcim/views.py:3853 #, python-brace-format msgid "Removed {device} from virtual chassis {chassis}" msgstr "已移除 {device} 来自虚拟机箱 {chassis}" @@ -7722,7 +7730,7 @@ msgid "Failure" msgstr "失败" #: netbox/extras/choices.py:213 -#: netbox/templates/dcim/virtualchassis_edit.html:107 +#: netbox/templates/dcim/virtualchassis_edit.html:111 #: netbox/templates/generic/bulk_add_component.html:68 #: netbox/templates/generic/object_edit.html:47 #: netbox/templates/generic/object_edit.html:80 @@ -8014,7 +8022,7 @@ msgid "Group name" msgstr "组名称" #: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/filtersets.py:69 -#: netbox/extras/tables/tables.py:65 +#: netbox/extras/tables/tables.py:68 #: netbox/templates/extras/customfield.html:38 #: netbox/templates/generic/bulk_import.html:118 msgid "Required" @@ -8080,7 +8088,7 @@ msgid "As attachment" msgstr "作为附件" #: netbox/extras/forms/bulk_edit.py:192 netbox/extras/forms/filtersets.py:242 -#: netbox/extras/tables/tables.py:256 +#: netbox/extras/tables/tables.py:259 #: netbox/templates/extras/savedfilter.html:29 msgid "Shared" msgstr "共享性" @@ -8259,7 +8267,7 @@ msgid "Field type" msgstr "字段类型" #: netbox/extras/forms/filtersets.py:122 -#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:91 +#: netbox/extras/forms/model_forms.py:157 netbox/extras/tables/tables.py:94 #: netbox/templates/generic/bulk_import.html:154 msgid "Choices" msgstr "选项" @@ -9365,74 +9373,74 @@ msgstr "脚本执行参数" msgid "Dismiss" msgstr "解雇" -#: netbox/extras/tables/tables.py:62 netbox/extras/tables/tables.py:159 -#: netbox/extras/tables/tables.py:184 netbox/extras/tables/tables.py:250 -#: netbox/extras/tables/tables.py:276 netbox/extras/tables/tables.py:412 -#: netbox/extras/tables/tables.py:446 +#: netbox/extras/tables/tables.py:65 netbox/extras/tables/tables.py:162 +#: netbox/extras/tables/tables.py:187 netbox/extras/tables/tables.py:253 +#: netbox/extras/tables/tables.py:279 netbox/extras/tables/tables.py:415 +#: netbox/extras/tables/tables.py:449 #: netbox/templates/extras/customfield.html:105 #: netbox/templates/extras/eventrule.html:27 #: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80 msgid "Object Types" msgstr "对象类型" -#: netbox/extras/tables/tables.py:69 +#: netbox/extras/tables/tables.py:72 msgid "Validate Uniqueness" msgstr "验证唯一性" -#: netbox/extras/tables/tables.py:73 +#: netbox/extras/tables/tables.py:76 msgid "Visible" msgstr "可见" -#: netbox/extras/tables/tables.py:76 +#: netbox/extras/tables/tables.py:79 msgid "Editable" msgstr "可编辑" -#: netbox/extras/tables/tables.py:82 +#: netbox/extras/tables/tables.py:85 msgid "Related Object Type" msgstr "相关对象类型" -#: netbox/extras/tables/tables.py:86 +#: netbox/extras/tables/tables.py:89 #: netbox/templates/extras/customfield.html:51 msgid "Choice Set" msgstr "选项集" -#: netbox/extras/tables/tables.py:94 +#: netbox/extras/tables/tables.py:97 msgid "Is Cloneable" msgstr "可复制" -#: netbox/extras/tables/tables.py:98 +#: netbox/extras/tables/tables.py:101 #: netbox/templates/extras/customfield.html:118 msgid "Minimum Value" msgstr "最小值" -#: netbox/extras/tables/tables.py:101 +#: netbox/extras/tables/tables.py:104 #: netbox/templates/extras/customfield.html:122 msgid "Maximum Value" msgstr "最大值" -#: netbox/extras/tables/tables.py:104 +#: netbox/extras/tables/tables.py:107 msgid "Validation Regex" msgstr "验证正则表达式" -#: netbox/extras/tables/tables.py:137 +#: netbox/extras/tables/tables.py:140 msgid "Count" msgstr "计数" -#: netbox/extras/tables/tables.py:140 +#: netbox/extras/tables/tables.py:143 msgid "Order Alphabetically" msgstr "按字母顺序排列" -#: netbox/extras/tables/tables.py:165 +#: netbox/extras/tables/tables.py:168 #: netbox/templates/extras/customlink.html:33 msgid "New Window" msgstr "新窗口" -#: netbox/extras/tables/tables.py:187 +#: netbox/extras/tables/tables.py:190 msgid "As Attachment" msgstr "作为附件" -#: netbox/extras/tables/tables.py:195 netbox/extras/tables/tables.py:487 -#: netbox/extras/tables/tables.py:525 netbox/templates/core/datafile.html:24 +#: netbox/extras/tables/tables.py:198 netbox/extras/tables/tables.py:490 +#: netbox/extras/tables/tables.py:528 netbox/templates/core/datafile.html:24 #: netbox/templates/extras/configcontext.html:39 #: netbox/templates/extras/configtemplate.html:31 #: netbox/templates/extras/exporttemplate.html:45 @@ -9441,54 +9449,54 @@ msgstr "作为附件" msgid "Data File" msgstr "数据文件" -#: netbox/extras/tables/tables.py:200 netbox/extras/tables/tables.py:499 -#: netbox/extras/tables/tables.py:530 +#: netbox/extras/tables/tables.py:203 netbox/extras/tables/tables.py:502 +#: netbox/extras/tables/tables.py:533 msgid "Synced" msgstr "同步" -#: netbox/extras/tables/tables.py:227 +#: netbox/extras/tables/tables.py:230 msgid "Image" msgstr "图片" -#: netbox/extras/tables/tables.py:232 +#: netbox/extras/tables/tables.py:235 msgid "Size (Bytes)" msgstr "大小 (Bytes)" -#: netbox/extras/tables/tables.py:339 +#: netbox/extras/tables/tables.py:342 msgid "Read" msgstr "阅读" -#: netbox/extras/tables/tables.py:382 +#: netbox/extras/tables/tables.py:385 msgid "SSL Validation" msgstr "SSL验证" -#: netbox/extras/tables/tables.py:418 +#: netbox/extras/tables/tables.py:421 #: netbox/templates/extras/eventrule.html:37 msgid "Event Types" msgstr "事件类型" -#: netbox/extras/tables/tables.py:538 netbox/netbox/navigation/menu.py:77 +#: netbox/extras/tables/tables.py:541 netbox/netbox/navigation/menu.py:77 #: netbox/templates/dcim/devicerole.html:8 msgid "Device Roles" msgstr "设备角色" -#: netbox/extras/tables/tables.py:590 +#: netbox/extras/tables/tables.py:593 msgid "Comments (Short)" msgstr "评论(简短)" -#: netbox/extras/tables/tables.py:609 netbox/extras/tables/tables.py:643 +#: netbox/extras/tables/tables.py:612 netbox/extras/tables/tables.py:663 msgid "Line" msgstr "线" -#: netbox/extras/tables/tables.py:616 netbox/extras/tables/tables.py:653 +#: netbox/extras/tables/tables.py:619 netbox/extras/tables/tables.py:673 msgid "Level" msgstr "等级" -#: netbox/extras/tables/tables.py:622 netbox/extras/tables/tables.py:662 +#: netbox/extras/tables/tables.py:625 netbox/extras/tables/tables.py:682 msgid "Message" msgstr "信息" -#: netbox/extras/tables/tables.py:646 +#: netbox/extras/tables/tables.py:666 msgid "Method" msgstr "方法" @@ -9529,32 +9537,32 @@ msgstr "请求的属性“{name}”无效" msgid "Invalid attribute \"{name}\" for {model}" msgstr "{model}的属性 \"{name}\"无效" -#: netbox/extras/views.py:933 +#: netbox/extras/views.py:932 #, python-brace-format msgid "An error occurred while rendering the template: {error}" msgstr "渲染模板时出错: {error}" -#: netbox/extras/views.py:1085 +#: netbox/extras/views.py:1084 msgid "Your dashboard has been reset." msgstr "仪表盘已重置。" -#: netbox/extras/views.py:1131 +#: netbox/extras/views.py:1130 msgid "Added widget: " msgstr "添加小组件:" -#: netbox/extras/views.py:1172 +#: netbox/extras/views.py:1171 msgid "Updated widget: " msgstr "更新小组件:" -#: netbox/extras/views.py:1208 +#: netbox/extras/views.py:1207 msgid "Deleted widget: " msgstr "删除小组件:" -#: netbox/extras/views.py:1210 +#: netbox/extras/views.py:1209 msgid "Error deleting widget: " msgstr "删除小组件错误:" -#: netbox/extras/views.py:1308 +#: netbox/extras/views.py:1307 msgid "Unable to run script: RQ worker process not running." msgstr "无法运行脚本:RQ worker 进程未运行。" @@ -9792,10 +9800,18 @@ msgstr "IP 地址" msgid "Primary IPv4 (ID)" msgstr "首选 IPv4(ID)" -#: netbox/ipam/filtersets.py:1225 +#: netbox/ipam/filtersets.py:1226 +msgid "Primary IPv4 (address)" +msgstr "主 IPv4(地址)" + +#: netbox/ipam/filtersets.py:1231 msgid "Primary IPv6 (ID)" msgstr "首选IPv6(ID)" +#: netbox/ipam/filtersets.py:1237 +msgid "Primary IPv6 (address)" +msgstr "主 IPv6(地址)" + #: netbox/ipam/formfields.py:14 msgid "Enter a valid IPv4 or IPv6 address (without a mask)." msgstr "输入有效的 IPv4 或 IPv6 地址(不带掩码)。" @@ -9854,17 +9870,17 @@ msgstr "添加日期" #: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266 #: netbox/ipam/forms/model_forms.py:628 netbox/ipam/forms/model_forms.py:675 -#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:45 +#: netbox/ipam/tables/ip.py:201 netbox/templates/ipam/vlan_edit.html:49 #: netbox/templates/ipam/vlangroup.html:27 msgid "VLAN Group" msgstr "VLAN组" #: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188 #: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:217 -#: netbox/ipam/models/vlans.py:272 netbox/ipam/tables/ip.py:206 +#: netbox/ipam/models/vlans.py:273 netbox/ipam/tables/ip.py:206 #: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12 #: netbox/templates/ipam/vlan/base.html:6 -#: netbox/templates/ipam/vlan_edit.html:10 +#: netbox/templates/ipam/vlan_edit.html:14 #: netbox/templates/wireless/wirelesslan.html:38 #: netbox/vpn/forms/bulk_import.py:304 netbox/vpn/forms/filtersets.py:290 #: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455 @@ -9942,12 +9958,12 @@ msgstr "认证秘钥" msgid "Authentication" msgstr "身份验证" -#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:62 +#: netbox/ipam/forms/bulk_edit.py:430 netbox/ipam/models/vlans.py:63 msgid "VLAN ID ranges" msgstr "VLAN ID 范围" #: netbox/ipam/forms/bulk_edit.py:505 netbox/ipam/forms/bulk_import.py:501 -#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:232 +#: netbox/ipam/forms/filtersets.py:571 netbox/ipam/models/vlans.py:233 #: netbox/ipam/tables/vlans.py:103 msgid "Q-in-Q role" msgstr "Q-in-Q 角色" @@ -10059,7 +10075,7 @@ msgstr "分配的VLAN组" msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" msgstr "服务 VLAN(适用于 q-in-q/802.1ad 客户 VLAN)" -#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:343 +#: netbox/ipam/forms/bulk_import.py:534 netbox/ipam/models/vlans.py:352 msgid "VLAN translation policy" msgstr "VLAN 转换策略" @@ -10149,7 +10165,7 @@ msgstr "指定给一个接口" msgid "DNS Name" msgstr "DNS名称" -#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:273 +#: netbox/ipam/forms/filtersets.py:433 netbox/ipam/models/vlans.py:274 #: netbox/ipam/tables/ip.py:122 netbox/ipam/tables/vlans.py:51 #: netbox/ipam/views.py:1036 netbox/netbox/navigation/menu.py:199 #: netbox/netbox/navigation/menu.py:201 @@ -10160,11 +10176,11 @@ msgstr "VLANs" msgid "Contains VLAN ID" msgstr "包含 VLAN ID" -#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:363 +#: netbox/ipam/forms/filtersets.py:508 netbox/ipam/models/vlans.py:372 msgid "Local VLAN ID" msgstr "本地 VLAN ID" -#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:371 +#: netbox/ipam/forms/filtersets.py:513 netbox/ipam/models/vlans.py:380 msgid "Remote VLAN ID" msgstr "远程 VLAN ID" @@ -10172,7 +10188,7 @@ msgstr "远程 VLAN ID" msgid "Q-in-Q/802.1ad" msgstr "q-in-q/802.1ad" -#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:191 +#: netbox/ipam/forms/filtersets.py:568 netbox/ipam/models/vlans.py:192 #: netbox/templates/ipam/vlan.html:31 msgid "VLAN ID" msgstr "VLAN ID" @@ -10280,7 +10296,7 @@ msgstr "来自模版" msgid "Custom" msgstr "自定义" -#: netbox/ipam/forms/model_forms.py:855 +#: netbox/ipam/forms/model_forms.py:856 msgid "" "Must specify name, protocol, and port(s) if not using a service template." msgstr "如果不使用服务模板,则必须指定名称、协议和端口。" @@ -10591,65 +10607,65 @@ msgid "" "A service must be associated with either a device or a virtual machine." msgstr "服务必须与设备或虚拟机相关联。" -#: netbox/ipam/models/vlans.py:87 +#: netbox/ipam/models/vlans.py:88 msgid "VLAN groups" msgstr "VLAN 组" -#: netbox/ipam/models/vlans.py:94 +#: netbox/ipam/models/vlans.py:95 msgid "Cannot set scope_type without scope_id." msgstr "没有作用域id,无法设置作用域。" -#: netbox/ipam/models/vlans.py:96 +#: netbox/ipam/models/vlans.py:97 msgid "Cannot set scope_id without scope_type." msgstr "没有作用域类型,无法设置作用域。" -#: netbox/ipam/models/vlans.py:104 +#: netbox/ipam/models/vlans.py:105 #, python-brace-format msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" msgstr "范围内的起始 VLAN ID ({value}) 不能小于 {minimum}" -#: netbox/ipam/models/vlans.py:110 +#: netbox/ipam/models/vlans.py:111 #, python-brace-format msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" msgstr "在范围内结束 VLAN ID ({value}) 不能超过 {maximum}" -#: netbox/ipam/models/vlans.py:117 +#: netbox/ipam/models/vlans.py:118 #, python-brace-format msgid "" "Ending VLAN ID in range must be greater than or equal to the starting VLAN " "ID ({range})" msgstr "范围内的结束 VLAN ID 必须大于或等于起始 VLAN ID ({range})" -#: netbox/ipam/models/vlans.py:123 +#: netbox/ipam/models/vlans.py:124 msgid "Ranges cannot overlap." msgstr "范围不能重叠。" -#: netbox/ipam/models/vlans.py:180 +#: netbox/ipam/models/vlans.py:181 msgid "The specific site to which this VLAN is assigned (if any)" msgstr "此VLAN所属的站点(如果有)" -#: netbox/ipam/models/vlans.py:188 +#: netbox/ipam/models/vlans.py:189 msgid "VLAN group (optional)" msgstr "VLAN组(可选)" -#: netbox/ipam/models/vlans.py:196 netbox/ipam/models/vlans.py:368 -#: netbox/ipam/models/vlans.py:376 +#: netbox/ipam/models/vlans.py:197 netbox/ipam/models/vlans.py:377 +#: netbox/ipam/models/vlans.py:385 msgid "Numeric VLAN ID (1-4094)" msgstr "VLAN ID(1-4094)" -#: netbox/ipam/models/vlans.py:214 +#: netbox/ipam/models/vlans.py:215 msgid "Operational status of this VLAN" msgstr "此VLAN的操作状态" -#: netbox/ipam/models/vlans.py:222 +#: netbox/ipam/models/vlans.py:223 msgid "The primary function of this VLAN" msgstr "此VLAN的主要功能" -#: netbox/ipam/models/vlans.py:237 +#: netbox/ipam/models/vlans.py:238 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" msgstr "客户/服务 VLAN 指定(适用于 q-in-q/IEEE 802.1ad)" -#: netbox/ipam/models/vlans.py:285 +#: netbox/ipam/models/vlans.py:287 #, python-brace-format msgid "" "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " @@ -10658,22 +10674,29 @@ msgstr "VLAN 已分配给组 {group}(作用域:{scope}); 不能再分配 #: netbox/ipam/models/vlans.py:294 #, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "分配的站点 {site} 不是分配组的成员 {group} (范围: {scope})。" + +#: netbox/ipam/models/vlans.py:303 +#, python-brace-format msgid "VID must be in ranges {ranges} for VLANs in group {group}" msgstr "VID 必须在范围内 {ranges} 对于组中的 VLAN {group}" -#: netbox/ipam/models/vlans.py:301 +#: netbox/ipam/models/vlans.py:310 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." msgstr "只能将 Q-in-Q 客户 VLAN 分配给服务 VLAN。" -#: netbox/ipam/models/vlans.py:307 +#: netbox/ipam/models/vlans.py:316 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." msgstr "必须将 Q-in-Q 客户 VLAN 分配给服务 VLAN。" -#: netbox/ipam/models/vlans.py:344 +#: netbox/ipam/models/vlans.py:353 msgid "VLAN translation policies" msgstr "VLAN 转换策略" -#: netbox/ipam/models/vlans.py:385 +#: netbox/ipam/models/vlans.py:394 msgid "VLAN translation rule" msgstr "VLAN 转换规则" @@ -11569,15 +11592,15 @@ msgid "Customization" msgstr "自定义" #: netbox/netbox/navigation/menu.py:346 -#: netbox/templates/dcim/device_edit.html:103 -#: netbox/templates/dcim/htmx/cable_edit.html:81 -#: netbox/templates/dcim/virtualchassis_add.html:31 -#: netbox/templates/dcim/virtualchassis_edit.html:40 +#: netbox/templates/dcim/device_edit.html:105 +#: netbox/templates/dcim/htmx/cable_edit.html:84 +#: netbox/templates/dcim/virtualchassis_add.html:35 +#: netbox/templates/dcim/virtualchassis_edit.html:44 #: netbox/templates/generic/bulk_edit.html:76 #: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30 #: netbox/templates/inc/panels/custom_fields.html:7 #: netbox/templates/ipam/ipaddress_bulk_add.html:35 -#: netbox/templates/ipam/vlan_edit.html:67 +#: netbox/templates/ipam/vlan_edit.html:71 msgid "Custom Fields" msgstr "自定义字段" @@ -12046,7 +12069,7 @@ msgstr "修改密码" #: netbox/templates/core/configrevision_restore.html:63 #: netbox/templates/dcim/devicebay_populate.html:34 #: netbox/templates/dcim/virtualchassis_add_member.html:26 -#: netbox/templates/dcim/virtualchassis_edit.html:103 +#: netbox/templates/dcim/virtualchassis_edit.html:107 #: netbox/templates/extras/object_journal.html:26 #: netbox/templates/extras/script.html:38 #: netbox/templates/generic/bulk_add_component.html:67 @@ -12071,7 +12094,7 @@ msgstr "取消" #: netbox/templates/account/preferences.html:78 #: netbox/templates/dcim/devicebay_populate.html:35 #: netbox/templates/dcim/virtualchassis_add_member.html:28 -#: netbox/templates/dcim/virtualchassis_edit.html:105 +#: netbox/templates/dcim/virtualchassis_edit.html:109 #: netbox/templates/extras/dashboard/widget_add.html:26 #: netbox/templates/extras/dashboard/widget_config.html:19 #: netbox/templates/extras/object_journal.html:27 @@ -12938,7 +12961,7 @@ msgid "Create VDC" msgstr "创建VDC" #: netbox/templates/dcim/device.html:175 -#: netbox/templates/dcim/device_edit.html:64 +#: netbox/templates/dcim/device_edit.html:66 #: netbox/virtualization/forms/model_forms.py:230 msgid "Management" msgstr "管理" @@ -13056,22 +13079,22 @@ msgstr "添加电源接口" msgid "Add Rear Ports" msgstr "添加后置端口" -#: netbox/templates/dcim/device_edit.html:44 +#: netbox/templates/dcim/device_edit.html:46 msgid "Parent Bay" msgstr "父托架" -#: netbox/templates/dcim/device_edit.html:48 +#: netbox/templates/dcim/device_edit.html:50 #: netbox/utilities/templates/form_helpers/render_field.html:22 msgid "Regenerate Slug" msgstr "重新生成缩写" -#: netbox/templates/dcim/device_edit.html:49 +#: netbox/templates/dcim/device_edit.html:51 #: netbox/templates/generic/bulk_remove.html:21 #: netbox/utilities/templates/helpers/table_config_form.html:23 msgid "Remove" msgstr "删除" -#: netbox/templates/dcim/device_edit.html:110 +#: netbox/templates/dcim/device_edit.html:112 msgid "Local Config Context Data" msgstr "本地配置数据实例" @@ -13162,11 +13185,11 @@ msgstr "标记为已连接" msgid "Connection Status" msgstr "连接状态" -#: netbox/templates/dcim/htmx/cable_edit.html:10 +#: netbox/templates/dcim/htmx/cable_edit.html:13 msgid "A Side" msgstr "A端" -#: netbox/templates/dcim/htmx/cable_edit.html:30 +#: netbox/templates/dcim/htmx/cable_edit.html:33 msgid "B Side" msgstr "B端" @@ -13507,7 +13530,7 @@ msgstr "附件" msgid "Add Member" msgstr "增加成员" -#: netbox/templates/dcim/virtualchassis_add.html:18 +#: netbox/templates/dcim/virtualchassis_add.html:22 msgid "Member Devices" msgstr "成员设备" @@ -13536,7 +13559,7 @@ msgstr "保存并添加另一个" msgid "Editing Virtual Chassis %(name)s" msgstr "编辑堆叠%(name)s" -#: netbox/templates/dcim/virtualchassis_edit.html:53 +#: netbox/templates/dcim/virtualchassis_edit.html:57 msgid "Rack/Unit" msgstr "机柜/单元" @@ -15443,11 +15466,11 @@ msgstr "\"{value}\" 不是此字段的唯一值;找到多个对象" msgid "\"{field_name}\" is an invalid accessor field name." msgstr "“{field_name}“是无效的访问器字段名称。" -#: netbox/utilities/forms/fields/csv.py:101 +#: netbox/utilities/forms/fields/csv.py:102 msgid "Object type must be specified as \".\"" msgstr "对象类型必须定义为\".\"" -#: netbox/utilities/forms/fields/csv.py:105 +#: netbox/utilities/forms/fields/csv.py:106 msgid "Invalid object type" msgstr "无效的对象类型" @@ -15526,37 +15549,37 @@ msgid "" "({begin})." msgstr "无效的范围:结束值({end})必须大于开始值({begin})。" -#: netbox/utilities/forms/utils.py:234 +#: netbox/utilities/forms/utils.py:235 #, python-brace-format msgid "Duplicate or conflicting column header for \"{field}\"" msgstr "\"{field}\"的列标题重复或冲突" -#: netbox/utilities/forms/utils.py:240 +#: netbox/utilities/forms/utils.py:241 #, python-brace-format msgid "Duplicate or conflicting column header for \"{header}\"" msgstr "\"{header}\"的列标题重复或冲突" -#: netbox/utilities/forms/utils.py:249 +#: netbox/utilities/forms/utils.py:250 #, python-brace-format msgid "Row {row}: Expected {count_expected} columns but found {count_found}" msgstr "第{row}行: 应该有{count_expected}列,但是发现了{count_found}列" -#: netbox/utilities/forms/utils.py:272 +#: netbox/utilities/forms/utils.py:273 #, python-brace-format msgid "Unexpected column header \"{field}\" found." msgstr "发现错误的列头\"{field}\"。" -#: netbox/utilities/forms/utils.py:274 +#: netbox/utilities/forms/utils.py:275 #, python-brace-format msgid "Column \"{field}\" is not a related object; cannot use dots" msgstr "字段\"{field}\"未与对象关联;不能使用“.”" -#: netbox/utilities/forms/utils.py:278 +#: netbox/utilities/forms/utils.py:279 #, python-brace-format msgid "Invalid related object attribute for column \"{field}\": {to_field}" msgstr "对象的属性关联无效 \"{field}\": {to_field}" -#: netbox/utilities/forms/utils.py:286 +#: netbox/utilities/forms/utils.py:287 #, python-brace-format msgid "Required column header \"{header}\" not found." msgstr "找不到必需的列标题\"{header}\"。" diff --git a/requirements.txt b/requirements.txt index c90bd170e..ddd4c1b24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==5.1.8 django-cors-headers==4.7.0 -django-debug-toolbar==5.1.0 +django-debug-toolbar==5.2.0 django-filter==25.1 django-htmx==1.23.0 django-graphiql-debug-toolbar==0.2.0 @@ -9,7 +9,7 @@ django-pglocks==1.0.4 django-prometheus==2.3.1 django-redis==5.4.0 django-rich==1.14.0 -django-rq==3.0 +django-rq==3.0.1 django-taggit==6.1.0 django-tables2==2.7.5 django-timezone-field==7.1 @@ -25,12 +25,12 @@ mkdocstrings[python]==0.29.1 netaddr==1.3.0 nh3==0.2.21 Pillow==11.2.1 -psycopg[c,pool]==3.2.6 +psycopg[c,pool]==3.2.7 PyYAML==6.0.2 requests==2.32.3 rq==2.3.2 social-auth-app-django==5.4.3 -social-auth-core==4.5.6 +social-auth-core==4.6.1 strawberry-graphql==0.266.0 strawberry-graphql-django==0.58.0 svgwrite==1.4.3