From 9318c91405de9160c12152d055171020c693a401 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 17 Dec 2025 16:20:04 -0500 Subject: [PATCH] Closes #20720: Add support for Latvian translations (#21003) --- README.md | 2 +- netbox/netbox/settings.py | 1 + netbox/translations/lv/LC_MESSAGES/django.po | 16393 +++++++++++++++++ 3 files changed, 16395 insertions(+), 1 deletion(-) create mode 100644 netbox/translations/lv/LC_MESSAGES/django.po diff --git a/README.md b/README.md index 1fd8e2f5a..670df12bd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ License Contributors GitHub stars - Languages supported + Languages supported CI status

NetBox Community | diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 131f8efdc..fff7cec84 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -827,6 +827,7 @@ LANGUAGES = ( ('fr', _('French')), ('it', _('Italian')), ('ja', _('Japanese')), + ('lv', _('Latvian')), ('nl', _('Dutch')), ('pl', _('Polish')), ('pt', _('Portuguese')), diff --git a/netbox/translations/lv/LC_MESSAGES/django.po b/netbox/translations/lv/LC_MESSAGES/django.po new file mode 100644 index 000000000..16bf20a68 --- /dev/null +++ b/netbox/translations/lv/LC_MESSAGES/django.po @@ -0,0 +1,16393 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-12-17 20:29+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: account/tables.py:27 templates/account/token.html:22 +#: templates/users/token.html:17 users/forms/bulk_import.py:39 +#: users/forms/model_forms.py:126 +msgid "Key" +msgstr "" + +#: account/tables.py:31 users/forms/filtersets.py:132 +msgid "Write Enabled" +msgstr "" + +#: account/tables.py:35 core/choices.py:102 core/tables/jobs.py:31 +#: core/tables/tasks.py:80 extras/tables/tables.py:404 +#: extras/tables/tables.py:690 templates/account/token.html:43 +#: templates/core/configrevision.html:26 +#: templates/core/configrevision_restore.html:12 templates/core/job.html:42 +#: templates/core/rq_task.html:16 templates/core/rq_task.html:73 +#: templates/core/rq_worker.html:14 templates/extras/htmx/script_result.html:12 +#: templates/extras/journalentry.html:22 templates/generic/object.html:58 +#: templates/htmx/quick_add_created.html:7 templates/users/token.html:35 +msgid "Created" +msgstr "" + +#: account/tables.py:39 templates/account/token.html:47 +#: templates/users/token.html:39 users/forms/bulk_edit.py:117 +#: users/forms/filtersets.py:136 +msgid "Expires" +msgstr "" + +#: account/tables.py:42 users/forms/filtersets.py:141 +msgid "Last Used" +msgstr "" + +#: account/tables.py:45 templates/account/token.html:55 +#: templates/users/token.html:47 users/forms/bulk_edit.py:122 +#: users/forms/model_forms.py:138 +msgid "Allowed IPs" +msgstr "" + +#: account/views.py:118 +#, python-brace-format +msgid "Logged in as {user}." +msgstr "" + +#: account/views.py:174 +msgid "You have logged out." +msgstr "" + +#: account/views.py:224 +msgid "Your preferences have been updated." +msgstr "" + +#: account/views.py:252 +msgid "LDAP-authenticated user credentials cannot be changed within NetBox." +msgstr "" + +#: account/views.py:267 +msgid "Your password has been changed successfully." +msgstr "" + +#: circuits/choices.py:21 dcim/choices.py:20 dcim/choices.py:102 +#: dcim/choices.py:204 dcim/choices.py:257 dcim/choices.py:1858 +#: dcim/choices.py:1916 dcim/choices.py:1983 dcim/choices.py:2005 +#: virtualization/choices.py:20 virtualization/choices.py:46 vpn/choices.py:18 +#: vpn/choices.py:281 +msgid "Planned" +msgstr "" + +#: circuits/choices.py:22 netbox/navigation/menu.py:327 +msgid "Provisioning" +msgstr "" + +#: circuits/choices.py:23 core/tables/plugins.py:57 core/tables/tasks.py:23 +#: dcim/choices.py:22 dcim/choices.py:103 dcim/choices.py:155 +#: dcim/choices.py:203 dcim/choices.py:256 dcim/choices.py:1915 +#: dcim/choices.py:1982 dcim/choices.py:2004 extras/tables/tables.py:598 +#: ipam/choices.py:31 ipam/choices.py:49 ipam/choices.py:69 ipam/choices.py:154 +#: templates/extras/configcontext.html:29 templates/users/user.html:35 +#: users/forms/bulk_edit.py:38 virtualization/choices.py:22 +#: virtualization/choices.py:45 vpn/choices.py:19 vpn/choices.py:280 +#: wireless/choices.py:25 +msgid "Active" +msgstr "" + +#: circuits/choices.py:24 dcim/choices.py:202 dcim/choices.py:255 +#: dcim/choices.py:1914 dcim/choices.py:1984 dcim/choices.py:2003 +#: virtualization/choices.py:24 virtualization/choices.py:44 +msgid "Offline" +msgstr "" + +#: circuits/choices.py:25 +msgid "Deprovisioning" +msgstr "" + +#: circuits/choices.py:26 +msgid "Decommissioned" +msgstr "" + +#: circuits/choices.py:90 dcim/choices.py:1927 dcim/tables/devices.py:1178 +#: templates/dcim/interface.html:135 +#: templates/virtualization/vminterface.html:83 tenancy/choices.py:17 +msgid "Primary" +msgstr "" + +#: circuits/choices.py:91 ipam/choices.py:90 tenancy/choices.py:18 +msgid "Secondary" +msgstr "" + +#: circuits/choices.py:92 tenancy/choices.py:19 +msgid "Tertiary" +msgstr "" + +#: circuits/choices.py:93 tenancy/choices.py:20 +msgid "Inactive" +msgstr "" + +#: circuits/choices.py:107 templates/dcim/interface.html:275 vpn/choices.py:63 +msgid "Peer" +msgstr "" + +#: circuits/choices.py:108 vpn/choices.py:64 +msgid "Hub" +msgstr "" + +#: circuits/choices.py:109 vpn/choices.py:65 +msgid "Spoke" +msgstr "" + +#: circuits/filtersets.py:37 circuits/filtersets.py:202 +#: circuits/filtersets.py:282 dcim/base_filtersets.py:22 dcim/filtersets.py:101 +#: dcim/filtersets.py:155 dcim/filtersets.py:215 dcim/filtersets.py:336 +#: dcim/filtersets.py:467 dcim/filtersets.py:1108 dcim/filtersets.py:1429 +#: dcim/filtersets.py:1527 dcim/filtersets.py:2263 dcim/filtersets.py:2506 +#: dcim/filtersets.py:2564 ipam/filtersets.py:942 +#: virtualization/filtersets.py:139 vpn/filtersets.py:362 +msgid "Region (ID)" +msgstr "" + +#: circuits/filtersets.py:44 circuits/filtersets.py:209 +#: circuits/filtersets.py:289 dcim/base_filtersets.py:29 dcim/filtersets.py:108 +#: dcim/filtersets.py:161 dcim/filtersets.py:222 dcim/filtersets.py:343 +#: dcim/filtersets.py:474 dcim/filtersets.py:1115 dcim/filtersets.py:1436 +#: dcim/filtersets.py:1534 dcim/filtersets.py:2270 dcim/filtersets.py:2513 +#: dcim/filtersets.py:2571 extras/filtersets.py:646 ipam/filtersets.py:949 +#: virtualization/filtersets.py:146 vpn/filtersets.py:357 +msgid "Region (slug)" +msgstr "" + +#: circuits/filtersets.py:50 circuits/filtersets.py:215 +#: circuits/filtersets.py:295 dcim/base_filtersets.py:35 dcim/filtersets.py:131 +#: dcim/filtersets.py:228 dcim/filtersets.py:349 dcim/filtersets.py:480 +#: dcim/filtersets.py:1121 dcim/filtersets.py:1442 dcim/filtersets.py:1540 +#: dcim/filtersets.py:2276 dcim/filtersets.py:2519 dcim/filtersets.py:2577 +#: ipam/filtersets.py:239 ipam/filtersets.py:955 +#: virtualization/filtersets.py:152 +msgid "Site group (ID)" +msgstr "" + +#: circuits/filtersets.py:57 circuits/filtersets.py:222 +#: circuits/filtersets.py:302 dcim/base_filtersets.py:42 dcim/filtersets.py:138 +#: dcim/filtersets.py:235 dcim/filtersets.py:356 dcim/filtersets.py:487 +#: dcim/filtersets.py:1128 dcim/filtersets.py:1449 dcim/filtersets.py:1547 +#: dcim/filtersets.py:2283 dcim/filtersets.py:2526 dcim/filtersets.py:2584 +#: extras/filtersets.py:652 ipam/filtersets.py:246 ipam/filtersets.py:962 +#: virtualization/filtersets.py:159 +msgid "Site group (slug)" +msgstr "" + +#: circuits/filtersets.py:62 circuits/forms/filtersets.py:59 +#: circuits/forms/filtersets.py:183 circuits/forms/filtersets.py:241 +#: circuits/tables/circuits.py:129 dcim/forms/bulk_edit.py:183 +#: dcim/forms/bulk_edit.py:355 dcim/forms/bulk_edit.py:753 +#: dcim/forms/bulk_edit.py:958 dcim/forms/bulk_import.py:135 +#: dcim/forms/bulk_import.py:237 dcim/forms/bulk_import.py:338 +#: dcim/forms/bulk_import.py:630 dcim/forms/bulk_import.py:1619 +#: dcim/forms/bulk_import.py:1647 dcim/forms/filtersets.py:90 +#: dcim/forms/filtersets.py:234 dcim/forms/filtersets.py:346 +#: dcim/forms/filtersets.py:448 dcim/forms/filtersets.py:790 +#: dcim/forms/filtersets.py:1009 dcim/forms/filtersets.py:1082 +#: dcim/forms/filtersets.py:1106 dcim/forms/filtersets.py:1196 +#: dcim/forms/filtersets.py:1234 dcim/forms/filtersets.py:1744 +#: dcim/forms/filtersets.py:1768 dcim/forms/filtersets.py:1792 +#: dcim/forms/model_forms.py:147 dcim/forms/model_forms.py:175 +#: dcim/forms/model_forms.py:251 dcim/forms/model_forms.py:577 +#: dcim/forms/model_forms.py:841 dcim/forms/object_create.py:395 +#: dcim/tables/devices.py:171 dcim/tables/power.py:26 dcim/tables/power.py:93 +#: dcim/tables/racks.py:125 dcim/tables/racks.py:215 dcim/tables/sites.py:151 +#: extras/filtersets.py:662 ipam/forms/bulk_edit.py:479 +#: ipam/forms/bulk_import.py:485 ipam/forms/filtersets.py:161 +#: ipam/forms/filtersets.py:236 ipam/forms/filtersets.py:457 +#: ipam/forms/filtersets.py:552 ipam/forms/model_forms.py:673 +#: ipam/tables/vlans.py:90 ipam/tables/vlans.py:200 +#: templates/dcim/device.html:22 templates/dcim/inc/cable_termination.html:8 +#: templates/dcim/inc/cable_termination.html:36 templates/dcim/location.html:37 +#: templates/dcim/powerpanel.html:22 templates/dcim/rack.html:20 +#: templates/dcim/rackreservation.html:28 templates/dcim/site.html:28 +#: templates/ipam/vlan.html:23 templates/ipam/vlan_edit.html:52 +#: templates/virtualization/virtualmachine.html:95 +#: virtualization/forms/bulk_edit.py:106 virtualization/forms/bulk_import.py:65 +#: virtualization/forms/bulk_import.py:96 virtualization/forms/filtersets.py:75 +#: virtualization/forms/filtersets.py:154 +#: virtualization/forms/model_forms.py:104 +#: virtualization/forms/model_forms.py:178 +#: virtualization/tables/virtualmachines.py:33 vpn/forms/filtersets.py:277 +#: wireless/forms/filtersets.py:88 wireless/forms/model_forms.py:81 +#: wireless/forms/model_forms.py:123 +msgid "Site" +msgstr "" + +#: circuits/filtersets.py:68 circuits/filtersets.py:233 +#: circuits/filtersets.py:313 dcim/base_filtersets.py:53 dcim/filtersets.py:245 +#: dcim/filtersets.py:366 dcim/filtersets.py:461 extras/filtersets.py:668 +#: ipam/filtersets.py:257 ipam/filtersets.py:972 +#: virtualization/filtersets.py:169 vpn/filtersets.py:367 +msgid "Site (slug)" +msgstr "" + +#: circuits/filtersets.py:73 +msgid "ASN (ID)" +msgstr "" + +#: circuits/filtersets.py:79 circuits/forms/filtersets.py:39 +#: ipam/forms/model_forms.py:166 ipam/models/asns.py:106 +#: ipam/models/asns.py:123 ipam/tables/asn.py:41 templates/ipam/asn.html:20 +msgid "ASN" +msgstr "" + +#: circuits/filtersets.py:99 circuits/filtersets.py:126 +#: circuits/filtersets.py:160 circuits/filtersets.py:336 +#: circuits/filtersets.py:404 circuits/filtersets.py:480 +#: circuits/filtersets.py:548 ipam/filtersets.py:262 +msgid "Provider (ID)" +msgstr "" + +#: circuits/filtersets.py:105 circuits/filtersets.py:132 +#: circuits/filtersets.py:166 circuits/filtersets.py:342 +#: circuits/filtersets.py:486 circuits/filtersets.py:554 ipam/filtersets.py:268 +msgid "Provider (slug)" +msgstr "" + +#: circuits/filtersets.py:171 circuits/filtersets.py:491 +#: circuits/filtersets.py:559 +msgid "Provider account (ID)" +msgstr "" + +#: circuits/filtersets.py:177 circuits/filtersets.py:497 +#: circuits/filtersets.py:565 +msgid "Provider account (account)" +msgstr "" + +#: circuits/filtersets.py:182 circuits/filtersets.py:501 +#: circuits/filtersets.py:570 +msgid "Provider network (ID)" +msgstr "" + +#: circuits/filtersets.py:186 +msgid "Circuit type (ID)" +msgstr "" + +#: circuits/filtersets.py:192 +msgid "Circuit type (slug)" +msgstr "" + +#: circuits/filtersets.py:227 circuits/filtersets.py:307 +#: dcim/base_filtersets.py:47 dcim/filtersets.py:239 dcim/filtersets.py:360 +#: dcim/filtersets.py:455 dcim/filtersets.py:1132 dcim/filtersets.py:1454 +#: dcim/filtersets.py:1552 dcim/filtersets.py:2288 dcim/filtersets.py:2530 +#: dcim/filtersets.py:2589 ipam/filtersets.py:251 ipam/filtersets.py:966 +#: virtualization/filtersets.py:163 vpn/filtersets.py:372 +msgid "Site (ID)" +msgstr "" + +#: circuits/filtersets.py:237 circuits/filtersets.py:319 +#: dcim/base_filtersets.py:59 dcim/filtersets.py:261 dcim/filtersets.py:372 +#: dcim/filtersets.py:493 dcim/filtersets.py:1144 dcim/filtersets.py:1465 +#: dcim/filtersets.py:1563 dcim/filtersets.py:2542 +msgid "Location (ID)" +msgstr "" + +#: circuits/filtersets.py:242 circuits/filtersets.py:246 +msgid "Termination A (ID)" +msgstr "" + +#: circuits/filtersets.py:271 circuits/filtersets.py:373 +#: circuits/filtersets.py:535 core/filtersets.py:81 core/filtersets.py:145 +#: core/filtersets.py:170 core/filtersets.py:209 dcim/filtersets.py:787 +#: dcim/filtersets.py:1521 dcim/filtersets.py:2637 extras/filtersets.py:45 +#: extras/filtersets.py:67 extras/filtersets.py:96 extras/filtersets.py:136 +#: extras/filtersets.py:185 extras/filtersets.py:213 extras/filtersets.py:243 +#: extras/filtersets.py:281 extras/filtersets.py:333 extras/filtersets.py:406 +#: extras/filtersets.py:449 extras/filtersets.py:500 extras/filtersets.py:560 +#: extras/filtersets.py:595 extras/filtersets.py:625 extras/filtersets.py:794 +#: ipam/forms/model_forms.py:493 netbox/filtersets.py:296 +#: netbox/forms/__init__.py:22 netbox/forms/base.py:196 +#: templates/htmx/object_selector.html:28 templates/inc/filter_list.html:42 +#: templates/ipam/ipaddress_assign.html:29 templates/search.html:7 +#: templates/search.html:26 tenancy/filtersets.py:104 users/filtersets.py:23 +#: users/filtersets.py:57 users/filtersets.py:102 users/filtersets.py:150 +#: utilities/forms/forms.py:149 utilities/templates/navigation/menu.html:16 +msgid "Search" +msgstr "" + +#: circuits/filtersets.py:275 circuits/forms/bulk_edit.py:195 +#: circuits/forms/bulk_edit.py:284 circuits/forms/bulk_import.py:128 +#: circuits/forms/filtersets.py:224 circuits/forms/filtersets.py:251 +#: circuits/forms/filtersets.py:297 circuits/forms/model_forms.py:140 +#: circuits/forms/model_forms.py:163 circuits/forms/model_forms.py:263 +#: circuits/tables/circuits.py:107 circuits/tables/circuits.py:203 +#: dcim/forms/connections.py:78 templates/circuits/circuit.html:15 +#: templates/circuits/circuitgroupassignment.html:30 +#: templates/circuits/circuittermination.html:19 +#: templates/dcim/inc/cable_termination.html:62 +#: templates/dcim/trace/circuit.html:4 +msgid "Circuit" +msgstr "" + +#: circuits/filtersets.py:326 dcim/base_filtersets.py:66 dcim/filtersets.py:268 +#: dcim/filtersets.py:379 dcim/filtersets.py:500 dcim/filtersets.py:1151 +#: dcim/filtersets.py:1471 dcim/filtersets.py:1569 extras/filtersets.py:679 +msgid "Location (slug)" +msgstr "" + +#: circuits/filtersets.py:331 +msgid "ProviderNetwork (ID)" +msgstr "" + +#: circuits/filtersets.py:379 +msgid "Circuit (CID)" +msgstr "" + +#: circuits/filtersets.py:384 +msgid "Circuit (ID)" +msgstr "" + +#: circuits/filtersets.py:389 +msgid "Virtual circuit (CID)" +msgstr "" + +#: circuits/filtersets.py:394 dcim/filtersets.py:2067 +msgid "Virtual circuit (ID)" +msgstr "" + +#: circuits/filtersets.py:399 +msgid "Provider (name)" +msgstr "" + +#: circuits/filtersets.py:408 +msgid "Circuit group (ID)" +msgstr "" + +#: circuits/filtersets.py:414 +msgid "Circuit group (slug)" +msgstr "" + +#: circuits/filtersets.py:505 +msgid "Virtual circuit type (ID)" +msgstr "" + +#: circuits/filtersets.py:511 +msgid "Virtual circuit type (slug)" +msgstr "" + +#: circuits/filtersets.py:539 circuits/forms/bulk_edit.py:355 +#: circuits/forms/bulk_import.py:249 circuits/forms/filtersets.py:373 +#: circuits/forms/filtersets.py:379 circuits/forms/model_forms.py:344 +#: circuits/forms/model_forms.py:359 circuits/tables/virtual_circuits.py:87 +#: templates/circuits/virtualcircuit.html:20 +#: templates/circuits/virtualcircuittermination.html:38 +msgid "Virtual circuit" +msgstr "" + +#: circuits/filtersets.py:575 dcim/filtersets.py:1361 dcim/filtersets.py:1807 +#: ipam/filtersets.py:628 vpn/filtersets.py:103 vpn/filtersets.py:405 +msgid "Interface (ID)" +msgstr "" + +#: circuits/forms/bulk_edit.py:42 circuits/forms/filtersets.py:64 +#: circuits/forms/model_forms.py:43 circuits/tables/providers.py:32 +#: dcim/forms/bulk_edit.py:143 dcim/forms/filtersets.py:204 +#: dcim/forms/model_forms.py:133 dcim/tables/sites.py:108 +#: ipam/models/asns.py:124 ipam/tables/asn.py:27 ipam/views.py:269 +#: netbox/navigation/menu.py:179 netbox/navigation/menu.py:182 +#: templates/circuits/provider.html:23 +msgid "ASNs" +msgstr "" + +#: circuits/forms/bulk_edit.py:46 circuits/forms/bulk_edit.py:68 +#: circuits/forms/bulk_edit.py:95 circuits/forms/bulk_edit.py:116 +#: circuits/forms/bulk_edit.py:187 circuits/forms/bulk_edit.py:207 +#: circuits/forms/bulk_edit.py:266 circuits/forms/bulk_edit.py:307 +#: circuits/forms/bulk_edit.py:347 circuits/forms/bulk_edit.py:371 +#: core/forms/bulk_edit.py:29 dcim/forms/bulk_create.py:35 +#: dcim/forms/bulk_edit.py:81 dcim/forms/bulk_edit.py:101 +#: dcim/forms/bulk_edit.py:166 dcim/forms/bulk_edit.py:212 +#: dcim/forms/bulk_edit.py:231 dcim/forms/bulk_edit.py:314 +#: dcim/forms/bulk_edit.py:468 dcim/forms/bulk_edit.py:506 +#: dcim/forms/bulk_edit.py:521 dcim/forms/bulk_edit.py:580 +#: dcim/forms/bulk_edit.py:603 dcim/forms/bulk_edit.py:648 +#: dcim/forms/bulk_edit.py:687 dcim/forms/bulk_edit.py:717 +#: dcim/forms/bulk_edit.py:791 dcim/forms/bulk_edit.py:852 +#: dcim/forms/bulk_edit.py:904 dcim/forms/bulk_edit.py:927 +#: dcim/forms/bulk_edit.py:975 dcim/forms/bulk_edit.py:1045 +#: dcim/forms/bulk_edit.py:1102 dcim/forms/bulk_edit.py:1137 +#: dcim/forms/bulk_edit.py:1177 dcim/forms/bulk_edit.py:1221 +#: dcim/forms/bulk_edit.py:1266 dcim/forms/bulk_edit.py:1293 +#: dcim/forms/bulk_edit.py:1311 dcim/forms/bulk_edit.py:1329 +#: dcim/forms/bulk_edit.py:1347 dcim/forms/bulk_edit.py:1827 +#: dcim/forms/bulk_edit.py:1868 extras/forms/bulk_edit.py:43 +#: extras/forms/bulk_edit.py:153 extras/forms/bulk_edit.py:186 +#: extras/forms/bulk_edit.py:214 extras/forms/bulk_edit.py:244 +#: extras/forms/bulk_edit.py:292 extras/forms/bulk_edit.py:310 +#: extras/forms/bulk_edit.py:328 extras/forms/bulk_edit.py:361 +#: extras/forms/bulk_edit.py:378 extras/forms/bulk_edit.py:415 +#: extras/forms/bulk_edit.py:440 extras/tables/tables.py:85 +#: ipam/forms/bulk_edit.py:56 ipam/forms/bulk_edit.py:76 +#: ipam/forms/bulk_edit.py:96 ipam/forms/bulk_edit.py:120 +#: ipam/forms/bulk_edit.py:149 ipam/forms/bulk_edit.py:178 +#: ipam/forms/bulk_edit.py:197 ipam/forms/bulk_edit.py:260 +#: ipam/forms/bulk_edit.py:310 ipam/forms/bulk_edit.py:358 +#: ipam/forms/bulk_edit.py:401 ipam/forms/bulk_edit.py:417 +#: ipam/forms/bulk_edit.py:511 ipam/forms/bulk_edit.py:543 +#: ipam/forms/bulk_edit.py:586 ipam/tables/vlans.py:243 +#: ipam/tables/vlans.py:270 templates/account/token.html:35 +#: templates/circuits/circuit.html:69 templates/circuits/circuitgroup.html:32 +#: templates/circuits/circuittype.html:26 +#: templates/circuits/inc/circuit_termination_fields.html:83 +#: templates/circuits/provider.html:33 +#: templates/circuits/provideraccount.html:32 +#: templates/circuits/providernetwork.html:32 +#: templates/circuits/virtualcircuit.html:56 +#: templates/circuits/virtualcircuittermination.html:68 +#: templates/circuits/virtualcircuittype.html:26 +#: templates/core/datasource.html:58 templates/core/plugin.html:80 +#: templates/dcim/cable.html:36 templates/dcim/consoleport.html:44 +#: templates/dcim/consoleserverport.html:44 templates/dcim/device.html:100 +#: templates/dcim/devicebay.html:32 templates/dcim/devicerole.html:30 +#: templates/dcim/devicetype.html:33 templates/dcim/frontport.html:58 +#: templates/dcim/interface.html:69 templates/dcim/inventoryitem.html:64 +#: templates/dcim/inventoryitemrole.html:22 templates/dcim/location.html:33 +#: templates/dcim/macaddress.html:21 templates/dcim/manufacturer.html:40 +#: templates/dcim/module.html:73 templates/dcim/modulebay.html:42 +#: templates/dcim/moduletype.html:43 templates/dcim/moduletypeprofile.html:20 +#: templates/dcim/platform.html:33 templates/dcim/powerfeed.html:40 +#: templates/dcim/poweroutlet.html:44 templates/dcim/powerpanel.html:30 +#: templates/dcim/powerport.html:40 templates/dcim/rack.html:53 +#: templates/dcim/rackreservation.html:66 templates/dcim/rackrole.html:26 +#: templates/dcim/racktype.html:24 templates/dcim/rearport.html:54 +#: templates/dcim/region.html:33 templates/dcim/site.html:60 +#: templates/dcim/sitegroup.html:33 templates/dcim/virtualchassis.html:21 +#: templates/extras/configcontext.html:25 +#: templates/extras/configcontextprofile.html:17 +#: templates/extras/configtemplate.html:17 templates/extras/customfield.html:34 +#: templates/extras/dashboard/widget_add.html:14 +#: templates/extras/eventrule.html:21 templates/extras/exporttemplate.html:19 +#: templates/extras/imageattachment.html:21 +#: templates/extras/inc/script_list_content.html:33 +#: templates/extras/notificationgroup.html:20 +#: templates/extras/savedfilter.html:17 templates/extras/tableconfig.html:17 +#: templates/extras/tag.html:20 templates/extras/webhook.html:17 +#: templates/generic/bulk_import.html:151 templates/ipam/aggregate.html:43 +#: templates/ipam/asn.html:42 templates/ipam/asnrange.html:38 +#: templates/ipam/fhrpgroup.html:34 templates/ipam/ipaddress.html:55 +#: templates/ipam/iprange.html:74 templates/ipam/prefix.html:77 +#: templates/ipam/rir.html:26 templates/ipam/role.html:26 +#: templates/ipam/routetarget.html:21 templates/ipam/service.html:52 +#: templates/ipam/servicetemplate.html:27 templates/ipam/vlan.html:62 +#: templates/ipam/vlangroup.html:34 +#: templates/ipam/vlantranslationpolicy.html:18 +#: templates/ipam/vlantranslationrule.html:26 templates/ipam/vrf.html:33 +#: templates/tenancy/contact.html:77 templates/tenancy/contactgroup.html:25 +#: templates/tenancy/contactrole.html:22 templates/tenancy/tenant.html:24 +#: templates/tenancy/tenantgroup.html:33 templates/users/group.html:21 +#: templates/users/objectpermission.html:21 templates/users/token.html:27 +#: templates/virtualization/cluster.html:25 +#: templates/virtualization/clustergroup.html:26 +#: templates/virtualization/clustertype.html:26 +#: templates/virtualization/virtualdisk.html:39 +#: templates/virtualization/virtualmachine.html:31 +#: templates/virtualization/vminterface.html:47 templates/vpn/ikepolicy.html:17 +#: templates/vpn/ikeproposal.html:17 templates/vpn/ipsecpolicy.html:17 +#: templates/vpn/ipsecprofile.html:17 templates/vpn/ipsecprofile.html:40 +#: templates/vpn/ipsecprofile.html:73 templates/vpn/ipsecproposal.html:17 +#: templates/vpn/l2vpn.html:30 templates/vpn/tunnel.html:33 +#: templates/vpn/tunnelgroup.html:30 templates/wireless/wirelesslan.html:34 +#: templates/wireless/wirelesslangroup.html:33 +#: templates/wireless/wirelesslink.html:34 tenancy/forms/bulk_edit.py:32 +#: tenancy/forms/bulk_edit.py:49 tenancy/forms/bulk_edit.py:72 +#: tenancy/forms/bulk_edit.py:87 tenancy/forms/bulk_edit.py:135 +#: users/forms/bulk_edit.py:64 users/forms/bulk_edit.py:82 +#: users/forms/bulk_edit.py:112 virtualization/forms/bulk_edit.py:33 +#: virtualization/forms/bulk_edit.py:47 virtualization/forms/bulk_edit.py:82 +#: virtualization/forms/bulk_edit.py:159 virtualization/forms/bulk_edit.py:210 +#: virtualization/forms/bulk_edit.py:327 vpn/forms/bulk_edit.py:28 +#: vpn/forms/bulk_edit.py:64 vpn/forms/bulk_edit.py:121 +#: vpn/forms/bulk_edit.py:155 vpn/forms/bulk_edit.py:190 +#: vpn/forms/bulk_edit.py:215 vpn/forms/bulk_edit.py:247 +#: vpn/forms/bulk_edit.py:278 wireless/forms/bulk_edit.py:31 +#: wireless/forms/bulk_edit.py:85 wireless/forms/bulk_edit.py:144 +msgid "Description" +msgstr "" + +#: circuits/forms/bulk_edit.py:63 circuits/forms/bulk_edit.py:85 +#: circuits/forms/bulk_edit.py:135 circuits/forms/bulk_import.py:43 +#: circuits/forms/bulk_import.py:58 circuits/forms/bulk_import.py:81 +#: circuits/forms/filtersets.py:79 circuits/forms/filtersets.py:97 +#: circuits/forms/filtersets.py:125 circuits/forms/filtersets.py:143 +#: circuits/forms/filtersets.py:225 circuits/forms/filtersets.py:269 +#: circuits/forms/filtersets.py:292 circuits/forms/filtersets.py:330 +#: circuits/forms/filtersets.py:338 circuits/forms/filtersets.py:374 +#: circuits/forms/filtersets.py:397 circuits/forms/model_forms.py:61 +#: circuits/forms/model_forms.py:77 circuits/forms/model_forms.py:111 +#: circuits/tables/circuits.py:57 circuits/tables/circuits.py:111 +#: circuits/tables/circuits.py:196 circuits/tables/providers.py:70 +#: circuits/tables/providers.py:101 circuits/tables/virtual_circuits.py:46 +#: circuits/tables/virtual_circuits.py:92 templates/circuits/circuit.html:18 +#: templates/circuits/circuitgroupassignment.html:26 +#: templates/circuits/circuittermination.html:25 +#: templates/circuits/provider.html:20 +#: templates/circuits/provideraccount.html:20 +#: templates/circuits/providernetwork.html:20 +#: templates/circuits/virtualcircuit.html:23 +#: templates/circuits/virtualcircuittermination.html:26 +#: templates/dcim/inc/cable_termination.html:58 +#: templates/dcim/interface.html:166 +msgid "Provider" +msgstr "" + +#: circuits/forms/bulk_edit.py:92 circuits/forms/filtersets.py:100 +#: templates/circuits/providernetwork.html:28 +msgid "Service ID" +msgstr "" + +#: circuits/forms/bulk_edit.py:112 circuits/forms/bulk_edit.py:303 +#: circuits/forms/filtersets.py:116 circuits/forms/filtersets.py:321 +#: dcim/forms/bulk_edit.py:227 dcim/forms/bulk_edit.py:673 +#: dcim/forms/bulk_edit.py:889 dcim/forms/bulk_edit.py:1262 +#: dcim/forms/bulk_edit.py:1289 dcim/forms/bulk_edit.py:1823 +#: dcim/forms/bulk_import.py:1494 dcim/forms/filtersets.py:1149 +#: dcim/forms/filtersets.py:1409 dcim/forms/filtersets.py:1564 +#: dcim/forms/filtersets.py:1588 dcim/tables/devices.py:767 +#: dcim/tables/devices.py:823 dcim/tables/devices.py:1064 +#: dcim/tables/devicetypes.py:256 dcim/tables/devicetypes.py:271 +#: dcim/tables/racks.py:33 extras/forms/bulk_edit.py:306 +#: extras/tables/tables.py:512 templates/circuits/circuittype.html:30 +#: templates/circuits/virtualcircuittype.html:30 templates/dcim/cable.html:40 +#: templates/dcim/devicerole.html:38 templates/dcim/frontport.html:40 +#: templates/dcim/inventoryitemrole.html:26 templates/dcim/poweroutlet.html:48 +#: templates/dcim/rackrole.html:30 templates/dcim/rearport.html:40 +#: templates/extras/tag.html:26 +msgid "Color" +msgstr "" + +#: circuits/forms/bulk_edit.py:130 circuits/forms/bulk_edit.py:331 +#: circuits/forms/bulk_import.py:94 circuits/forms/bulk_import.py:221 +#: circuits/forms/filtersets.py:138 circuits/forms/filtersets.py:359 +#: circuits/tables/circuits.py:65 circuits/tables/circuits.py:200 +#: circuits/tables/virtual_circuits.py:58 core/forms/bulk_edit.py:19 +#: core/forms/filtersets.py:33 core/tables/change_logging.py:32 +#: core/tables/data.py:21 core/tables/jobs.py:20 dcim/forms/bulk_edit.py:867 +#: dcim/forms/bulk_edit.py:1006 dcim/forms/bulk_edit.py:1078 +#: dcim/forms/bulk_edit.py:1097 dcim/forms/bulk_edit.py:1120 +#: dcim/forms/bulk_edit.py:1162 dcim/forms/bulk_edit.py:1206 +#: dcim/forms/bulk_edit.py:1257 dcim/forms/bulk_edit.py:1284 +#: dcim/forms/bulk_import.py:195 dcim/forms/bulk_import.py:274 +#: dcim/forms/bulk_import.py:804 dcim/forms/bulk_import.py:830 +#: dcim/forms/bulk_import.py:856 dcim/forms/bulk_import.py:876 +#: dcim/forms/bulk_import.py:962 dcim/forms/bulk_import.py:1098 +#: dcim/forms/bulk_import.py:1140 dcim/forms/bulk_import.py:1475 +#: dcim/forms/bulk_import.py:1684 dcim/forms/filtersets.py:1040 +#: dcim/forms/filtersets.py:1139 dcim/forms/filtersets.py:1260 +#: dcim/forms/filtersets.py:1333 dcim/forms/filtersets.py:1358 +#: dcim/forms/filtersets.py:1383 dcim/forms/filtersets.py:1403 +#: dcim/forms/filtersets.py:1451 dcim/forms/filtersets.py:1559 +#: dcim/forms/filtersets.py:1583 dcim/forms/model_forms.py:821 +#: dcim/forms/model_forms.py:827 dcim/forms/object_import.py:84 +#: dcim/forms/object_import.py:113 dcim/forms/object_import.py:146 +#: dcim/tables/devices.py:196 dcim/tables/devices.py:875 +#: dcim/tables/power.py:77 dcim/tables/racks.py:141 +#: extras/forms/bulk_import.py:43 extras/tables/tables.py:474 +#: extras/tables/tables.py:534 netbox/tables/tables.py:272 +#: templates/circuits/circuit.html:30 templates/circuits/virtualcircuit.html:39 +#: templates/circuits/virtualcircuittermination.html:64 +#: templates/core/datasource.html:38 templates/dcim/cable.html:15 +#: templates/dcim/consoleport.html:36 templates/dcim/consoleserverport.html:36 +#: templates/dcim/frontport.html:36 templates/dcim/interface.html:46 +#: templates/dcim/interface.html:226 templates/dcim/interface.html:368 +#: templates/dcim/powerfeed.html:32 templates/dcim/poweroutlet.html:36 +#: templates/dcim/powerport.html:36 templates/dcim/rearport.html:36 +#: templates/extras/eventrule.html:74 templates/virtualization/cluster.html:17 +#: templates/vpn/l2vpn.html:22 +#: templates/wireless/inc/authentication_attrs.html:8 +#: templates/wireless/inc/wirelesslink_interface.html:14 +#: virtualization/forms/bulk_edit.py:61 virtualization/forms/bulk_import.py:47 +#: virtualization/forms/filtersets.py:55 virtualization/forms/model_forms.py:65 +#: virtualization/tables/clusters.py:66 vpn/forms/bulk_edit.py:268 +#: vpn/forms/bulk_import.py:269 vpn/forms/filtersets.py:228 +#: vpn/forms/model_forms.py:85 vpn/forms/model_forms.py:120 +#: vpn/forms/model_forms.py:232 +msgid "Type" +msgstr "" + +#: circuits/forms/bulk_edit.py:140 circuits/forms/bulk_edit.py:326 +#: circuits/forms/bulk_import.py:87 circuits/forms/bulk_import.py:214 +#: circuits/forms/filtersets.py:151 circuits/forms/filtersets.py:346 +#: circuits/forms/model_forms.py:117 circuits/forms/model_forms.py:331 +#: templates/circuits/virtualcircuit.html:31 +#: templates/circuits/virtualcircuittermination.html:34 +msgid "Provider account" +msgstr "" + +#: circuits/forms/bulk_edit.py:148 circuits/forms/bulk_edit.py:336 +#: circuits/forms/bulk_import.py:100 circuits/forms/bulk_import.py:227 +#: circuits/forms/filtersets.py:162 circuits/forms/filtersets.py:362 +#: core/forms/filtersets.py:38 core/forms/filtersets.py:85 +#: core/tables/data.py:24 core/tables/jobs.py:28 core/tables/tasks.py:90 +#: dcim/forms/bulk_edit.py:116 dcim/forms/bulk_edit.py:196 +#: dcim/forms/bulk_edit.py:377 dcim/forms/bulk_edit.py:490 +#: dcim/forms/bulk_edit.py:776 dcim/forms/bulk_edit.py:841 +#: dcim/forms/bulk_edit.py:873 dcim/forms/bulk_edit.py:1000 +#: dcim/forms/bulk_edit.py:1797 dcim/forms/bulk_edit.py:1846 +#: dcim/forms/bulk_import.py:92 dcim/forms/bulk_import.py:151 +#: dcim/forms/bulk_import.py:255 dcim/forms/bulk_import.py:363 +#: dcim/forms/bulk_import.py:595 dcim/forms/bulk_import.py:755 +#: dcim/forms/bulk_import.py:1248 dcim/forms/bulk_import.py:1469 +#: dcim/forms/bulk_import.py:1679 dcim/forms/bulk_import.py:1743 +#: dcim/forms/filtersets.py:187 dcim/forms/filtersets.py:246 +#: dcim/forms/filtersets.py:363 dcim/forms/filtersets.py:469 +#: dcim/forms/filtersets.py:836 dcim/forms/filtersets.py:961 +#: dcim/forms/filtersets.py:1043 dcim/forms/filtersets.py:1144 +#: dcim/forms/filtersets.py:1255 dcim/forms/filtersets.py:1413 +#: dcim/forms/filtersets.py:1666 dcim/tables/devices.py:158 +#: dcim/tables/devices.py:547 dcim/tables/devices.py:878 +#: dcim/tables/devices.py:1012 dcim/tables/devices.py:1123 +#: dcim/tables/modules.py:104 dcim/tables/power.py:74 dcim/tables/racks.py:129 +#: dcim/tables/racks.py:233 dcim/tables/sites.py:96 dcim/tables/sites.py:155 +#: ipam/forms/bulk_edit.py:240 ipam/forms/bulk_edit.py:290 +#: ipam/forms/bulk_edit.py:343 ipam/forms/bulk_edit.py:501 +#: ipam/forms/bulk_import.py:195 ipam/forms/bulk_import.py:259 +#: ipam/forms/bulk_import.py:295 ipam/forms/bulk_import.py:506 +#: ipam/forms/filtersets.py:219 ipam/forms/filtersets.py:297 +#: ipam/forms/filtersets.py:379 ipam/forms/filtersets.py:564 +#: ipam/forms/model_forms.py:512 ipam/tables/ip.py:184 ipam/tables/ip.py:265 +#: ipam/tables/ip.py:321 ipam/tables/ip.py:394 ipam/tables/ip.py:421 +#: ipam/tables/vlans.py:98 ipam/tables/vlans.py:211 +#: templates/circuits/circuit.html:34 templates/circuits/virtualcircuit.html:43 +#: templates/core/datasource.html:46 templates/core/job.html:21 +#: templates/core/rq_task.html:81 templates/core/system.html:19 +#: templates/dcim/cable.html:19 templates/dcim/device.html:184 +#: templates/dcim/inventoryitem.html:36 templates/dcim/location.html:45 +#: templates/dcim/module.html:69 templates/dcim/powerfeed.html:36 +#: templates/dcim/poweroutlet.html:40 templates/dcim/rack.html:41 +#: templates/dcim/rackreservation.html:49 templates/dcim/site.html:43 +#: templates/extras/inc/script_list_content.html:35 +#: templates/ipam/ipaddress.html:37 templates/ipam/iprange.html:61 +#: templates/ipam/prefix.html:69 templates/ipam/vlan.html:48 +#: templates/virtualization/cluster.html:21 +#: templates/virtualization/virtualmachine.html:19 templates/vpn/l2vpn.html:26 +#: templates/vpn/tunnel.html:25 templates/wireless/wirelesslan.html:22 +#: templates/wireless/wirelesslink.html:17 users/forms/filtersets.py:32 +#: users/forms/model_forms.py:208 virtualization/forms/bulk_edit.py:71 +#: virtualization/forms/bulk_edit.py:100 virtualization/forms/bulk_import.py:60 +#: virtualization/forms/bulk_import.py:91 virtualization/forms/filtersets.py:83 +#: virtualization/forms/filtersets.py:166 virtualization/tables/clusters.py:74 +#: virtualization/tables/virtualmachines.py:30 vpn/forms/bulk_edit.py:39 +#: vpn/forms/bulk_edit.py:264 vpn/forms/bulk_import.py:37 +#: vpn/forms/bulk_import.py:264 vpn/forms/filtersets.py:52 +#: vpn/forms/filtersets.py:223 vpn/tables/l2vpn.py:27 vpn/tables/tunnels.py:49 +#: wireless/forms/bulk_edit.py:46 wireless/forms/bulk_edit.py:109 +#: wireless/forms/bulk_import.py:45 wireless/forms/bulk_import.py:132 +#: wireless/forms/filtersets.py:52 wireless/forms/filtersets.py:111 +#: wireless/tables/wirelesslan.py:56 wireless/tables/wirelesslink.py:19 +msgid "Status" +msgstr "" + +#: circuits/forms/bulk_edit.py:154 circuits/forms/bulk_edit.py:271 +#: circuits/forms/bulk_edit.py:342 circuits/forms/bulk_import.py:111 +#: circuits/forms/bulk_import.py:170 circuits/forms/bulk_import.py:232 +#: circuits/forms/filtersets.py:131 circuits/forms/filtersets.py:278 +#: circuits/forms/filtersets.py:332 dcim/forms/bulk_edit.py:132 +#: dcim/forms/bulk_edit.py:202 dcim/forms/bulk_edit.py:372 +#: dcim/forms/bulk_edit.py:501 dcim/forms/bulk_edit.py:766 +#: dcim/forms/bulk_edit.py:879 dcim/forms/bulk_edit.py:1851 +#: dcim/forms/bulk_import.py:111 dcim/forms/bulk_import.py:156 +#: dcim/forms/bulk_import.py:248 dcim/forms/bulk_import.py:368 +#: dcim/forms/bulk_import.py:569 dcim/forms/bulk_import.py:1481 +#: dcim/forms/bulk_import.py:1736 dcim/forms/filtersets.py:127 +#: dcim/forms/filtersets.py:182 dcim/forms/filtersets.py:214 +#: dcim/forms/filtersets.py:327 dcim/forms/filtersets.py:408 +#: dcim/forms/filtersets.py:429 dcim/forms/filtersets.py:759 +#: dcim/forms/filtersets.py:953 dcim/forms/filtersets.py:1063 +#: dcim/forms/filtersets.py:1093 dcim/forms/filtersets.py:1215 +#: dcim/tables/power.py:88 extras/filtersets.py:749 +#: extras/forms/filtersets.py:391 extras/forms/filtersets.py:469 +#: ipam/forms/bulk_edit.py:46 ipam/forms/bulk_edit.py:71 +#: ipam/forms/bulk_edit.py:115 ipam/forms/bulk_edit.py:144 +#: ipam/forms/bulk_edit.py:169 ipam/forms/bulk_edit.py:235 +#: ipam/forms/bulk_edit.py:285 ipam/forms/bulk_edit.py:338 +#: ipam/forms/bulk_edit.py:439 ipam/forms/bulk_edit.py:496 +#: ipam/forms/bulk_import.py:41 ipam/forms/bulk_import.py:70 +#: ipam/forms/bulk_import.py:98 ipam/forms/bulk_import.py:118 +#: ipam/forms/bulk_import.py:138 ipam/forms/bulk_import.py:167 +#: ipam/forms/bulk_import.py:252 ipam/forms/bulk_import.py:288 +#: ipam/forms/bulk_import.py:468 ipam/forms/bulk_import.py:499 +#: ipam/forms/filtersets.py:50 ipam/forms/filtersets.py:70 +#: ipam/forms/filtersets.py:102 ipam/forms/filtersets.py:123 +#: ipam/forms/filtersets.py:146 ipam/forms/filtersets.py:182 +#: ipam/forms/filtersets.py:282 ipam/forms/filtersets.py:333 +#: ipam/forms/filtersets.py:441 ipam/forms/filtersets.py:532 +#: ipam/tables/ip.py:424 ipam/tables/vlans.py:208 +#: templates/circuits/circuit.html:48 templates/circuits/circuitgroup.html:36 +#: templates/circuits/virtualcircuit.html:47 templates/dcim/cable.html:23 +#: templates/dcim/device.html:85 templates/dcim/location.html:49 +#: templates/dcim/powerfeed.html:44 templates/dcim/rack.html:32 +#: templates/dcim/rackreservation.html:53 templates/dcim/site.html:47 +#: templates/dcim/virtualdevicecontext.html:52 templates/ipam/aggregate.html:30 +#: templates/ipam/asn.html:33 templates/ipam/asnrange.html:29 +#: templates/ipam/ipaddress.html:28 templates/ipam/iprange.html:65 +#: templates/ipam/prefix.html:29 templates/ipam/routetarget.html:17 +#: templates/ipam/vlan.html:39 templates/ipam/vlangroup.html:50 +#: templates/ipam/vrf.html:20 templates/tenancy/tenant.html:17 +#: templates/virtualization/cluster.html:33 +#: templates/virtualization/virtualmachine.html:39 templates/vpn/l2vpn.html:34 +#: templates/vpn/tunnel.html:49 templates/wireless/wirelesslan.html:42 +#: templates/wireless/wirelesslink.html:25 tenancy/forms/forms.py:25 +#: tenancy/forms/forms.py:49 tenancy/forms/model_forms.py:53 +#: tenancy/tables/columns.py:49 virtualization/forms/bulk_edit.py:77 +#: virtualization/forms/bulk_edit.py:137 virtualization/forms/bulk_import.py:72 +#: virtualization/forms/bulk_import.py:126 +#: virtualization/forms/filtersets.py:48 virtualization/forms/filtersets.py:111 +#: vpn/forms/bulk_edit.py:59 vpn/forms/bulk_edit.py:273 +#: vpn/forms/bulk_import.py:59 vpn/forms/bulk_import.py:258 +#: vpn/forms/filtersets.py:219 wireless/forms/bulk_edit.py:66 +#: wireless/forms/bulk_edit.py:114 wireless/forms/bulk_import.py:57 +#: wireless/forms/bulk_import.py:137 wireless/forms/filtersets.py:38 +#: wireless/forms/filtersets.py:103 +msgid "Tenant" +msgstr "" + +#: circuits/forms/bulk_edit.py:159 circuits/forms/filtersets.py:191 +msgid "Install date" +msgstr "" + +#: circuits/forms/bulk_edit.py:164 circuits/forms/filtersets.py:196 +msgid "Termination date" +msgstr "" + +#: circuits/forms/bulk_edit.py:170 circuits/forms/filtersets.py:203 +msgid "Commit rate (Kbps)" +msgstr "" + +#: circuits/forms/bulk_edit.py:176 circuits/forms/filtersets.py:209 +#: circuits/forms/model_forms.py:137 templates/circuits/circuit.html:38 +#: templates/wireless/wirelesslink.html:38 wireless/forms/bulk_edit.py:133 +#: wireless/forms/filtersets.py:130 wireless/forms/model_forms.py:170 +msgid "Distance" +msgstr "" + +#: circuits/forms/bulk_edit.py:181 circuits/forms/bulk_import.py:105 +#: circuits/forms/bulk_import.py:108 circuits/forms/filtersets.py:213 +#: wireless/forms/bulk_edit.py:138 wireless/forms/bulk_import.py:156 +#: wireless/forms/bulk_import.py:159 wireless/forms/filtersets.py:134 +msgid "Distance unit" +msgstr "" + +#: circuits/forms/bulk_edit.py:196 circuits/forms/model_forms.py:142 +msgid "Service Parameters" +msgstr "" + +#: circuits/forms/bulk_edit.py:197 circuits/forms/filtersets.py:73 +#: circuits/forms/filtersets.py:92 circuits/forms/filtersets.py:111 +#: circuits/forms/filtersets.py:128 circuits/forms/filtersets.py:316 +#: circuits/forms/filtersets.py:331 core/forms/filtersets.py:73 +#: core/forms/filtersets.py:141 dcim/forms/bulk_edit.py:913 +#: dcim/forms/bulk_import.py:476 dcim/forms/filtersets.py:181 +#: dcim/forms/filtersets.py:213 dcim/forms/filtersets.py:952 +#: dcim/forms/filtersets.py:1092 dcim/forms/filtersets.py:1216 +#: dcim/forms/filtersets.py:1324 dcim/forms/filtersets.py:1349 +#: dcim/forms/filtersets.py:1374 dcim/forms/filtersets.py:1394 +#: dcim/forms/filtersets.py:1423 dcim/forms/filtersets.py:1549 +#: dcim/forms/filtersets.py:1574 dcim/forms/filtersets.py:1598 +#: dcim/forms/filtersets.py:1616 dcim/forms/filtersets.py:1632 +#: dcim/forms/filtersets.py:1690 dcim/tables/modules.py:24 +#: extras/forms/bulk_edit.py:94 extras/forms/filtersets.py:45 +#: extras/forms/filtersets.py:142 extras/forms/filtersets.py:219 +#: extras/forms/filtersets.py:236 extras/forms/filtersets.py:266 +#: extras/forms/filtersets.py:297 extras/forms/filtersets.py:321 +#: extras/forms/filtersets.py:542 ipam/forms/filtersets.py:101 +#: ipam/forms/filtersets.py:281 ipam/forms/filtersets.py:330 +#: ipam/forms/filtersets.py:406 ipam/forms/filtersets.py:492 +#: ipam/forms/filtersets.py:505 ipam/forms/filtersets.py:530 +#: ipam/forms/filtersets.py:601 ipam/forms/filtersets.py:619 +#: netbox/tables/tables.py:288 templates/dcim/moduletype.html:68 +#: virtualization/forms/filtersets.py:46 virtualization/forms/filtersets.py:109 +#: virtualization/forms/filtersets.py:204 +#: virtualization/forms/filtersets.py:261 vpn/forms/filtersets.py:218 +#: wireless/forms/bulk_edit.py:154 wireless/forms/filtersets.py:36 +#: wireless/forms/filtersets.py:102 +msgid "Attributes" +msgstr "" + +#: circuits/forms/bulk_edit.py:198 circuits/forms/bulk_edit.py:356 +#: circuits/forms/model_forms.py:143 circuits/forms/model_forms.py:241 +#: circuits/forms/model_forms.py:346 dcim/forms/model_forms.py:149 +#: dcim/forms/model_forms.py:192 dcim/forms/model_forms.py:283 +#: dcim/forms/model_forms.py:341 dcim/forms/model_forms.py:887 +#: dcim/forms/model_forms.py:1882 ipam/forms/bulk_edit.py:448 +#: ipam/forms/model_forms.py:68 ipam/forms/model_forms.py:85 +#: ipam/forms/model_forms.py:120 ipam/forms/model_forms.py:142 +#: ipam/forms/model_forms.py:167 ipam/forms/model_forms.py:234 +#: ipam/forms/model_forms.py:272 ipam/forms/model_forms.py:331 +#: ipam/forms/model_forms.py:625 netbox/navigation/menu.py:24 +#: templates/dcim/device_edit.html:87 templates/dcim/htmx/cable_edit.html:74 +#: templates/ipam/ipaddress_bulk_add.html:27 templates/ipam/vlan_edit.html:34 +#: virtualization/forms/model_forms.py:80 +#: virtualization/forms/model_forms.py:229 vpn/forms/bulk_edit.py:78 +#: vpn/forms/filtersets.py:48 vpn/forms/model_forms.py:63 +#: vpn/forms/model_forms.py:148 vpn/forms/model_forms.py:414 +#: wireless/forms/model_forms.py:59 wireless/forms/model_forms.py:175 +msgid "Tenancy" +msgstr "" + +#: circuits/forms/bulk_edit.py:215 circuits/forms/model_forms.py:171 +#: dcim/forms/bulk_import.py:1435 dcim/forms/bulk_import.py:1460 +msgid "Termination type" +msgstr "" + +#: circuits/forms/bulk_edit.py:218 circuits/forms/bulk_import.py:133 +#: circuits/forms/filtersets.py:226 circuits/forms/model_forms.py:174 +#: templates/circuits/inc/circuit_termination.html:6 +#: templates/dcim/cable.html:68 templates/dcim/cable.html:72 +#: vpn/forms/bulk_import.py:100 vpn/forms/filtersets.py:82 +msgid "Termination" +msgstr "" + +#: circuits/forms/bulk_edit.py:226 +msgid "Port speed (Kbps)" +msgstr "" + +#: circuits/forms/bulk_edit.py:230 +msgid "Upstream speed (Kbps)" +msgstr "" + +#: circuits/forms/bulk_edit.py:233 dcim/forms/bulk_edit.py:1036 +#: dcim/forms/bulk_edit.py:1404 dcim/forms/bulk_edit.py:1421 +#: dcim/forms/bulk_edit.py:1438 dcim/forms/bulk_edit.py:1459 +#: dcim/forms/bulk_edit.py:1554 dcim/forms/bulk_edit.py:1726 +#: dcim/forms/bulk_edit.py:1743 +msgid "Mark connected" +msgstr "" + +#: circuits/forms/bulk_edit.py:243 circuits/forms/model_forms.py:185 +#: templates/circuits/inc/circuit_termination_fields.html:55 +#: templates/dcim/frontport.html:121 templates/dcim/interface.html:250 +#: templates/dcim/rearport.html:111 +msgid "Circuit Termination" +msgstr "" + +#: circuits/forms/bulk_edit.py:245 circuits/forms/model_forms.py:187 +msgid "Termination Details" +msgstr "" + +#: circuits/forms/bulk_edit.py:289 circuits/forms/bulk_import.py:188 +#: circuits/forms/filtersets.py:305 circuits/tables/circuits.py:207 +#: dcim/forms/model_forms.py:666 +#: templates/circuits/circuitgroupassignment.html:34 +#: templates/dcim/device.html:139 templates/dcim/virtualchassis.html:58 +#: templates/dcim/virtualchassis_edit.html:60 +#: templates/ipam/inc/panels/fhrp_groups.html:26 tenancy/forms/bulk_edit.py:164 +#: tenancy/forms/filtersets.py:110 +msgid "Priority" +msgstr "" + +#: circuits/forms/bulk_edit.py:321 circuits/forms/bulk_import.py:208 +#: circuits/forms/filtersets.py:159 circuits/forms/filtersets.py:264 +#: circuits/forms/filtersets.py:354 circuits/forms/filtersets.py:392 +#: circuits/forms/model_forms.py:326 circuits/tables/virtual_circuits.py:51 +#: circuits/tables/virtual_circuits.py:98 +msgid "Provider network" +msgstr "" + +#: circuits/forms/bulk_edit.py:365 circuits/forms/bulk_import.py:254 +#: circuits/forms/filtersets.py:382 circuits/forms/model_forms.py:366 +#: dcim/forms/bulk_edit.py:383 dcim/forms/bulk_edit.py:1351 +#: dcim/forms/bulk_edit.py:1787 dcim/forms/bulk_import.py:260 +#: dcim/forms/bulk_import.py:1217 dcim/forms/filtersets.py:371 +#: dcim/forms/filtersets.py:814 dcim/forms/filtersets.py:1643 +#: dcim/forms/model_forms.py:264 dcim/forms/model_forms.py:1228 +#: dcim/forms/model_forms.py:1697 dcim/forms/object_import.py:182 +#: dcim/tables/devices.py:187 dcim/tables/devices.py:870 +#: dcim/tables/devices.py:996 dcim/tables/devicetypes.py:311 +#: dcim/tables/racks.py:132 extras/filtersets.py:689 +#: ipam/forms/bulk_edit.py:245 ipam/forms/bulk_edit.py:295 +#: ipam/forms/bulk_edit.py:348 ipam/forms/bulk_edit.py:506 +#: ipam/forms/bulk_import.py:200 ipam/forms/bulk_import.py:264 +#: ipam/forms/bulk_import.py:300 ipam/forms/bulk_import.py:511 +#: ipam/forms/filtersets.py:247 ipam/forms/filtersets.py:305 +#: ipam/forms/filtersets.py:384 ipam/forms/filtersets.py:572 +#: ipam/forms/model_forms.py:195 ipam/forms/model_forms.py:221 +#: ipam/forms/model_forms.py:260 ipam/forms/model_forms.py:688 +#: ipam/tables/ip.py:210 ipam/tables/ip.py:269 ipam/tables/ip.py:325 +#: ipam/tables/vlans.py:102 ipam/tables/vlans.py:214 +#: templates/circuits/virtualcircuittermination.html:42 +#: templates/dcim/device.html:188 +#: templates/dcim/inc/panels/inventory_items.html:20 +#: templates/dcim/interface.html:178 templates/dcim/interface.html:280 +#: templates/dcim/inventoryitem.html:40 templates/dcim/rack.html:49 +#: templates/ipam/ipaddress.html:41 templates/ipam/iprange.html:57 +#: templates/ipam/prefix.html:73 templates/ipam/role.html:19 +#: templates/ipam/vlan.html:52 templates/virtualization/virtualmachine.html:23 +#: templates/vpn/tunneltermination.html:17 +#: templates/wireless/inc/wirelesslink_interface.html:20 +#: tenancy/forms/bulk_edit.py:159 tenancy/forms/filtersets.py:107 +#: tenancy/forms/model_forms.py:144 tenancy/tables/contacts.py:110 +#: virtualization/forms/bulk_edit.py:127 +#: virtualization/forms/bulk_import.py:117 +#: virtualization/forms/filtersets.py:163 +#: virtualization/forms/model_forms.py:202 +#: virtualization/tables/virtualmachines.py:45 vpn/forms/bulk_edit.py:87 +#: vpn/forms/bulk_import.py:81 vpn/forms/filtersets.py:90 +#: vpn/forms/model_forms.py:79 vpn/forms/model_forms.py:114 +#: vpn/tables/tunnels.py:84 +msgid "Role" +msgstr "" + +#: circuits/forms/bulk_import.py:46 circuits/forms/bulk_import.py:61 +#: circuits/forms/bulk_import.py:84 +msgid "Assigned provider" +msgstr "" + +#: circuits/forms/bulk_import.py:90 +msgid "Assigned provider account" +msgstr "" + +#: circuits/forms/bulk_import.py:97 +msgid "Type of circuit" +msgstr "" + +#: circuits/forms/bulk_import.py:102 circuits/forms/bulk_import.py:229 +#: dcim/forms/bulk_import.py:94 dcim/forms/bulk_import.py:153 +#: dcim/forms/bulk_import.py:257 dcim/forms/bulk_import.py:365 +#: dcim/forms/bulk_import.py:597 dcim/forms/bulk_import.py:757 +#: dcim/forms/bulk_import.py:1250 dcim/forms/bulk_import.py:1681 +#: ipam/forms/bulk_import.py:197 ipam/forms/bulk_import.py:261 +#: ipam/forms/bulk_import.py:297 ipam/forms/bulk_import.py:508 +#: ipam/forms/bulk_import.py:521 virtualization/forms/bulk_import.py:62 +#: virtualization/forms/bulk_import.py:93 vpn/forms/bulk_import.py:39 +#: vpn/forms/bulk_import.py:266 wireless/forms/bulk_import.py:47 +msgid "Operational status" +msgstr "" + +#: circuits/forms/bulk_import.py:115 circuits/forms/bulk_import.py:174 +#: circuits/forms/bulk_import.py:236 dcim/forms/bulk_import.py:115 +#: dcim/forms/bulk_import.py:160 dcim/forms/bulk_import.py:372 +#: dcim/forms/bulk_import.py:573 dcim/forms/bulk_import.py:1485 +#: dcim/forms/bulk_import.py:1676 dcim/forms/bulk_import.py:1740 +#: ipam/forms/bulk_import.py:45 ipam/forms/bulk_import.py:74 +#: ipam/forms/bulk_import.py:102 ipam/forms/bulk_import.py:122 +#: ipam/forms/bulk_import.py:142 ipam/forms/bulk_import.py:171 +#: ipam/forms/bulk_import.py:256 ipam/forms/bulk_import.py:292 +#: ipam/forms/bulk_import.py:472 ipam/forms/bulk_import.py:503 +#: virtualization/forms/bulk_import.py:76 +#: virtualization/forms/bulk_import.py:130 vpn/forms/bulk_import.py:63 +#: wireless/forms/bulk_import.py:61 wireless/forms/bulk_import.py:141 +msgid "Assigned tenant" +msgstr "" + +#: circuits/forms/bulk_import.py:139 +msgid "Termination type (app & model)" +msgstr "" + +#: circuits/forms/bulk_import.py:151 circuits/forms/bulk_import.py:164 +msgid "Termination ID" +msgstr "" + +#: circuits/forms/bulk_import.py:185 +msgid "Circuit type (app & model)" +msgstr "" + +#: circuits/forms/bulk_import.py:211 +msgid "The network to which this virtual circuit belongs" +msgstr "" + +#: circuits/forms/bulk_import.py:217 +msgid "Assigned provider account (if any)" +msgstr "" + +#: circuits/forms/bulk_import.py:224 +msgid "Type of virtual circuit" +msgstr "" + +#: circuits/forms/bulk_import.py:256 vpn/forms/bulk_import.py:83 +msgid "Operational role" +msgstr "" + +#: circuits/forms/bulk_import.py:259 circuits/forms/model_forms.py:369 +#: circuits/tables/virtual_circuits.py:111 dcim/forms/bulk_import.py:1348 +#: dcim/forms/model_forms.py:1302 dcim/forms/model_forms.py:1571 +#: dcim/forms/model_forms.py:1738 dcim/forms/model_forms.py:1773 +#: dcim/forms/model_forms.py:1903 dcim/tables/connections.py:65 +#: dcim/tables/devices.py:1169 ipam/forms/bulk_import.py:320 +#: ipam/forms/model_forms.py:291 ipam/forms/model_forms.py:300 +#: ipam/tables/fhrp.py:64 ipam/tables/ip.py:330 ipam/tables/vlans.py:148 +#: templates/circuits/inc/circuit_termination_fields.html:52 +#: templates/circuits/virtualcircuittermination.html:53 +#: templates/circuits/virtualcircuittermination.html:60 +#: templates/dcim/frontport.html:106 templates/dcim/interface.html:27 +#: templates/dcim/interface.html:241 templates/dcim/interface.html:367 +#: templates/dcim/rearport.html:102 +#: templates/virtualization/vminterface.html:18 +#: templates/vpn/tunneltermination.html:31 +#: templates/wireless/inc/wirelesslink_interface.html:10 +#: templates/wireless/wirelesslink.html:10 +#: templates/wireless/wirelesslink.html:55 +#: virtualization/forms/model_forms.py:375 vpn/forms/bulk_import.py:302 +#: vpn/forms/model_forms.py:439 vpn/forms/model_forms.py:448 +#: wireless/forms/model_forms.py:118 wireless/forms/model_forms.py:160 +msgid "Interface" +msgstr "" + +#: circuits/forms/filtersets.py:38 circuits/forms/filtersets.py:130 +#: circuits/forms/filtersets.py:188 circuits/forms/filtersets.py:246 +#: circuits/tables/circuits.py:144 dcim/forms/bulk_edit.py:364 +#: dcim/forms/bulk_edit.py:477 dcim/forms/bulk_edit.py:758 +#: dcim/forms/bulk_edit.py:813 dcim/forms/bulk_edit.py:967 +#: dcim/forms/bulk_import.py:242 dcim/forms/bulk_import.py:344 +#: dcim/forms/bulk_import.py:636 dcim/forms/bulk_import.py:1625 +#: dcim/forms/bulk_import.py:1659 dcim/forms/filtersets.py:98 +#: dcim/forms/filtersets.py:326 dcim/forms/filtersets.py:360 +#: dcim/forms/filtersets.py:405 dcim/forms/filtersets.py:456 +#: dcim/forms/filtersets.py:756 dcim/forms/filtersets.py:799 +#: dcim/forms/filtersets.py:979 dcim/forms/filtersets.py:1017 +#: dcim/forms/filtersets.py:1062 dcim/forms/filtersets.py:1091 +#: dcim/forms/filtersets.py:1111 dcim/forms/filtersets.py:1175 +#: dcim/forms/filtersets.py:1205 dcim/forms/filtersets.py:1214 +#: dcim/forms/filtersets.py:1325 dcim/forms/filtersets.py:1350 +#: dcim/forms/filtersets.py:1375 dcim/forms/filtersets.py:1395 +#: dcim/forms/filtersets.py:1428 dcim/forms/filtersets.py:1550 +#: dcim/forms/filtersets.py:1575 dcim/forms/filtersets.py:1599 +#: dcim/forms/filtersets.py:1617 dcim/forms/filtersets.py:1634 +#: dcim/forms/model_forms.py:191 dcim/forms/model_forms.py:256 +#: dcim/forms/model_forms.py:582 dcim/forms/model_forms.py:846 +#: dcim/tables/devices.py:175 dcim/tables/power.py:30 dcim/tables/racks.py:121 +#: dcim/tables/racks.py:220 extras/filtersets.py:673 +#: extras/forms/filtersets.py:388 ipam/forms/filtersets.py:241 +#: ipam/forms/filtersets.py:438 ipam/forms/filtersets.py:462 +#: ipam/forms/filtersets.py:529 templates/dcim/device.html:26 +#: templates/dcim/device_edit.html:32 +#: templates/dcim/inc/cable_termination.html:12 templates/dcim/location.html:26 +#: templates/dcim/powerpanel.html:26 templates/dcim/rack.html:24 +#: templates/dcim/rackreservation.html:32 virtualization/forms/filtersets.py:80 +#: virtualization/forms/filtersets.py:106 wireless/forms/filtersets.py:93 +#: wireless/forms/model_forms.py:92 wireless/forms/model_forms.py:134 +msgid "Location" +msgstr "" + +#: circuits/forms/filtersets.py:40 circuits/forms/filtersets.py:74 +#: circuits/forms/filtersets.py:132 dcim/forms/filtersets.py:153 +#: dcim/forms/filtersets.py:167 dcim/forms/filtersets.py:183 +#: dcim/forms/filtersets.py:215 dcim/forms/filtersets.py:332 +#: dcim/forms/filtersets.py:409 dcim/forms/filtersets.py:485 +#: dcim/forms/filtersets.py:760 dcim/forms/filtersets.py:1176 +#: ipam/forms/filtersets.py:103 ipam/forms/filtersets.py:183 +#: ipam/forms/filtersets.py:283 ipam/forms/filtersets.py:335 +#: ipam/forms/filtersets.py:621 netbox/navigation/menu.py:31 +#: netbox/navigation/menu.py:33 netbox/views/generic/feature_views.py:298 +#: tenancy/forms/filtersets.py:42 tenancy/tables/columns.py:55 +#: tenancy/tables/contacts.py:29 virtualization/forms/filtersets.py:38 +#: virtualization/forms/filtersets.py:49 virtualization/forms/filtersets.py:112 +#: vpn/forms/filtersets.py:37 vpn/forms/filtersets.py:49 +#: vpn/forms/filtersets.py:220 +msgid "Contacts" +msgstr "" + +#: circuits/forms/filtersets.py:45 circuits/forms/filtersets.py:169 +#: circuits/forms/filtersets.py:231 circuits/tables/circuits.py:139 +#: dcim/forms/bulk_edit.py:122 dcim/forms/bulk_edit.py:339 +#: dcim/forms/bulk_edit.py:942 dcim/forms/bulk_import.py:97 +#: dcim/forms/filtersets.py:76 dcim/forms/filtersets.py:194 +#: dcim/forms/filtersets.py:220 dcim/forms/filtersets.py:338 +#: dcim/forms/filtersets.py:434 dcim/forms/filtersets.py:776 +#: dcim/forms/filtersets.py:995 dcim/forms/filtersets.py:1068 +#: dcim/forms/filtersets.py:1098 dcim/forms/filtersets.py:1182 +#: dcim/forms/filtersets.py:1221 dcim/forms/filtersets.py:1736 +#: dcim/forms/filtersets.py:1760 dcim/forms/filtersets.py:1784 +#: dcim/forms/model_forms.py:120 dcim/forms/object_create.py:379 +#: dcim/tables/devices.py:161 dcim/tables/sites.py:99 extras/filtersets.py:640 +#: ipam/forms/bulk_edit.py:469 ipam/forms/filtersets.py:226 +#: ipam/forms/filtersets.py:447 ipam/forms/filtersets.py:538 +#: templates/dcim/device.html:18 templates/dcim/rack.html:16 +#: templates/dcim/rackreservation.html:22 templates/dcim/region.html:26 +#: templates/dcim/site.html:31 templates/ipam/vlan.html:16 +#: virtualization/forms/filtersets.py:60 virtualization/forms/filtersets.py:139 +#: virtualization/forms/model_forms.py:92 vpn/forms/filtersets.py:268 +#: wireless/forms/filtersets.py:73 +msgid "Region" +msgstr "" + +#: circuits/forms/filtersets.py:50 circuits/forms/filtersets.py:174 +#: circuits/forms/filtersets.py:236 dcim/forms/bulk_edit.py:347 +#: dcim/forms/bulk_edit.py:950 dcim/forms/filtersets.py:81 +#: dcim/forms/filtersets.py:199 dcim/forms/filtersets.py:225 +#: dcim/forms/filtersets.py:351 dcim/forms/filtersets.py:439 +#: dcim/forms/filtersets.py:781 dcim/forms/filtersets.py:1000 +#: dcim/forms/filtersets.py:1073 dcim/forms/filtersets.py:1187 +#: dcim/forms/filtersets.py:1226 dcim/forms/object_create.py:387 +#: extras/filtersets.py:657 ipam/forms/bulk_edit.py:474 +#: ipam/forms/filtersets.py:156 ipam/forms/filtersets.py:231 +#: ipam/forms/filtersets.py:452 ipam/forms/filtersets.py:543 +#: virtualization/forms/filtersets.py:65 virtualization/forms/filtersets.py:144 +#: virtualization/forms/model_forms.py:98 wireless/forms/filtersets.py:78 +msgid "Site group" +msgstr "" + +#: circuits/forms/filtersets.py:82 circuits/tables/circuits.py:62 +#: circuits/tables/providers.py:64 circuits/tables/virtual_circuits.py:55 +#: circuits/tables/virtual_circuits.py:102 templates/circuits/circuit.html:22 +#: templates/circuits/provideraccount.html:24 +msgid "Account" +msgstr "" + +#: circuits/forms/filtersets.py:254 +msgid "Term Side" +msgstr "" + +#: circuits/forms/filtersets.py:287 dcim/forms/bulk_edit.py:1646 +#: extras/forms/model_forms.py:695 ipam/forms/filtersets.py:145 +#: ipam/forms/filtersets.py:620 ipam/forms/model_forms.py:338 +#: templates/dcim/macaddress.html:25 templates/extras/configcontext.html:36 +#: templates/ipam/ipaddress.html:59 templates/ipam/vlan_edit.html:42 +#: tenancy/forms/filtersets.py:87 users/forms/model_forms.py:360 +msgid "Assignment" +msgstr "" + +#: circuits/forms/filtersets.py:302 circuits/forms/model_forms.py:253 +#: circuits/tables/circuits.py:191 dcim/forms/bulk_edit.py:127 +#: dcim/forms/bulk_import.py:104 dcim/forms/model_forms.py:126 +#: dcim/tables/sites.py:103 extras/forms/filtersets.py:582 +#: ipam/filtersets.py:982 ipam/forms/bulk_edit.py:488 +#: ipam/forms/bulk_import.py:492 ipam/forms/model_forms.py:571 +#: ipam/tables/fhrp.py:67 ipam/tables/vlans.py:94 ipam/tables/vlans.py:205 +#: templates/circuits/circuitgroupassignment.html:22 +#: templates/dcim/interface.html:341 templates/dcim/site.html:37 +#: templates/ipam/inc/panels/fhrp_groups.html:23 templates/ipam/vlan.html:27 +#: templates/tenancy/tenant.html:20 templates/users/group.html:6 +#: templates/users/group.html:14 templates/virtualization/cluster.html:29 +#: templates/vpn/tunnel.html:29 templates/wireless/wirelesslan.html:18 +#: tenancy/forms/bulk_edit.py:44 tenancy/forms/bulk_import.py:41 +#: tenancy/forms/filtersets.py:48 tenancy/forms/filtersets.py:97 +#: tenancy/forms/model_forms.py:46 tenancy/forms/model_forms.py:129 +#: tenancy/tables/tenants.py:50 users/filtersets.py:62 users/filtersets.py:185 +#: users/forms/filtersets.py:31 users/forms/filtersets.py:37 +#: users/forms/filtersets.py:79 virtualization/forms/bulk_edit.py:66 +#: virtualization/forms/bulk_import.py:53 virtualization/forms/filtersets.py:91 +#: virtualization/forms/model_forms.py:70 virtualization/tables/clusters.py:70 +#: vpn/forms/bulk_edit.py:112 vpn/forms/bulk_import.py:158 +#: vpn/forms/filtersets.py:121 vpn/tables/crypto.py:31 vpn/tables/tunnels.py:45 +#: wireless/forms/bulk_edit.py:51 wireless/forms/bulk_import.py:38 +#: wireless/forms/filtersets.py:49 wireless/forms/model_forms.py:43 +#: wireless/tables/wirelesslan.py:52 +msgid "Group" +msgstr "" + +#: circuits/forms/model_forms.py:240 templates/circuits/circuitgroup.html:25 +msgid "Circuit Group" +msgstr "" + +#: circuits/forms/model_forms.py:260 +msgid "Circuit type" +msgstr "" + +#: circuits/forms/model_forms.py:271 +msgid "Group Assignment" +msgstr "" + +#: circuits/models/base.py:18 dcim/models/cables.py:69 +#: dcim/models/device_component_templates.py:525 +#: dcim/models/device_component_templates.py:625 +#: dcim/models/device_components.py:517 dcim/models/device_components.py:1063 +#: dcim/models/device_components.py:1134 dcim/models/device_components.py:1282 +#: dcim/models/devices.py:382 dcim/models/racks.py:227 extras/models/tags.py:29 +msgid "color" +msgstr "" + +#: circuits/models/circuits.py:33 +msgid "circuit type" +msgstr "" + +#: circuits/models/circuits.py:34 +msgid "circuit types" +msgstr "" + +#: circuits/models/circuits.py:45 circuits/models/virtual_circuits.py:38 +msgid "circuit ID" +msgstr "" + +#: circuits/models/circuits.py:46 circuits/models/virtual_circuits.py:39 +msgid "Unique circuit ID" +msgstr "" + +#: circuits/models/circuits.py:66 circuits/models/virtual_circuits.py:59 +#: core/models/data.py:52 core/models/jobs.py:95 dcim/models/cables.py:51 +#: dcim/models/device_components.py:488 dcim/models/device_components.py:1321 +#: dcim/models/devices.py:580 dcim/models/devices.py:1207 +#: dcim/models/modules.py:209 dcim/models/power.py:94 dcim/models/racks.py:294 +#: dcim/models/racks.py:677 dcim/models/sites.py:157 dcim/models/sites.py:281 +#: ipam/models/ip.py:243 ipam/models/ip.py:529 ipam/models/ip.py:758 +#: ipam/models/vlans.py:228 virtualization/models/clusters.py:70 +#: virtualization/models/virtualmachines.py:79 vpn/models/l2vpn.py:36 +#: vpn/models/tunnels.py:38 wireless/models.py:95 wireless/models.py:148 +msgid "status" +msgstr "" + +#: circuits/models/circuits.py:81 templates/core/plugin.html:20 +msgid "installed" +msgstr "" + +#: circuits/models/circuits.py:86 +msgid "terminates" +msgstr "" + +#: circuits/models/circuits.py:91 +msgid "commit rate (Kbps)" +msgstr "" + +#: circuits/models/circuits.py:92 +msgid "Committed rate" +msgstr "" + +#: circuits/models/circuits.py:141 +msgid "circuit" +msgstr "" + +#: circuits/models/circuits.py:142 +msgid "circuits" +msgstr "" + +#: circuits/models/circuits.py:171 +msgid "circuit group" +msgstr "" + +#: circuits/models/circuits.py:172 +msgid "circuit groups" +msgstr "" + +#: circuits/models/circuits.py:188 +msgid "member ID" +msgstr "" + +#: circuits/models/circuits.py:200 ipam/models/fhrp.py:96 +#: tenancy/models/contacts.py:118 +msgid "priority" +msgstr "" + +#: circuits/models/circuits.py:218 +msgid "Circuit group assignment" +msgstr "" + +#: circuits/models/circuits.py:219 +msgid "Circuit group assignments" +msgstr "" + +#: circuits/models/circuits.py:246 +msgid "termination side" +msgstr "" + +#: circuits/models/circuits.py:264 +msgid "port speed (Kbps)" +msgstr "" + +#: circuits/models/circuits.py:267 +msgid "Physical circuit speed" +msgstr "" + +#: circuits/models/circuits.py:272 +msgid "upstream speed (Kbps)" +msgstr "" + +#: circuits/models/circuits.py:273 +msgid "Upstream speed, if different from port speed" +msgstr "" + +#: circuits/models/circuits.py:278 +msgid "cross-connect ID" +msgstr "" + +#: circuits/models/circuits.py:279 +msgid "ID of the local cross-connect" +msgstr "" + +#: circuits/models/circuits.py:284 +msgid "patch panel/port(s)" +msgstr "" + +#: circuits/models/circuits.py:285 +msgid "Patch panel ID and port number(s)" +msgstr "" + +#: circuits/models/circuits.py:288 circuits/models/virtual_circuits.py:145 +#: dcim/models/device_component_templates.py:58 +#: dcim/models/device_components.py:64 dcim/models/racks.py:694 +#: extras/models/configs.py:41 extras/models/configs.py:94 +#: extras/models/configs.py:276 extras/models/customfields.py:127 +#: extras/models/models.py:65 extras/models/models.py:170 +#: extras/models/models.py:408 extras/models/models.py:479 +#: extras/models/models.py:558 extras/models/models.py:684 +#: extras/models/notifications.py:131 extras/models/tags.py:33 +#: ipam/models/vlans.py:384 netbox/models/__init__.py:115 +#: netbox/models/__init__.py:150 netbox/models/__init__.py:200 +#: users/models/permissions.py:24 users/models/tokens.py:59 +#: users/models/users.py:33 virtualization/models/virtualmachines.py:281 +msgid "description" +msgstr "" + +#: circuits/models/circuits.py:338 +msgid "circuit termination" +msgstr "" + +#: circuits/models/circuits.py:339 +msgid "circuit terminations" +msgstr "" + +#: circuits/models/circuits.py:351 +msgid "A circuit termination must attach to a terminating object." +msgstr "" + +#: circuits/models/providers.py:21 circuits/models/providers.py:63 +#: circuits/models/providers.py:98 core/models/data.py:39 +#: core/models/jobs.py:56 dcim/models/device_component_templates.py:44 +#: dcim/models/device_components.py:53 dcim/models/devices.py:524 +#: dcim/models/devices.py:1133 dcim/models/devices.py:1202 +#: dcim/models/modules.py:31 dcim/models/power.py:38 dcim/models/power.py:89 +#: dcim/models/racks.py:263 dcim/models/sites.py:145 +#: extras/models/configs.py:36 extras/models/configs.py:78 +#: extras/models/configs.py:272 extras/models/customfields.py:94 +#: extras/models/models.py:60 extras/models/models.py:165 +#: extras/models/models.py:308 extras/models/models.py:404 +#: extras/models/models.py:469 extras/models/models.py:554 +#: extras/models/models.py:679 extras/models/notifications.py:126 +#: extras/models/scripts.py:30 ipam/models/asns.py:18 ipam/models/fhrp.py:24 +#: ipam/models/services.py:51 ipam/models/services.py:80 +#: ipam/models/vlans.py:38 ipam/models/vlans.py:217 ipam/models/vlans.py:363 +#: ipam/models/vrfs.py:20 ipam/models/vrfs.py:75 netbox/models/__init__.py:142 +#: netbox/models/__init__.py:190 tenancy/models/contacts.py:56 +#: tenancy/models/tenants.py:19 tenancy/models/tenants.py:42 +#: users/models/permissions.py:20 users/models/users.py:28 +#: virtualization/models/clusters.py:52 +#: virtualization/models/virtualmachines.py:71 +#: virtualization/models/virtualmachines.py:276 +#: virtualization/models/virtualmachines.py:310 vpn/models/crypto.py:23 +#: vpn/models/crypto.py:69 vpn/models/crypto.py:128 vpn/models/crypto.py:180 +#: vpn/models/crypto.py:216 vpn/models/l2vpn.py:20 vpn/models/tunnels.py:32 +#: wireless/models.py:53 +msgid "name" +msgstr "" + +#: circuits/models/providers.py:24 +msgid "Full name of the provider" +msgstr "" + +#: circuits/models/providers.py:28 dcim/models/devices.py:89 +#: dcim/models/racks.py:143 dcim/models/sites.py:152 +#: extras/models/models.py:474 ipam/models/asns.py:24 ipam/models/vlans.py:43 +#: netbox/models/__init__.py:146 netbox/models/__init__.py:195 +#: tenancy/models/tenants.py:25 tenancy/models/tenants.py:47 +#: vpn/models/l2vpn.py:26 wireless/models.py:59 +msgid "slug" +msgstr "" + +#: circuits/models/providers.py:42 +msgid "provider" +msgstr "" + +#: circuits/models/providers.py:43 +msgid "providers" +msgstr "" + +#: circuits/models/providers.py:60 +msgid "account ID" +msgstr "" + +#: circuits/models/providers.py:83 +msgid "provider account" +msgstr "" + +#: circuits/models/providers.py:84 +msgid "provider accounts" +msgstr "" + +#: circuits/models/providers.py:110 +msgid "service ID" +msgstr "" + +#: circuits/models/providers.py:121 +msgid "provider network" +msgstr "" + +#: circuits/models/providers.py:122 +msgid "provider networks" +msgstr "" + +#: circuits/models/virtual_circuits.py:28 +msgid "virtual circuit type" +msgstr "" + +#: circuits/models/virtual_circuits.py:29 +msgid "virtual circuit types" +msgstr "" + +#: circuits/models/virtual_circuits.py:99 +msgid "virtual circuit" +msgstr "" + +#: circuits/models/virtual_circuits.py:100 +msgid "virtual circuits" +msgstr "" + +#: circuits/models/virtual_circuits.py:134 ipam/models/ip.py:200 +#: ipam/models/ip.py:765 vpn/models/tunnels.py:109 +msgid "role" +msgstr "" + +#: circuits/models/virtual_circuits.py:152 +msgid "virtual circuit termination" +msgstr "" + +#: circuits/models/virtual_circuits.py:153 +msgid "virtual circuit terminations" +msgstr "" + +#: circuits/tables/circuits.py:30 circuits/tables/circuits.py:168 +#: circuits/tables/providers.py:18 circuits/tables/providers.py:67 +#: circuits/tables/providers.py:97 circuits/tables/virtual_circuits.py:18 +#: core/tables/data.py:17 core/tables/jobs.py:16 core/tables/plugins.py:45 +#: core/tables/tasks.py:12 core/tables/tasks.py:117 dcim/forms/filtersets.py:66 +#: dcim/forms/object_create.py:43 dcim/tables/devices.py:63 +#: dcim/tables/devices.py:107 dcim/tables/devices.py:153 +#: dcim/tables/devices.py:312 dcim/tables/devices.py:425 +#: dcim/tables/devices.py:466 dcim/tables/devices.py:514 +#: dcim/tables/devices.py:568 dcim/tables/devices.py:591 +#: dcim/tables/devices.py:711 dcim/tables/devices.py:794 +#: dcim/tables/devices.py:840 dcim/tables/devices.py:902 +#: dcim/tables/devices.py:971 dcim/tables/devices.py:1036 +#: dcim/tables/devices.py:1055 dcim/tables/devices.py:1084 +#: dcim/tables/devices.py:1114 dcim/tables/devicetypes.py:31 +#: dcim/tables/devicetypes.py:227 dcim/tables/modules.py:17 +#: dcim/tables/power.py:22 dcim/tables/power.py:62 dcim/tables/racks.py:24 +#: dcim/tables/racks.py:117 dcim/tables/sites.py:24 dcim/tables/sites.py:58 +#: dcim/tables/sites.py:92 dcim/tables/sites.py:143 +#: extras/forms/filtersets.py:227 extras/tables/tables.py:64 +#: extras/tables/tables.py:128 extras/tables/tables.py:161 +#: extras/tables/tables.py:186 extras/tables/tables.py:241 +#: extras/tables/tables.py:284 extras/tables/tables.py:314 +#: extras/tables/tables.py:430 extras/tables/tables.py:447 +#: extras/tables/tables.py:470 extras/tables/tables.py:508 +#: extras/tables/tables.py:552 extras/tables/tables.py:594 +#: extras/tables/tables.py:620 ipam/forms/bulk_edit.py:396 +#: ipam/forms/filtersets.py:410 ipam/forms/filtersets.py:496 +#: ipam/tables/asn.py:16 ipam/tables/ip.py:32 ipam/tables/ip.py:107 +#: ipam/tables/services.py:16 ipam/tables/services.py:41 +#: ipam/tables/vlans.py:33 ipam/tables/vlans.py:86 ipam/tables/vlans.py:234 +#: ipam/tables/vrfs.py:26 ipam/tables/vrfs.py:68 +#: templates/circuits/circuitgroup.html:28 +#: templates/circuits/circuittype.html:22 +#: templates/circuits/provideraccount.html:28 +#: templates/circuits/providernetwork.html:24 +#: templates/circuits/virtualcircuittype.html:22 +#: templates/core/datasource.html:34 templates/core/job.html:17 +#: templates/core/plugin.html:54 templates/core/rq_worker.html:43 +#: templates/dcim/consoleport.html:28 templates/dcim/consoleserverport.html:28 +#: templates/dcim/devicebay.html:24 templates/dcim/devicerole.html:26 +#: templates/dcim/frontport.html:28 +#: templates/dcim/inc/interface_vlans_table.html:5 +#: templates/dcim/inc/panels/inventory_items.html:18 +#: templates/dcim/interface.html:38 templates/dcim/interface.html:222 +#: templates/dcim/inventoryitem.html:28 +#: templates/dcim/inventoryitemrole.html:18 templates/dcim/location.html:29 +#: templates/dcim/manufacturer.html:36 templates/dcim/modulebay.html:30 +#: templates/dcim/moduletypeprofile.html:16 templates/dcim/platform.html:29 +#: templates/dcim/poweroutlet.html:28 templates/dcim/powerport.html:28 +#: templates/dcim/rackrole.html:22 templates/dcim/rearport.html:28 +#: templates/dcim/region.html:29 templates/dcim/sitegroup.html:29 +#: templates/dcim/virtualdevicecontext.html:18 +#: templates/extras/configcontext.html:13 +#: templates/extras/configcontextprofile.html:13 +#: templates/extras/configtemplate.html:13 templates/extras/customfield.html:13 +#: templates/extras/customlink.html:13 templates/extras/eventrule.html:13 +#: templates/extras/exporttemplate.html:15 +#: templates/extras/imageattachment.html:17 +#: templates/extras/inc/script_list_content.html:32 +#: templates/extras/notificationgroup.html:14 +#: templates/extras/savedfilter.html:13 templates/extras/tableconfig.html:13 +#: templates/extras/tag.html:14 templates/extras/webhook.html:13 +#: templates/ipam/asnrange.html:15 templates/ipam/fhrpgroup.html:30 +#: templates/ipam/rir.html:22 templates/ipam/role.html:22 +#: templates/ipam/routetarget.html:13 templates/ipam/service.html:26 +#: templates/ipam/servicetemplate.html:15 templates/ipam/vlan.html:35 +#: templates/ipam/vlangroup.html:30 +#: templates/ipam/vlantranslationpolicy.html:14 +#: templates/tenancy/contact.html:35 templates/tenancy/contactgroup.html:21 +#: templates/tenancy/contactrole.html:18 templates/tenancy/tenantgroup.html:29 +#: templates/users/group.html:17 templates/users/objectpermission.html:17 +#: templates/virtualization/cluster.html:13 +#: templates/virtualization/clustergroup.html:22 +#: templates/virtualization/clustertype.html:22 +#: templates/virtualization/virtualdisk.html:25 +#: templates/virtualization/virtualmachine.html:15 +#: templates/virtualization/vminterface.html:25 templates/vpn/ikepolicy.html:13 +#: templates/vpn/ikeproposal.html:13 templates/vpn/ipsecpolicy.html:13 +#: templates/vpn/ipsecprofile.html:13 templates/vpn/ipsecprofile.html:36 +#: templates/vpn/ipsecprofile.html:69 templates/vpn/ipsecproposal.html:13 +#: templates/vpn/l2vpn.html:14 templates/vpn/tunnel.html:21 +#: templates/vpn/tunnelgroup.html:26 +#: templates/wireless/wirelesslangroup.html:29 tenancy/tables/contacts.py:19 +#: tenancy/tables/contacts.py:49 tenancy/tables/contacts.py:64 +#: tenancy/tables/tenants.py:16 tenancy/tables/tenants.py:46 users/tables.py:62 +#: users/tables.py:76 virtualization/forms/bulk_create.py:20 +#: virtualization/forms/object_create.py:13 +#: virtualization/forms/object_create.py:23 +#: virtualization/tables/clusters.py:17 virtualization/tables/clusters.py:39 +#: virtualization/tables/clusters.py:62 +#: virtualization/tables/virtualmachines.py:26 +#: virtualization/tables/virtualmachines.py:109 +#: virtualization/tables/virtualmachines.py:165 vpn/tables/crypto.py:18 +#: vpn/tables/crypto.py:57 vpn/tables/crypto.py:93 vpn/tables/crypto.py:129 +#: vpn/tables/crypto.py:158 vpn/tables/l2vpn.py:23 vpn/tables/tunnels.py:18 +#: vpn/tables/tunnels.py:41 wireless/tables/wirelesslan.py:18 +#: wireless/tables/wirelesslan.py:92 +msgid "Name" +msgstr "" + +#: circuits/tables/circuits.py:39 circuits/tables/circuits.py:174 +#: circuits/tables/providers.py:43 circuits/tables/providers.py:77 +#: circuits/tables/virtual_circuits.py:27 netbox/navigation/menu.py:275 +#: netbox/navigation/menu.py:279 netbox/navigation/menu.py:281 +#: templates/circuits/provider.html:57 +#: templates/circuits/provideraccount.html:48 +#: templates/circuits/providernetwork.html:50 +msgid "Circuits" +msgstr "" + +#: circuits/tables/circuits.py:54 circuits/tables/virtual_circuits.py:42 +#: templates/circuits/circuit.html:26 templates/circuits/virtualcircuit.html:35 +#: templates/dcim/interface.html:174 +msgid "Circuit ID" +msgstr "" + +#: circuits/tables/circuits.py:71 wireless/forms/model_forms.py:165 +msgid "Side A" +msgstr "" + +#: circuits/tables/circuits.py:76 +msgid "Side Z" +msgstr "" + +#: circuits/tables/circuits.py:79 templates/circuits/circuit.html:65 +msgid "Commit Rate" +msgstr "" + +#: circuits/tables/circuits.py:83 circuits/tables/providers.py:46 +#: circuits/tables/providers.py:80 circuits/tables/providers.py:105 +#: circuits/tables/virtual_circuits.py:67 dcim/tables/devices.py:1097 +#: dcim/tables/devicetypes.py:97 dcim/tables/modules.py:27 +#: dcim/tables/modules.py:68 dcim/tables/modules.py:107 dcim/tables/power.py:39 +#: dcim/tables/power.py:96 dcim/tables/racks.py:88 dcim/tables/racks.py:148 +#: dcim/tables/racks.py:236 dcim/tables/sites.py:40 dcim/tables/sites.py:74 +#: dcim/tables/sites.py:121 dcim/tables/sites.py:179 +#: extras/forms/bulk_import.py:303 extras/tables/tables.py:706 +#: ipam/tables/asn.py:69 ipam/tables/fhrp.py:34 ipam/tables/ip.py:83 +#: ipam/tables/ip.py:227 ipam/tables/ip.py:286 ipam/tables/ip.py:355 +#: ipam/tables/services.py:25 ipam/tables/services.py:55 +#: ipam/tables/vlans.py:124 ipam/tables/vrfs.py:47 ipam/tables/vrfs.py:72 +#: templates/dcim/htmx/cable_edit.html:90 templates/generic/bulk_edit.html:86 +#: templates/inc/panels/comments.html:5 tenancy/tables/contacts.py:35 +#: tenancy/tables/contacts.py:76 tenancy/tables/tenants.py:32 +#: tenancy/tables/tenants.py:54 utilities/forms/fields/fields.py:30 +#: virtualization/tables/clusters.py:95 +#: virtualization/tables/virtualmachines.py:52 vpn/tables/crypto.py:37 +#: vpn/tables/crypto.py:74 vpn/tables/crypto.py:109 vpn/tables/crypto.py:140 +#: vpn/tables/crypto.py:173 vpn/tables/l2vpn.py:40 vpn/tables/tunnels.py:62 +#: wireless/tables/wirelesslan.py:31 wireless/tables/wirelesslan.py:70 +msgid "Comments" +msgstr "" + +#: circuits/tables/circuits.py:89 dcim/forms/filtersets.py:1693 +#: templates/tenancy/contact.html:94 tenancy/tables/contacts.py:81 +msgid "Assignments" +msgstr "" + +#: circuits/tables/circuits.py:116 dcim/forms/connections.py:86 +msgid "Side" +msgstr "" + +#: circuits/tables/circuits.py:119 +msgid "Termination Type" +msgstr "" + +#: circuits/tables/circuits.py:122 +msgid "Termination Point" +msgstr "" + +#: circuits/tables/circuits.py:134 dcim/tables/devices.py:168 +#: templates/dcim/sitegroup.html:26 +msgid "Site Group" +msgstr "" + +#: circuits/tables/circuits.py:149 templates/circuits/providernetwork.html:17 +#: templates/circuits/virtualcircuit.html:27 +#: templates/circuits/virtualcircuittermination.html:30 +#: templates/dcim/interface.html:170 +msgid "Provider Network" +msgstr "" + +#: circuits/tables/providers.py:23 +msgid "Accounts" +msgstr "" + +#: circuits/tables/providers.py:28 +msgid "Account Count" +msgstr "" + +#: circuits/tables/providers.py:37 dcim/tables/sites.py:113 +msgid "ASN Count" +msgstr "" + +#: circuits/tables/virtual_circuits.py:64 netbox/navigation/menu.py:235 +#: templates/circuits/virtualcircuit.html:87 templates/vpn/l2vpn.html:60 +#: templates/vpn/tunnel.html:72 vpn/tables/tunnels.py:59 +msgid "Terminations" +msgstr "" + +#: circuits/tables/virtual_circuits.py:108 dcim/forms/bulk_edit.py:812 +#: dcim/forms/bulk_edit.py:1370 dcim/forms/bulk_edit.py:1782 +#: dcim/forms/bulk_edit.py:1841 dcim/forms/bulk_import.py:737 +#: dcim/forms/bulk_import.py:799 dcim/forms/bulk_import.py:825 +#: dcim/forms/bulk_import.py:851 dcim/forms/bulk_import.py:871 +#: dcim/forms/bulk_import.py:927 dcim/forms/bulk_import.py:1087 +#: dcim/forms/bulk_import.py:1135 dcim/forms/bulk_import.py:1152 +#: dcim/forms/bulk_import.py:1164 dcim/forms/bulk_import.py:1212 +#: dcim/forms/bulk_import.py:1334 dcim/forms/bulk_import.py:1730 +#: dcim/forms/connections.py:29 dcim/forms/filtersets.py:140 +#: dcim/forms/filtersets.py:958 dcim/forms/filtersets.py:990 +#: dcim/forms/filtersets.py:1136 dcim/forms/filtersets.py:1328 +#: dcim/forms/filtersets.py:1353 dcim/forms/filtersets.py:1378 +#: dcim/forms/filtersets.py:1398 dcim/forms/filtersets.py:1432 +#: dcim/forms/filtersets.py:1553 dcim/forms/filtersets.py:1578 +#: dcim/forms/filtersets.py:1602 dcim/forms/filtersets.py:1620 +#: dcim/forms/filtersets.py:1637 dcim/forms/filtersets.py:1752 +#: dcim/forms/filtersets.py:1776 dcim/forms/filtersets.py:1800 +#: dcim/forms/model_forms.py:748 dcim/forms/model_forms.py:968 +#: dcim/forms/model_forms.py:1369 dcim/forms/model_forms.py:1854 +#: dcim/forms/model_forms.py:1927 dcim/forms/object_create.py:260 +#: dcim/tables/connections.py:22 dcim/tables/connections.py:41 +#: dcim/tables/connections.py:60 dcim/tables/devices.py:308 +#: dcim/tables/devices.py:403 dcim/tables/devices.py:444 +#: dcim/tables/devices.py:486 dcim/tables/devices.py:536 +#: dcim/tables/devices.py:648 dcim/tables/devices.py:760 +#: dcim/tables/devices.py:816 dcim/tables/devices.py:862 +#: dcim/tables/devices.py:921 dcim/tables/devices.py:989 +#: dcim/tables/devices.py:1118 dcim/tables/modules.py:87 +#: extras/forms/filtersets.py:389 ipam/forms/bulk_import.py:306 +#: ipam/forms/filtersets.py:626 ipam/forms/model_forms.py:334 +#: ipam/tables/vlans.py:159 +#: templates/circuits/virtualcircuittermination.html:56 +#: templates/dcim/consoleport.html:20 templates/dcim/consoleserverport.html:20 +#: templates/dcim/device.html:15 templates/dcim/device.html:136 +#: templates/dcim/device_edit.html:12 templates/dcim/devicebay.html:20 +#: templates/dcim/devicebay.html:48 templates/dcim/frontport.html:20 +#: templates/dcim/interface.html:30 templates/dcim/interface.html:218 +#: templates/dcim/inventoryitem.html:20 templates/dcim/module.html:57 +#: templates/dcim/modulebay.html:20 templates/dcim/poweroutlet.html:20 +#: templates/dcim/powerport.html:20 templates/dcim/rearport.html:20 +#: templates/dcim/virtualchassis.html:55 +#: templates/dcim/virtualchassis_edit.html:55 +#: templates/dcim/virtualdevicecontext.html:22 +#: templates/virtualization/virtualmachine.html:116 +#: templates/vpn/tunneltermination.html:23 +#: templates/wireless/inc/wirelesslink_interface.html:6 +#: virtualization/filtersets.py:133 virtualization/forms/bulk_edit.py:119 +#: virtualization/forms/bulk_import.py:110 +#: virtualization/forms/filtersets.py:134 +#: virtualization/forms/model_forms.py:192 +#: virtualization/tables/virtualmachines.py:41 vpn/choices.py:52 +#: vpn/forms/bulk_import.py:86 vpn/forms/bulk_import.py:288 +#: vpn/forms/filtersets.py:286 vpn/forms/model_forms.py:91 +#: vpn/forms/model_forms.py:126 vpn/forms/model_forms.py:237 +#: vpn/forms/model_forms.py:456 wireless/forms/model_forms.py:104 +#: wireless/forms/model_forms.py:146 wireless/tables/wirelesslan.py:88 +msgid "Device" +msgstr "" + +#: circuits/views.py:394 +#, python-brace-format +msgid "No terminations have been defined for circuit {circuit}." +msgstr "" + +#: circuits/views.py:443 +#, python-brace-format +msgid "Swapped terminations for circuit {circuit}." +msgstr "" + +#: core/api/views.py:52 +msgid "This user does not have permission to synchronize this data source." +msgstr "" + +#: core/apps.py:34 +msgid "Object created" +msgstr "" + +#: core/apps.py:35 +msgid "Object updated" +msgstr "" + +#: core/apps.py:36 +msgid "Object deleted" +msgstr "" + +#: core/apps.py:37 +msgid "Job started" +msgstr "" + +#: core/apps.py:38 +msgid "Job completed" +msgstr "" + +#: core/apps.py:39 +msgid "Job failed" +msgstr "" + +#: core/apps.py:40 +msgid "Job errored" +msgstr "" + +#: core/choices.py:18 +msgid "New" +msgstr "" + +#: core/choices.py:19 core/constants.py:19 core/tables/tasks.py:16 +#: templates/core/rq_task.html:77 +msgid "Queued" +msgstr "" + +#: core/choices.py:20 +msgid "Syncing" +msgstr "" + +#: core/choices.py:21 core/choices.py:57 core/tables/jobs.py:43 +#: templates/core/job.html:59 +msgid "Completed" +msgstr "" + +#: core/choices.py:22 core/choices.py:59 core/constants.py:21 +#: core/tables/tasks.py:35 dcim/choices.py:206 dcim/choices.py:259 +#: dcim/choices.py:1917 dcim/choices.py:2007 virtualization/choices.py:48 +msgid "Failed" +msgstr "" + +#: core/choices.py:35 netbox/navigation/menu.py:359 +#: netbox/navigation/menu.py:363 templates/extras/script/base.html:14 +#: templates/extras/script_list.html:7 templates/extras/script_list.html:12 +#: templates/extras/script_result.html:17 +msgid "Scripts" +msgstr "" + +#: core/choices.py:36 templates/extras/report/base.html:13 +msgid "Reports" +msgstr "" + +#: core/choices.py:54 dcim/choices.py:154 +msgid "Pending" +msgstr "" + +#: core/choices.py:55 core/constants.py:24 core/tables/jobs.py:34 +#: core/tables/tasks.py:39 templates/core/job.html:46 +msgid "Scheduled" +msgstr "" + +#: core/choices.py:56 +msgid "Running" +msgstr "" + +#: core/choices.py:58 +msgid "Errored" +msgstr "" + +#: core/choices.py:82 +msgid "Minutely" +msgstr "" + +#: core/choices.py:83 +msgid "Hourly" +msgstr "" + +#: core/choices.py:84 +msgid "12 hours" +msgstr "" + +#: core/choices.py:85 +msgid "Daily" +msgstr "" + +#: core/choices.py:86 +msgid "Weekly" +msgstr "" + +#: core/choices.py:87 +msgid "30 days" +msgstr "" + +#: core/choices.py:103 core/tables/plugins.py:68 +#: templates/generic/object.html:61 +msgid "Updated" +msgstr "" + +#: core/choices.py:104 +msgid "Deleted" +msgstr "" + +#: core/constants.py:20 core/tables/tasks.py:31 +msgid "Finished" +msgstr "" + +#: core/constants.py:22 core/tables/jobs.py:40 templates/core/job.html:55 +#: templates/extras/htmx/script_result.html:8 +msgid "Started" +msgstr "" + +#: core/constants.py:23 core/tables/tasks.py:27 +msgid "Deferred" +msgstr "" + +#: core/constants.py:25 +msgid "Stopped" +msgstr "" + +#: core/constants.py:26 +msgid "Cancelled" +msgstr "" + +#: core/constants.py:30 extras/choices.py:164 +msgid "Debug" +msgstr "" + +#: core/constants.py:31 extras/choices.py:144 extras/choices.py:165 +msgid "Info" +msgstr "" + +#: core/constants.py:32 extras/choices.py:146 extras/choices.py:167 +msgid "Warning" +msgstr "" + +#: core/constants.py:33 netbox/tables/columns.py:584 templates/core/job.html:26 +msgid "Error" +msgstr "" + +#: core/data_backends.py:32 core/tables/plugins.py:53 +#: templates/core/plugin.html:88 templates/dcim/interface.html:273 +msgid "Local" +msgstr "" + +#: core/data_backends.py:50 core/tables/change_logging.py:20 +#: templates/account/profile.html:13 templates/users/user.html:15 +#: users/tables.py:31 +msgid "Username" +msgstr "" + +#: core/data_backends.py:52 core/data_backends.py:58 +msgid "Only used for cloning with HTTP(S)" +msgstr "" + +#: core/data_backends.py:56 templates/account/base.html:23 +#: templates/account/password.html:12 users/forms/model_forms.py:184 +msgid "Password" +msgstr "" + +#: core/data_backends.py:62 +msgid "Branch" +msgstr "" + +#: core/data_backends.py:120 +#, python-brace-format +msgid "Fetching remote data failed ({name}): {error}" +msgstr "" + +#: core/data_backends.py:133 +msgid "AWS access key ID" +msgstr "" + +#: core/data_backends.py:137 +msgid "AWS secret access key" +msgstr "" + +#: core/filtersets.py:57 extras/filtersets.py:254 extras/filtersets.py:599 +#: extras/filtersets.py:770 extras/filtersets.py:798 +msgid "Data source (ID)" +msgstr "" + +#: core/filtersets.py:63 +msgid "Data source (name)" +msgstr "" + +#: core/filtersets.py:180 dcim/filtersets.py:508 extras/filtersets.py:292 +#: extras/filtersets.py:344 extras/filtersets.py:389 extras/filtersets.py:411 +#: extras/filtersets.py:475 users/filtersets.py:28 +msgid "User (ID)" +msgstr "" + +#: core/filtersets.py:186 +msgid "User name" +msgstr "" + +#: core/forms/bulk_edit.py:26 core/forms/filtersets.py:43 +#: core/tables/data.py:27 dcim/choices.py:1965 dcim/forms/bulk_edit.py:1211 +#: dcim/forms/bulk_edit.py:1492 dcim/forms/filtersets.py:1468 +#: dcim/tables/devices.py:596 dcim/tables/devicetypes.py:231 +#: extras/forms/bulk_edit.py:127 extras/forms/bulk_edit.py:195 +#: extras/forms/bulk_edit.py:223 extras/forms/bulk_edit.py:282 +#: extras/forms/filtersets.py:150 extras/forms/filtersets.py:244 +#: extras/forms/filtersets.py:274 extras/forms/filtersets.py:339 +#: extras/tables/tables.py:168 extras/tables/tables.py:291 +#: extras/tables/tables.py:324 extras/tables/tables.py:484 +#: netbox/preferences.py:33 netbox/preferences.py:56 netbox/preferences.py:81 +#: templates/core/datasource.html:42 templates/dcim/interface.html:61 +#: templates/extras/customlink.html:17 templates/extras/eventrule.html:17 +#: templates/extras/savedfilter.html:25 templates/extras/tableconfig.html:33 +#: templates/users/objectpermission.html:25 +#: templates/virtualization/vminterface.html:29 users/forms/bulk_edit.py:89 +#: users/forms/filtersets.py:70 users/tables.py:83 +#: virtualization/forms/bulk_edit.py:199 virtualization/forms/filtersets.py:223 +msgid "Enabled" +msgstr "" + +#: core/forms/bulk_edit.py:36 core/forms/filtersets.py:50 +#: core/tables/data.py:30 templates/core/datasource.html:50 +msgid "Sync interval" +msgstr "" + +#: core/forms/bulk_edit.py:40 extras/forms/model_forms.py:306 +#: templates/extras/savedfilter.html:56 vpn/forms/filtersets.py:102 +#: vpn/forms/filtersets.py:132 vpn/forms/filtersets.py:156 +#: vpn/forms/filtersets.py:175 vpn/forms/model_forms.py:302 +#: vpn/forms/model_forms.py:323 vpn/forms/model_forms.py:339 +#: vpn/forms/model_forms.py:360 vpn/forms/model_forms.py:383 +msgid "Parameters" +msgstr "" + +#: core/forms/bulk_edit.py:44 templates/core/datasource.html:72 +msgid "Ignore rules" +msgstr "" + +#: core/forms/filtersets.py:30 core/forms/model_forms.py:100 +#: extras/forms/model_forms.py:267 extras/forms/model_forms.py:603 +#: extras/forms/model_forms.py:691 extras/forms/model_forms.py:744 +#: extras/tables/tables.py:206 extras/tables/tables.py:556 +#: extras/tables/tables.py:586 extras/tables/tables.py:624 +#: templates/core/datasource.html:31 templates/core/inc/datafile_panel.html:7 +#: templates/extras/configtemplate.html:37 +#: templates/extras/object_render_config.html:19 +msgid "Data Source" +msgstr "" + +#: core/forms/filtersets.py:60 core/forms/mixins.py:21 +#: templates/extras/imageattachment.html:30 +msgid "File" +msgstr "" + +#: core/forms/filtersets.py:65 core/forms/mixins.py:16 +#: extras/forms/bulk_import.py:164 extras/forms/filtersets.py:179 +#: extras/forms/filtersets.py:370 extras/forms/filtersets.py:401 +#: extras/forms/filtersets.py:488 +msgid "Data source" +msgstr "" + +#: core/forms/filtersets.py:76 extras/forms/filtersets.py:541 +msgid "Creation" +msgstr "" + +#: core/forms/filtersets.py:80 core/forms/filtersets.py:166 +#: extras/forms/filtersets.py:562 extras/tables/tables.py:255 +#: extras/tables/tables.py:318 extras/tables/tables.py:344 +#: extras/tables/tables.py:363 extras/tables/tables.py:395 +#: extras/tables/tables.py:695 templates/core/job.html:11 +#: templates/core/objectchange.html:52 templates/extras/tableconfig.html:21 +#: tenancy/tables/contacts.py:98 vpn/tables/l2vpn.py:62 +msgid "Object Type" +msgstr "" + +#: core/forms/filtersets.py:90 +msgid "Created after" +msgstr "" + +#: core/forms/filtersets.py:95 +msgid "Created before" +msgstr "" + +#: core/forms/filtersets.py:100 +msgid "Scheduled after" +msgstr "" + +#: core/forms/filtersets.py:105 +msgid "Scheduled before" +msgstr "" + +#: core/forms/filtersets.py:110 +msgid "Started after" +msgstr "" + +#: core/forms/filtersets.py:115 +msgid "Started before" +msgstr "" + +#: core/forms/filtersets.py:120 +msgid "Completed after" +msgstr "" + +#: core/forms/filtersets.py:125 +msgid "Completed before" +msgstr "" + +#: core/forms/filtersets.py:132 core/forms/filtersets.py:161 +#: dcim/forms/bulk_edit.py:496 dcim/forms/filtersets.py:476 +#: dcim/forms/model_forms.py:334 extras/forms/filtersets.py:557 +#: extras/forms/filtersets.py:577 extras/tables/tables.py:371 +#: extras/tables/tables.py:411 templates/core/objectchange.html:36 +#: templates/dcim/rackreservation.html:62 templates/extras/savedfilter.html:21 +#: templates/extras/tableconfig.html:29 templates/inc/user_menu.html:33 +#: templates/users/token.html:21 templates/users/user.html:4 +#: templates/users/user.html:12 users/filtersets.py:107 users/filtersets.py:174 +#: users/forms/filtersets.py:84 users/forms/filtersets.py:125 +#: users/forms/model_forms.py:169 users/forms/model_forms.py:206 +#: users/tables.py:19 +msgid "User" +msgstr "" + +#: core/forms/filtersets.py:140 core/tables/change_logging.py:15 +#: core/tables/jobs.py:69 extras/tables/tables.py:733 +#: extras/tables/tables.py:788 templates/core/objectchange.html:32 +msgid "Time" +msgstr "" + +#: core/forms/filtersets.py:145 extras/forms/filtersets.py:546 +msgid "After" +msgstr "" + +#: core/forms/filtersets.py:150 extras/forms/filtersets.py:551 +msgid "Before" +msgstr "" + +#: core/forms/filtersets.py:154 core/tables/change_logging.py:29 +#: extras/forms/model_forms.py:476 templates/core/objectchange.html:46 +#: templates/extras/eventrule.html:71 +msgid "Action" +msgstr "" + +#: core/forms/model_forms.py:55 core/tables/data.py:56 +#: templates/core/datafile.html:21 templates/extras/report/base.html:33 +#: templates/extras/script/base.html:32 +msgid "Source" +msgstr "" + +#: core/forms/model_forms.py:57 templates/core/datasource.html:14 +#: templates/core/datasource.html:20 utilities/templatetags/buttons.py:156 +msgid "Sync" +msgstr "" + +#: core/forms/model_forms.py:61 +msgid "Backend Parameters" +msgstr "" + +#: core/forms/model_forms.py:99 +msgid "File Upload" +msgstr "" + +#: core/forms/model_forms.py:111 +msgid "Cannot upload a file and sync from an existing file" +msgstr "" + +#: core/forms/model_forms.py:113 +msgid "Must upload a file or select a data file to sync" +msgstr "" + +#: core/forms/model_forms.py:156 templates/dcim/rack_elevation_list.html:6 +msgid "Rack Elevations" +msgstr "" + +#: core/forms/model_forms.py:160 dcim/choices.py:1836 +#: dcim/forms/bulk_edit.py:1054 dcim/forms/bulk_edit.py:1446 +#: dcim/forms/bulk_edit.py:1467 dcim/tables/racks.py:161 +#: netbox/navigation/menu.py:313 netbox/navigation/menu.py:317 +msgid "Power" +msgstr "" + +#: core/forms/model_forms.py:162 netbox/navigation/menu.py:161 +#: templates/core/inc/config_data.html:37 +msgid "IPAM" +msgstr "" + +#: core/forms/model_forms.py:163 netbox/navigation/menu.py:239 +#: templates/core/inc/config_data.html:50 vpn/forms/bulk_edit.py:77 +#: vpn/forms/filtersets.py:47 vpn/forms/model_forms.py:62 +#: vpn/forms/model_forms.py:147 +msgid "Security" +msgstr "" + +#: core/forms/model_forms.py:164 templates/core/inc/config_data.html:59 +msgid "Banners" +msgstr "" + +#: core/forms/model_forms.py:165 templates/core/inc/config_data.html:80 +msgid "Pagination" +msgstr "" + +#: core/forms/model_forms.py:166 extras/forms/bulk_edit.py:96 +#: extras/forms/filtersets.py:48 extras/forms/model_forms.py:121 +#: extras/forms/model_forms.py:134 templates/core/inc/config_data.html:93 +msgid "Validation" +msgstr "" + +#: core/forms/model_forms.py:167 templates/account/preferences.html:6 +msgid "User Preferences" +msgstr "" + +#: core/forms/model_forms.py:170 dcim/forms/filtersets.py:769 +#: templates/core/inc/config_data.html:127 users/forms/model_forms.py:75 +msgid "Miscellaneous" +msgstr "" + +#: core/forms/model_forms.py:172 +msgid "Config Revision" +msgstr "" + +#: core/forms/model_forms.py:211 +msgid "This parameter has been defined statically and cannot be modified." +msgstr "" + +#: core/forms/model_forms.py:219 +#, python-brace-format +msgid "Current value: {value}" +msgstr "" + +#: core/forms/model_forms.py:221 +msgid " (default)" +msgstr "" + +#: core/models/change_logging.py:29 +msgid "time" +msgstr "" + +#: core/models/change_logging.py:42 +msgid "user name" +msgstr "" + +#: core/models/change_logging.py:47 +msgid "request ID" +msgstr "" + +#: core/models/change_logging.py:52 +msgid "action" +msgstr "" + +#: core/models/change_logging.py:86 +msgid "message" +msgstr "" + +#: core/models/change_logging.py:92 +msgid "pre-change data" +msgstr "" + +#: core/models/change_logging.py:98 +msgid "post-change data" +msgstr "" + +#: core/models/change_logging.py:112 +msgid "object change" +msgstr "" + +#: core/models/change_logging.py:113 +msgid "object changes" +msgstr "" + +#: core/models/change_logging.py:129 +#, python-brace-format +msgid "Change logging is not supported for this object type ({type})." +msgstr "" + +#: core/models/config.py:21 core/models/data.py:269 core/models/files.py:29 +#: core/models/jobs.py:60 extras/models/models.py:839 +#: extras/models/notifications.py:39 extras/models/notifications.py:195 +#: netbox/models/features.py:61 users/models/tokens.py:34 +msgid "created" +msgstr "" + +#: core/models/config.py:25 +msgid "comment" +msgstr "" + +#: core/models/config.py:32 +msgid "configuration data" +msgstr "" + +#: core/models/config.py:39 +msgid "config revision" +msgstr "" + +#: core/models/config.py:40 +msgid "config revisions" +msgstr "" + +#: core/models/config.py:51 +msgid "Default configuration" +msgstr "" + +#: core/models/config.py:53 +msgid "Current configuration" +msgstr "" + +#: core/models/config.py:54 +#, python-brace-format +msgid "Config revision #{id}" +msgstr "" + +#: core/models/data.py:44 dcim/models/cables.py:44 +#: dcim/models/device_component_templates.py:200 +#: dcim/models/device_component_templates.py:235 +#: dcim/models/device_component_templates.py:271 +#: dcim/models/device_component_templates.py:336 +#: dcim/models/device_component_templates.py:421 +#: dcim/models/device_component_templates.py:520 +#: dcim/models/device_component_templates.py:620 +#: dcim/models/device_components.py:314 dcim/models/device_components.py:341 +#: dcim/models/device_components.py:372 dcim/models/device_components.py:494 +#: dcim/models/device_components.py:711 dcim/models/device_components.py:1058 +#: dcim/models/device_components.py:1129 dcim/models/power.py:100 +#: extras/models/customfields.py:80 extras/models/search.py:41 +#: virtualization/models/clusters.py:57 vpn/models/l2vpn.py:31 +msgid "type" +msgstr "" + +#: core/models/data.py:49 extras/choices.py:37 extras/models/models.py:176 +#: extras/tables/tables.py:798 templates/core/datasource.html:62 +#: templates/core/plugin.html:66 +msgid "URL" +msgstr "" + +#: core/models/data.py:59 dcim/models/device_component_templates.py:426 +#: dcim/models/device_components.py:549 extras/models/models.py:74 +#: extras/models/models.py:313 extras/models/models.py:494 +#: extras/models/models.py:573 users/models/permissions.py:29 +msgid "enabled" +msgstr "" + +#: core/models/data.py:63 +msgid "sync interval" +msgstr "" + +#: core/models/data.py:69 +msgid "ignore rules" +msgstr "" + +#: core/models/data.py:71 +msgid "Patterns (one per line) matching files to ignore when syncing" +msgstr "" + +#: core/models/data.py:74 extras/models/models.py:502 +msgid "parameters" +msgstr "" + +#: core/models/data.py:79 +msgid "last synced" +msgstr "" + +#: core/models/data.py:87 +msgid "data source" +msgstr "" + +#: core/models/data.py:88 +msgid "data sources" +msgstr "" + +#: core/models/data.py:125 +#, python-brace-format +msgid "Unknown backend type: {type}" +msgstr "" + +#: core/models/data.py:167 +msgid "Cannot initiate sync; syncing already in progress." +msgstr "" + +#: core/models/data.py:180 +msgid "" +"There was an error initializing the backend. A dependency needs to be " +"installed: " +msgstr "" + +#: core/models/data.py:273 core/models/files.py:33 netbox/models/features.py:67 +msgid "last updated" +msgstr "" + +#: core/models/data.py:283 dcim/models/cables.py:528 +msgid "path" +msgstr "" + +#: core/models/data.py:286 +msgid "File path relative to the data source's root" +msgstr "" + +#: core/models/data.py:290 ipam/models/ip.py:510 +msgid "size" +msgstr "" + +#: core/models/data.py:293 +msgid "hash" +msgstr "" + +#: core/models/data.py:297 +msgid "Length must be 64 hexadecimal characters." +msgstr "" + +#: core/models/data.py:299 +msgid "SHA256 hash of the file data" +msgstr "" + +#: core/models/data.py:313 +msgid "data file" +msgstr "" + +#: core/models/data.py:314 +msgid "data files" +msgstr "" + +#: core/models/data.py:387 +msgid "auto sync record" +msgstr "" + +#: core/models/data.py:388 +msgid "auto sync records" +msgstr "" + +#: core/models/files.py:39 +msgid "file root" +msgstr "" + +#: core/models/files.py:44 +msgid "file path" +msgstr "" + +#: core/models/files.py:46 +msgid "File path relative to the designated root path" +msgstr "" + +#: core/models/files.py:60 +msgid "managed file" +msgstr "" + +#: core/models/files.py:61 +msgid "managed files" +msgstr "" + +#: core/models/files.py:108 +#, python-brace-format +msgid "A {model} with this file path already exists ({path})." +msgstr "" + +#: core/models/jobs.py:64 +msgid "scheduled" +msgstr "" + +#: core/models/jobs.py:69 +msgid "interval" +msgstr "" + +#: core/models/jobs.py:75 +msgid "Recurrence interval (in minutes)" +msgstr "" + +#: core/models/jobs.py:78 +msgid "started" +msgstr "" + +#: core/models/jobs.py:83 +msgid "completed" +msgstr "" + +#: core/models/jobs.py:101 extras/models/models.py:105 +msgid "data" +msgstr "" + +#: core/models/jobs.py:107 +msgid "error" +msgstr "" + +#: core/models/jobs.py:112 +msgid "job ID" +msgstr "" + +#: core/models/jobs.py:116 +msgid "log entries" +msgstr "" + +#: core/models/jobs.py:132 +msgid "job" +msgstr "" + +#: core/models/jobs.py:133 +msgid "jobs" +msgstr "" + +#: core/models/jobs.py:163 +#, python-brace-format +msgid "Jobs cannot be assigned to this object type ({type})." +msgstr "" + +#: core/models/jobs.py:216 +#, python-brace-format +msgid "Invalid status for job termination. Choices are: {choices}" +msgstr "" + +#: core/models/jobs.py:273 +msgid "" +"enqueue() cannot be called with values for both schedule_at and immediate." +msgstr "" + +#: core/models/object_types.py:188 +msgid "object type" +msgstr "" + +#: core/models/object_types.py:189 extras/models/models.py:56 +msgid "object types" +msgstr "" + +#: core/object_actions.py:15 +msgid "Sync Data" +msgstr "" + +#: core/signals.py:176 +#, python-brace-format +msgid "Deletion is prevented by a protection rule: {message}" +msgstr "" + +#: core/tables/change_logging.py:25 templates/account/profile.html:17 +#: templates/users/user.html:19 +msgid "Full Name" +msgstr "" + +#: core/tables/change_logging.py:37 core/tables/jobs.py:23 extras/choices.py:41 +#: extras/tables/tables.py:258 extras/tables/tables.py:347 +#: extras/tables/tables.py:366 extras/tables/tables.py:398 +#: extras/tables/tables.py:478 extras/tables/tables.py:539 +#: extras/tables/tables.py:700 extras/tables/tables.py:741 +#: extras/tables/tables.py:795 netbox/tables/tables.py:276 +#: templates/core/objectchange.html:58 templates/extras/eventrule.html:78 +#: templates/extras/journalentry.html:18 tenancy/tables/contacts.py:101 +#: vpn/tables/l2vpn.py:67 +msgid "Object" +msgstr "" + +#: core/tables/change_logging.py:42 templates/core/objectchange.html:74 +msgid "Request ID" +msgstr "" + +#: core/tables/change_logging.py:45 core/tables/jobs.py:76 +#: extras/tables/tables.py:744 extras/tables/tables.py:801 +#: templates/core/objectchange.html:68 +msgid "Message" +msgstr "" + +#: core/tables/config.py:21 users/forms/filtersets.py:44 users/tables.py:39 +msgid "Is Active" +msgstr "" + +#: core/tables/data.py:33 +msgid "Last Synced" +msgstr "" + +#: core/tables/data.py:36 templates/core/datasource.html:118 +msgid "Files" +msgstr "" + +#: core/tables/data.py:60 templates/core/datafile.html:25 +msgid "Path" +msgstr "" + +#: core/tables/data.py:64 templates/extras/inc/result_pending.html:7 +msgid "Last updated" +msgstr "" + +#: core/tables/jobs.py:12 core/tables/tasks.py:77 +#: dcim/tables/devicetypes.py:169 extras/tables/tables.py:232 +#: extras/tables/tables.py:529 extras/tables/tables.py:766 +#: netbox/tables/tables.py:222 templates/dcim/virtualchassis_edit.html:56 +#: utilities/forms/forms.py:118 wireless/tables/wirelesslink.py:16 +msgid "ID" +msgstr "" + +#: core/tables/jobs.py:37 +msgid "Interval" +msgstr "" + +#: core/tables/jobs.py:46 +msgid "Log Entries" +msgstr "" + +#: core/tables/jobs.py:73 extras/tables/tables.py:738 +#: extras/tables/tables.py:792 +msgid "Level" +msgstr "" + +#: core/tables/jobs.py:80 +msgid "No log entries" +msgstr "" + +#: core/tables/plugins.py:15 templates/vpn/ipsecprofile.html:44 +#: vpn/forms/bulk_edit.py:141 vpn/forms/bulk_import.py:172 +#: vpn/tables/crypto.py:61 +msgid "Version" +msgstr "" + +#: core/tables/plugins.py:20 templates/core/datafile.html:32 +msgid "Last Updated" +msgstr "" + +#: core/tables/plugins.py:24 +msgid "Minimum NetBox Version" +msgstr "" + +#: core/tables/plugins.py:28 +msgid "Maximum NetBox Version" +msgstr "" + +#: core/tables/plugins.py:32 core/tables/plugins.py:79 +msgid "No plugin data found" +msgstr "" + +#: core/tables/plugins.py:49 templates/core/plugin.html:62 +msgid "Author" +msgstr "" + +#: core/tables/plugins.py:62 templates/core/plugin.html:84 +msgid "Certified" +msgstr "" + +#: core/tables/plugins.py:65 +msgid "Published" +msgstr "" + +#: core/tables/plugins.py:71 +msgid "Installed Version" +msgstr "" + +#: core/tables/plugins.py:75 +msgid "Latest Version" +msgstr "" + +#: core/tables/tasks.py:19 +msgid "Oldest Task" +msgstr "" + +#: core/tables/tasks.py:43 templates/core/rq_worker_list.html:39 +msgid "Workers" +msgstr "" + +#: core/tables/tasks.py:47 vpn/tables/tunnels.py:90 +msgid "Host" +msgstr "" + +#: core/tables/tasks.py:51 ipam/forms/filtersets.py:609 +msgid "Port" +msgstr "" + +#: core/tables/tasks.py:55 +msgid "DB" +msgstr "" + +#: core/tables/tasks.py:59 +msgid "Scheduler PID" +msgstr "" + +#: core/tables/tasks.py:63 +msgid "No queues found" +msgstr "" + +#: core/tables/tasks.py:83 +msgid "Enqueued" +msgstr "" + +#: core/tables/tasks.py:86 +msgid "Ended" +msgstr "" + +#: core/tables/tasks.py:95 templates/core/rq_task.html:85 +msgid "Callable" +msgstr "" + +#: core/tables/tasks.py:99 +msgid "No tasks found" +msgstr "" + +#: core/tables/tasks.py:120 templates/core/rq_worker.html:47 +msgid "State" +msgstr "" + +#: core/tables/tasks.py:123 templates/core/rq_worker.html:51 +msgid "Birth" +msgstr "" + +#: core/tables/tasks.py:126 templates/core/rq_worker.html:59 +msgid "PID" +msgstr "" + +#: core/tables/tasks.py:130 +msgid "No workers found" +msgstr "" + +#: core/utils.py:84 core/utils.py:150 core/views.py:428 +#, python-brace-format +msgid "Job {job_id} not found" +msgstr "" + +#: core/utils.py:102 core/utils.py:118 +#, python-brace-format +msgid "Job {id} not found." +msgstr "" + +#: core/views.py:92 +#, python-brace-format +msgid "Queued job #{id} to sync {datasource}" +msgstr "" + +#: core/views.py:196 templates/extras/htmx/script_result.html:43 +msgid "Log" +msgstr "" + +#: core/views.py:364 +#, python-brace-format +msgid "Restored configuration revision #{id}" +msgstr "" + +#: core/views.py:467 +#, python-brace-format +msgid "Job {id} has been deleted." +msgstr "" + +#: core/views.py:469 +#, python-brace-format +msgid "Error deleting job {id}: {error}" +msgstr "" + +#: core/views.py:478 +#, python-brace-format +msgid "Job {id} has been re-enqueued." +msgstr "" + +#: core/views.py:487 +#, python-brace-format +msgid "Job {id} has been enqueued." +msgstr "" + +#: core/views.py:496 +#, python-brace-format +msgid "Job {id} has been stopped." +msgstr "" + +#: core/views.py:498 +#, python-brace-format +msgid "Failed to stop job {id}" +msgstr "" + +#: core/views.py:652 +msgid "Plugins catalog could not be loaded" +msgstr "" + +#: core/views.py:688 +#, python-brace-format +msgid "Plugin {name} not found" +msgstr "" + +#: dcim/api/serializers_/device_components.py:263 +msgid "Interface mode does not support q-in-q service vlan" +msgstr "" + +#: dcim/api/serializers_/device_components.py:270 +msgid "Interface mode does not support untagged vlan" +msgstr "" + +#: dcim/api/serializers_/device_components.py:275 +#: dcim/api/serializers_/device_components.py:280 +msgid "Interface mode does not support tagged vlans" +msgstr "" + +#: dcim/api/serializers_/devices.py:53 dcim/api/serializers_/devicetypes.py:27 +msgid "Position (U)" +msgstr "" + +#: dcim/api/serializers_/racks.py:113 templates/dcim/rack.html:28 +msgid "Facility ID" +msgstr "" + +#: dcim/choices.py:21 virtualization/choices.py:21 +msgid "Staging" +msgstr "" + +#: dcim/choices.py:23 dcim/choices.py:208 dcim/choices.py:260 +#: dcim/choices.py:1859 dcim/choices.py:2008 virtualization/choices.py:23 +#: virtualization/choices.py:49 vpn/choices.py:282 +msgid "Decommissioning" +msgstr "" + +#: dcim/choices.py:24 +msgid "Retired" +msgstr "" + +#: dcim/choices.py:65 +msgid "2-post frame" +msgstr "" + +#: dcim/choices.py:66 +msgid "4-post frame" +msgstr "" + +#: dcim/choices.py:67 +msgid "4-post cabinet" +msgstr "" + +#: dcim/choices.py:68 +msgid "Wall-mounted frame" +msgstr "" + +#: dcim/choices.py:69 +msgid "Wall-mounted frame (vertical)" +msgstr "" + +#: dcim/choices.py:70 +msgid "Wall-mounted cabinet" +msgstr "" + +#: dcim/choices.py:71 +msgid "Wall-mounted cabinet (vertical)" +msgstr "" + +#: dcim/choices.py:83 dcim/choices.py:84 dcim/choices.py:85 dcim/choices.py:86 +#, python-brace-format +msgid "{n} inches" +msgstr "" + +#: dcim/choices.py:100 ipam/choices.py:32 ipam/choices.py:50 ipam/choices.py:70 +#: ipam/choices.py:155 wireless/choices.py:26 +msgid "Reserved" +msgstr "" + +#: dcim/choices.py:101 templates/dcim/device.html:265 +#: utilities/templates/widgets/splitmultiselect.html:5 +msgid "Available" +msgstr "" + +#: dcim/choices.py:104 ipam/choices.py:33 ipam/choices.py:51 ipam/choices.py:71 +#: ipam/choices.py:156 wireless/choices.py:28 +msgid "Deprecated" +msgstr "" + +#: dcim/choices.py:114 templates/dcim/inc/panels/racktype_dimensions.html:51 +msgid "Millimeters" +msgstr "" + +#: dcim/choices.py:115 dcim/choices.py:1881 +msgid "Inches" +msgstr "" + +#: dcim/choices.py:137 dcim/choices.py:227 dcim/choices.py:275 +msgid "Front to rear" +msgstr "" + +#: dcim/choices.py:138 dcim/choices.py:228 dcim/choices.py:276 +msgid "Rear to front" +msgstr "" + +#: dcim/choices.py:156 +msgid "Stale" +msgstr "" + +#: dcim/choices.py:170 dcim/forms/bulk_edit.py:76 dcim/forms/bulk_edit.py:96 +#: dcim/forms/bulk_edit.py:188 dcim/forms/bulk_edit.py:668 +#: dcim/forms/bulk_edit.py:702 dcim/forms/bulk_edit.py:1497 +#: dcim/forms/bulk_import.py:64 dcim/forms/bulk_import.py:78 +#: dcim/forms/bulk_import.py:141 dcim/forms/bulk_import.py:502 +#: dcim/forms/bulk_import.py:530 dcim/forms/bulk_import.py:656 +#: dcim/forms/bulk_import.py:932 dcim/forms/bulk_import.py:1229 +#: dcim/forms/filtersets.py:243 dcim/forms/filtersets.py:721 +#: dcim/forms/filtersets.py:732 dcim/forms/model_forms.py:80 +#: dcim/forms/model_forms.py:100 dcim/forms/model_forms.py:180 +#: dcim/forms/model_forms.py:519 dcim/forms/model_forms.py:541 +#: dcim/forms/model_forms.py:1220 dcim/forms/model_forms.py:1689 +#: dcim/forms/object_import.py:177 dcim/tables/devices.py:67 +#: dcim/tables/devices.py:111 dcim/tables/devices.py:719 +#: dcim/tables/devices.py:929 dcim/tables/devices.py:1016 +#: dcim/tables/devices.py:1175 dcim/tables/sites.py:28 dcim/tables/sites.py:62 +#: dcim/tables/sites.py:147 ipam/forms/bulk_import.py:578 +#: ipam/forms/model_forms.py:770 ipam/tables/fhrp.py:59 ipam/tables/ip.py:336 +#: ipam/tables/services.py:45 templates/dcim/devicerole.html:34 +#: templates/dcim/interface.html:108 templates/dcim/interface.html:366 +#: templates/dcim/location.html:41 templates/dcim/platform.html:37 +#: templates/dcim/region.html:37 templates/dcim/sitegroup.html:37 +#: templates/ipam/service.html:30 templates/tenancy/contactgroup.html:29 +#: templates/tenancy/tenantgroup.html:37 +#: templates/virtualization/vminterface.html:39 +#: templates/wireless/wirelesslangroup.html:37 tenancy/forms/bulk_edit.py:27 +#: tenancy/forms/bulk_edit.py:67 tenancy/forms/bulk_import.py:25 +#: tenancy/forms/bulk_import.py:59 tenancy/forms/model_forms.py:25 +#: tenancy/forms/model_forms.py:69 tenancy/tables/contacts.py:23 +#: tenancy/tables/tenants.py:20 virtualization/forms/bulk_edit.py:189 +#: virtualization/forms/bulk_import.py:162 +#: virtualization/tables/virtualmachines.py:132 wireless/forms/bulk_edit.py:26 +#: wireless/forms/bulk_import.py:23 wireless/forms/model_forms.py:23 +#: wireless/tables/wirelesslan.py:22 +msgid "Parent" +msgstr "" + +#: dcim/choices.py:171 +msgid "Child" +msgstr "" + +#: dcim/choices.py:185 templates/dcim/device.html:355 +#: templates/dcim/rack.html:133 templates/dcim/rack_elevation_list.html:20 +#: templates/dcim/rackreservation.html:80 +msgid "Front" +msgstr "" + +#: dcim/choices.py:186 templates/dcim/device.html:361 +#: templates/dcim/rack.html:139 templates/dcim/rack_elevation_list.html:21 +#: templates/dcim/rackreservation.html:86 +msgid "Rear" +msgstr "" + +#: dcim/choices.py:205 dcim/choices.py:258 dcim/choices.py:2006 +#: virtualization/choices.py:47 +msgid "Staged" +msgstr "" + +#: dcim/choices.py:207 +msgid "Inventory" +msgstr "" + +#: dcim/choices.py:229 dcim/choices.py:277 +msgid "Left to right" +msgstr "" + +#: dcim/choices.py:230 dcim/choices.py:278 +msgid "Right to left" +msgstr "" + +#: dcim/choices.py:231 dcim/choices.py:279 +msgid "Side to rear" +msgstr "" + +#: dcim/choices.py:232 +msgid "Rear to side" +msgstr "" + +#: dcim/choices.py:233 +msgid "Bottom to top" +msgstr "" + +#: dcim/choices.py:234 +msgid "Top to bottom" +msgstr "" + +#: dcim/choices.py:235 dcim/choices.py:280 dcim/choices.py:1562 +msgid "Passive" +msgstr "" + +#: dcim/choices.py:236 +msgid "Mixed" +msgstr "" + +#: dcim/choices.py:508 dcim/choices.py:761 +msgid "NEMA (Non-locking)" +msgstr "" + +#: dcim/choices.py:530 dcim/choices.py:783 +msgid "NEMA (Locking)" +msgstr "" + +#: dcim/choices.py:554 dcim/choices.py:807 +msgid "California Style" +msgstr "" + +#: dcim/choices.py:562 +msgid "International/ITA" +msgstr "" + +#: dcim/choices.py:598 dcim/choices.py:843 +msgid "Proprietary" +msgstr "" + +#: dcim/choices.py:606 dcim/choices.py:853 dcim/choices.py:1474 +#: dcim/choices.py:1476 dcim/choices.py:1712 dcim/choices.py:1714 +#: netbox/navigation/menu.py:209 +msgid "Other" +msgstr "" + +#: dcim/choices.py:815 +msgid "ITA/International" +msgstr "" + +#: dcim/choices.py:883 +msgid "Physical" +msgstr "" + +#: dcim/choices.py:884 dcim/choices.py:1151 +msgid "Virtual" +msgstr "" + +#: dcim/choices.py:885 dcim/choices.py:1351 dcim/forms/bulk_edit.py:1652 +#: dcim/forms/filtersets.py:1427 dcim/forms/model_forms.py:1130 +#: dcim/forms/model_forms.py:1583 netbox/navigation/menu.py:147 +#: netbox/navigation/menu.py:151 templates/dcim/interface.html:267 +msgid "Wireless" +msgstr "" + +#: dcim/choices.py:1149 +msgid "Virtual interfaces" +msgstr "" + +#: dcim/choices.py:1152 dcim/forms/bulk_edit.py:1505 +#: dcim/forms/bulk_import.py:939 dcim/forms/model_forms.py:1112 +#: dcim/tables/devices.py:723 templates/dcim/interface.html:112 +#: templates/virtualization/vminterface.html:43 +#: virtualization/forms/bulk_edit.py:194 +#: virtualization/forms/bulk_import.py:169 +#: virtualization/tables/virtualmachines.py:136 +msgid "Bridge" +msgstr "" + +#: dcim/choices.py:1153 +msgid "Link Aggregation Group (LAG)" +msgstr "" + +#: dcim/choices.py:1157 +msgid "FastEthernet (100 Mbps)" +msgstr "" + +#: dcim/choices.py:1166 +msgid "GigabitEthernet (1 Gbps)" +msgstr "" + +#: dcim/choices.py:1184 +msgid "2.5/5 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1191 +msgid "10 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1206 +msgid "25 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1216 +msgid "40 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1226 +msgid "50 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1236 +msgid "100 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1257 +msgid "200 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1271 +msgid "400 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1289 +msgid "800 Gbps Ethernet" +msgstr "" + +#: dcim/choices.py:1298 +msgid "Pluggable transceivers" +msgstr "" + +#: dcim/choices.py:1335 +msgid "Backplane Ethernet" +msgstr "" + +#: dcim/choices.py:1367 +msgid "Cellular" +msgstr "" + +#: dcim/choices.py:1419 dcim/forms/filtersets.py:392 +#: dcim/forms/filtersets.py:846 dcim/forms/filtersets.py:1048 +#: dcim/forms/filtersets.py:1651 templates/dcim/inventoryitem.html:56 +#: templates/dcim/virtualchassis_edit.html:58 +msgid "Serial" +msgstr "" + +#: dcim/choices.py:1434 +msgid "Coaxial" +msgstr "" + +#: dcim/choices.py:1455 +msgid "Stacking" +msgstr "" + +#: dcim/choices.py:1507 +msgid "Half" +msgstr "" + +#: dcim/choices.py:1508 +msgid "Full" +msgstr "" + +#: dcim/choices.py:1509 netbox/preferences.py:42 wireless/choices.py:480 +msgid "Auto" +msgstr "" + +#: dcim/choices.py:1521 +msgid "Access" +msgstr "" + +#: dcim/choices.py:1522 ipam/tables/vlans.py:151 ipam/tables/vlans.py:196 +#: templates/dcim/inc/interface_vlans_table.html:7 +msgid "Tagged" +msgstr "" + +#: dcim/choices.py:1523 +msgid "Tagged (All)" +msgstr "" + +#: dcim/choices.py:1524 templates/ipam/vlan_edit.html:26 +msgid "Q-in-Q (802.1ad)" +msgstr "" + +#: dcim/choices.py:1553 +msgid "IEEE Standard" +msgstr "" + +#: dcim/choices.py:1564 +msgid "Passive 24V (2-pair)" +msgstr "" + +#: dcim/choices.py:1565 +msgid "Passive 24V (4-pair)" +msgstr "" + +#: dcim/choices.py:1566 +msgid "Passive 48V (2-pair)" +msgstr "" + +#: dcim/choices.py:1567 +msgid "Passive 48V (4-pair)" +msgstr "" + +#: dcim/choices.py:1640 +msgid "Copper" +msgstr "" + +#: dcim/choices.py:1663 +msgid "Fiber Optic" +msgstr "" + +#: dcim/choices.py:1699 dcim/choices.py:1842 +msgid "USB" +msgstr "" + +#: dcim/choices.py:1777 +msgid "Copper - Twisted Pair (UTP/STP)" +msgstr "" + +#: dcim/choices.py:1791 +msgid "Copper - Twinax (DAC)" +msgstr "" + +#: dcim/choices.py:1798 +msgid "Copper - Coaxial" +msgstr "" + +#: dcim/choices.py:1813 +msgid "Fiber - Multimode" +msgstr "" + +#: dcim/choices.py:1824 +msgid "Fiber - Single-mode" +msgstr "" + +#: dcim/choices.py:1832 +msgid "Fiber - Other" +msgstr "" + +#: dcim/choices.py:1857 dcim/forms/filtersets.py:1312 +msgid "Connected" +msgstr "" + +#: dcim/choices.py:1876 netbox/choices.py:177 +msgid "Kilometers" +msgstr "" + +#: dcim/choices.py:1877 netbox/choices.py:178 +#: templates/dcim/cable_trace.html:65 +msgid "Meters" +msgstr "" + +#: dcim/choices.py:1878 +msgid "Centimeters" +msgstr "" + +#: dcim/choices.py:1879 netbox/choices.py:179 +msgid "Miles" +msgstr "" + +#: dcim/choices.py:1880 netbox/choices.py:180 +#: templates/dcim/cable_trace.html:66 +msgid "Feet" +msgstr "" + +#: dcim/choices.py:1928 +msgid "Redundant" +msgstr "" + +#: dcim/choices.py:1949 +msgid "Single phase" +msgstr "" + +#: dcim/choices.py:1950 +msgid "Three-phase" +msgstr "" + +#: dcim/choices.py:1966 extras/choices.py:53 netbox/preferences.py:32 +#: netbox/preferences.py:55 netbox/preferences.py:80 +#: templates/extras/customfield.html:78 vpn/choices.py:20 +#: wireless/choices.py:27 +msgid "Disabled" +msgstr "" + +#: dcim/choices.py:1967 +msgid "Faulty" +msgstr "" + +#: dcim/fields.py:48 +#, python-brace-format +msgid "Invalid MAC address format: {value}" +msgstr "" + +#: dcim/fields.py:77 +#, python-brace-format +msgid "Invalid WWN format: {value}" +msgstr "" + +#: dcim/filtersets.py:89 +msgid "Parent region (ID)" +msgstr "" + +#: dcim/filtersets.py:95 +msgid "Parent region (slug)" +msgstr "" + +#: dcim/filtersets.py:119 +msgid "Parent site group (ID)" +msgstr "" + +#: dcim/filtersets.py:125 +msgid "Parent site group (slug)" +msgstr "" + +#: dcim/filtersets.py:167 extras/filtersets.py:422 ipam/filtersets.py:838 +#: ipam/filtersets.py:976 +msgid "Group (ID)" +msgstr "" + +#: dcim/filtersets.py:173 +msgid "Group (slug)" +msgstr "" + +#: dcim/filtersets.py:179 dcim/filtersets.py:184 +msgid "AS (ID)" +msgstr "" + +#: dcim/filtersets.py:249 +msgid "Parent location (ID)" +msgstr "" + +#: dcim/filtersets.py:255 +msgid "Parent location (slug)" +msgstr "" + +#: dcim/filtersets.py:299 dcim/filtersets.py:384 dcim/filtersets.py:546 +#: dcim/filtersets.py:714 dcim/filtersets.py:918 dcim/filtersets.py:1015 +#: dcim/filtersets.py:1055 dcim/filtersets.py:1400 dcim/filtersets.py:2196 +msgid "Manufacturer (ID)" +msgstr "" + +#: dcim/filtersets.py:305 dcim/filtersets.py:390 dcim/filtersets.py:552 +#: dcim/filtersets.py:720 dcim/filtersets.py:924 dcim/filtersets.py:1021 +#: dcim/filtersets.py:1061 dcim/filtersets.py:1406 dcim/filtersets.py:2202 +msgid "Manufacturer (slug)" +msgstr "" + +#: dcim/filtersets.py:396 +msgid "Rack type (slug)" +msgstr "" + +#: dcim/filtersets.py:400 +msgid "Rack type (ID)" +msgstr "" + +#: dcim/filtersets.py:414 dcim/filtersets.py:928 dcim/filtersets.py:1077 +#: dcim/filtersets.py:2206 ipam/filtersets.py:376 ipam/filtersets.py:488 +#: ipam/filtersets.py:986 virtualization/filtersets.py:177 +msgid "Role (ID)" +msgstr "" + +#: dcim/filtersets.py:420 dcim/filtersets.py:934 dcim/filtersets.py:1084 +#: dcim/filtersets.py:2212 extras/filtersets.py:695 ipam/filtersets.py:382 +#: ipam/filtersets.py:494 ipam/filtersets.py:992 +#: virtualization/filtersets.py:184 +msgid "Role (slug)" +msgstr "" + +#: dcim/filtersets.py:450 dcim/filtersets.py:1156 dcim/filtersets.py:1476 +#: dcim/filtersets.py:1574 dcim/filtersets.py:2604 +msgid "Rack (ID)" +msgstr "" + +#: dcim/filtersets.py:514 extras/filtersets.py:298 extras/filtersets.py:350 +#: extras/filtersets.py:395 extras/filtersets.py:417 extras/filtersets.py:481 +#: users/filtersets.py:113 users/filtersets.py:180 +msgid "User (name)" +msgstr "" + +#: dcim/filtersets.py:558 +msgid "Default platform (ID)" +msgstr "" + +#: dcim/filtersets.py:565 +msgid "Default platform (slug)" +msgstr "" + +#: dcim/filtersets.py:568 dcim/forms/filtersets.py:531 +msgid "Has a front image" +msgstr "" + +#: dcim/filtersets.py:572 dcim/forms/filtersets.py:538 +msgid "Has a rear image" +msgstr "" + +#: dcim/filtersets.py:577 dcim/filtersets.py:724 dcim/filtersets.py:1225 +#: dcim/forms/filtersets.py:545 dcim/forms/filtersets.py:654 +#: dcim/forms/filtersets.py:885 +msgid "Has console ports" +msgstr "" + +#: dcim/filtersets.py:581 dcim/filtersets.py:728 dcim/filtersets.py:1229 +#: dcim/forms/filtersets.py:552 dcim/forms/filtersets.py:661 +#: dcim/forms/filtersets.py:892 +msgid "Has console server ports" +msgstr "" + +#: dcim/filtersets.py:585 dcim/filtersets.py:732 dcim/filtersets.py:1233 +#: dcim/forms/filtersets.py:559 dcim/forms/filtersets.py:668 +#: dcim/forms/filtersets.py:899 +msgid "Has power ports" +msgstr "" + +#: dcim/filtersets.py:589 dcim/filtersets.py:736 dcim/filtersets.py:1237 +#: dcim/forms/filtersets.py:566 dcim/forms/filtersets.py:675 +#: dcim/forms/filtersets.py:906 +msgid "Has power outlets" +msgstr "" + +#: dcim/filtersets.py:593 dcim/filtersets.py:740 dcim/filtersets.py:1241 +#: dcim/forms/filtersets.py:573 dcim/forms/filtersets.py:682 +#: dcim/forms/filtersets.py:913 +msgid "Has interfaces" +msgstr "" + +#: dcim/filtersets.py:597 dcim/filtersets.py:744 dcim/filtersets.py:1245 +#: dcim/forms/filtersets.py:580 dcim/forms/filtersets.py:689 +#: dcim/forms/filtersets.py:920 +msgid "Has pass-through ports" +msgstr "" + +#: dcim/filtersets.py:601 dcim/filtersets.py:1249 dcim/forms/filtersets.py:594 +msgid "Has module bays" +msgstr "" + +#: dcim/filtersets.py:605 dcim/filtersets.py:1253 dcim/forms/filtersets.py:587 +msgid "Has device bays" +msgstr "" + +#: dcim/filtersets.py:609 dcim/forms/filtersets.py:601 +msgid "Has inventory items" +msgstr "" + +#: dcim/filtersets.py:704 extras/filtersets.py:629 +msgid "Profile (ID)" +msgstr "" + +#: dcim/filtersets.py:710 extras/filtersets.py:635 +msgid "Profile (name)" +msgstr "" + +#: dcim/filtersets.py:792 dcim/filtersets.py:1071 dcim/filtersets.py:1595 +msgid "Device type (ID)" +msgstr "" + +#: dcim/filtersets.py:808 dcim/filtersets.py:1411 +msgid "Module type (ID)" +msgstr "" + +#: dcim/filtersets.py:840 dcim/filtersets.py:1761 +msgid "Power port (ID)" +msgstr "" + +#: dcim/filtersets.py:914 dcim/filtersets.py:2192 +msgid "Parent inventory item (ID)" +msgstr "" + +#: dcim/filtersets.py:957 dcim/filtersets.py:1029 dcim/filtersets.py:1221 +#: virtualization/filtersets.py:209 +msgid "Config template (ID)" +msgstr "" + +#: dcim/filtersets.py:961 dcim/filtersets.py:973 +msgid "Parent device role (ID)" +msgstr "" + +#: dcim/filtersets.py:967 dcim/filtersets.py:980 +msgid "Parent device role (slug)" +msgstr "" + +#: dcim/filtersets.py:991 +msgid "Immediate parent platform (ID)" +msgstr "" + +#: dcim/filtersets.py:997 +msgid "Immediate parent platform (slug)" +msgstr "" + +#: dcim/filtersets.py:1003 +msgid "Parent platform (ID)" +msgstr "" + +#: dcim/filtersets.py:1010 +msgid "Parent platform (slug)" +msgstr "" + +#: dcim/filtersets.py:1067 +msgid "Device type (slug)" +msgstr "" + +#: dcim/filtersets.py:1089 +msgid "Parent Device (ID)" +msgstr "" + +#: dcim/filtersets.py:1095 virtualization/filtersets.py:190 +msgid "Platform (ID)" +msgstr "" + +#: dcim/filtersets.py:1102 extras/filtersets.py:706 +#: virtualization/filtersets.py:197 +msgid "Platform (slug)" +msgstr "" + +#: dcim/filtersets.py:1138 dcim/filtersets.py:1460 dcim/filtersets.py:1558 +#: dcim/filtersets.py:2294 dcim/filtersets.py:2536 dcim/filtersets.py:2595 +msgid "Site name (slug)" +msgstr "" + +#: dcim/filtersets.py:1161 +msgid "Parent bay (ID)" +msgstr "" + +#: dcim/filtersets.py:1165 +msgid "VM cluster (ID)" +msgstr "" + +#: dcim/filtersets.py:1171 extras/filtersets.py:728 +#: virtualization/filtersets.py:102 +msgid "Cluster group (slug)" +msgstr "" + +#: dcim/filtersets.py:1176 virtualization/filtersets.py:96 +msgid "Cluster group (ID)" +msgstr "" + +#: dcim/filtersets.py:1182 +msgid "Device model (slug)" +msgstr "" + +#: dcim/filtersets.py:1193 dcim/forms/bulk_edit.py:556 +msgid "Is full depth" +msgstr "" + +#: dcim/filtersets.py:1197 dcim/forms/filtersets.py:855 +#: dcim/forms/filtersets.py:1483 dcim/forms/filtersets.py:1699 +#: dcim/forms/model_forms.py:1900 dcim/models/devices.py:1303 +#: dcim/models/devices.py:1323 virtualization/filtersets.py:201 +#: virtualization/filtersets.py:273 virtualization/forms/filtersets.py:178 +#: virtualization/forms/filtersets.py:231 +msgid "MAC address" +msgstr "" + +#: dcim/filtersets.py:1204 dcim/filtersets.py:1368 dcim/forms/filtersets.py:864 +#: dcim/forms/filtersets.py:967 virtualization/filtersets.py:205 +#: virtualization/forms/filtersets.py:182 +msgid "Has a primary IP" +msgstr "" + +#: dcim/filtersets.py:1208 +msgid "Has an out-of-band IP" +msgstr "" + +#: dcim/filtersets.py:1213 +msgid "Virtual chassis (ID)" +msgstr "" + +#: dcim/filtersets.py:1217 +msgid "Is a virtual chassis member" +msgstr "" + +#: dcim/filtersets.py:1258 +msgid "OOB IP (ID)" +msgstr "" + +#: dcim/filtersets.py:1262 +msgid "Has virtual device context" +msgstr "" + +#: dcim/filtersets.py:1351 +msgid "VDC (ID)" +msgstr "" + +#: dcim/filtersets.py:1356 +msgid "Device model" +msgstr "" + +#: dcim/filtersets.py:1417 +msgid "Module type (model)" +msgstr "" + +#: dcim/filtersets.py:1423 +msgid "Module bay (ID)" +msgstr "" + +#: dcim/filtersets.py:1482 dcim/filtersets.py:1580 +msgid "Rack (name)" +msgstr "" + +#: dcim/filtersets.py:1486 dcim/filtersets.py:1584 dcim/filtersets.py:1786 +#: ipam/filtersets.py:607 ipam/filtersets.py:848 ipam/filtersets.py:1165 +#: virtualization/filtersets.py:127 vpn/filtersets.py:383 +msgid "Device (ID)" +msgstr "" + +#: dcim/filtersets.py:1492 dcim/filtersets.py:1590 dcim/filtersets.py:1781 +#: ipam/filtersets.py:602 ipam/filtersets.py:843 ipam/filtersets.py:1160 +#: vpn/filtersets.py:378 +msgid "Device (name)" +msgstr "" + +#: dcim/filtersets.py:1601 +msgid "Device type (model)" +msgstr "" + +#: dcim/filtersets.py:1606 +msgid "Device role (ID)" +msgstr "" + +#: dcim/filtersets.py:1612 +msgid "Device role (slug)" +msgstr "" + +#: dcim/filtersets.py:1617 +msgid "Virtual Chassis (ID)" +msgstr "" + +#: dcim/filtersets.py:1623 dcim/forms/filtersets.py:112 +#: dcim/forms/object_create.py:430 dcim/tables/devices.py:229 +#: netbox/navigation/menu.py:79 templates/dcim/device.html:31 +#: templates/dcim/device.html:126 templates/dcim/device_edit.html:95 +#: templates/dcim/virtualchassis.html:10 +#: templates/dcim/virtualchassis_edit.html:28 +msgid "Virtual Chassis" +msgstr "" + +#: dcim/filtersets.py:1632 dcim/filtersets.py:2299 tenancy/filtersets.py:250 +msgid "Tenant (ID)" +msgstr "" + +#: dcim/filtersets.py:1638 dcim/filtersets.py:2305 extras/filtersets.py:755 +#: tenancy/filtersets.py:256 +msgid "Tenant (slug)" +msgstr "" + +#: dcim/filtersets.py:1658 +msgid "Module (ID)" +msgstr "" + +#: dcim/filtersets.py:1665 +msgid "Cable (ID)" +msgstr "" + +#: dcim/filtersets.py:1791 ipam/filtersets.py:612 ipam/filtersets.py:853 +#: ipam/filtersets.py:1170 vpn/filtersets.py:389 +msgid "Virtual machine (name)" +msgstr "" + +#: dcim/filtersets.py:1796 ipam/filtersets.py:617 ipam/filtersets.py:858 +#: ipam/filtersets.py:1175 virtualization/filtersets.py:253 +#: virtualization/filtersets.py:304 vpn/filtersets.py:394 +msgid "Virtual machine (ID)" +msgstr "" + +#: dcim/filtersets.py:1802 ipam/filtersets.py:623 vpn/filtersets.py:98 +#: vpn/filtersets.py:400 +msgid "Interface (name)" +msgstr "" + +#: dcim/filtersets.py:1813 ipam/filtersets.py:634 vpn/filtersets.py:109 +#: vpn/filtersets.py:411 +msgid "VM interface (name)" +msgstr "" + +#: dcim/filtersets.py:1818 ipam/filtersets.py:639 vpn/filtersets.py:114 +msgid "VM interface (ID)" +msgstr "" + +#: dcim/filtersets.py:1822 ipam/filtersets.py:652 +msgid "Is assigned" +msgstr "" + +#: dcim/filtersets.py:1826 dcim/forms/bulk_import.py:1355 +#: ipam/forms/bulk_import.py:334 +msgid "Is primary" +msgstr "" + +#: dcim/filtersets.py:1891 templates/dcim/interface.html:81 +#: templates/virtualization/vminterface.html:55 +#: virtualization/forms/model_forms.py:393 +msgid "802.1Q Mode" +msgstr "" + +#: dcim/filtersets.py:1895 ipam/forms/bulk_import.py:192 +#: vpn/forms/bulk_import.py:313 +msgid "Assigned VLAN" +msgstr "" + +#: dcim/filtersets.py:1899 +msgid "Assigned VID" +msgstr "" + +#: dcim/filtersets.py:1904 dcim/forms/bulk_edit.py:1618 +#: dcim/forms/bulk_import.py:1024 dcim/forms/filtersets.py:1536 +#: dcim/forms/model_forms.py:1549 dcim/models/device_components.py:810 +#: dcim/tables/devices.py:677 ipam/filtersets.py:335 ipam/filtersets.py:346 +#: ipam/filtersets.py:478 ipam/filtersets.py:579 ipam/filtersets.py:590 +#: ipam/forms/bulk_edit.py:226 ipam/forms/bulk_edit.py:282 +#: ipam/forms/bulk_edit.py:329 ipam/forms/bulk_import.py:160 +#: ipam/forms/bulk_import.py:245 ipam/forms/bulk_import.py:281 +#: ipam/forms/filtersets.py:69 ipam/forms/filtersets.py:180 +#: ipam/forms/filtersets.py:332 ipam/forms/model_forms.py:66 +#: ipam/forms/model_forms.py:209 ipam/forms/model_forms.py:257 +#: ipam/forms/model_forms.py:311 ipam/forms/model_forms.py:475 +#: ipam/forms/model_forms.py:489 ipam/forms/model_forms.py:503 +#: ipam/models/ip.py:223 ipam/models/ip.py:519 ipam/models/ip.py:748 +#: ipam/models/vrfs.py:61 ipam/tables/ip.py:189 ipam/tables/ip.py:262 +#: ipam/tables/ip.py:318 ipam/tables/ip.py:418 +#: templates/dcim/interface.html:152 templates/ipam/ipaddress.html:18 +#: templates/ipam/iprange.html:47 templates/ipam/prefix.html:19 +#: templates/ipam/vrf.html:7 templates/ipam/vrf.html:13 +#: templates/virtualization/vminterface.html:90 +#: virtualization/forms/bulk_edit.py:243 +#: virtualization/forms/bulk_import.py:216 +#: virtualization/forms/filtersets.py:236 +#: virtualization/forms/model_forms.py:366 +#: virtualization/models/virtualmachines.py:336 +#: virtualization/tables/virtualmachines.py:113 +msgid "VRF" +msgstr "" + +#: dcim/filtersets.py:1910 ipam/filtersets.py:341 ipam/filtersets.py:352 +#: ipam/filtersets.py:484 ipam/filtersets.py:585 ipam/filtersets.py:596 +msgid "VRF (RD)" +msgstr "" + +#: dcim/filtersets.py:1915 ipam/filtersets.py:1024 vpn/filtersets.py:346 +msgid "L2VPN (ID)" +msgstr "" + +#: dcim/filtersets.py:1921 dcim/forms/filtersets.py:1541 +#: dcim/tables/devices.py:613 ipam/filtersets.py:1030 +#: ipam/forms/filtersets.py:592 ipam/tables/vlans.py:116 +#: templates/dcim/interface.html:99 templates/ipam/vlan.html:82 +#: templates/vpn/l2vpntermination.html:12 +#: virtualization/forms/filtersets.py:241 vpn/forms/bulk_import.py:285 +#: vpn/forms/filtersets.py:257 vpn/forms/model_forms.py:412 +#: vpn/forms/model_forms.py:430 vpn/models/l2vpn.py:68 vpn/tables/l2vpn.py:58 +msgid "L2VPN" +msgstr "" + +#: dcim/filtersets.py:1926 ipam/filtersets.py:1107 +msgid "VLAN Translation Policy (ID)" +msgstr "" + +#: dcim/filtersets.py:1932 dcim/forms/filtersets.py:1507 +#: dcim/forms/model_forms.py:1566 dcim/models/device_components.py:612 +#: ipam/forms/filtersets.py:511 ipam/forms/model_forms.py:714 +#: templates/ipam/vlantranslationpolicy.html:11 +#: virtualization/forms/bulk_edit.py:248 virtualization/forms/filtersets.py:251 +#: virtualization/forms/model_forms.py:371 +msgid "VLAN Translation Policy" +msgstr "" + +#: dcim/filtersets.py:1966 +msgid "Virtual Chassis Interfaces for Device when device is master" +msgstr "" + +#: dcim/filtersets.py:1971 +msgid "Virtual Chassis Interfaces for Device when device is master (ID)" +msgstr "" + +#: dcim/filtersets.py:1976 +msgid "Virtual Chassis Interfaces for Device" +msgstr "" + +#: dcim/filtersets.py:1981 +msgid "Virtual Chassis Interfaces for Device (ID)" +msgstr "" + +#: dcim/filtersets.py:1985 +msgid "Kind of interface" +msgstr "" + +#: dcim/filtersets.py:1990 virtualization/filtersets.py:264 +msgid "Parent interface (ID)" +msgstr "" + +#: dcim/filtersets.py:1995 virtualization/filtersets.py:269 +msgid "Bridged interface (ID)" +msgstr "" + +#: dcim/filtersets.py:2000 +msgid "LAG interface (ID)" +msgstr "" + +#: dcim/filtersets.py:2008 dcim/tables/devices.py:635 +#: dcim/tables/devices.py:1164 templates/dcim/interface.html:131 +#: templates/dcim/macaddress.html:11 templates/dcim/macaddress.html:14 +#: templates/virtualization/vminterface.html:79 +msgid "MAC Address" +msgstr "" + +#: dcim/filtersets.py:2013 virtualization/filtersets.py:278 +msgid "Primary MAC address (ID)" +msgstr "" + +#: dcim/filtersets.py:2019 dcim/forms/model_forms.py:1553 +#: virtualization/filtersets.py:284 virtualization/forms/model_forms.py:309 +msgid "Primary MAC address" +msgstr "" + +#: dcim/filtersets.py:2041 dcim/filtersets.py:2053 +#: dcim/forms/filtersets.py:1443 dcim/forms/model_forms.py:1880 +#: templates/dcim/virtualdevicecontext.html:15 +msgid "Virtual Device Context" +msgstr "" + +#: dcim/filtersets.py:2047 +msgid "Virtual Device Context (Identifier)" +msgstr "" + +#: dcim/filtersets.py:2058 templates/wireless/wirelesslan.html:11 +#: wireless/forms/model_forms.py:57 +msgid "Wireless LAN" +msgstr "" + +#: dcim/filtersets.py:2062 dcim/tables/devices.py:664 +msgid "Wireless link" +msgstr "" + +#: dcim/filtersets.py:2072 +msgid "Virtual circuit termination (ID)" +msgstr "" + +#: dcim/filtersets.py:2159 +msgid "Parent module bay (ID)" +msgstr "" + +#: dcim/filtersets.py:2164 +msgid "Installed module (ID)" +msgstr "" + +#: dcim/filtersets.py:2175 +msgid "Installed device (ID)" +msgstr "" + +#: dcim/filtersets.py:2181 +msgid "Installed device (name)" +msgstr "" + +#: dcim/filtersets.py:2251 +msgid "Master (ID)" +msgstr "" + +#: dcim/filtersets.py:2257 +msgid "Master (name)" +msgstr "" + +#: dcim/filtersets.py:2341 dcim/forms/filtersets.py:1162 +msgid "Unterminated" +msgstr "" + +#: dcim/filtersets.py:2599 +msgid "Power panel (ID)" +msgstr "" + +#: dcim/forms/bulk_create.py:40 extras/forms/filtersets.py:474 +#: extras/forms/model_forms.py:596 extras/forms/model_forms.py:680 +#: extras/forms/model_forms.py:732 netbox/forms/base.py:87 +#: netbox/forms/mixins.py:111 netbox/tables/columns.py:490 +#: templates/circuits/inc/circuit_termination.html:32 +#: templates/generic/bulk_edit.html:65 templates/inc/panels/tags.html:5 +#: utilities/forms/fields/fields.py:91 +msgid "Tags" +msgstr "" + +#: dcim/forms/bulk_create.py:115 dcim/forms/filtersets.py:1607 +#: dcim/forms/model_forms.py:602 dcim/forms/model_forms.py:661 +#: dcim/forms/object_create.py:208 dcim/forms/object_create.py:357 +#: dcim/tables/devices.py:183 dcim/tables/devices.py:770 +#: dcim/tables/devicetypes.py:253 templates/dcim/device.html:49 +#: templates/dcim/device.html:137 templates/dcim/modulebay.html:38 +#: templates/dcim/virtualchassis.html:56 +#: templates/dcim/virtualchassis_edit.html:59 +msgid "Position" +msgstr "" + +#: dcim/forms/bulk_create.py:117 +msgid "" +"Alphanumeric ranges are supported. (Must match the number of names being " +"created.)" +msgstr "" + +#: dcim/forms/bulk_edit.py:137 dcim/forms/bulk_edit.py:207 +#: dcim/forms/filtersets.py:251 templates/dcim/location.html:58 +#: templates/dcim/site.html:56 +msgid "Facility" +msgstr "" + +#: dcim/forms/bulk_edit.py:147 +msgid "Contact name" +msgstr "" + +#: dcim/forms/bulk_edit.py:152 +msgid "Contact phone" +msgstr "" + +#: dcim/forms/bulk_edit.py:158 +msgid "Contact E-mail" +msgstr "" + +#: dcim/forms/bulk_edit.py:161 dcim/forms/bulk_import.py:127 +#: dcim/forms/model_forms.py:138 +msgid "Time zone" +msgstr "" + +#: dcim/forms/bulk_edit.py:245 dcim/forms/bulk_edit.py:535 +#: dcim/forms/bulk_edit.py:623 dcim/forms/bulk_edit.py:707 +#: dcim/forms/bulk_edit.py:732 dcim/forms/bulk_edit.py:825 +#: dcim/forms/bulk_edit.py:1356 dcim/forms/bulk_edit.py:1792 +#: dcim/forms/bulk_import.py:189 dcim/forms/bulk_import.py:405 +#: dcim/forms/bulk_import.py:454 dcim/forms/bulk_import.py:540 +#: dcim/forms/bulk_import.py:576 dcim/forms/bulk_import.py:1223 +#: dcim/forms/filtersets.py:317 dcim/forms/filtersets.py:376 +#: dcim/forms/filtersets.py:508 dcim/forms/filtersets.py:646 +#: dcim/forms/filtersets.py:737 dcim/forms/filtersets.py:819 +#: dcim/forms/filtersets.py:1032 dcim/forms/filtersets.py:1648 +#: dcim/forms/model_forms.py:219 dcim/forms/model_forms.py:355 +#: dcim/forms/model_forms.py:367 dcim/forms/model_forms.py:439 +#: dcim/forms/model_forms.py:546 dcim/forms/model_forms.py:1233 +#: dcim/forms/model_forms.py:1702 dcim/forms/object_import.py:188 +#: dcim/tables/devices.py:115 dcim/tables/devices.py:190 +#: dcim/tables/devices.py:999 dcim/tables/devicetypes.py:85 +#: dcim/tables/devicetypes.py:315 dcim/tables/modules.py:49 +#: dcim/tables/modules.py:95 dcim/tables/racks.py:58 dcim/tables/racks.py:135 +#: templates/dcim/devicetype.html:14 templates/dcim/inventoryitem.html:48 +#: templates/dcim/manufacturer.html:33 templates/dcim/module.html:95 +#: templates/dcim/modulebay.html:62 templates/dcim/moduletype.html:31 +#: templates/dcim/platform.html:41 templates/dcim/racktype.html:16 +msgid "Manufacturer" +msgstr "" + +#: dcim/forms/bulk_edit.py:250 dcim/forms/bulk_edit.py:403 +#: dcim/forms/bulk_import.py:198 dcim/forms/bulk_import.py:277 +#: dcim/forms/filtersets.py:264 +#: templates/dcim/inc/panels/racktype_dimensions.html:6 +msgid "Form factor" +msgstr "" + +#: dcim/forms/bulk_edit.py:255 dcim/forms/bulk_edit.py:408 +#: dcim/forms/bulk_import.py:206 dcim/forms/bulk_import.py:280 +#: dcim/forms/filtersets.py:269 +#: templates/dcim/inc/panels/racktype_dimensions.html:10 +msgid "Width" +msgstr "" + +#: dcim/forms/bulk_edit.py:261 dcim/forms/bulk_edit.py:414 +#: dcim/forms/bulk_import.py:287 templates/dcim/devicetype.html:37 +msgid "Height (U)" +msgstr "" + +#: dcim/forms/bulk_edit.py:270 dcim/forms/bulk_edit.py:419 +#: dcim/forms/filtersets.py:283 +msgid "Descending units" +msgstr "" + +#: dcim/forms/bulk_edit.py:273 dcim/forms/bulk_edit.py:422 +msgid "Outer width" +msgstr "" + +#: dcim/forms/bulk_edit.py:278 dcim/forms/bulk_edit.py:427 +msgid "Outer height" +msgstr "" + +#: dcim/forms/bulk_edit.py:283 dcim/forms/bulk_edit.py:432 +msgid "Outer depth" +msgstr "" + +#: dcim/forms/bulk_edit.py:288 dcim/forms/bulk_edit.py:437 +#: dcim/forms/bulk_import.py:211 dcim/forms/bulk_import.py:290 +msgid "Outer unit" +msgstr "" + +#: dcim/forms/bulk_edit.py:293 dcim/forms/bulk_edit.py:442 +msgid "Mounting depth" +msgstr "" + +#: dcim/forms/bulk_edit.py:298 dcim/forms/bulk_edit.py:325 +#: dcim/forms/bulk_edit.py:452 dcim/forms/bulk_edit.py:480 +#: dcim/forms/bulk_edit.py:569 dcim/forms/bulk_edit.py:592 +#: dcim/forms/bulk_edit.py:637 dcim/forms/bulk_edit.py:659 +#: dcim/forms/bulk_import.py:418 dcim/forms/bulk_import.py:465 +#: dcim/forms/filtersets.py:289 dcim/forms/filtersets.py:311 +#: dcim/forms/filtersets.py:331 dcim/forms/filtersets.py:410 +#: dcim/forms/filtersets.py:502 dcim/forms/filtersets.py:608 +#: dcim/forms/filtersets.py:635 dcim/forms/filtersets.py:701 +#: dcim/forms/model_forms.py:234 dcim/forms/model_forms.py:316 +#: dcim/tables/devicetypes.py:111 dcim/tables/modules.py:57 +#: dcim/tables/racks.py:78 dcim/tables/racks.py:179 +#: extras/forms/bulk_edit.py:57 extras/forms/bulk_edit.py:137 +#: extras/forms/bulk_edit.py:191 extras/forms/bulk_edit.py:219 +#: extras/forms/bulk_edit.py:315 extras/forms/bulk_edit.py:347 +#: extras/forms/bulk_import.py:275 extras/forms/filtersets.py:70 +#: extras/forms/filtersets.py:164 extras/forms/filtersets.py:258 +#: extras/forms/filtersets.py:288 extras/forms/model_forms.py:574 +#: ipam/forms/bulk_edit.py:193 templates/dcim/device.html:330 +#: templates/dcim/devicetype.html:49 templates/dcim/moduletype.html:51 +#: templates/dcim/rack.html:81 templates/dcim/racktype.html:37 +#: templates/extras/configcontext.html:17 templates/extras/customlink.html:25 +#: templates/extras/savedfilter.html:33 templates/extras/tableconfig.html:41 +#: templates/extras/tag.html:32 templates/ipam/role.html:30 +msgid "Weight" +msgstr "" + +#: dcim/forms/bulk_edit.py:303 dcim/forms/bulk_edit.py:457 +#: dcim/forms/filtersets.py:294 +msgid "Max weight" +msgstr "" + +#: dcim/forms/bulk_edit.py:308 dcim/forms/bulk_edit.py:462 +#: dcim/forms/bulk_edit.py:574 dcim/forms/bulk_edit.py:642 +#: dcim/forms/bulk_import.py:217 dcim/forms/bulk_import.py:302 +#: dcim/forms/bulk_import.py:423 dcim/forms/bulk_import.py:470 +#: dcim/forms/filtersets.py:299 dcim/forms/filtersets.py:612 +#: dcim/forms/filtersets.py:705 +msgid "Weight unit" +msgstr "" + +#: dcim/forms/bulk_edit.py:322 dcim/forms/filtersets.py:309 +#: dcim/forms/model_forms.py:230 dcim/forms/model_forms.py:269 +#: templates/dcim/rack.html:45 templates/dcim/racktype.html:13 +msgid "Rack Type" +msgstr "" + +#: dcim/forms/bulk_edit.py:324 dcim/forms/bulk_edit.py:478 +#: dcim/forms/model_forms.py:233 dcim/forms/model_forms.py:315 +msgid "Outer Dimensions" +msgstr "" + +#: dcim/forms/bulk_edit.py:327 dcim/forms/model_forms.py:235 +#: dcim/forms/model_forms.py:317 extras/tables/tables.py:250 +#: templates/dcim/device.html:321 +#: templates/dcim/inc/panels/racktype_dimensions.html:3 +#: templates/extras/imageattachment.html:40 +msgid "Dimensions" +msgstr "" + +#: dcim/forms/bulk_edit.py:329 dcim/forms/filtersets.py:310 +#: dcim/forms/filtersets.py:330 dcim/forms/model_forms.py:237 +#: templates/dcim/inc/panels/racktype_numbering.html:3 +msgid "Numbering" +msgstr "" + +#: dcim/forms/bulk_edit.py:388 dcim/forms/bulk_import.py:267 +#: dcim/forms/filtersets.py:384 +msgid "Rack type" +msgstr "" + +#: dcim/forms/bulk_edit.py:395 dcim/forms/bulk_edit.py:788 +#: dcim/forms/bulk_edit.py:849 templates/dcim/device.html:110 +#: templates/dcim/module.html:77 templates/dcim/modulebay.html:70 +#: templates/dcim/rack.html:57 templates/virtualization/virtualmachine.html:35 +msgid "Serial Number" +msgstr "" + +#: dcim/forms/bulk_edit.py:398 dcim/forms/filtersets.py:396 +#: dcim/forms/filtersets.py:850 dcim/forms/filtersets.py:1052 +#: dcim/forms/filtersets.py:1655 +msgid "Asset tag" +msgstr "" + +#: dcim/forms/bulk_edit.py:447 dcim/forms/bulk_edit.py:564 +#: dcim/forms/bulk_edit.py:632 dcim/forms/bulk_edit.py:781 +#: dcim/forms/bulk_import.py:296 dcim/forms/bulk_import.py:459 +#: dcim/forms/bulk_import.py:670 dcim/forms/filtersets.py:387 +#: dcim/forms/filtersets.py:525 dcim/forms/filtersets.py:696 +#: dcim/forms/filtersets.py:841 templates/dcim/device.html:104 +#: templates/dcim/devicetype.html:65 templates/dcim/moduletype.html:47 +#: templates/dcim/rack.html:65 +msgid "Airflow" +msgstr "" + +#: dcim/forms/bulk_edit.py:476 dcim/forms/bulk_edit.py:995 +#: dcim/forms/bulk_import.py:351 dcim/forms/bulk_import.py:354 +#: dcim/forms/bulk_import.py:643 dcim/forms/bulk_import.py:1666 +#: dcim/forms/bulk_import.py:1670 dcim/forms/filtersets.py:107 +#: dcim/forms/filtersets.py:328 dcim/forms/filtersets.py:414 +#: dcim/forms/filtersets.py:428 dcim/forms/filtersets.py:466 +#: dcim/forms/filtersets.py:809 dcim/forms/filtersets.py:1022 +#: dcim/forms/filtersets.py:1120 dcim/forms/filtersets.py:1252 +#: dcim/forms/model_forms.py:280 dcim/forms/model_forms.py:324 +#: dcim/forms/model_forms.py:593 dcim/forms/model_forms.py:874 +#: dcim/forms/object_create.py:404 dcim/tables/devices.py:179 +#: dcim/tables/power.py:70 dcim/tables/racks.py:225 +#: ipam/forms/filtersets.py:467 templates/dcim/device.html:36 +#: templates/dcim/inc/cable_termination.html:16 +#: templates/dcim/powerfeed.html:28 templates/dcim/rack.html:13 +#: templates/dcim/rack/base.html:4 templates/dcim/rackreservation.html:19 +#: templates/dcim/rackreservation.html:36 +#: virtualization/forms/model_forms.py:113 +msgid "Rack" +msgstr "" + +#: dcim/forms/bulk_edit.py:479 dcim/forms/bulk_edit.py:814 +#: dcim/forms/filtersets.py:329 dcim/forms/filtersets.py:407 +#: dcim/forms/filtersets.py:495 dcim/forms/filtersets.py:630 +#: dcim/forms/filtersets.py:758 dcim/forms/filtersets.py:980 +#: dcim/forms/model_forms.py:448 dcim/forms/model_forms.py:788 +#: dcim/forms/model_forms.py:1770 templates/dcim/device_edit.html:22 +msgid "Hardware" +msgstr "" + +#: dcim/forms/bulk_edit.py:540 dcim/forms/bulk_import.py:411 +#: dcim/forms/filtersets.py:513 dcim/forms/model_forms.py:372 +msgid "Default platform" +msgstr "" + +#: dcim/forms/bulk_edit.py:545 dcim/forms/bulk_edit.py:628 +#: dcim/forms/filtersets.py:516 dcim/forms/filtersets.py:649 +msgid "Part number" +msgstr "" + +#: dcim/forms/bulk_edit.py:549 +msgid "U height" +msgstr "" + +#: dcim/forms/bulk_edit.py:561 dcim/tables/devicetypes.py:107 +msgid "Exclude from utilization" +msgstr "" + +#: dcim/forms/bulk_edit.py:590 dcim/forms/model_forms.py:387 +#: dcim/forms/model_forms.py:1027 dcim/forms/model_forms.py:1069 +#: dcim/forms/model_forms.py:1096 dcim/forms/model_forms.py:1124 +#: dcim/forms/model_forms.py:1155 dcim/forms/model_forms.py:1174 +#: dcim/forms/model_forms.py:1192 dcim/forms/object_create.py:123 +#: dcim/tables/devicetypes.py:82 templates/dcim/device.html:94 +#: templates/dcim/devicebay.html:52 templates/dcim/module.html:61 +msgid "Device Type" +msgstr "" + +#: dcim/forms/bulk_edit.py:599 dcim/forms/model_forms.py:414 +#: extras/forms/model_forms.py:591 templates/dcim/moduletypeprofile.html:32 +msgid "Schema" +msgstr "" + +#: dcim/forms/bulk_edit.py:611 dcim/forms/bulk_edit.py:618 +#: dcim/forms/bulk_import.py:448 dcim/forms/filtersets.py:641 +#: dcim/forms/model_forms.py:421 dcim/forms/model_forms.py:434 +#: dcim/tables/modules.py:45 extras/forms/filtersets.py:396 +#: extras/forms/model_forms.py:615 extras/tables/tables.py:583 +#: templates/account/base.html:7 templates/dcim/moduletype.html:27 +#: templates/extras/configcontext.html:21 templates/inc/user_menu.html:40 +#: vpn/forms/bulk_edit.py:255 vpn/forms/filtersets.py:194 +#: vpn/forms/model_forms.py:382 +msgid "Profile" +msgstr "" + +#: dcim/forms/bulk_edit.py:656 dcim/forms/model_forms.py:447 +#: dcim/forms/model_forms.py:1028 dcim/forms/model_forms.py:1070 +#: dcim/forms/model_forms.py:1097 dcim/forms/model_forms.py:1125 +#: dcim/forms/model_forms.py:1156 dcim/forms/model_forms.py:1175 +#: dcim/forms/model_forms.py:1193 dcim/forms/object_create.py:124 +#: dcim/tables/modules.py:54 dcim/tables/modules.py:100 +#: templates/dcim/module.html:92 templates/dcim/modulebay.html:66 +#: templates/dcim/moduletype.html:24 +msgid "Module Type" +msgstr "" + +#: dcim/forms/bulk_edit.py:660 dcim/forms/model_forms.py:390 +#: templates/dcim/devicetype.html:11 +msgid "Chassis" +msgstr "" + +#: dcim/forms/bulk_edit.py:679 dcim/models/devices.py:387 +#: dcim/tables/devices.py:82 +msgid "VM role" +msgstr "" + +#: dcim/forms/bulk_edit.py:682 dcim/forms/bulk_edit.py:712 +#: dcim/forms/bulk_edit.py:796 dcim/forms/bulk_import.py:512 +#: dcim/forms/bulk_import.py:516 dcim/forms/bulk_import.py:547 +#: dcim/forms/bulk_import.py:551 dcim/forms/bulk_import.py:676 +#: dcim/forms/bulk_import.py:680 dcim/forms/filtersets.py:716 +#: dcim/forms/filtersets.py:742 dcim/forms/filtersets.py:860 +#: dcim/forms/model_forms.py:513 dcim/forms/model_forms.py:552 +#: dcim/forms/model_forms.py:670 virtualization/forms/bulk_import.py:143 +#: virtualization/forms/bulk_import.py:144 +#: virtualization/forms/filtersets.py:194 +#: virtualization/forms/model_forms.py:222 +msgid "Config template" +msgstr "" + +#: dcim/forms/bulk_edit.py:737 dcim/forms/bulk_edit.py:1150 +#: dcim/forms/bulk_import.py:582 dcim/forms/filtersets.py:117 +#: dcim/forms/model_forms.py:615 dcim/forms/model_forms.py:991 +#: dcim/forms/model_forms.py:1008 extras/filtersets.py:684 +msgid "Device type" +msgstr "" + +#: dcim/forms/bulk_edit.py:748 dcim/forms/bulk_import.py:563 +#: dcim/forms/filtersets.py:122 dcim/forms/model_forms.py:623 +msgid "Device role" +msgstr "" + +#: dcim/forms/bulk_edit.py:771 dcim/forms/bulk_import.py:588 +#: dcim/forms/filtersets.py:833 dcim/forms/model_forms.py:564 +#: dcim/forms/model_forms.py:628 dcim/tables/devices.py:205 +#: extras/filtersets.py:700 templates/dcim/device.html:192 +#: templates/dcim/platform.html:26 +#: templates/virtualization/virtualmachine.html:27 +#: virtualization/forms/bulk_edit.py:142 +#: virtualization/forms/bulk_import.py:133 +#: virtualization/forms/filtersets.py:174 +#: virtualization/forms/model_forms.py:210 +#: virtualization/tables/virtualmachines.py:49 +msgid "Platform" +msgstr "" + +#: dcim/forms/bulk_edit.py:801 dcim/forms/bulk_import.py:607 +#: dcim/forms/filtersets.py:765 dcim/forms/filtersets.py:935 +#: dcim/forms/model_forms.py:637 dcim/tables/devices.py:225 +#: extras/filtersets.py:733 extras/forms/filtersets.py:390 +#: ipam/forms/filtersets.py:439 ipam/forms/filtersets.py:472 +#: templates/dcim/device.html:245 templates/virtualization/cluster.html:10 +#: templates/virtualization/virtualmachine.html:92 +#: templates/virtualization/virtualmachine.html:101 +#: virtualization/filtersets.py:123 virtualization/filtersets.py:248 +#: virtualization/forms/bulk_edit.py:111 +#: virtualization/forms/bulk_import.py:103 +#: virtualization/forms/filtersets.py:105 +#: virtualization/forms/filtersets.py:129 +#: virtualization/forms/filtersets.py:212 +#: virtualization/forms/model_forms.py:78 +#: virtualization/forms/model_forms.py:183 +#: virtualization/tables/virtualmachines.py:37 +msgid "Cluster" +msgstr "" + +#: dcim/forms/bulk_edit.py:815 templates/extras/dashboard/widget_config.html:7 +#: virtualization/forms/bulk_edit.py:173 +msgid "Configuration" +msgstr "" + +#: dcim/forms/bulk_edit.py:816 netbox/navigation/menu.py:252 +#: templates/dcim/device_edit.html:80 +msgid "Virtualization" +msgstr "" + +#: dcim/forms/bulk_edit.py:830 dcim/forms/bulk_import.py:749 +#: dcim/forms/model_forms.py:765 dcim/forms/model_forms.py:1016 +msgid "Module type" +msgstr "" + +#: dcim/forms/bulk_edit.py:884 dcim/forms/bulk_edit.py:1073 +#: dcim/forms/bulk_edit.py:1092 dcim/forms/bulk_edit.py:1115 +#: dcim/forms/bulk_edit.py:1157 dcim/forms/bulk_edit.py:1201 +#: dcim/forms/bulk_edit.py:1252 dcim/forms/bulk_edit.py:1279 +#: dcim/forms/bulk_edit.py:1306 dcim/forms/bulk_edit.py:1324 +#: dcim/forms/bulk_edit.py:1342 dcim/forms/filtersets.py:70 +#: dcim/forms/object_create.py:46 templates/dcim/cable.html:32 +#: templates/dcim/consoleport.html:32 templates/dcim/consoleserverport.html:32 +#: templates/dcim/devicebay.html:28 templates/dcim/frontport.html:32 +#: templates/dcim/inc/panels/inventory_items.html:19 +#: templates/dcim/interface.html:42 templates/dcim/inventoryitem.html:32 +#: templates/dcim/modulebay.html:34 templates/dcim/poweroutlet.html:32 +#: templates/dcim/powerport.html:32 templates/dcim/rearport.html:32 +#: templates/extras/customfield.html:26 templates/generic/bulk_import.html:193 +msgid "Label" +msgstr "" + +#: dcim/forms/bulk_edit.py:893 dcim/forms/filtersets.py:1153 +#: templates/dcim/cable.html:50 +msgid "Length" +msgstr "" + +#: dcim/forms/bulk_edit.py:898 dcim/forms/bulk_import.py:1488 +#: dcim/forms/bulk_import.py:1491 dcim/forms/filtersets.py:1157 +msgid "Length unit" +msgstr "" + +#: dcim/forms/bulk_edit.py:922 templates/dcim/virtualchassis.html:13 +msgid "Domain" +msgstr "" + +#: dcim/forms/bulk_edit.py:990 dcim/forms/bulk_import.py:1653 +#: dcim/forms/filtersets.py:1243 dcim/forms/model_forms.py:868 +msgid "Power panel" +msgstr "" + +#: dcim/forms/bulk_edit.py:1012 dcim/forms/bulk_import.py:1689 +#: dcim/forms/filtersets.py:1265 templates/dcim/powerfeed.html:83 +msgid "Supply" +msgstr "" + +#: dcim/forms/bulk_edit.py:1018 dcim/forms/bulk_import.py:1694 +#: dcim/forms/filtersets.py:1270 templates/dcim/powerfeed.html:95 +msgid "Phase" +msgstr "" + +#: dcim/forms/bulk_edit.py:1024 dcim/forms/filtersets.py:1275 +#: templates/dcim/powerfeed.html:87 +msgid "Voltage" +msgstr "" + +#: dcim/forms/bulk_edit.py:1028 dcim/forms/filtersets.py:1279 +#: templates/dcim/powerfeed.html:91 +msgid "Amperage" +msgstr "" + +#: dcim/forms/bulk_edit.py:1032 dcim/forms/filtersets.py:1283 +msgid "Max utilization" +msgstr "" + +#: dcim/forms/bulk_edit.py:1125 +msgid "Maximum draw" +msgstr "" + +#: dcim/forms/bulk_edit.py:1128 dcim/models/device_component_templates.py:282 +#: dcim/models/device_components.py:384 +msgid "Maximum power draw (watts)" +msgstr "" + +#: dcim/forms/bulk_edit.py:1131 +msgid "Allocated draw" +msgstr "" + +#: dcim/forms/bulk_edit.py:1134 dcim/models/device_component_templates.py:289 +#: dcim/models/device_components.py:391 +msgid "Allocated power draw (watts)" +msgstr "" + +#: dcim/forms/bulk_edit.py:1167 dcim/forms/bulk_import.py:882 +#: dcim/forms/model_forms.py:1085 dcim/forms/model_forms.py:1439 +#: dcim/forms/model_forms.py:1754 dcim/forms/object_import.py:55 +msgid "Power port" +msgstr "" + +#: dcim/forms/bulk_edit.py:1172 dcim/forms/bulk_import.py:889 +msgid "Feed leg" +msgstr "" + +#: dcim/forms/bulk_edit.py:1218 dcim/forms/bulk_edit.py:1539 +msgid "Management only" +msgstr "" + +#: dcim/forms/bulk_edit.py:1228 dcim/forms/bulk_edit.py:1545 +#: dcim/forms/bulk_import.py:975 dcim/forms/filtersets.py:1492 +#: dcim/forms/object_import.py:90 dcim/models/device_component_templates.py:446 +#: dcim/models/device_components.py:782 +msgid "PoE mode" +msgstr "" + +#: dcim/forms/bulk_edit.py:1234 dcim/forms/bulk_edit.py:1551 +#: dcim/forms/bulk_import.py:981 dcim/forms/filtersets.py:1497 +#: dcim/forms/object_import.py:95 dcim/models/device_component_templates.py:453 +#: dcim/models/device_components.py:789 +msgid "PoE type" +msgstr "" + +#: dcim/forms/bulk_edit.py:1240 dcim/forms/filtersets.py:1512 +#: dcim/forms/object_import.py:100 +msgid "Wireless role" +msgstr "" + +#: dcim/forms/bulk_edit.py:1377 dcim/forms/model_forms.py:787 +#: dcim/forms/model_forms.py:1384 dcim/tables/devices.py:345 +#: templates/dcim/consoleport.html:24 templates/dcim/consoleserverport.html:24 +#: templates/dcim/frontport.html:24 templates/dcim/interface.html:34 +#: templates/dcim/module.html:54 templates/dcim/modulebay.html:26 +#: templates/dcim/modulebay.html:58 templates/dcim/poweroutlet.html:24 +#: templates/dcim/powerport.html:24 templates/dcim/rearport.html:24 +msgid "Module" +msgstr "" + +#: dcim/forms/bulk_edit.py:1519 dcim/tables/devices.py:728 +#: templates/dcim/interface.html:116 +msgid "LAG" +msgstr "" + +#: dcim/forms/bulk_edit.py:1524 dcim/forms/model_forms.py:1466 +msgid "Virtual device contexts" +msgstr "" + +#: dcim/forms/bulk_edit.py:1530 dcim/forms/bulk_import.py:810 +#: dcim/forms/bulk_import.py:836 dcim/forms/filtersets.py:1338 +#: dcim/forms/filtersets.py:1363 dcim/forms/filtersets.py:1456 +#: dcim/tables/devices.py:661 +#: templates/circuits/inc/circuit_termination_fields.html:62 +#: templates/dcim/consoleport.html:40 templates/dcim/consoleserverport.html:40 +msgid "Speed" +msgstr "" + +#: dcim/forms/bulk_edit.py:1559 dcim/forms/bulk_import.py:984 +#: templates/vpn/ikepolicy.html:25 templates/vpn/ipsecprofile.html:21 +#: templates/vpn/ipsecprofile.html:48 virtualization/forms/bulk_edit.py:215 +#: virtualization/forms/bulk_import.py:176 vpn/forms/bulk_edit.py:146 +#: vpn/forms/bulk_edit.py:232 vpn/forms/bulk_import.py:176 +#: vpn/forms/bulk_import.py:234 vpn/forms/filtersets.py:140 +#: vpn/forms/filtersets.py:183 vpn/forms/filtersets.py:197 +#: vpn/tables/crypto.py:64 vpn/tables/crypto.py:162 +msgid "Mode" +msgstr "" + +#: dcim/forms/bulk_edit.py:1567 dcim/forms/bulk_import.py:990 +#: dcim/forms/model_forms.py:1515 ipam/forms/bulk_import.py:174 +#: ipam/forms/filtersets.py:561 ipam/models/vlans.py:93 +#: virtualization/forms/bulk_edit.py:222 +#: virtualization/forms/bulk_import.py:182 +#: virtualization/forms/model_forms.py:333 +msgid "VLAN group" +msgstr "" + +#: dcim/forms/bulk_edit.py:1576 dcim/forms/bulk_import.py:997 +#: dcim/forms/model_forms.py:1521 dcim/tables/devices.py:622 +#: virtualization/forms/bulk_edit.py:230 +#: virtualization/forms/bulk_import.py:189 +#: virtualization/forms/model_forms.py:338 +msgid "Untagged VLAN" +msgstr "" + +#: dcim/forms/bulk_edit.py:1585 dcim/forms/bulk_import.py:1004 +#: dcim/forms/model_forms.py:1530 dcim/tables/devices.py:628 +#: virtualization/forms/bulk_edit.py:238 +#: virtualization/forms/bulk_import.py:196 +#: virtualization/forms/model_forms.py:347 +msgid "Tagged VLANs" +msgstr "" + +#: dcim/forms/bulk_edit.py:1588 +msgid "Add tagged VLANs" +msgstr "" + +#: dcim/forms/bulk_edit.py:1597 +msgid "Remove tagged VLANs" +msgstr "" + +#: dcim/forms/bulk_edit.py:1608 dcim/forms/bulk_import.py:1017 +#: dcim/forms/model_forms.py:1539 virtualization/forms/bulk_import.py:209 +#: virtualization/forms/model_forms.py:356 +msgid "Q-in-Q Service VLAN" +msgstr "" + +#: dcim/forms/bulk_edit.py:1623 dcim/forms/model_forms.py:1502 +msgid "Wireless LAN group" +msgstr "" + +#: dcim/forms/bulk_edit.py:1628 dcim/forms/model_forms.py:1507 +#: dcim/tables/devices.py:670 netbox/navigation/menu.py:153 +#: templates/dcim/interface.html:337 wireless/tables/wirelesslan.py:28 +msgid "Wireless LANs" +msgstr "" + +#: dcim/forms/bulk_edit.py:1637 dcim/forms/filtersets.py:1424 +#: dcim/forms/model_forms.py:1573 ipam/forms/bulk_edit.py:269 +#: ipam/forms/bulk_edit.py:367 ipam/forms/filtersets.py:177 +#: netbox/navigation/menu.py:109 templates/dcim/interface.html:128 +#: templates/ipam/prefix.html:91 templates/virtualization/vminterface.html:76 +#: virtualization/forms/filtersets.py:205 +#: virtualization/forms/model_forms.py:376 +msgid "Addressing" +msgstr "" + +#: dcim/forms/bulk_edit.py:1638 dcim/forms/filtersets.py:757 +#: dcim/forms/model_forms.py:1574 virtualization/forms/model_forms.py:377 +msgid "Operation" +msgstr "" + +#: dcim/forms/bulk_edit.py:1639 dcim/forms/filtersets.py:1425 +#: dcim/forms/model_forms.py:1129 dcim/forms/model_forms.py:1576 +msgid "PoE" +msgstr "" + +#: dcim/forms/bulk_edit.py:1640 dcim/forms/model_forms.py:1575 +#: templates/dcim/interface.html:105 virtualization/forms/bulk_edit.py:254 +#: virtualization/forms/model_forms.py:378 +msgid "Related Interfaces" +msgstr "" + +#: dcim/forms/bulk_edit.py:1642 dcim/forms/filtersets.py:1426 +#: dcim/forms/model_forms.py:1579 virtualization/forms/bulk_edit.py:257 +#: virtualization/forms/filtersets.py:206 +#: virtualization/forms/model_forms.py:381 +msgid "802.1Q Switching" +msgstr "" + +#: dcim/forms/bulk_edit.py:1647 +msgid "Add/Remove" +msgstr "" + +#: dcim/forms/bulk_edit.py:1706 dcim/forms/bulk_edit.py:1708 +msgid "Interface mode must be specified to assign VLANs" +msgstr "" + +#: dcim/forms/bulk_edit.py:1713 +msgid "An access interface cannot have tagged VLANs assigned." +msgstr "" + +#: dcim/forms/bulk_import.py:68 +msgid "Name of parent region" +msgstr "" + +#: dcim/forms/bulk_import.py:82 +msgid "Name of parent site group" +msgstr "" + +#: dcim/forms/bulk_import.py:101 +msgid "Assigned region" +msgstr "" + +#: dcim/forms/bulk_import.py:108 tenancy/forms/bulk_import.py:45 +#: wireless/forms/bulk_import.py:42 +msgid "Assigned group" +msgstr "" + +#: dcim/forms/bulk_import.py:127 +msgid "available options" +msgstr "" + +#: dcim/forms/bulk_import.py:138 dcim/forms/bulk_import.py:633 +#: dcim/forms/bulk_import.py:1650 ipam/forms/bulk_import.py:489 +#: virtualization/forms/bulk_import.py:69 +#: virtualization/forms/bulk_import.py:100 +msgid "Assigned site" +msgstr "" + +#: dcim/forms/bulk_import.py:145 +msgid "Parent location" +msgstr "" + +#: dcim/forms/bulk_import.py:147 +msgid "Location not found." +msgstr "" + +#: dcim/forms/bulk_import.py:192 +msgid "The manufacturer of this rack type" +msgstr "" + +#: dcim/forms/bulk_import.py:203 +msgid "The lowest-numbered position in the rack" +msgstr "" + +#: dcim/forms/bulk_import.py:208 dcim/forms/bulk_import.py:283 +msgid "Rail-to-rail width (in inches)" +msgstr "" + +#: dcim/forms/bulk_import.py:214 dcim/forms/bulk_import.py:293 +msgid "Unit for outer dimensions" +msgstr "" + +#: dcim/forms/bulk_import.py:220 dcim/forms/bulk_import.py:305 +msgid "Unit for rack weights" +msgstr "" + +#: dcim/forms/bulk_import.py:252 +msgid "Name of assigned tenant" +msgstr "" + +#: dcim/forms/bulk_import.py:264 +msgid "Name of assigned role" +msgstr "" + +#: dcim/forms/bulk_import.py:271 +msgid "Rack type model" +msgstr "" + +#: dcim/forms/bulk_import.py:299 dcim/forms/bulk_import.py:462 +#: dcim/forms/bulk_import.py:673 +msgid "Airflow direction" +msgstr "" + +#: dcim/forms/bulk_import.py:331 +msgid "Width must be set if not specifying a rack type." +msgstr "" + +#: dcim/forms/bulk_import.py:333 +msgid "U height must be set if not specifying a rack type." +msgstr "" + +#: dcim/forms/bulk_import.py:341 +msgid "Parent site" +msgstr "" + +#: dcim/forms/bulk_import.py:348 dcim/forms/bulk_import.py:1663 +msgid "Rack's location (if any)" +msgstr "" + +#: dcim/forms/bulk_import.py:357 dcim/forms/model_forms.py:329 +#: dcim/tables/racks.py:230 templates/dcim/rackreservation.html:12 +#: templates/dcim/rackreservation.html:45 +msgid "Units" +msgstr "" + +#: dcim/forms/bulk_import.py:360 +msgid "Comma-separated list of individual unit numbers" +msgstr "" + +#: dcim/forms/bulk_import.py:408 +msgid "The manufacturer which produces this device type" +msgstr "" + +#: dcim/forms/bulk_import.py:415 +msgid "The default platform for devices of this type (optional)" +msgstr "" + +#: dcim/forms/bulk_import.py:420 +msgid "Device weight" +msgstr "" + +#: dcim/forms/bulk_import.py:426 +msgid "Unit for device weight" +msgstr "" + +#: dcim/forms/bulk_import.py:467 +msgid "Module weight" +msgstr "" + +#: dcim/forms/bulk_import.py:473 +msgid "Unit for module weight" +msgstr "" + +#: dcim/forms/bulk_import.py:478 +msgid "Attribute values for the assigned profile, passed as a dictionary" +msgstr "" + +#: dcim/forms/bulk_import.py:493 +msgid "Profile must be specified if attribute data is provided." +msgstr "" + +#: dcim/forms/bulk_import.py:506 +msgid "Parent Device Role" +msgstr "" + +#: dcim/forms/bulk_import.py:508 +msgid "Device role not found." +msgstr "" + +#: dcim/forms/bulk_import.py:534 +msgid "Parent platform" +msgstr "" + +#: dcim/forms/bulk_import.py:536 +msgid "Platform not found." +msgstr "" + +#: dcim/forms/bulk_import.py:544 +msgid "Limit platform assignments to this manufacturer" +msgstr "" + +#: dcim/forms/bulk_import.py:566 dcim/forms/bulk_import.py:1733 +#: tenancy/forms/bulk_import.py:111 +msgid "Assigned role" +msgstr "" + +#: dcim/forms/bulk_import.py:579 +msgid "Device type manufacturer" +msgstr "" + +#: dcim/forms/bulk_import.py:585 +msgid "Device type model" +msgstr "" + +#: dcim/forms/bulk_import.py:592 virtualization/forms/bulk_import.py:137 +msgid "Assigned platform" +msgstr "" + +#: dcim/forms/bulk_import.py:600 dcim/forms/bulk_import.py:604 +#: dcim/forms/model_forms.py:651 +msgid "Virtual chassis" +msgstr "" + +#: dcim/forms/bulk_import.py:611 +msgid "Virtualization cluster" +msgstr "" + +#: dcim/forms/bulk_import.py:640 +msgid "Assigned location (if any)" +msgstr "" + +#: dcim/forms/bulk_import.py:647 +msgid "Assigned rack (if any)" +msgstr "" + +#: dcim/forms/bulk_import.py:650 +msgid "Face" +msgstr "" + +#: dcim/forms/bulk_import.py:653 +msgid "Mounted rack face" +msgstr "" + +#: dcim/forms/bulk_import.py:660 +msgid "Parent device (for child devices)" +msgstr "" + +#: dcim/forms/bulk_import.py:663 +msgid "Device bay" +msgstr "" + +#: dcim/forms/bulk_import.py:667 +msgid "Device bay in which this device is installed (for child devices)" +msgstr "" + +#: dcim/forms/bulk_import.py:740 +msgid "The device in which this module is installed" +msgstr "" + +#: dcim/forms/bulk_import.py:743 dcim/forms/model_forms.py:755 +msgid "Module bay" +msgstr "" + +#: dcim/forms/bulk_import.py:746 +msgid "The module bay in which this module is installed" +msgstr "" + +#: dcim/forms/bulk_import.py:752 +msgid "The type of module" +msgstr "" + +#: dcim/forms/bulk_import.py:760 dcim/forms/model_forms.py:774 +msgid "Replicate components" +msgstr "" + +#: dcim/forms/bulk_import.py:762 +msgid "" +"Automatically populate components associated with this module type (enabled " +"by default)" +msgstr "" + +#: dcim/forms/bulk_import.py:765 dcim/forms/model_forms.py:780 +msgid "Adopt components" +msgstr "" + +#: dcim/forms/bulk_import.py:767 dcim/forms/model_forms.py:783 +msgid "Adopt already existing components" +msgstr "" + +#: dcim/forms/bulk_import.py:807 dcim/forms/bulk_import.py:833 +#: dcim/forms/bulk_import.py:859 +msgid "Port type" +msgstr "" + +#: dcim/forms/bulk_import.py:815 dcim/forms/bulk_import.py:841 +msgid "Port speed in bps" +msgstr "" + +#: dcim/forms/bulk_import.py:879 +msgid "Outlet type" +msgstr "" + +#: dcim/forms/bulk_import.py:886 +msgid "Local power port which feeds this outlet" +msgstr "" + +#: dcim/forms/bulk_import.py:892 +msgid "Electrical phase (for three-phase circuits)" +msgstr "" + +#: dcim/forms/bulk_import.py:936 dcim/forms/model_forms.py:1477 +#: virtualization/forms/bulk_import.py:166 +#: virtualization/forms/model_forms.py:317 +msgid "Parent interface" +msgstr "" + +#: dcim/forms/bulk_import.py:943 dcim/forms/model_forms.py:1485 +#: virtualization/forms/bulk_import.py:173 +#: virtualization/forms/model_forms.py:325 +msgid "Bridged interface" +msgstr "" + +#: dcim/forms/bulk_import.py:946 +msgid "Lag" +msgstr "" + +#: dcim/forms/bulk_import.py:950 +msgid "Parent LAG interface" +msgstr "" + +#: dcim/forms/bulk_import.py:953 +msgid "Vdcs" +msgstr "" + +#: dcim/forms/bulk_import.py:958 +msgid "VDC names separated by commas, encased with double quotes. Example:" +msgstr "" + +#: dcim/forms/bulk_import.py:964 +msgid "Physical medium" +msgstr "" + +#: dcim/forms/bulk_import.py:967 dcim/forms/filtersets.py:1463 +msgid "Duplex" +msgstr "" + +#: dcim/forms/bulk_import.py:972 +msgid "Poe mode" +msgstr "" + +#: dcim/forms/bulk_import.py:978 +msgid "Poe type" +msgstr "" + +#: dcim/forms/bulk_import.py:987 virtualization/forms/bulk_import.py:179 +msgid "IEEE 802.1Q operational mode (for L2 interfaces)" +msgstr "" + +#: dcim/forms/bulk_import.py:994 virtualization/forms/bulk_import.py:186 +msgid "Filter VLANs available for assignment by group" +msgstr "" + +#: dcim/forms/bulk_import.py:1001 virtualization/forms/bulk_import.py:193 +msgid "Assigned untagged VLAN ID (filtered by VLAN group)" +msgstr "" + +#: dcim/forms/bulk_import.py:1010 virtualization/forms/bulk_import.py:202 +msgid "" +"Assigned tagged VLAN IDs separated by commas, encased with double quotes " +"(filtered by VLAN group). Example:" +msgstr "" + +#: dcim/forms/bulk_import.py:1021 virtualization/forms/bulk_import.py:213 +msgid "Assigned Q-in-Q Service VLAN ID (filtered by VLAN group)" +msgstr "" + +#: dcim/forms/bulk_import.py:1028 ipam/forms/bulk_import.py:164 +#: ipam/forms/bulk_import.py:249 ipam/forms/bulk_import.py:285 +#: ipam/forms/filtersets.py:210 ipam/forms/filtersets.py:293 +#: ipam/forms/filtersets.py:360 virtualization/forms/bulk_import.py:220 +msgid "Assigned VRF" +msgstr "" + +#: dcim/forms/bulk_import.py:1031 +msgid "Rf role" +msgstr "" + +#: dcim/forms/bulk_import.py:1034 +msgid "Wireless role (AP/station)" +msgstr "" + +#: dcim/forms/bulk_import.py:1078 +#, python-brace-format +msgid "VDC {vdc} is not assigned to device {device}" +msgstr "" + +#: dcim/forms/bulk_import.py:1092 dcim/forms/model_forms.py:1143 +#: dcim/forms/model_forms.py:1762 dcim/forms/object_import.py:117 +msgid "Rear port" +msgstr "" + +#: dcim/forms/bulk_import.py:1095 +msgid "Corresponding rear port" +msgstr "" + +#: dcim/forms/bulk_import.py:1100 dcim/forms/bulk_import.py:1141 +#: dcim/forms/bulk_import.py:1478 +msgid "Physical medium classification" +msgstr "" + +#: dcim/forms/bulk_import.py:1169 dcim/tables/devices.py:883 +msgid "Installed device" +msgstr "" + +#: dcim/forms/bulk_import.py:1173 +msgid "Child device installed within this bay" +msgstr "" + +#: dcim/forms/bulk_import.py:1175 +msgid "Child device not found." +msgstr "" + +#: dcim/forms/bulk_import.py:1233 +msgid "Parent inventory item" +msgstr "" + +#: dcim/forms/bulk_import.py:1236 +msgid "Component type" +msgstr "" + +#: dcim/forms/bulk_import.py:1240 +msgid "Component Type" +msgstr "" + +#: dcim/forms/bulk_import.py:1243 +msgid "Component name" +msgstr "" + +#: dcim/forms/bulk_import.py:1245 +msgid "Component Name" +msgstr "" + +#: dcim/forms/bulk_import.py:1288 dcim/forms/bulk_import.py:1306 +msgid "Component name must be specified when component type is specified" +msgstr "" + +#: dcim/forms/bulk_import.py:1298 +#, python-brace-format +msgid "Component not found: {device} - {component_name}" +msgstr "" + +#: dcim/forms/bulk_import.py:1311 +msgid "Component type must be specified when component name is specified" +msgstr "" + +#: dcim/forms/bulk_import.py:1338 ipam/forms/bulk_import.py:310 +msgid "Parent device of assigned interface (if any)" +msgstr "" + +#: dcim/forms/bulk_import.py:1341 ipam/forms/bulk_import.py:313 +#: virtualization/filtersets.py:259 virtualization/filtersets.py:310 +#: virtualization/forms/bulk_edit.py:182 virtualization/forms/bulk_edit.py:316 +#: virtualization/forms/bulk_import.py:157 +#: virtualization/forms/bulk_import.py:259 +#: virtualization/forms/filtersets.py:220 +#: virtualization/forms/filtersets.py:266 +#: virtualization/forms/model_forms.py:293 vpn/forms/bulk_import.py:93 +#: vpn/forms/bulk_import.py:295 +msgid "Virtual machine" +msgstr "" + +#: dcim/forms/bulk_import.py:1345 ipam/forms/bulk_import.py:317 +msgid "Parent VM of assigned interface (if any)" +msgstr "" + +#: dcim/forms/bulk_import.py:1352 ipam/filtersets.py:1035 +#: ipam/forms/bulk_import.py:324 +msgid "Assigned interface" +msgstr "" + +#: dcim/forms/bulk_import.py:1356 +msgid "Make this the primary MAC address for the assigned interface" +msgstr "" + +#: dcim/forms/bulk_import.py:1393 +msgid "Must specify the parent device or VM when assigning an interface" +msgstr "" + +#: dcim/forms/bulk_import.py:1419 +msgid "Side A site" +msgstr "" + +#: dcim/forms/bulk_import.py:1423 wireless/forms/bulk_import.py:94 +msgid "Site of parent device A (if any)" +msgstr "" + +#: dcim/forms/bulk_import.py:1426 +msgid "Side A device" +msgstr "" + +#: dcim/forms/bulk_import.py:1429 dcim/forms/bulk_import.py:1454 +msgid "Device name" +msgstr "" + +#: dcim/forms/bulk_import.py:1432 +msgid "Side A type" +msgstr "" + +#: dcim/forms/bulk_import.py:1438 +msgid "Side A name" +msgstr "" + +#: dcim/forms/bulk_import.py:1439 dcim/forms/bulk_import.py:1464 +msgid "Termination name" +msgstr "" + +#: dcim/forms/bulk_import.py:1444 +msgid "Side B site" +msgstr "" + +#: dcim/forms/bulk_import.py:1448 wireless/forms/bulk_import.py:115 +msgid "Site of parent device B (if any)" +msgstr "" + +#: dcim/forms/bulk_import.py:1451 +msgid "Side B device" +msgstr "" + +#: dcim/forms/bulk_import.py:1457 +msgid "Side B type" +msgstr "" + +#: dcim/forms/bulk_import.py:1463 +msgid "Side B name" +msgstr "" + +#: dcim/forms/bulk_import.py:1472 wireless/forms/bulk_import.py:134 +msgid "Connection status" +msgstr "" + +#: dcim/forms/bulk_import.py:1497 +msgid "Color name (e.g. \"Red\") or hex code (e.g. \"f44336\")" +msgstr "" + +#: dcim/forms/bulk_import.py:1549 +#, python-brace-format +msgid "Side {side_upper}: {device} {termination_object} is already connected" +msgstr "" + +#: dcim/forms/bulk_import.py:1555 +#, python-brace-format +msgid "{side_upper} side termination not found: {device} {name}" +msgstr "" + +#: dcim/forms/bulk_import.py:1576 +#, python-brace-format +msgid "" +"{color} did not match any used color name and was longer than six " +"characters: invalid hex." +msgstr "" + +#: dcim/forms/bulk_import.py:1601 dcim/forms/model_forms.py:904 +#: dcim/tables/devices.py:1088 templates/dcim/device.html:138 +#: templates/dcim/virtualchassis.html:17 templates/dcim/virtualchassis.html:57 +msgid "Master" +msgstr "" + +#: dcim/forms/bulk_import.py:1605 +msgid "Master device" +msgstr "" + +#: dcim/forms/bulk_import.py:1622 +msgid "Name of parent site" +msgstr "" + +#: dcim/forms/bulk_import.py:1656 +msgid "Upstream power panel" +msgstr "" + +#: dcim/forms/bulk_import.py:1686 +msgid "Primary or redundant" +msgstr "" + +#: dcim/forms/bulk_import.py:1691 +msgid "Supply type (AC/DC)" +msgstr "" + +#: dcim/forms/bulk_import.py:1696 +msgid "Single or three-phase" +msgstr "" + +#: dcim/forms/bulk_import.py:1747 dcim/forms/model_forms.py:1860 +#: templates/dcim/device.html:196 templates/dcim/virtualdevicecontext.html:30 +#: templates/virtualization/virtualmachine.html:52 +msgid "Primary IPv4" +msgstr "" + +#: dcim/forms/bulk_import.py:1751 +msgid "IPv4 address with mask, e.g. 1.2.3.4/24" +msgstr "" + +#: dcim/forms/bulk_import.py:1754 dcim/forms/model_forms.py:1869 +#: templates/dcim/device.html:212 templates/dcim/virtualdevicecontext.html:41 +#: templates/virtualization/virtualmachine.html:68 +msgid "Primary IPv6" +msgstr "" + +#: dcim/forms/bulk_import.py:1758 +msgid "IPv6 address with prefix length, e.g. 2001:db8::1/64" +msgstr "" + +#: dcim/forms/common.py:19 dcim/models/device_components.py:559 +#: templates/dcim/interface.html:57 +#: templates/virtualization/vminterface.html:51 +#: virtualization/forms/bulk_edit.py:207 +msgid "MTU" +msgstr "" + +#: 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 "" + +#: dcim/forms/common.py:126 +msgid "" +"Cannot install module with placeholder values in a module bay with no " +"position defined." +msgstr "" + +#: 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 "" + +#: dcim/forms/common.py:147 +#, python-brace-format +msgid "Cannot adopt {model} {name} as it already belongs to a module" +msgstr "" + +#: dcim/forms/common.py:156 +#, python-brace-format +msgid "A {model} named {name} already exists" +msgstr "" + +#: dcim/forms/connections.py:54 dcim/forms/model_forms.py:856 +#: dcim/tables/power.py:66 templates/dcim/inc/cable_termination.html:40 +#: templates/dcim/powerfeed.html:24 templates/dcim/powerpanel.html:19 +#: templates/dcim/trace/powerpanel.html:4 +msgid "Power Panel" +msgstr "" + +#: dcim/forms/connections.py:63 dcim/forms/model_forms.py:884 +#: templates/dcim/powerfeed.html:21 templates/dcim/powerport.html:80 +msgid "Power Feed" +msgstr "" + +#: dcim/forms/filtersets.py:145 dcim/tables/devices.py:327 +msgid "Device Status" +msgstr "" + +#: dcim/forms/filtersets.py:158 +msgid "Parent region" +msgstr "" + +#: dcim/forms/filtersets.py:172 tenancy/forms/bulk_import.py:29 +#: tenancy/forms/bulk_import.py:63 tenancy/forms/filtersets.py:33 +#: tenancy/forms/filtersets.py:62 wireless/forms/bulk_import.py:27 +#: wireless/forms/filtersets.py:27 +msgid "Parent group" +msgstr "" + +#: dcim/forms/filtersets.py:406 +msgid "Function" +msgstr "" + +#: dcim/forms/filtersets.py:427 dcim/forms/model_forms.py:340 +#: dcim/tables/racks.py:210 +msgid "Reservation" +msgstr "" + +#: dcim/forms/filtersets.py:497 dcim/forms/model_forms.py:392 +#: netbox/views/generic/feature_views.py:97 +#: templates/inc/panels/image_attachments.html:6 +msgid "Images" +msgstr "" + +#: dcim/forms/filtersets.py:500 dcim/forms/filtersets.py:633 +#: dcim/forms/filtersets.py:763 +msgid "Components" +msgstr "" + +#: dcim/forms/filtersets.py:520 +msgid "Subdevice role" +msgstr "" + +#: dcim/forms/filtersets.py:827 dcim/tables/racks.py:54 +#: templates/dcim/module.html:99 templates/dcim/racktype.html:20 +msgid "Model" +msgstr "" + +#: dcim/forms/filtersets.py:871 +msgid "Has an OOB IP" +msgstr "" + +#: dcim/forms/filtersets.py:878 +msgid "Virtual chassis member" +msgstr "" + +#: dcim/forms/filtersets.py:927 +msgid "Has virtual device contexts" +msgstr "" + +#: dcim/forms/filtersets.py:940 extras/filtersets.py:722 +#: ipam/forms/filtersets.py:477 virtualization/forms/filtersets.py:118 +msgid "Cluster group" +msgstr "" + +#: dcim/forms/filtersets.py:1295 +msgid "Cabled" +msgstr "" + +#: dcim/forms/filtersets.py:1302 +msgid "Occupied" +msgstr "" + +#: dcim/forms/filtersets.py:1330 dcim/forms/filtersets.py:1355 +#: dcim/forms/filtersets.py:1380 dcim/forms/filtersets.py:1400 +#: dcim/forms/filtersets.py:1434 dcim/tables/devices.py:396 +#: dcim/tables/devices.py:692 +#: templates/circuits/inc/circuit_termination_fields.html:16 +#: templates/dcim/consoleport.html:55 templates/dcim/consoleserverport.html:55 +#: templates/dcim/frontport.html:69 templates/dcim/interface.html:197 +#: templates/dcim/powerfeed.html:110 templates/dcim/poweroutlet.html:73 +#: templates/dcim/powerport.html:59 templates/dcim/rearport.html:65 +msgid "Connection" +msgstr "" + +#: dcim/forms/filtersets.py:1446 extras/forms/bulk_edit.py:427 +#: extras/forms/bulk_import.py:298 extras/forms/filtersets.py:565 +#: extras/forms/model_forms.py:793 extras/tables/tables.py:703 +#: templates/extras/journalentry.html:30 +msgid "Kind" +msgstr "" + +#: dcim/forms/filtersets.py:1475 +msgid "Mgmt only" +msgstr "" + +#: dcim/forms/filtersets.py:1487 dcim/forms/model_forms.py:1561 +#: dcim/models/device_components.py:735 templates/dcim/interface.html:142 +msgid "WWN" +msgstr "" + +#: dcim/forms/filtersets.py:1502 virtualization/forms/filtersets.py:246 +msgid "802.1Q mode" +msgstr "" + +#: dcim/forms/filtersets.py:1517 +msgid "Wireless channel" +msgstr "" + +#: dcim/forms/filtersets.py:1521 +msgid "Channel frequency (MHz)" +msgstr "" + +#: dcim/forms/filtersets.py:1525 +msgid "Channel width (MHz)" +msgstr "" + +#: dcim/forms/filtersets.py:1529 templates/dcim/interface.html:91 +msgid "Transmit power (dBm)" +msgstr "" + +#: dcim/forms/filtersets.py:1555 dcim/forms/filtersets.py:1580 +#: dcim/tables/devices.py:359 templates/dcim/cable.html:12 +#: templates/dcim/cable_trace.html:46 templates/dcim/frontport.html:77 +#: templates/dcim/htmx/cable_edit.html:53 +#: templates/dcim/inc/connection_endpoints.html:4 +#: templates/dcim/rearport.html:73 templates/dcim/trace/cable.html:7 +msgid "Cable" +msgstr "" + +#: dcim/forms/filtersets.py:1659 dcim/tables/devices.py:1008 +msgid "Discovered" +msgstr "" + +#: dcim/forms/filtersets.py:1704 ipam/forms/filtersets.py:371 +msgid "Assigned Device" +msgstr "" + +#: dcim/forms/filtersets.py:1709 ipam/forms/filtersets.py:376 +msgid "Assigned VM" +msgstr "" + +#: dcim/forms/filtersets.py:1713 ipam/forms/filtersets.py:390 +msgid "Assigned to an interface" +msgstr "" + +#: dcim/forms/filtersets.py:1720 +msgid "Primary MAC of an interface" +msgstr "" + +#: dcim/forms/formsets.py:20 +#, python-brace-format +msgid "A virtual chassis member already exists in position {vc_position}." +msgstr "" + +#: dcim/forms/mixins.py:27 dcim/forms/mixins.py:88 ipam/forms/bulk_edit.py:425 +#: ipam/forms/model_forms.py:611 +msgid "Scope type" +msgstr "" + +#: dcim/forms/mixins.py:30 dcim/forms/mixins.py:91 ipam/forms/bulk_edit.py:270 +#: ipam/forms/bulk_edit.py:428 ipam/forms/bulk_edit.py:447 +#: ipam/forms/filtersets.py:181 ipam/forms/model_forms.py:232 +#: ipam/forms/model_forms.py:614 ipam/forms/model_forms.py:624 +#: ipam/tables/ip.py:195 ipam/tables/vlans.py:40 templates/ipam/prefix.html:48 +#: templates/ipam/vlangroup.html:38 templates/virtualization/cluster.html:42 +#: templates/wireless/wirelesslan.html:26 virtualization/forms/bulk_edit.py:91 +#: virtualization/forms/filtersets.py:47 virtualization/forms/model_forms.py:79 +#: virtualization/tables/clusters.py:80 wireless/forms/bulk_edit.py:94 +#: wireless/forms/filtersets.py:37 wireless/forms/model_forms.py:58 +#: wireless/tables/wirelesslan.py:62 +msgid "Scope" +msgstr "" + +#: dcim/forms/mixins.py:56 dcim/forms/mixins.py:128 dcim/models/mixins.py:94 +#, python-brace-format +msgid "Please select a {scope_type}." +msgstr "" + +#: dcim/forms/mixins.py:117 ipam/forms/bulk_import.py:462 +msgid "Scope type (app & model)" +msgstr "" + +#: dcim/forms/model_forms.py:150 +msgid "Contact Info" +msgstr "" + +#: dcim/forms/model_forms.py:207 templates/dcim/rackrole.html:19 +msgid "Rack Role" +msgstr "" + +#: dcim/forms/model_forms.py:225 dcim/forms/model_forms.py:381 +#: dcim/forms/model_forms.py:557 utilities/forms/fields/fields.py:48 +msgid "Slug" +msgstr "" + +#: dcim/forms/model_forms.py:273 +msgid "Select a pre-defined rack type, or set physical characteristics below." +msgstr "" + +#: dcim/forms/model_forms.py:282 +msgid "Inventory Control" +msgstr "" + +#: dcim/forms/model_forms.py:331 +msgid "" +"Comma-separated list of numeric unit IDs. A range may be specified using a " +"hyphen." +msgstr "" + +#: dcim/forms/model_forms.py:416 extras/forms/model_forms.py:593 +msgid "Enter a valid JSON schema to define supported attributes." +msgstr "" + +#: dcim/forms/model_forms.py:449 +msgid "Profile & Attributes" +msgstr "" + +#: dcim/forms/model_forms.py:528 templates/dcim/devicerole.html:23 +msgid "Device Role" +msgstr "" + +#: dcim/forms/model_forms.py:604 dcim/models/devices.py:570 +msgid "The lowest-numbered unit occupied by the device" +msgstr "" + +#: dcim/forms/model_forms.py:662 +msgid "The position in the virtual chassis this device is identified by" +msgstr "" + +#: dcim/forms/model_forms.py:667 +msgid "The priority of the device in the virtual chassis" +msgstr "" + +#: dcim/forms/model_forms.py:777 +msgid "Automatically populate components associated with this module type" +msgstr "" + +#: dcim/forms/model_forms.py:886 +msgid "Characteristics" +msgstr "" + +#: dcim/forms/model_forms.py:1043 +#, python-brace-format +msgid "" +"Alphanumeric ranges are supported for bulk creation. Mixed cases and types " +"within a single range are not supported (example: [ge,xe]-0/0/[0-9]). The token {module}, if present, will be automatically " +"replaced with the position value when creating a new module." +msgstr "" + +#: dcim/forms/model_forms.py:1245 +msgid "Console port template" +msgstr "" + +#: dcim/forms/model_forms.py:1253 +msgid "Console server port template" +msgstr "" + +#: dcim/forms/model_forms.py:1261 +msgid "Front port template" +msgstr "" + +#: dcim/forms/model_forms.py:1269 +msgid "Interface template" +msgstr "" + +#: dcim/forms/model_forms.py:1277 +msgid "Power outlet template" +msgstr "" + +#: dcim/forms/model_forms.py:1285 +msgid "Power port template" +msgstr "" + +#: dcim/forms/model_forms.py:1293 +msgid "Rear port template" +msgstr "" + +#: dcim/forms/model_forms.py:1303 dcim/forms/model_forms.py:1774 +#: dcim/tables/connections.py:27 templates/dcim/consoleport.html:17 +#: templates/dcim/consoleserverport.html:73 templates/dcim/frontport.html:112 +msgid "Console Port" +msgstr "" + +#: dcim/forms/model_forms.py:1304 dcim/forms/model_forms.py:1775 +#: templates/dcim/consoleport.html:73 templates/dcim/consoleserverport.html:17 +#: templates/dcim/frontport.html:109 +msgid "Console Server Port" +msgstr "" + +#: dcim/forms/model_forms.py:1305 dcim/forms/model_forms.py:1776 +#: templates/circuits/inc/circuit_termination_fields.html:53 +#: templates/dcim/consoleport.html:76 templates/dcim/consoleserverport.html:76 +#: templates/dcim/frontport.html:17 templates/dcim/frontport.html:115 +#: templates/dcim/interface.html:244 templates/dcim/rearport.html:105 +msgid "Front Port" +msgstr "" + +#: dcim/forms/model_forms.py:1306 dcim/forms/model_forms.py:1777 +#: dcim/tables/devices.py:773 +#: templates/circuits/inc/circuit_termination_fields.html:54 +#: templates/dcim/consoleport.html:79 templates/dcim/consoleserverport.html:79 +#: templates/dcim/frontport.html:50 templates/dcim/frontport.html:118 +#: templates/dcim/interface.html:247 templates/dcim/rearport.html:17 +#: templates/dcim/rearport.html:108 +msgid "Rear Port" +msgstr "" + +#: dcim/forms/model_forms.py:1307 dcim/forms/model_forms.py:1778 +#: dcim/tables/connections.py:46 dcim/tables/devices.py:543 +#: templates/dcim/poweroutlet.html:58 templates/dcim/powerport.html:17 +msgid "Power Port" +msgstr "" + +#: dcim/forms/model_forms.py:1308 dcim/forms/model_forms.py:1779 +#: templates/dcim/poweroutlet.html:17 templates/dcim/powerport.html:77 +msgid "Power Outlet" +msgstr "" + +#: dcim/forms/model_forms.py:1310 dcim/forms/model_forms.py:1781 +msgid "Component Assignment" +msgstr "" + +#: dcim/forms/model_forms.py:1356 dcim/forms/model_forms.py:1828 +msgid "An InventoryItem can only be assigned to a single component." +msgstr "" + +#: dcim/forms/model_forms.py:1493 +msgid "LAG interface" +msgstr "" + +#: dcim/forms/model_forms.py:1516 +msgid "Filter VLANs available for assignment by group." +msgstr "" + +#: dcim/forms/model_forms.py:1671 +msgid "Child Device" +msgstr "" + +#: dcim/forms/model_forms.py:1672 +msgid "" +"Child devices must first be created and assigned to the site and rack of the " +"parent device." +msgstr "" + +#: dcim/forms/model_forms.py:1714 +msgid "Console port" +msgstr "" + +#: dcim/forms/model_forms.py:1722 +msgid "Console server port" +msgstr "" + +#: dcim/forms/model_forms.py:1730 +msgid "Front port" +msgstr "" + +#: dcim/forms/model_forms.py:1746 +msgid "Power outlet" +msgstr "" + +#: dcim/forms/model_forms.py:1768 templates/dcim/inventoryitem.html:17 +msgid "Inventory Item" +msgstr "" + +#: dcim/forms/model_forms.py:1842 templates/dcim/inventoryitemrole.html:15 +msgid "Inventory Item Role" +msgstr "" + +#: dcim/forms/model_forms.py:1912 +msgid "VM Interface" +msgstr "" + +#: dcim/forms/model_forms.py:1928 ipam/forms/filtersets.py:631 +#: ipam/forms/model_forms.py:335 ipam/tables/vlans.py:174 +#: templates/virtualization/virtualdisk.html:21 +#: templates/virtualization/virtualmachine.html:12 +#: templates/virtualization/vminterface.html:21 +#: templates/vpn/tunneltermination.html:25 +#: virtualization/forms/filtersets.py:203 +#: virtualization/forms/filtersets.py:260 +#: virtualization/forms/model_forms.py:227 +#: virtualization/tables/virtualmachines.py:105 +#: virtualization/tables/virtualmachines.py:161 vpn/choices.py:53 +#: vpn/forms/filtersets.py:304 vpn/forms/model_forms.py:161 +#: vpn/forms/model_forms.py:172 vpn/forms/model_forms.py:274 +#: vpn/forms/model_forms.py:457 +msgid "Virtual Machine" +msgstr "" + +#: dcim/forms/model_forms.py:1967 +msgid "A MAC address can only be assigned to a single object." +msgstr "" + +#: dcim/forms/object_create.py:48 dcim/forms/object_create.py:210 +#: dcim/forms/object_create.py:359 +msgid "" +"Alphanumeric ranges are supported. (Must match the number of objects being " +"created.)" +msgstr "" + +#: dcim/forms/object_create.py:72 +#, python-brace-format +msgid "" +"The provided pattern specifies {value_count} values, but {pattern_count} are " +"expected." +msgstr "" + +#: dcim/forms/object_create.py:114 dcim/forms/object_create.py:274 +#: dcim/tables/devices.py:275 +msgid "Rear ports" +msgstr "" + +#: dcim/forms/object_create.py:115 dcim/forms/object_create.py:275 +msgid "Select one rear port assignment for each front port being created." +msgstr "" + +#: dcim/forms/object_create.py:175 +#, 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 "" + +#: dcim/forms/object_create.py:324 +#, 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 "" + +#: dcim/forms/object_create.py:413 dcim/tables/devices.py:1094 +#: ipam/tables/fhrp.py:31 templates/dcim/virtualchassis.html:43 +#: templates/dcim/virtualchassis_edit.html:51 templates/ipam/fhrpgroup.html:38 +msgid "Members" +msgstr "" + +#: dcim/forms/object_create.py:423 +msgid "Initial position" +msgstr "" + +#: dcim/forms/object_create.py:426 +msgid "" +"Position of the first member device. Increases by one for each additional " +"member." +msgstr "" + +#: dcim/forms/object_create.py:431 +msgid "Member Devices" +msgstr "" + +#: dcim/forms/object_create.py:446 +msgid "A position must be specified for the first VC member." +msgstr "" + +#: dcim/models/cables.py:64 dcim/models/device_component_templates.py:52 +#: dcim/models/device_components.py:58 extras/models/customfields.py:113 +msgid "label" +msgstr "" + +#: dcim/models/cables.py:73 +msgid "length" +msgstr "" + +#: dcim/models/cables.py:80 +msgid "length unit" +msgstr "" + +#: dcim/models/cables.py:98 +msgid "cable" +msgstr "" + +#: dcim/models/cables.py:99 +msgid "cables" +msgstr "" + +#: dcim/models/cables.py:192 +msgid "Must specify a unit when setting a cable length" +msgstr "" + +#: dcim/models/cables.py:195 +msgid "Must define A and B terminations when creating a new cable." +msgstr "" + +#: dcim/models/cables.py:202 +msgid "Cannot connect different termination types to same end of cable." +msgstr "" + +#: dcim/models/cables.py:210 +#, python-brace-format +msgid "Incompatible termination types: {type_a} and {type_b}" +msgstr "" + +#: dcim/models/cables.py:220 +msgid "A and B terminations cannot connect to the same object." +msgstr "" + +#: dcim/models/cables.py:337 ipam/models/asns.py:38 +msgid "end" +msgstr "" + +#: dcim/models/cables.py:386 +msgid "cable termination" +msgstr "" + +#: dcim/models/cables.py:387 +msgid "cable terminations" +msgstr "" + +#: dcim/models/cables.py:400 +#, python-brace-format +msgid "" +"Cannot connect a cable to {obj_parent} > {obj} because it is marked as " +"connected." +msgstr "" + +#: dcim/models/cables.py:417 +#, python-brace-format +msgid "" +"Duplicate termination found for {app_label}.{model} {termination_id}: cable " +"{cable_pk}" +msgstr "" + +#: dcim/models/cables.py:427 +#, python-brace-format +msgid "Cables cannot be terminated to {type_display} interfaces" +msgstr "" + +#: dcim/models/cables.py:434 +msgid "Circuit terminations attached to a provider network may not be cabled." +msgstr "" + +#: dcim/models/cables.py:532 extras/models/configs.py:99 +msgid "is active" +msgstr "" + +#: dcim/models/cables.py:536 +msgid "is complete" +msgstr "" + +#: dcim/models/cables.py:540 +msgid "is split" +msgstr "" + +#: dcim/models/cables.py:548 +msgid "cable path" +msgstr "" + +#: dcim/models/cables.py:549 +msgid "cable paths" +msgstr "" + +#: dcim/models/cables.py:624 +msgid "All originating terminations must be attached to the same link" +msgstr "" + +#: dcim/models/cables.py:636 +msgid "All mid-span terminations must have the same termination type" +msgstr "" + +#: dcim/models/cables.py:644 +msgid "All mid-span terminations must have the same parent object" +msgstr "" + +#: dcim/models/cables.py:668 +msgid "All links must be cable or wireless" +msgstr "" + +#: dcim/models/cables.py:670 +msgid "All links must match first link type" +msgstr "" + +#: dcim/models/cables.py:753 +msgid "" +"All positions counts within the path on opposite ends of links must match" +msgstr "" + +#: dcim/models/cables.py:762 +msgid "Remote termination position filter is missing" +msgstr "" + +#: dcim/models/device_component_templates.py:47 +#, python-brace-format +msgid "" +"{module} is accepted as a substitution for the module bay position when " +"attached to a module type." +msgstr "" + +#: dcim/models/device_component_templates.py:55 +#: dcim/models/device_components.py:61 +msgid "Physical label" +msgstr "" + +#: dcim/models/device_component_templates.py:100 +msgid "Component templates cannot be moved to a different device type." +msgstr "" + +#: dcim/models/device_component_templates.py:151 +msgid "" +"A component template cannot be associated with both a device type and a " +"module type." +msgstr "" + +#: dcim/models/device_component_templates.py:155 +msgid "" +"A component template must be associated with either a device type or a " +"module type." +msgstr "" + +#: dcim/models/device_component_templates.py:210 +msgid "console port template" +msgstr "" + +#: dcim/models/device_component_templates.py:211 +msgid "console port templates" +msgstr "" + +#: dcim/models/device_component_templates.py:245 +msgid "console server port template" +msgstr "" + +#: dcim/models/device_component_templates.py:246 +msgid "console server port templates" +msgstr "" + +#: dcim/models/device_component_templates.py:278 +#: dcim/models/device_components.py:380 +msgid "maximum draw" +msgstr "" + +#: dcim/models/device_component_templates.py:285 +#: dcim/models/device_components.py:387 +msgid "allocated draw" +msgstr "" + +#: dcim/models/device_component_templates.py:295 +msgid "power port template" +msgstr "" + +#: dcim/models/device_component_templates.py:296 +msgid "power port templates" +msgstr "" + +#: dcim/models/device_component_templates.py:316 +#: dcim/models/device_components.py:407 +#, python-brace-format +msgid "Allocated draw cannot exceed the maximum draw ({maximum_draw}W)." +msgstr "" + +#: dcim/models/device_component_templates.py:350 +#: dcim/models/device_components.py:509 +msgid "feed leg" +msgstr "" + +#: dcim/models/device_component_templates.py:355 +#: dcim/models/device_components.py:514 +msgid "Phase (for three-phase feeds)" +msgstr "" + +#: dcim/models/device_component_templates.py:361 +msgid "power outlet template" +msgstr "" + +#: dcim/models/device_component_templates.py:362 +msgid "power outlet templates" +msgstr "" + +#: dcim/models/device_component_templates.py:371 +#, python-brace-format +msgid "Parent power port ({power_port}) must belong to the same device type" +msgstr "" + +#: dcim/models/device_component_templates.py:377 +#, python-brace-format +msgid "Parent power port ({power_port}) must belong to the same module type" +msgstr "" + +#: dcim/models/device_component_templates.py:431 +#: dcim/models/device_components.py:717 +msgid "management only" +msgstr "" + +#: dcim/models/device_component_templates.py:439 +#: dcim/models/device_components.py:583 +msgid "bridge interface" +msgstr "" + +#: dcim/models/device_component_templates.py:460 +#: dcim/models/device_components.py:743 +msgid "wireless role" +msgstr "" + +#: dcim/models/device_component_templates.py:466 +msgid "interface template" +msgstr "" + +#: dcim/models/device_component_templates.py:467 +msgid "interface templates" +msgstr "" + +#: dcim/models/device_component_templates.py:476 +#, python-brace-format +msgid "Bridge interface ({bridge}) must belong to the same device type" +msgstr "" + +#: dcim/models/device_component_templates.py:482 +#, python-brace-format +msgid "Bridge interface ({bridge}) must belong to the same module type" +msgstr "" + +#: dcim/models/device_component_templates.py:534 +#: dcim/models/device_components.py:1072 +msgid "rear port position" +msgstr "" + +#: dcim/models/device_component_templates.py:559 +msgid "front port template" +msgstr "" + +#: dcim/models/device_component_templates.py:560 +msgid "front port templates" +msgstr "" + +#: dcim/models/device_component_templates.py:570 +#, python-brace-format +msgid "Rear port ({name}) must belong to the same device type" +msgstr "" + +#: dcim/models/device_component_templates.py:576 +#, python-brace-format +msgid "" +"Invalid rear port position ({position}); rear port {name} has only {count} " +"positions" +msgstr "" + +#: dcim/models/device_component_templates.py:629 +#: dcim/models/device_components.py:1138 +msgid "positions" +msgstr "" + +#: dcim/models/device_component_templates.py:640 +msgid "rear port template" +msgstr "" + +#: dcim/models/device_component_templates.py:641 +msgid "rear port templates" +msgstr "" + +#: dcim/models/device_component_templates.py:670 +#: dcim/models/device_components.py:1185 +msgid "position" +msgstr "" + +#: dcim/models/device_component_templates.py:673 +#: dcim/models/device_components.py:1188 +msgid "Identifier to reference when renaming installed components" +msgstr "" + +#: dcim/models/device_component_templates.py:679 +msgid "module bay template" +msgstr "" + +#: dcim/models/device_component_templates.py:680 +msgid "module bay templates" +msgstr "" + +#: dcim/models/device_component_templates.py:707 +msgid "device bay template" +msgstr "" + +#: dcim/models/device_component_templates.py:708 +msgid "device bay templates" +msgstr "" + +#: dcim/models/device_component_templates.py:722 +#, python-brace-format +msgid "" +"Subdevice role of device type ({device_type}) must be set to \"parent\" to " +"allow device bays." +msgstr "" + +#: dcim/models/device_component_templates.py:777 +#: dcim/models/device_components.py:1342 +msgid "part ID" +msgstr "" + +#: dcim/models/device_component_templates.py:779 +#: dcim/models/device_components.py:1344 +msgid "Manufacturer-assigned part identifier" +msgstr "" + +#: dcim/models/device_component_templates.py:796 +msgid "inventory item template" +msgstr "" + +#: dcim/models/device_component_templates.py:797 +msgid "inventory item templates" +msgstr "" + +#: dcim/models/device_components.py:124 +msgid "Components cannot be moved to a different device." +msgstr "" + +#: dcim/models/device_components.py:171 +msgid "cable end" +msgstr "" + +#: dcim/models/device_components.py:178 +msgid "mark connected" +msgstr "" + +#: dcim/models/device_components.py:180 +msgid "Treat as if a cable is connected" +msgstr "" + +#: dcim/models/device_components.py:198 +msgid "Must specify cable end (A or B) when attaching a cable." +msgstr "" + +#: dcim/models/device_components.py:202 +msgid "Cable end must not be set without a cable." +msgstr "" + +#: dcim/models/device_components.py:206 +msgid "Cannot mark as connected with a cable attached." +msgstr "" + +#: dcim/models/device_components.py:233 +#, python-brace-format +msgid "{class_name} models must declare a parent_object property" +msgstr "" + +#: dcim/models/device_components.py:319 dcim/models/device_components.py:346 +#: dcim/models/device_components.py:377 dcim/models/device_components.py:499 +msgid "Physical port type" +msgstr "" + +#: dcim/models/device_components.py:322 dcim/models/device_components.py:349 +msgid "speed" +msgstr "" + +#: dcim/models/device_components.py:326 dcim/models/device_components.py:353 +msgid "Port speed in bits per second" +msgstr "" + +#: dcim/models/device_components.py:332 +msgid "console port" +msgstr "" + +#: dcim/models/device_components.py:333 +msgid "console ports" +msgstr "" + +#: dcim/models/device_components.py:359 +msgid "console server port" +msgstr "" + +#: dcim/models/device_components.py:360 +msgid "console server ports" +msgstr "" + +#: dcim/models/device_components.py:397 +msgid "power port" +msgstr "" + +#: dcim/models/device_components.py:398 +msgid "power ports" +msgstr "" + +#: dcim/models/device_components.py:524 +msgid "power outlet" +msgstr "" + +#: dcim/models/device_components.py:525 +msgid "power outlets" +msgstr "" + +#: dcim/models/device_components.py:533 +#, python-brace-format +msgid "Parent power port ({power_port}) must belong to the same device" +msgstr "" + +#: dcim/models/device_components.py:562 vpn/models/crypto.py:80 +#: vpn/models/crypto.py:222 +msgid "mode" +msgstr "" + +#: dcim/models/device_components.py:567 +msgid "IEEE 802.1Q tagging strategy" +msgstr "" + +#: dcim/models/device_components.py:575 +msgid "parent interface" +msgstr "" + +#: dcim/models/device_components.py:591 +msgid "untagged VLAN" +msgstr "" + +#: dcim/models/device_components.py:597 +msgid "tagged VLANs" +msgstr "" + +#: dcim/models/device_components.py:605 dcim/tables/devices.py:631 +#: ipam/forms/bulk_edit.py:521 ipam/forms/bulk_import.py:524 +#: ipam/forms/filtersets.py:587 ipam/forms/model_forms.py:694 +#: ipam/tables/vlans.py:109 templates/dcim/interface.html:86 +#: templates/ipam/vlan.html:77 templates/virtualization/vminterface.html:60 +msgid "Q-in-Q SVLAN" +msgstr "" + +#: dcim/models/device_components.py:620 +msgid "primary MAC address" +msgstr "" + +#: dcim/models/device_components.py:632 +msgid "Only Q-in-Q interfaces may specify a service VLAN." +msgstr "" + +#: dcim/models/device_components.py:643 +#, python-brace-format +msgid "" +"MAC address {mac_address} is assigned to a different interface ({interface})." +msgstr "" + +#: dcim/models/device_components.py:708 +msgid "parent LAG" +msgstr "" + +#: dcim/models/device_components.py:718 +msgid "This interface is used only for out-of-band management" +msgstr "" + +#: dcim/models/device_components.py:723 +msgid "speed (Kbps)" +msgstr "" + +#: dcim/models/device_components.py:726 +msgid "duplex" +msgstr "" + +#: dcim/models/device_components.py:736 +msgid "64-bit World Wide Name" +msgstr "" + +#: dcim/models/device_components.py:750 +msgid "wireless channel" +msgstr "" + +#: dcim/models/device_components.py:757 +msgid "channel frequency (MHz)" +msgstr "" + +#: dcim/models/device_components.py:758 dcim/models/device_components.py:766 +msgid "Populated by selected channel (if set)" +msgstr "" + +#: dcim/models/device_components.py:775 +msgid "transmit power (dBm)" +msgstr "" + +#: dcim/models/device_components.py:802 wireless/models.py:117 +msgid "wireless LANs" +msgstr "" + +#: dcim/models/device_components.py:850 +#: virtualization/models/virtualmachines.py:364 +msgid "interface" +msgstr "" + +#: dcim/models/device_components.py:851 +#: virtualization/models/virtualmachines.py:365 +msgid "interfaces" +msgstr "" + +#: dcim/models/device_components.py:859 +#, python-brace-format +msgid "{display_type} interfaces cannot have a cable attached." +msgstr "" + +#: dcim/models/device_components.py:867 +#, python-brace-format +msgid "{display_type} interfaces cannot be marked as connected." +msgstr "" + +#: dcim/models/device_components.py:876 +#: virtualization/models/virtualmachines.py:375 +msgid "An interface cannot be its own parent." +msgstr "" + +#: dcim/models/device_components.py:880 +msgid "Only virtual interfaces may be assigned to a parent interface." +msgstr "" + +#: dcim/models/device_components.py:887 +#, python-brace-format +msgid "" +"The selected parent interface ({interface}) belongs to a different device " +"({device})" +msgstr "" + +#: dcim/models/device_components.py:893 +#, python-brace-format +msgid "" +"The selected parent interface ({interface}) belongs to {device}, which is " +"not part of virtual chassis {virtual_chassis}." +msgstr "" + +#: dcim/models/device_components.py:909 +#, python-brace-format +msgid "" +"The selected bridge interface ({bridge}) belongs to a different device " +"({device})." +msgstr "" + +#: dcim/models/device_components.py:915 +#, python-brace-format +msgid "" +"The selected bridge interface ({interface}) belongs to {device}, which is " +"not part of virtual chassis {virtual_chassis}." +msgstr "" + +#: dcim/models/device_components.py:926 +msgid "Virtual interfaces cannot have a parent LAG interface." +msgstr "" + +#: dcim/models/device_components.py:930 +msgid "A LAG interface cannot be its own parent." +msgstr "" + +#: dcim/models/device_components.py:937 +#, python-brace-format +msgid "" +"The selected LAG interface ({lag}) belongs to a different device ({device})." +msgstr "" + +#: dcim/models/device_components.py:943 +#, python-brace-format +msgid "" +"The selected LAG interface ({lag}) belongs to {device}, which is not part of " +"virtual chassis {virtual_chassis}." +msgstr "" + +#: dcim/models/device_components.py:953 +msgid "Channel may be set only on wireless interfaces." +msgstr "" + +#: dcim/models/device_components.py:959 +msgid "Channel frequency may be set only on wireless interfaces." +msgstr "" + +#: dcim/models/device_components.py:963 +msgid "Cannot specify custom frequency with channel selected." +msgstr "" + +#: dcim/models/device_components.py:969 +msgid "Channel width may be set only on wireless interfaces." +msgstr "" + +#: dcim/models/device_components.py:971 +msgid "Cannot specify custom width with channel selected." +msgstr "" + +#: dcim/models/device_components.py:975 +msgid "Interface mode does not support an untagged vlan." +msgstr "" + +#: dcim/models/device_components.py:981 +#, python-brace-format +msgid "" +"The untagged VLAN ({untagged_vlan}) must belong to the same site as the " +"interface's parent device, or it must be global." +msgstr "" + +#: dcim/models/device_components.py:1078 +msgid "Mapped position on corresponding rear port" +msgstr "" + +#: dcim/models/device_components.py:1094 +msgid "front port" +msgstr "" + +#: dcim/models/device_components.py:1095 +msgid "front ports" +msgstr "" + +#: dcim/models/device_components.py:1106 +#, python-brace-format +msgid "Rear port ({rear_port}) must belong to the same device" +msgstr "" + +#: dcim/models/device_components.py:1114 +#, python-brace-format +msgid "" +"Invalid rear port position ({rear_port_position}): Rear port {name} has only " +"{positions} positions." +msgstr "" + +#: dcim/models/device_components.py:1144 +msgid "Number of front ports which may be mapped" +msgstr "" + +#: dcim/models/device_components.py:1149 +msgid "rear port" +msgstr "" + +#: dcim/models/device_components.py:1150 +msgid "rear ports" +msgstr "" + +#: dcim/models/device_components.py:1161 +#, python-brace-format +msgid "" +"The number of positions cannot be less than the number of mapped front ports " +"({frontport_count})" +msgstr "" + +#: dcim/models/device_components.py:1202 +msgid "module bay" +msgstr "" + +#: dcim/models/device_components.py:1203 +msgid "module bays" +msgstr "" + +#: dcim/models/device_components.py:1217 dcim/models/modules.py:257 +msgid "A module bay cannot belong to a module installed within it." +msgstr "" + +#: dcim/models/device_components.py:1245 +msgid "device bay" +msgstr "" + +#: dcim/models/device_components.py:1246 +msgid "device bays" +msgstr "" + +#: dcim/models/device_components.py:1253 +#, python-brace-format +msgid "This type of device ({device_type}) does not support device bays." +msgstr "" + +#: dcim/models/device_components.py:1259 +msgid "Cannot install a device into itself." +msgstr "" + +#: dcim/models/device_components.py:1267 +#, python-brace-format +msgid "" +"Cannot install the specified device; device is already installed in {bay}." +msgstr "" + +#: dcim/models/device_components.py:1288 +msgid "inventory item role" +msgstr "" + +#: dcim/models/device_components.py:1289 +msgid "inventory item roles" +msgstr "" + +#: dcim/models/device_components.py:1348 dcim/models/devices.py:533 +#: dcim/models/modules.py:217 dcim/models/racks.py:310 +#: virtualization/models/virtualmachines.py:125 +msgid "serial number" +msgstr "" + +#: dcim/models/device_components.py:1356 dcim/models/devices.py:541 +#: dcim/models/modules.py:224 dcim/models/racks.py:317 +msgid "asset tag" +msgstr "" + +#: dcim/models/device_components.py:1357 +msgid "A unique tag used to identify this item" +msgstr "" + +#: dcim/models/device_components.py:1360 +msgid "discovered" +msgstr "" + +#: dcim/models/device_components.py:1362 +msgid "This item was automatically discovered" +msgstr "" + +#: dcim/models/device_components.py:1380 +msgid "inventory item" +msgstr "" + +#: dcim/models/device_components.py:1381 +msgid "inventory items" +msgstr "" + +#: dcim/models/device_components.py:1389 +msgid "Cannot assign self as parent." +msgstr "" + +#: dcim/models/device_components.py:1397 +msgid "Parent inventory item does not belong to the same device." +msgstr "" + +#: dcim/models/device_components.py:1403 +msgid "Cannot move an inventory item with dependent children" +msgstr "" + +#: dcim/models/device_components.py:1411 +msgid "Cannot assign inventory item to component on another device" +msgstr "" + +#: dcim/models/devices.py:60 +msgid "manufacturer" +msgstr "" + +#: dcim/models/devices.py:61 +msgid "manufacturers" +msgstr "" + +#: dcim/models/devices.py:85 dcim/models/modules.py:73 dcim/models/racks.py:139 +msgid "model" +msgstr "" + +#: dcim/models/devices.py:98 +msgid "default platform" +msgstr "" + +#: dcim/models/devices.py:101 dcim/models/modules.py:77 +msgid "part number" +msgstr "" + +#: dcim/models/devices.py:104 dcim/models/modules.py:80 +msgid "Discrete part number (optional)" +msgstr "" + +#: dcim/models/devices.py:110 dcim/models/racks.py:53 +msgid "height (U)" +msgstr "" + +#: dcim/models/devices.py:114 +msgid "exclude from utilization" +msgstr "" + +#: dcim/models/devices.py:115 +msgid "Devices of this type are excluded when calculating rack utilization." +msgstr "" + +#: dcim/models/devices.py:119 +msgid "is full depth" +msgstr "" + +#: dcim/models/devices.py:120 +msgid "Device consumes both front and rear rack faces." +msgstr "" + +#: dcim/models/devices.py:127 +msgid "parent/child status" +msgstr "" + +#: dcim/models/devices.py:128 +msgid "" +"Parent devices house child devices in device bays. Leave blank if this " +"device type is neither a parent nor a child." +msgstr "" + +#: dcim/models/devices.py:132 dcim/models/devices.py:586 +#: dcim/models/modules.py:83 dcim/models/racks.py:321 +msgid "airflow" +msgstr "" + +#: dcim/models/devices.py:209 +msgid "device type" +msgstr "" + +#: dcim/models/devices.py:210 +msgid "device types" +msgstr "" + +#: dcim/models/devices.py:292 +msgid "U height must be in increments of 0.5 rack units." +msgstr "" + +#: dcim/models/devices.py:309 +#, python-brace-format +msgid "" +"Device {device} in rack {rack} does not have sufficient space to accommodate " +"a height of {height}U" +msgstr "" + +#: dcim/models/devices.py:324 +#, python-brace-format +msgid "" +"Unable to set 0U height: Found {racked_instance_count} " +"instances already mounted within racks." +msgstr "" + +#: dcim/models/devices.py:333 +msgid "" +"Must delete all device bay templates associated with this device before " +"declassifying it as a parent device." +msgstr "" + +#: dcim/models/devices.py:339 +msgid "Child device types must be 0U." +msgstr "" + +#: dcim/models/devices.py:388 +msgid "Virtual machines may be assigned to this role" +msgstr "" + +#: dcim/models/devices.py:411 +msgid "A top-level device role with this name already exists." +msgstr "" + +#: dcim/models/devices.py:421 +msgid "A top-level device role with this slug already exists." +msgstr "" + +#: dcim/models/devices.py:424 +msgid "device role" +msgstr "" + +#: dcim/models/devices.py:425 +msgid "device roles" +msgstr "" + +#: dcim/models/devices.py:439 +msgid "Optionally limit this platform to devices of a certain manufacturer" +msgstr "" + +#: dcim/models/devices.py:453 +msgid "platform" +msgstr "" + +#: dcim/models/devices.py:454 +msgid "platforms" +msgstr "" + +#: dcim/models/devices.py:464 +msgid "Platform name must be unique." +msgstr "" + +#: dcim/models/devices.py:474 +msgid "Platform slug must be unique." +msgstr "" + +#: dcim/models/devices.py:507 +msgid "The function this device serves" +msgstr "" + +#: dcim/models/devices.py:534 +msgid "Chassis serial number, assigned by the manufacturer" +msgstr "" + +#: dcim/models/devices.py:542 dcim/models/modules.py:225 +msgid "A unique tag used to identify this device" +msgstr "" + +#: dcim/models/devices.py:569 +msgid "position (U)" +msgstr "" + +#: dcim/models/devices.py:577 +msgid "rack face" +msgstr "" + +#: dcim/models/devices.py:598 dcim/models/devices.py:1223 +#: virtualization/models/virtualmachines.py:94 +msgid "primary IPv4" +msgstr "" + +#: dcim/models/devices.py:606 dcim/models/devices.py:1231 +#: virtualization/models/virtualmachines.py:102 +msgid "primary IPv6" +msgstr "" + +#: dcim/models/devices.py:614 +msgid "out-of-band IP" +msgstr "" + +#: dcim/models/devices.py:631 +msgid "VC position" +msgstr "" + +#: dcim/models/devices.py:634 +msgid "Virtual chassis position" +msgstr "" + +#: dcim/models/devices.py:637 +msgid "VC priority" +msgstr "" + +#: dcim/models/devices.py:641 +msgid "Virtual chassis master election priority" +msgstr "" + +#: dcim/models/devices.py:644 dcim/models/sites.py:211 +msgid "latitude" +msgstr "" + +#: dcim/models/devices.py:653 dcim/models/devices.py:665 +#: dcim/models/sites.py:220 dcim/models/sites.py:232 +msgid "GPS coordinate in decimal format (xx.yyyyyy)" +msgstr "" + +#: dcim/models/devices.py:656 dcim/models/sites.py:223 +msgid "longitude" +msgstr "" + +#: dcim/models/devices.py:739 +msgid "Device name must be unique per site." +msgstr "" + +#: dcim/models/devices.py:750 +msgid "device" +msgstr "" + +#: dcim/models/devices.py:751 +msgid "devices" +msgstr "" + +#: dcim/models/devices.py:770 +#, python-brace-format +msgid "Rack {rack} does not belong to site {site}." +msgstr "" + +#: dcim/models/devices.py:775 +#, python-brace-format +msgid "Location {location} does not belong to site {site}." +msgstr "" + +#: dcim/models/devices.py:781 +#, python-brace-format +msgid "Rack {rack} does not belong to location {location}." +msgstr "" + +#: dcim/models/devices.py:788 +msgid "Cannot select a rack face without assigning a rack." +msgstr "" + +#: dcim/models/devices.py:792 +msgid "Cannot select a rack position without assigning a rack." +msgstr "" + +#: dcim/models/devices.py:798 +msgid "Position must be in increments of 0.5 rack units." +msgstr "" + +#: dcim/models/devices.py:802 +msgid "Must specify rack face when defining rack position." +msgstr "" + +#: dcim/models/devices.py:810 +#, python-brace-format +msgid "A 0U device type ({device_type}) cannot be assigned to a rack position." +msgstr "" + +#: dcim/models/devices.py:821 +msgid "" +"Child device types cannot be assigned to a rack face. This is an attribute " +"of the parent device." +msgstr "" + +#: dcim/models/devices.py:828 +msgid "" +"Child device types cannot be assigned to a rack position. This is an " +"attribute of the parent device." +msgstr "" + +#: dcim/models/devices.py:842 +#, python-brace-format +msgid "" +"U{position} is already occupied or does not have sufficient space to " +"accommodate this device type: {device_type} ({u_height}U)" +msgstr "" + +#: dcim/models/devices.py:857 +#, python-brace-format +msgid "{ip} is not an IPv4 address." +msgstr "" + +#: dcim/models/devices.py:869 dcim/models/devices.py:887 +#, python-brace-format +msgid "The specified IP address ({ip}) is not assigned to this device." +msgstr "" + +#: dcim/models/devices.py:875 +#, python-brace-format +msgid "{ip} is not an IPv6 address." +msgstr "" + +#: dcim/models/devices.py:905 +#, python-brace-format +msgid "" +"The assigned platform is limited to {platform_manufacturer} device types, " +"but this device's type belongs to {devicetype_manufacturer}." +msgstr "" + +#: dcim/models/devices.py:916 +#, python-brace-format +msgid "The assigned cluster belongs to a different site ({site})" +msgstr "" + +#: dcim/models/devices.py:923 +#, python-brace-format +msgid "The assigned cluster belongs to a different location ({location})" +msgstr "" + +#: dcim/models/devices.py:931 +msgid "A device assigned to a virtual chassis must have its position defined." +msgstr "" + +#: dcim/models/devices.py:937 +#, python-brace-format +msgid "" +"Device cannot be removed from virtual chassis {virtual_chassis} because it " +"is currently designated as its master." +msgstr "" + +#: dcim/models/devices.py:1138 +msgid "domain" +msgstr "" + +#: dcim/models/devices.py:1151 dcim/models/devices.py:1152 +msgid "virtual chassis" +msgstr "" + +#: dcim/models/devices.py:1164 +#, python-brace-format +msgid "The selected master ({master}) is not assigned to this virtual chassis." +msgstr "" + +#: dcim/models/devices.py:1179 +#, python-brace-format +msgid "" +"Unable to delete virtual chassis {self}. There are member interfaces which " +"form a cross-chassis LAG interfaces." +msgstr "" + +#: dcim/models/devices.py:1212 vpn/models/l2vpn.py:42 +msgid "identifier" +msgstr "" + +#: dcim/models/devices.py:1213 +msgid "Numeric identifier unique to the parent device" +msgstr "" + +#: dcim/models/devices.py:1241 extras/models/customfields.py:231 +#: extras/models/models.py:111 extras/models/models.py:800 +#: netbox/models/__init__.py:120 netbox/models/__init__.py:155 +msgid "comments" +msgstr "" + +#: dcim/models/devices.py:1257 +msgid "virtual device context" +msgstr "" + +#: dcim/models/devices.py:1258 +msgid "virtual device contexts" +msgstr "" + +#: dcim/models/devices.py:1287 +#, python-brace-format +msgid "{ip} is not an IPv{family} address." +msgstr "" + +#: dcim/models/devices.py:1293 +msgid "Primary IP address must belong to an interface on the assigned device." +msgstr "" + +#: dcim/models/devices.py:1324 +msgid "MAC addresses" +msgstr "" + +#: dcim/models/devices.py:1356 +msgid "" +"Cannot unassign MAC Address while it is designated as the primary MAC for an " +"object" +msgstr "" + +#: dcim/models/devices.py:1360 +msgid "" +"Cannot reassign MAC Address while it is designated as the primary MAC for an " +"object" +msgstr "" + +#: dcim/models/mixins.py:131 virtualization/models/virtualmachines.py:390 +msgid "An interface cannot be bridged to itself." +msgstr "" + +#: dcim/models/mixins.py:136 +msgid "Virtual interfaces cannot have a PoE mode." +msgstr "" + +#: dcim/models/mixins.py:140 +msgid "Virtual interfaces cannot have a PoE type." +msgstr "" + +#: dcim/models/mixins.py:146 +msgid "Must specify PoE mode when designating a PoE type." +msgstr "" + +#: dcim/models/mixins.py:151 +msgid "Wireless role may be set only on wireless interfaces." +msgstr "" + +#: dcim/models/modules.py:39 extras/models/configs.py:49 +msgid "schema" +msgstr "" + +#: dcim/models/modules.py:46 +msgid "module type profile" +msgstr "" + +#: dcim/models/modules.py:47 +msgid "module type profiles" +msgstr "" + +#: dcim/models/modules.py:92 +msgid "attributes" +msgstr "" + +#: dcim/models/modules.py:108 +msgid "module type" +msgstr "" + +#: dcim/models/modules.py:109 +msgid "module types" +msgstr "" + +#: dcim/models/modules.py:139 +#, python-brace-format +msgid "Invalid schema: {error}" +msgstr "" + +#: dcim/models/modules.py:232 +msgid "module" +msgstr "" + +#: dcim/models/modules.py:233 +msgid "modules" +msgstr "" + +#: dcim/models/modules.py:246 +#, python-brace-format +msgid "" +"Module must be installed within a module bay belonging to the assigned " +"device ({device})." +msgstr "" + +#: dcim/models/power.py:55 +msgid "power panel" +msgstr "" + +#: dcim/models/power.py:56 +msgid "power panels" +msgstr "" + +#: dcim/models/power.py:67 +#, python-brace-format +msgid "" +"Location {location} ({location_site}) is in a different site than {site}" +msgstr "" + +#: dcim/models/power.py:106 +msgid "supply" +msgstr "" + +#: dcim/models/power.py:112 +msgid "phase" +msgstr "" + +#: dcim/models/power.py:118 +msgid "voltage" +msgstr "" + +#: dcim/models/power.py:123 +msgid "amperage" +msgstr "" + +#: dcim/models/power.py:128 +msgid "max utilization" +msgstr "" + +#: dcim/models/power.py:131 +msgid "Maximum permissible draw (percentage)" +msgstr "" + +#: dcim/models/power.py:134 +msgid "available power" +msgstr "" + +#: dcim/models/power.py:162 +msgid "power feed" +msgstr "" + +#: dcim/models/power.py:163 +msgid "power feeds" +msgstr "" + +#: dcim/models/power.py:174 +#, python-brace-format +msgid "" +"Rack {rack} ({rack_site}) and power panel {powerpanel} ({powerpanel_site}) " +"are in different sites." +msgstr "" + +#: dcim/models/power.py:185 +msgid "Voltage cannot be negative for AC supply" +msgstr "" + +#: dcim/models/racks.py:46 +msgid "width" +msgstr "" + +#: dcim/models/racks.py:47 +msgid "Rail-to-rail width" +msgstr "" + +#: dcim/models/racks.py:55 +msgid "Height in rack units" +msgstr "" + +#: dcim/models/racks.py:59 +msgid "starting unit" +msgstr "" + +#: dcim/models/racks.py:61 +msgid "Starting unit for rack" +msgstr "" + +#: dcim/models/racks.py:65 +msgid "descending units" +msgstr "" + +#: dcim/models/racks.py:66 +msgid "Units are numbered top-to-bottom" +msgstr "" + +#: dcim/models/racks.py:71 +msgid "outer width" +msgstr "" + +#: dcim/models/racks.py:74 +msgid "Outer dimension of rack (width)" +msgstr "" + +#: dcim/models/racks.py:77 +msgid "outer height" +msgstr "" + +#: dcim/models/racks.py:80 +msgid "Outer dimension of rack (height)" +msgstr "" + +#: dcim/models/racks.py:83 +msgid "outer depth" +msgstr "" + +#: dcim/models/racks.py:86 +msgid "Outer dimension of rack (depth)" +msgstr "" + +#: dcim/models/racks.py:89 +msgid "outer unit" +msgstr "" + +#: dcim/models/racks.py:96 +msgid "mounting depth" +msgstr "" + +#: dcim/models/racks.py:100 +msgid "" +"Maximum depth of a mounted device, in millimeters. For four-post racks, this " +"is the distance between the front and rear rails." +msgstr "" + +#: dcim/models/racks.py:108 +msgid "max weight" +msgstr "" + +#: dcim/models/racks.py:111 +msgid "Maximum load capacity for the rack" +msgstr "" + +#: dcim/models/racks.py:131 dcim/models/racks.py:253 +msgid "form factor" +msgstr "" + +#: dcim/models/racks.py:168 +msgid "rack type" +msgstr "" + +#: dcim/models/racks.py:169 +msgid "rack types" +msgstr "" + +#: dcim/models/racks.py:183 dcim/models/racks.py:375 +msgid "Must specify a unit when setting an outer dimension" +msgstr "" + +#: dcim/models/racks.py:187 dcim/models/racks.py:379 +msgid "Must specify a unit when setting a maximum weight" +msgstr "" + +#: dcim/models/racks.py:233 +msgid "rack role" +msgstr "" + +#: dcim/models/racks.py:234 +msgid "rack roles" +msgstr "" + +#: dcim/models/racks.py:271 +msgid "facility ID" +msgstr "" + +#: dcim/models/racks.py:272 +msgid "Locally-assigned identifier" +msgstr "" + +#: dcim/models/racks.py:305 ipam/forms/bulk_import.py:204 +#: ipam/forms/bulk_import.py:268 ipam/forms/bulk_import.py:303 +#: ipam/forms/bulk_import.py:515 virtualization/forms/bulk_import.py:123 +msgid "Functional role" +msgstr "" + +#: dcim/models/racks.py:318 +msgid "A unique tag used to identify this rack" +msgstr "" + +#: dcim/models/racks.py:358 +msgid "rack" +msgstr "" + +#: dcim/models/racks.py:359 +msgid "racks" +msgstr "" + +#: dcim/models/racks.py:371 +#, python-brace-format +msgid "Assigned location must belong to parent site ({site})." +msgstr "" + +#: dcim/models/racks.py:394 +#, python-brace-format +msgid "" +"Rack must be at least {min_height}U tall to house currently installed " +"devices." +msgstr "" + +#: dcim/models/racks.py:403 +#, python-brace-format +msgid "" +"Rack unit numbering must begin at {position} or less to house currently " +"installed devices." +msgstr "" + +#: dcim/models/racks.py:411 +#, python-brace-format +msgid "Location must be from the same site, {site}." +msgstr "" + +#: dcim/models/racks.py:673 +msgid "units" +msgstr "" + +#: dcim/models/racks.py:705 +msgid "rack reservation" +msgstr "" + +#: dcim/models/racks.py:706 +msgid "rack reservations" +msgstr "" + +#: dcim/models/racks.py:720 +#, python-brace-format +msgid "Invalid unit(s) for {height}U rack: {unit_list}" +msgstr "" + +#: dcim/models/racks.py:733 +#, python-brace-format +msgid "The following units have already been reserved: {unit_list}" +msgstr "" + +#: dcim/models/sites.py:56 +msgid "A top-level region with this name already exists." +msgstr "" + +#: dcim/models/sites.py:66 +msgid "A top-level region with this slug already exists." +msgstr "" + +#: dcim/models/sites.py:69 +msgid "region" +msgstr "" + +#: dcim/models/sites.py:70 +msgid "regions" +msgstr "" + +#: dcim/models/sites.py:112 +msgid "A top-level site group with this name already exists." +msgstr "" + +#: dcim/models/sites.py:122 +msgid "A top-level site group with this slug already exists." +msgstr "" + +#: dcim/models/sites.py:125 +msgid "site group" +msgstr "" + +#: dcim/models/sites.py:126 +msgid "site groups" +msgstr "" + +#: dcim/models/sites.py:148 +msgid "Full name of the site" +msgstr "" + +#: dcim/models/sites.py:184 dcim/models/sites.py:294 +msgid "facility" +msgstr "" + +#: dcim/models/sites.py:187 dcim/models/sites.py:297 +msgid "Local facility ID or description" +msgstr "" + +#: dcim/models/sites.py:199 +msgid "physical address" +msgstr "" + +#: dcim/models/sites.py:202 +msgid "Physical location of the building" +msgstr "" + +#: dcim/models/sites.py:205 +msgid "shipping address" +msgstr "" + +#: dcim/models/sites.py:208 +msgid "If different from the physical address" +msgstr "" + +#: dcim/models/sites.py:256 +msgid "site" +msgstr "" + +#: dcim/models/sites.py:257 +msgid "sites" +msgstr "" + +#: dcim/models/sites.py:330 +msgid "A location with this name already exists within the specified site." +msgstr "" + +#: dcim/models/sites.py:340 +msgid "A location with this slug already exists within the specified site." +msgstr "" + +#: dcim/models/sites.py:343 +msgid "location" +msgstr "" + +#: dcim/models/sites.py:344 +msgid "locations" +msgstr "" + +#: dcim/models/sites.py:355 +#, python-brace-format +msgid "Parent location ({parent}) must belong to the same site ({site})." +msgstr "" + +#: dcim/object_actions.py:15 templates/dcim/device/base.html:21 +#: templates/dcim/devicetype/base.html:18 +#: templates/dcim/inc/moduletype_buttons.html:9 templates/dcim/module.html:18 +#: templates/virtualization/buttons/bulk_add_components.html:4 +#: templates/virtualization/virtualmachine/base.html:22 +#: virtualization/object_actions.py:14 +msgid "Add Components" +msgstr "" + +#: dcim/object_actions.py:32 +msgid "Disconnect Selected" +msgstr "" + +#: dcim/tables/cables.py:55 +msgid "Termination A" +msgstr "" + +#: dcim/tables/cables.py:60 +msgid "Termination B" +msgstr "" + +#: dcim/tables/cables.py:66 wireless/forms/bulk_import.py:97 +#: wireless/tables/wirelesslink.py:22 +msgid "Device A" +msgstr "" + +#: dcim/tables/cables.py:72 wireless/forms/bulk_import.py:118 +#: wireless/tables/wirelesslink.py:31 +msgid "Device B" +msgstr "" + +#: dcim/tables/cables.py:78 +msgid "Location A" +msgstr "" + +#: dcim/tables/cables.py:84 +msgid "Location B" +msgstr "" + +#: dcim/tables/cables.py:90 +msgid "Rack A" +msgstr "" + +#: dcim/tables/cables.py:96 +msgid "Rack B" +msgstr "" + +#: dcim/tables/cables.py:102 wireless/forms/bulk_import.py:90 +msgid "Site A" +msgstr "" + +#: dcim/tables/cables.py:108 wireless/forms/bulk_import.py:111 +msgid "Site B" +msgstr "" + +#: dcim/tables/cables.py:117 +msgid "Color Name" +msgstr "" + +#: dcim/tables/connections.py:31 dcim/tables/connections.py:50 +#: dcim/tables/connections.py:71 +#: templates/dcim/inc/connection_endpoints.html:16 +msgid "Reachable" +msgstr "" + +#: dcim/tables/devices.py:73 dcim/tables/devices.py:125 +#: dcim/tables/racks.py:153 dcim/tables/sites.py:118 dcim/tables/sites.py:165 +#: extras/tables/tables.py:668 netbox/navigation/menu.py:69 +#: netbox/navigation/menu.py:73 netbox/navigation/menu.py:75 +#: virtualization/forms/model_forms.py:122 virtualization/tables/clusters.py:87 +#: virtualization/views.py:243 +msgid "Devices" +msgstr "" + +#: dcim/tables/devices.py:78 dcim/tables/devices.py:130 +#: virtualization/tables/clusters.py:92 +msgid "VMs" +msgstr "" + +#: dcim/tables/devices.py:119 dcim/tables/devices.py:239 +#: extras/forms/model_forms.py:743 templates/dcim/device.html:118 +#: templates/dcim/devicerole.html:48 templates/dcim/platform.html:45 +#: templates/extras/configtemplate.html:10 +#: templates/extras/object_render_config.html:12 +#: templates/extras/object_render_config.html:15 +#: templates/virtualization/virtualmachine.html:48 +#: virtualization/tables/virtualmachines.py:77 +msgid "Config Template" +msgstr "" + +#: dcim/tables/devices.py:200 dcim/tables/devicetypes.py:103 +msgid "U Height" +msgstr "" + +#: dcim/tables/devices.py:210 dcim/tables/devices.py:1128 +#: ipam/forms/bulk_import.py:597 ipam/forms/model_forms.py:317 +#: ipam/forms/model_forms.py:330 ipam/tables/ip.py:314 ipam/tables/ip.py:381 +#: ipam/tables/ip.py:391 ipam/tables/ip.py:414 templates/ipam/ipaddress.html:11 +#: virtualization/tables/virtualmachines.py:65 +msgid "IP Address" +msgstr "" + +#: dcim/tables/devices.py:214 dcim/tables/devices.py:1132 +#: virtualization/tables/virtualmachines.py:56 +msgid "IPv4 Address" +msgstr "" + +#: dcim/tables/devices.py:218 dcim/tables/devices.py:1136 +#: virtualization/tables/virtualmachines.py:60 +msgid "IPv6 Address" +msgstr "" + +#: dcim/tables/devices.py:233 +msgid "VC Position" +msgstr "" + +#: dcim/tables/devices.py:236 +msgid "VC Priority" +msgstr "" + +#: dcim/tables/devices.py:243 templates/dcim/device_edit.html:40 +#: templates/dcim/devicebay_populate.html:16 +msgid "Parent Device" +msgstr "" + +#: dcim/tables/devices.py:248 +msgid "Position (Device Bay)" +msgstr "" + +#: dcim/tables/devices.py:257 +msgid "Console ports" +msgstr "" + +#: dcim/tables/devices.py:260 +msgid "Console server ports" +msgstr "" + +#: dcim/tables/devices.py:263 +msgid "Power ports" +msgstr "" + +#: dcim/tables/devices.py:266 +msgid "Power outlets" +msgstr "" + +#: dcim/tables/devices.py:269 dcim/tables/devices.py:1141 +#: dcim/tables/devicetypes.py:133 dcim/views.py:1215 dcim/views.py:1528 +#: dcim/views.py:2318 netbox/navigation/menu.py:95 +#: netbox/navigation/menu.py:259 +#: templates/dcim/buttons/bulk_add_components.html:38 +#: templates/dcim/device/base.html:37 templates/dcim/devicetype/base.html:34 +#: templates/dcim/inc/moduletype_buttons.html:25 templates/dcim/module.html:34 +#: templates/dcim/virtualdevicecontext.html:61 +#: templates/dcim/virtualdevicecontext.html:81 +#: templates/virtualization/buttons/bulk_add_components.html:10 +#: templates/virtualization/virtualmachine/base.html:27 +#: virtualization/tables/virtualmachines.py:71 virtualization/views.py:362 +#: wireless/tables/wirelesslan.py:67 +msgid "Interfaces" +msgstr "" + +#: dcim/tables/devices.py:272 +msgid "Front ports" +msgstr "" + +#: dcim/tables/devices.py:278 +msgid "Device bays" +msgstr "" + +#: dcim/tables/devices.py:281 +msgid "Module bays" +msgstr "" + +#: dcim/tables/devices.py:284 +msgid "Inventory items" +msgstr "" + +#: dcim/tables/devices.py:317 +msgid "Device Location" +msgstr "" + +#: dcim/tables/devices.py:322 +msgid "Device Site" +msgstr "" + +#: dcim/tables/devices.py:337 dcim/tables/modules.py:91 +#: templates/dcim/module.html:65 templates/dcim/modulebay.html:17 +msgid "Module Bay" +msgstr "" + +#: dcim/tables/devices.py:350 dcim/tables/devicetypes.py:52 +#: dcim/tables/devicetypes.py:148 dcim/views.py:1290 dcim/views.py:2404 +#: netbox/navigation/menu.py:104 +#: templates/dcim/buttons/bulk_add_components.html:66 +#: templates/dcim/device/base.html:52 templates/dcim/devicetype/base.html:49 +#: templates/dcim/inc/panels/inventory_items.html:6 +#: templates/dcim/inventoryitemrole.html:32 +msgid "Inventory Items" +msgstr "" + +#: dcim/tables/devices.py:365 +msgid "Cable Color" +msgstr "" + +#: dcim/tables/devices.py:371 +msgid "Link Peers" +msgstr "" + +#: dcim/tables/devices.py:374 +msgid "Mark Connected" +msgstr "" + +#: dcim/tables/devices.py:493 +msgid "Maximum draw (W)" +msgstr "" + +#: dcim/tables/devices.py:496 +msgid "Allocated draw (W)" +msgstr "" + +#: dcim/tables/devices.py:601 ipam/forms/model_forms.py:787 +#: ipam/tables/fhrp.py:28 ipam/views.py:689 ipam/views.py:790 +#: netbox/navigation/menu.py:165 netbox/navigation/menu.py:167 +#: templates/dcim/interface.html:396 templates/ipam/ipaddress_bulk_add.html:15 +#: templates/ipam/service.html:42 templates/virtualization/vminterface.html:107 +#: vpn/tables/tunnels.py:101 +msgid "IP Addresses" +msgstr "" + +#: dcim/tables/devices.py:607 netbox/navigation/menu.py:211 +#: templates/ipam/inc/panels/fhrp_groups.html:6 +msgid "FHRP Groups" +msgstr "" + +#: dcim/tables/devices.py:619 templates/dcim/interface.html:95 +#: templates/virtualization/vminterface.html:65 templates/vpn/tunnel.html:18 +#: templates/vpn/tunneltermination.html:13 vpn/forms/bulk_edit.py:76 +#: vpn/forms/bulk_import.py:76 vpn/forms/filtersets.py:46 +#: vpn/forms/filtersets.py:87 vpn/forms/model_forms.py:61 +#: vpn/forms/model_forms.py:146 vpn/tables/tunnels.py:80 +msgid "Tunnel" +msgstr "" + +#: dcim/tables/devices.py:655 dcim/tables/devicetypes.py:234 +#: templates/dcim/interface.html:65 +msgid "Management Only" +msgstr "" + +#: dcim/tables/devices.py:674 +msgid "VDCs" +msgstr "" + +#: dcim/tables/devices.py:681 templates/dcim/interface.html:163 +msgid "Virtual Circuit" +msgstr "" + +#: dcim/tables/devices.py:933 templates/dcim/modulebay.html:53 +msgid "Installed Module" +msgstr "" + +#: dcim/tables/devices.py:936 +msgid "Module Serial" +msgstr "" + +#: dcim/tables/devices.py:940 +msgid "Module Asset Tag" +msgstr "" + +#: dcim/tables/devices.py:949 +msgid "Module Status" +msgstr "" + +#: dcim/tables/devices.py:1003 dcim/tables/devicetypes.py:319 +#: templates/dcim/inventoryitem.html:44 +msgid "Component" +msgstr "" + +#: dcim/tables/devices.py:1061 +msgid "Items" +msgstr "" + +#: dcim/tables/devicetypes.py:37 netbox/navigation/menu.py:60 +#: netbox/navigation/menu.py:62 +msgid "Rack Types" +msgstr "" + +#: dcim/tables/devicetypes.py:42 netbox/navigation/menu.py:84 +#: netbox/navigation/menu.py:86 +msgid "Device Types" +msgstr "" + +#: dcim/tables/devicetypes.py:47 netbox/navigation/menu.py:87 +#: templates/dcim/moduletypeprofile.html:45 +msgid "Module Types" +msgstr "" + +#: dcim/tables/devicetypes.py:57 extras/forms/filtersets.py:444 +#: extras/forms/model_forms.py:650 extras/tables/tables.py:663 +#: netbox/navigation/menu.py:78 +msgid "Platforms" +msgstr "" + +#: dcim/tables/devicetypes.py:89 templates/dcim/devicetype.html:29 +msgid "Default Platform" +msgstr "" + +#: dcim/tables/devicetypes.py:93 templates/dcim/devicetype.html:45 +msgid "Full Depth" +msgstr "" + +#: dcim/tables/devicetypes.py:118 dcim/tables/modules.py:65 +#: dcim/tables/racks.py:93 +msgid "Instances" +msgstr "" + +#: dcim/tables/devicetypes.py:121 dcim/views.py:1155 dcim/views.py:1468 +#: dcim/views.py:2253 netbox/navigation/menu.py:98 +#: templates/dcim/buttons/bulk_add_components.html:10 +#: templates/dcim/device/base.html:25 templates/dcim/devicetype/base.html:22 +#: templates/dcim/inc/moduletype_buttons.html:13 templates/dcim/module.html:22 +msgid "Console Ports" +msgstr "" + +#: dcim/tables/devicetypes.py:124 dcim/views.py:1170 dcim/views.py:1483 +#: dcim/views.py:2269 netbox/navigation/menu.py:99 +#: templates/dcim/buttons/bulk_add_components.html:17 +#: templates/dcim/device/base.html:28 templates/dcim/devicetype/base.html:25 +#: templates/dcim/inc/moduletype_buttons.html:16 templates/dcim/module.html:25 +msgid "Console Server Ports" +msgstr "" + +#: dcim/tables/devicetypes.py:127 dcim/views.py:1185 dcim/views.py:1498 +#: dcim/views.py:2285 netbox/navigation/menu.py:100 +#: templates/dcim/buttons/bulk_add_components.html:24 +#: templates/dcim/device/base.html:31 templates/dcim/devicetype/base.html:28 +#: templates/dcim/inc/moduletype_buttons.html:19 templates/dcim/module.html:28 +msgid "Power Ports" +msgstr "" + +#: dcim/tables/devicetypes.py:130 dcim/views.py:1200 dcim/views.py:1513 +#: dcim/views.py:2301 netbox/navigation/menu.py:101 +#: templates/dcim/buttons/bulk_add_components.html:31 +#: templates/dcim/device/base.html:34 templates/dcim/devicetype/base.html:31 +#: templates/dcim/inc/moduletype_buttons.html:22 templates/dcim/module.html:31 +msgid "Power Outlets" +msgstr "" + +#: dcim/tables/devicetypes.py:136 dcim/views.py:1230 dcim/views.py:1543 +#: dcim/views.py:2340 netbox/navigation/menu.py:96 +#: templates/dcim/device/base.html:40 templates/dcim/devicetype/base.html:37 +#: templates/dcim/inc/moduletype_buttons.html:28 templates/dcim/module.html:37 +msgid "Front Ports" +msgstr "" + +#: dcim/tables/devicetypes.py:139 dcim/views.py:1245 dcim/views.py:1558 +#: dcim/views.py:2356 netbox/navigation/menu.py:97 +#: templates/dcim/buttons/bulk_add_components.html:45 +#: templates/dcim/device/base.html:43 templates/dcim/devicetype/base.html:40 +#: templates/dcim/inc/moduletype_buttons.html:31 templates/dcim/module.html:40 +msgid "Rear Ports" +msgstr "" + +#: dcim/tables/devicetypes.py:142 dcim/views.py:1275 dcim/views.py:2388 +#: netbox/navigation/menu.py:103 +#: templates/dcim/buttons/bulk_add_components.html:52 +#: templates/dcim/device/base.html:49 templates/dcim/devicetype/base.html:46 +msgid "Device Bays" +msgstr "" + +#: dcim/tables/devicetypes.py:145 dcim/views.py:1260 dcim/views.py:1573 +#: dcim/views.py:2372 netbox/navigation/menu.py:102 +#: templates/dcim/buttons/bulk_add_components.html:59 +#: templates/dcim/device/base.html:46 templates/dcim/devicetype/base.html:43 +#: templates/dcim/inc/moduletype_buttons.html:34 templates/dcim/module.html:43 +msgid "Module Bays" +msgstr "" + +#: dcim/tables/power.py:36 netbox/navigation/menu.py:319 +#: templates/dcim/powerpanel.html:51 +msgid "Power Feeds" +msgstr "" + +#: dcim/tables/power.py:80 templates/dcim/powerfeed.html:99 +msgid "Max Utilization" +msgstr "" + +#: dcim/tables/power.py:84 +msgid "Available Power (VA)" +msgstr "" + +#: dcim/tables/racks.py:30 dcim/tables/sites.py:160 +#: netbox/navigation/menu.py:43 netbox/navigation/menu.py:47 +#: netbox/navigation/menu.py:49 +msgid "Racks" +msgstr "" + +#: dcim/tables/racks.py:63 dcim/tables/racks.py:145 +#: templates/dcim/device.html:324 +#: templates/dcim/inc/panels/racktype_dimensions.html:14 +msgid "Height" +msgstr "" + +#: dcim/tables/racks.py:67 dcim/tables/racks.py:168 +#: templates/dcim/inc/panels/racktype_dimensions.html:18 +msgid "Outer Width" +msgstr "" + +#: dcim/tables/racks.py:71 dcim/tables/racks.py:172 +#: templates/dcim/inc/panels/racktype_dimensions.html:28 +msgid "Outer Height" +msgstr "" + +#: dcim/tables/racks.py:75 dcim/tables/racks.py:176 +#: templates/dcim/inc/panels/racktype_dimensions.html:38 +msgid "Outer Depth" +msgstr "" + +#: dcim/tables/racks.py:83 dcim/tables/racks.py:184 +msgid "Max Weight" +msgstr "" + +#: dcim/tables/racks.py:157 +msgid "Space" +msgstr "" + +#: dcim/tables/sites.py:34 dcim/tables/sites.py:68 +#: extras/forms/filtersets.py:424 extras/forms/model_forms.py:630 +#: ipam/forms/bulk_edit.py:134 ipam/forms/model_forms.py:160 +#: ipam/tables/asn.py:66 netbox/navigation/menu.py:15 +#: netbox/navigation/menu.py:19 +msgid "Sites" +msgstr "" + +#: dcim/tables/sites.py:170 netbox/navigation/menu.py:203 +msgid "VLAN Groups" +msgstr "" + +#: dcim/tests/test_api.py:50 +msgid "Test case must set peer_termination_type" +msgstr "" + +#: dcim/views.py:129 +#, python-brace-format +msgid "Disconnected {count} {type}" +msgstr "" + +#: dcim/views.py:893 netbox/navigation/menu.py:51 +msgid "Reservations" +msgstr "" + +#: dcim/views.py:912 templates/dcim/location.html:91 +#: templates/dcim/site.html:140 +msgid "Non-Racked Devices" +msgstr "" + +#: dcim/views.py:2417 extras/forms/filtersets.py:386 +#: extras/forms/model_forms.py:690 templates/extras/configcontext.html:10 +#: virtualization/forms/model_forms.py:232 virtualization/views.py:399 +msgid "Config Context" +msgstr "" + +#: dcim/views.py:2427 virtualization/views.py:409 +msgid "Render Config" +msgstr "" + +#: dcim/views.py:2440 extras/tables/tables.py:673 netbox/navigation/menu.py:256 +#: netbox/navigation/menu.py:258 virtualization/views.py:224 +msgid "Virtual Machines" +msgstr "" + +#: dcim/views.py:3237 +#, python-brace-format +msgid "Installed device {device} in bay {device_bay}." +msgstr "" + +#: dcim/views.py:3278 +#, python-brace-format +msgid "Removed device {device} from bay {device_bay}." +msgstr "" + +#: dcim/views.py:3391 ipam/tables/ip.py:181 +msgid "Children" +msgstr "" + +#: dcim/views.py:3864 +#, python-brace-format +msgid "Added member {device}" +msgstr "" + +#: dcim/views.py:3909 +#, python-brace-format +msgid "Unable to remove master device {device} from the virtual chassis." +msgstr "" + +#: dcim/views.py:3920 +#, python-brace-format +msgid "Removed {device} from virtual chassis {chassis}" +msgstr "" + +#: extras/api/customfields.py:89 +#, python-brace-format +msgid "Unknown related object(s): {name}" +msgstr "" + +#: extras/api/serializers_/customfields.py:74 +msgid "Changing the type of custom fields is not supported." +msgstr "" + +#: extras/api/serializers_/scripts.py:75 extras/api/serializers_/scripts.py:85 +msgid "Scheduling is not enabled for this script." +msgstr "" + +#: extras/api/serializers_/scripts.py:77 extras/forms/reports.py:45 +#: extras/forms/scripts.py:53 +msgid "Scheduled time must be in the future." +msgstr "" + +#: extras/choices.py:30 extras/forms/misc.py:14 +msgid "Text" +msgstr "" + +#: extras/choices.py:31 +msgid "Text (long)" +msgstr "" + +#: extras/choices.py:32 +msgid "Integer" +msgstr "" + +#: extras/choices.py:33 +msgid "Decimal" +msgstr "" + +#: extras/choices.py:34 +msgid "Boolean (true/false)" +msgstr "" + +#: extras/choices.py:35 +msgid "Date" +msgstr "" + +#: extras/choices.py:36 +msgid "Date & time" +msgstr "" + +#: extras/choices.py:38 +msgid "JSON" +msgstr "" + +#: extras/choices.py:39 +msgid "Selection" +msgstr "" + +#: extras/choices.py:40 +msgid "Multiple selection" +msgstr "" + +#: extras/choices.py:42 +msgid "Multiple objects" +msgstr "" + +#: extras/choices.py:54 +msgid "Loose" +msgstr "" + +#: extras/choices.py:55 +msgid "Exact" +msgstr "" + +#: extras/choices.py:66 +msgid "Always" +msgstr "" + +#: extras/choices.py:67 +msgid "If set" +msgstr "" + +#: extras/choices.py:68 extras/choices.py:81 +msgid "Hidden" +msgstr "" + +#: extras/choices.py:79 +msgid "Yes" +msgstr "" + +#: extras/choices.py:80 +msgid "No" +msgstr "" + +#: extras/choices.py:108 templates/tenancy/contact.html:67 +#: tenancy/forms/bulk_edit.py:130 tenancy/forms/bulk_import.py:88 +#: tenancy/forms/model_forms.py:104 wireless/forms/model_forms.py:173 +msgid "Link" +msgstr "" + +#: extras/choices.py:124 +msgid "Newest" +msgstr "" + +#: extras/choices.py:125 +msgid "Oldest" +msgstr "" + +#: extras/choices.py:126 +msgid "Alphabetical (A-Z)" +msgstr "" + +#: extras/choices.py:127 +msgid "Alphabetical (Z-A)" +msgstr "" + +#: extras/choices.py:145 extras/choices.py:166 +msgid "Success" +msgstr "" + +#: extras/choices.py:147 +msgid "Danger" +msgstr "" + +#: extras/choices.py:168 +msgid "Failure" +msgstr "" + +#: extras/choices.py:222 netbox/choices.py:59 netbox/choices.py:104 +msgid "Blue" +msgstr "" + +#: extras/choices.py:223 netbox/choices.py:58 netbox/choices.py:105 +msgid "Indigo" +msgstr "" + +#: extras/choices.py:224 netbox/choices.py:56 netbox/choices.py:106 +msgid "Purple" +msgstr "" + +#: extras/choices.py:225 netbox/choices.py:53 netbox/choices.py:107 +msgid "Pink" +msgstr "" + +#: extras/choices.py:226 netbox/choices.py:52 netbox/choices.py:108 +msgid "Red" +msgstr "" + +#: extras/choices.py:227 netbox/choices.py:70 netbox/choices.py:109 +msgid "Orange" +msgstr "" + +#: extras/choices.py:228 netbox/choices.py:68 netbox/choices.py:110 +msgid "Yellow" +msgstr "" + +#: extras/choices.py:229 netbox/choices.py:65 netbox/choices.py:111 +msgid "Green" +msgstr "" + +#: extras/choices.py:230 netbox/choices.py:62 netbox/choices.py:112 +msgid "Teal" +msgstr "" + +#: extras/choices.py:231 netbox/choices.py:61 netbox/choices.py:113 +msgid "Cyan" +msgstr "" + +#: extras/choices.py:232 netbox/choices.py:114 +msgid "Gray" +msgstr "" + +#: extras/choices.py:233 netbox/choices.py:76 netbox/choices.py:115 +msgid "Black" +msgstr "" + +#: extras/choices.py:234 netbox/choices.py:77 netbox/choices.py:116 +msgid "White" +msgstr "" + +#: extras/choices.py:249 extras/forms/model_forms.py:433 +#: extras/forms/model_forms.py:510 templates/extras/webhook.html:10 +msgid "Webhook" +msgstr "" + +#: extras/choices.py:250 extras/forms/model_forms.py:498 +#: templates/extras/script/base.html:29 +msgid "Script" +msgstr "" + +#: extras/choices.py:251 +msgid "Notification" +msgstr "" + +#: extras/conditions.py:59 +#, python-brace-format +msgid "Unknown operator: {op}. Must be one of: {operators}" +msgstr "" + +#: extras/conditions.py:63 +#, python-brace-format +msgid "Unsupported value type: {value}" +msgstr "" + +#: extras/conditions.py:65 +#, python-brace-format +msgid "Invalid type for {op} operation: {value}" +msgstr "" + +#: extras/conditions.py:144 +#, python-brace-format +msgid "Ruleset must be a dictionary, not {ruleset}." +msgstr "" + +#: extras/conditions.py:149 +msgid "Invalid logic type: must be 'AND' or 'OR'. Please check documentation." +msgstr "" + +#: extras/conditions.py:161 +msgid "Incorrect key(s) informed. Please check documentation." +msgstr "" + +#: extras/dashboard/forms.py:38 +msgid "Widget type" +msgstr "" + +#: extras/dashboard/utils.py:36 +#, python-brace-format +msgid "Unregistered widget class: {name}" +msgstr "" + +#: extras/dashboard/widgets.py:148 +#, python-brace-format +msgid "{class_name} must define a render() method." +msgstr "" + +#: extras/dashboard/widgets.py:167 +msgid "Note" +msgstr "" + +#: extras/dashboard/widgets.py:168 +msgid "Display some arbitrary custom content. Markdown is supported." +msgstr "" + +#: extras/dashboard/widgets.py:181 templates/core/system.html:34 +#: templates/core/system.html:163 +msgid "Object Counts" +msgstr "" + +#: extras/dashboard/widgets.py:182 +msgid "" +"Display a set of NetBox models and the number of objects created for each " +"type." +msgstr "" + +#: extras/dashboard/widgets.py:192 +msgid "Filters to apply when counting the number of objects" +msgstr "" + +#: extras/dashboard/widgets.py:200 +msgid "Invalid format. Object filters must be passed as a dictionary." +msgstr "" + +#: extras/dashboard/widgets.py:234 +msgid "Object List" +msgstr "" + +#: extras/dashboard/widgets.py:235 +msgid "Display an arbitrary list of objects." +msgstr "" + +#: extras/dashboard/widgets.py:248 +msgid "The default number of objects to display" +msgstr "" + +#: extras/dashboard/widgets.py:260 +msgid "Invalid format. URL parameters must be passed as a dictionary." +msgstr "" + +#: extras/dashboard/widgets.py:269 +msgid "Invalid model selection: {self['model'].data} is not supported." +msgstr "" + +#: extras/dashboard/widgets.py:309 +msgid "RSS Feed" +msgstr "" + +#: extras/dashboard/widgets.py:316 +msgid "Embed an RSS feed from an external website." +msgstr "" + +#: extras/dashboard/widgets.py:323 +msgid "Feed URL" +msgstr "" + +#: extras/dashboard/widgets.py:327 +msgid "Requires external connection" +msgstr "" + +#: extras/dashboard/widgets.py:333 +msgid "The maximum number of objects to display" +msgstr "" + +#: extras/dashboard/widgets.py:338 +msgid "How long to stored the cached content (in seconds)" +msgstr "" + +#: extras/dashboard/widgets.py:344 +msgid "Timeout value for fetching the feed (in seconds)" +msgstr "" + +#: extras/dashboard/widgets.py:401 templates/account/base.html:10 +#: templates/account/bookmarks.html:7 templates/inc/user_menu.html:43 +msgid "Bookmarks" +msgstr "" + +#: extras/dashboard/widgets.py:405 +msgid "Show your personal bookmarks" +msgstr "" + +#: extras/events.py:164 +#, python-brace-format +msgid "Unknown action type for an event rule: {action_type}" +msgstr "" + +#: extras/events.py:209 +#, python-brace-format +msgid "Cannot import events pipeline {name} error: {error}" +msgstr "" + +#: extras/filtersets.py:49 +msgid "Script module (ID)" +msgstr "" + +#: extras/filtersets.py:258 extras/filtersets.py:603 extras/filtersets.py:774 +#: extras/filtersets.py:802 +msgid "Data file (ID)" +msgstr "" + +#: extras/filtersets.py:428 users/filtersets.py:68 users/filtersets.py:191 +msgid "Group (name)" +msgstr "" + +#: extras/filtersets.py:711 virtualization/forms/filtersets.py:124 +msgid "Cluster type" +msgstr "" + +#: extras/filtersets.py:717 virtualization/filtersets.py:61 +#: virtualization/filtersets.py:113 +msgid "Cluster type (slug)" +msgstr "" + +#: extras/filtersets.py:738 tenancy/forms/forms.py:16 tenancy/forms/forms.py:40 +msgid "Tenant group" +msgstr "" + +#: extras/filtersets.py:744 tenancy/filtersets.py:193 tenancy/filtersets.py:213 +msgid "Tenant group (slug)" +msgstr "" + +#: extras/filtersets.py:760 extras/forms/model_forms.py:579 +#: templates/extras/tag.html:11 +msgid "Tag" +msgstr "" + +#: extras/filtersets.py:766 +msgid "Tag (slug)" +msgstr "" + +#: extras/filtersets.py:830 extras/forms/filtersets.py:530 +msgid "Has local config context data" +msgstr "" + +#: extras/forms/bulk_edit.py:39 extras/forms/filtersets.py:66 +msgid "Group name" +msgstr "" + +#: extras/forms/bulk_edit.py:47 extras/forms/filtersets.py:74 +#: extras/tables/tables.py:71 templates/extras/customfield.html:38 +#: templates/generic/bulk_import.html:149 +msgid "Required" +msgstr "" + +#: extras/forms/bulk_edit.py:52 extras/forms/filtersets.py:81 +msgid "Must be unique" +msgstr "" + +#: extras/forms/bulk_edit.py:65 extras/forms/bulk_import.py:61 +#: extras/forms/filtersets.py:95 extras/models/customfields.py:215 +msgid "UI visible" +msgstr "" + +#: extras/forms/bulk_edit.py:70 extras/forms/bulk_import.py:67 +#: extras/forms/filtersets.py:100 extras/models/customfields.py:222 +msgid "UI editable" +msgstr "" + +#: extras/forms/bulk_edit.py:75 extras/forms/filtersets.py:103 +msgid "Is cloneable" +msgstr "" + +#: extras/forms/bulk_edit.py:80 extras/forms/filtersets.py:110 +msgid "Minimum value" +msgstr "" + +#: extras/forms/bulk_edit.py:84 extras/forms/filtersets.py:114 +msgid "Maximum value" +msgstr "" + +#: extras/forms/bulk_edit.py:88 extras/forms/filtersets.py:118 +msgid "Validation regex" +msgstr "" + +#: extras/forms/bulk_edit.py:95 extras/forms/filtersets.py:47 +#: extras/forms/model_forms.py:81 templates/extras/customfield.html:70 +msgid "Behavior" +msgstr "" + +#: extras/forms/bulk_edit.py:132 extras/forms/filtersets.py:157 +msgid "New window" +msgstr "" + +#: extras/forms/bulk_edit.py:141 +msgid "Button class" +msgstr "" + +#: extras/forms/bulk_edit.py:158 extras/forms/bulk_edit.py:383 +#: extras/forms/filtersets.py:196 extras/forms/filtersets.py:508 +#: extras/models/mixins.py:100 +msgid "MIME type" +msgstr "" + +#: extras/forms/bulk_edit.py:163 extras/forms/bulk_edit.py:388 +#: extras/forms/filtersets.py:199 extras/forms/filtersets.py:511 +msgid "File name" +msgstr "" + +#: extras/forms/bulk_edit.py:167 extras/forms/bulk_edit.py:392 +#: extras/forms/filtersets.py:203 extras/forms/filtersets.py:515 +msgid "File extension" +msgstr "" + +#: extras/forms/bulk_edit.py:172 extras/forms/bulk_edit.py:397 +#: extras/forms/filtersets.py:207 extras/forms/filtersets.py:519 +msgid "As attachment" +msgstr "" + +#: extras/forms/bulk_edit.py:200 extras/forms/bulk_edit.py:228 +#: extras/forms/filtersets.py:251 extras/forms/filtersets.py:281 +#: extras/tables/tables.py:294 extras/tables/tables.py:327 +#: templates/extras/savedfilter.html:29 templates/extras/tableconfig.html:37 +msgid "Shared" +msgstr "" + +#: extras/forms/bulk_edit.py:251 extras/forms/filtersets.py:310 +#: extras/models/models.py:186 +msgid "HTTP method" +msgstr "" + +#: extras/forms/bulk_edit.py:255 extras/forms/filtersets.py:304 +#: templates/extras/webhook.html:30 +msgid "Payload URL" +msgstr "" + +#: extras/forms/bulk_edit.py:260 extras/models/models.py:226 +msgid "SSL verification" +msgstr "" + +#: extras/forms/bulk_edit.py:263 templates/extras/webhook.html:38 +msgid "Secret" +msgstr "" + +#: extras/forms/bulk_edit.py:268 +msgid "CA file path" +msgstr "" + +#: extras/forms/bulk_edit.py:289 extras/forms/bulk_import.py:231 +#: extras/forms/model_forms.py:457 +msgid "Event types" +msgstr "" + +#: extras/forms/bulk_edit.py:356 +msgid "Is active" +msgstr "" + +#: extras/forms/bulk_edit.py:402 extras/forms/bulk_import.py:179 +#: extras/forms/filtersets.py:499 +msgid "Auto sync enabled" +msgstr "" + +#: extras/forms/bulk_import.py:38 extras/forms/bulk_import.py:119 +#: extras/forms/bulk_import.py:140 extras/forms/bulk_import.py:201 +#: extras/forms/bulk_import.py:225 extras/forms/bulk_import.py:279 +#: extras/forms/filtersets.py:53 extras/forms/filtersets.py:145 +#: extras/forms/filtersets.py:239 extras/forms/filtersets.py:269 +#: extras/forms/model_forms.py:52 extras/forms/model_forms.py:224 +#: extras/forms/model_forms.py:256 extras/forms/model_forms.py:299 +#: extras/forms/model_forms.py:452 extras/forms/model_forms.py:569 +#: users/forms/model_forms.py:311 +msgid "Object types" +msgstr "" + +#: extras/forms/bulk_import.py:40 extras/forms/bulk_import.py:121 +#: extras/forms/bulk_import.py:142 extras/forms/bulk_import.py:203 +#: extras/forms/bulk_import.py:227 extras/forms/bulk_import.py:281 +#: tenancy/forms/bulk_import.py:101 +msgid "One or more assigned object types" +msgstr "" + +#: extras/forms/bulk_import.py:45 +msgid "Field data type (e.g. text, integer, etc.)" +msgstr "" + +#: extras/forms/bulk_import.py:48 extras/forms/filtersets.py:222 +#: extras/forms/filtersets.py:326 extras/forms/model_forms.py:325 +#: extras/forms/model_forms.py:384 extras/forms/model_forms.py:421 +#: tenancy/forms/filtersets.py:92 +msgid "Object type" +msgstr "" + +#: extras/forms/bulk_import.py:51 +msgid "Object type (for object or multi-object fields)" +msgstr "" + +#: extras/forms/bulk_import.py:54 extras/forms/filtersets.py:90 +msgid "Choice set" +msgstr "" + +#: extras/forms/bulk_import.py:58 +msgid "Choice set (for selection fields)" +msgstr "" + +#: extras/forms/bulk_import.py:64 +msgid "Whether the custom field is displayed in the UI" +msgstr "" + +#: extras/forms/bulk_import.py:70 +msgid "Whether the custom field is editable in the UI" +msgstr "" + +#: extras/forms/bulk_import.py:86 +msgid "The base set of predefined choices to use (if any)" +msgstr "" + +#: extras/forms/bulk_import.py:92 +msgid "" +"Quoted string of comma-separated field choices with optional labels " +"separated by colon: \"choice1:First Choice,choice2:Second Choice\"" +msgstr "" + +#: extras/forms/bulk_import.py:124 extras/models/models.py:335 +msgid "button class" +msgstr "" + +#: extras/forms/bulk_import.py:127 extras/models/models.py:339 +msgid "" +"The class of the first link in a group will be used for the dropdown button" +msgstr "" + +#: extras/forms/bulk_import.py:168 +msgid "Data source which provides the data file" +msgstr "" + +#: extras/forms/bulk_import.py:171 extras/forms/filtersets.py:184 +#: extras/forms/filtersets.py:375 extras/forms/filtersets.py:406 +#: extras/forms/filtersets.py:493 netbox/choices.py:132 +#: utilities/forms/bulk_import.py:28 +msgid "Data file" +msgstr "" + +#: extras/forms/bulk_import.py:175 +msgid "Data file containing the template code" +msgstr "" + +#: extras/forms/bulk_import.py:180 +msgid "" +"Enable automatic synchronization of template content when the data file is " +"updated" +msgstr "" + +#: extras/forms/bulk_import.py:195 extras/forms/model_forms.py:291 +#: extras/forms/model_forms.py:771 +msgid "Must specify either local content or a data file" +msgstr "" + +#: extras/forms/bulk_import.py:232 +msgid "The event type(s) which will trigger this rule" +msgstr "" + +#: extras/forms/bulk_import.py:235 +msgid "Action object" +msgstr "" + +#: extras/forms/bulk_import.py:237 +msgid "Webhook name or script as dotted path module.Class" +msgstr "" + +#: extras/forms/bulk_import.py:258 +#, python-brace-format +msgid "Webhook {name} not found" +msgstr "" + +#: extras/forms/bulk_import.py:267 +#, python-brace-format +msgid "Script {name} not found" +msgstr "" + +#: extras/forms/bulk_import.py:295 +msgid "Assigned object type" +msgstr "" + +#: extras/forms/bulk_import.py:300 +msgid "The classification of entry" +msgstr "" + +#: extras/forms/bulk_import.py:316 extras/forms/model_forms.py:400 +#: netbox/navigation/menu.py:414 templates/extras/notificationgroup.html:41 +#: templates/users/group.html:29 users/forms/model_forms.py:250 +#: users/forms/model_forms.py:262 users/forms/model_forms.py:337 +#: users/tables.py:106 +msgid "Users" +msgstr "" + +#: extras/forms/bulk_import.py:320 +msgid "User names separated by commas, encased with double quotes" +msgstr "" + +#: extras/forms/bulk_import.py:323 extras/forms/model_forms.py:395 +#: netbox/navigation/menu.py:295 netbox/navigation/menu.py:434 +#: templates/extras/notificationgroup.html:31 templates/tenancy/contact.html:21 +#: tenancy/forms/bulk_edit.py:144 tenancy/forms/filtersets.py:78 +#: tenancy/forms/model_forms.py:99 tenancy/tables/contacts.py:68 +#: tenancy/tables/contacts.py:115 users/forms/model_forms.py:195 +#: users/forms/model_forms.py:207 users/forms/model_forms.py:342 +#: users/tables.py:35 users/tables.py:110 +msgid "Groups" +msgstr "" + +#: extras/forms/bulk_import.py:327 +msgid "Group names separated by commas, encased with double quotes" +msgstr "" + +#: extras/forms/filtersets.py:46 +msgid "Type Options" +msgstr "" + +#: extras/forms/filtersets.py:58 extras/forms/model_forms.py:61 +msgid "Related object type" +msgstr "" + +#: extras/forms/filtersets.py:63 +msgid "Field type" +msgstr "" + +#: extras/forms/filtersets.py:127 extras/forms/model_forms.py:162 +#: extras/tables/tables.py:97 templates/generic/bulk_import.html:185 +msgid "Choices" +msgstr "" + +#: extras/forms/filtersets.py:173 extras/forms/filtersets.py:365 +#: extras/forms/filtersets.py:387 extras/forms/filtersets.py:482 +#: extras/forms/model_forms.py:685 templates/core/job.html:69 +#: templates/extras/eventrule.html:84 +msgid "Data" +msgstr "" + +#: extras/forms/filtersets.py:174 extras/forms/filtersets.py:483 +#: extras/forms/model_forms.py:269 extras/forms/model_forms.py:746 +msgid "Rendering" +msgstr "" + +#: extras/forms/filtersets.py:192 +msgid "Content types" +msgstr "" + +#: extras/forms/filtersets.py:300 extras/models/models.py:191 +msgid "HTTP content type" +msgstr "" + +#: extras/forms/filtersets.py:331 +msgid "Event type" +msgstr "" + +#: extras/forms/filtersets.py:336 +msgid "Action type" +msgstr "" + +#: extras/forms/filtersets.py:352 +msgid "Tagged object type" +msgstr "" + +#: extras/forms/filtersets.py:357 +msgid "Allowed object type" +msgstr "" + +#: extras/forms/filtersets.py:414 extras/forms/model_forms.py:620 +#: netbox/navigation/menu.py:17 +msgid "Regions" +msgstr "" + +#: extras/forms/filtersets.py:419 extras/forms/model_forms.py:625 +msgid "Site groups" +msgstr "" + +#: extras/forms/filtersets.py:429 extras/forms/model_forms.py:635 +#: netbox/navigation/menu.py:20 templates/dcim/site.html:127 +msgid "Locations" +msgstr "" + +#: extras/forms/filtersets.py:434 extras/forms/model_forms.py:640 +msgid "Device types" +msgstr "" + +#: extras/forms/filtersets.py:439 extras/forms/model_forms.py:645 +msgid "Roles" +msgstr "" + +#: extras/forms/filtersets.py:449 extras/forms/model_forms.py:655 +msgid "Cluster types" +msgstr "" + +#: extras/forms/filtersets.py:454 extras/forms/model_forms.py:660 +msgid "Cluster groups" +msgstr "" + +#: extras/forms/filtersets.py:459 extras/forms/model_forms.py:665 +#: netbox/navigation/menu.py:264 netbox/navigation/menu.py:266 +#: templates/virtualization/clustertype.html:30 +#: virtualization/tables/clusters.py:23 virtualization/tables/clusters.py:45 +msgid "Clusters" +msgstr "" + +#: extras/forms/filtersets.py:464 extras/forms/model_forms.py:670 +msgid "Tenant groups" +msgstr "" + +#: extras/forms/model_forms.py:54 +msgid "The type(s) of object that have this custom field" +msgstr "" + +#: extras/forms/model_forms.py:57 +msgid "Default value" +msgstr "" + +#: extras/forms/model_forms.py:63 +msgid "Type of the related object (for object/multi-object fields only)" +msgstr "" + +#: extras/forms/model_forms.py:66 templates/extras/customfield.html:60 +msgid "Related object filter" +msgstr "" + +#: extras/forms/model_forms.py:68 +msgid "Specify query parameters as a JSON object." +msgstr "" + +#: extras/forms/model_forms.py:78 templates/extras/customfield.html:10 +msgid "Custom Field" +msgstr "" + +#: extras/forms/model_forms.py:90 +msgid "" +"The type of data stored in this field. For object/multi-object fields, " +"select the related object type below." +msgstr "" + +#: extras/forms/model_forms.py:93 +msgid "" +"This will be displayed as help text for the form field. Markdown is " +"supported." +msgstr "" + +#: extras/forms/model_forms.py:148 +msgid "Related Object" +msgstr "" + +#: extras/forms/model_forms.py:175 +msgid "" +"Enter one choice per line. An optional label may be specified for each " +"choice by appending it with a colon. Example:" +msgstr "" + +#: extras/forms/model_forms.py:231 templates/extras/customlink.html:10 +msgid "Custom Link" +msgstr "" + +#: extras/forms/model_forms.py:233 +msgid "Templates" +msgstr "" + +#: extras/forms/model_forms.py:245 +#, python-brace-format +msgid "" +"Jinja2 template code for the link text. Reference the object as {example}. " +"Links which render as empty text will not be displayed." +msgstr "" + +#: extras/forms/model_forms.py:249 +#, python-brace-format +msgid "" +"Jinja2 template code for the link URL. Reference the object as {example}." +msgstr "" + +#: extras/forms/model_forms.py:260 extras/forms/model_forms.py:737 +msgid "Template code" +msgstr "" + +#: extras/forms/model_forms.py:266 templates/extras/exporttemplate.html:12 +msgid "Export Template" +msgstr "" + +#: extras/forms/model_forms.py:284 extras/forms/model_forms.py:764 +msgid "Template content is populated from the remote source selected below." +msgstr "" + +#: extras/forms/model_forms.py:305 netbox/forms/mixins.py:90 +#: templates/extras/savedfilter.html:10 +msgid "Saved Filter" +msgstr "" + +#: extras/forms/model_forms.py:331 templates/account/preferences.html:50 +#: templates/extras/tableconfig.html:62 +msgid "Ordering" +msgstr "" + +#: extras/forms/model_forms.py:333 +msgid "" +"Enter a comma-separated list of column names. Prepend a name with a hyphen " +"to reverse the order." +msgstr "" + +#: extras/forms/model_forms.py:342 utilities/forms/forms.py:163 +msgid "Available Columns" +msgstr "" + +#: extras/forms/model_forms.py:349 utilities/forms/forms.py:171 +msgid "Selected Columns" +msgstr "" + +#: extras/forms/model_forms.py:414 +msgid "A notification group specify at least one user or group." +msgstr "" + +#: extras/forms/model_forms.py:436 templates/extras/webhook.html:23 +msgid "HTTP Request" +msgstr "" + +#: extras/forms/model_forms.py:438 templates/extras/webhook.html:44 +msgid "SSL" +msgstr "" + +#: extras/forms/model_forms.py:460 +msgid "Action choice" +msgstr "" + +#: extras/forms/model_forms.py:465 +msgid "Enter conditions in JSON format." +msgstr "" + +#: extras/forms/model_forms.py:469 +msgid "" +"Enter parameters to pass to the action in JSON format." +msgstr "" + +#: extras/forms/model_forms.py:474 templates/extras/eventrule.html:10 +msgid "Event Rule" +msgstr "" + +#: extras/forms/model_forms.py:475 +msgid "Triggers" +msgstr "" + +#: extras/forms/model_forms.py:522 +msgid "Notification group" +msgstr "" + +#: extras/forms/model_forms.py:602 +#: templates/extras/configcontextprofile.html:10 +msgid "Config Context Profile" +msgstr "" + +#: extras/forms/model_forms.py:675 netbox/navigation/menu.py:26 +#: tenancy/tables/tenants.py:26 +msgid "Tenants" +msgstr "" + +#: extras/forms/model_forms.py:719 +msgid "Data is populated from the remote source selected below." +msgstr "" + +#: extras/forms/model_forms.py:725 +msgid "Must specify either local data or a data file" +msgstr "" + +#: extras/forms/model_forms.py:787 +msgid "If no name is specified, the file name will be used." +msgstr "" + +#: extras/forms/reports.py:17 extras/forms/scripts.py:25 +msgid "Schedule at" +msgstr "" + +#: extras/forms/reports.py:18 +msgid "Schedule execution of report to a set time" +msgstr "" + +#: extras/forms/reports.py:23 extras/forms/scripts.py:31 +msgid "Recurs every" +msgstr "" + +#: extras/forms/reports.py:27 +msgid "Interval at which this report is re-run (in minutes)" +msgstr "" + +#: extras/forms/reports.py:35 extras/forms/scripts.py:43 +#, python-brace-format +msgid " (current time: {now})" +msgstr "" + +#: extras/forms/scripts.py:19 +msgid "Commit changes" +msgstr "" + +#: extras/forms/scripts.py:20 +msgid "Commit changes to the database (uncheck for a dry-run)" +msgstr "" + +#: extras/forms/scripts.py:26 +msgid "Schedule execution of script to a set time" +msgstr "" + +#: extras/forms/scripts.py:35 +msgid "Interval at which this script is re-run (in minutes)" +msgstr "" + +#: extras/jobs.py:64 +msgid "Database changes have been reverted automatically." +msgstr "" + +#: extras/jobs.py:70 +msgid "Script aborted with error: " +msgstr "" + +#: extras/jobs.py:81 +msgid "An exception occurred: " +msgstr "" + +#: extras/jobs.py:87 +msgid "Database changes have been reverted due to error." +msgstr "" + +#: extras/management/commands/reindex.py:67 +msgid "No indexers found!" +msgstr "" + +#: extras/models/configs.py:50 +msgid "" +"A JSON schema specifying the structure of the context data for this profile" +msgstr "" + +#: extras/models/configs.py:57 +msgid "config context profile" +msgstr "" + +#: extras/models/configs.py:58 +msgid "config context profiles" +msgstr "" + +#: extras/models/configs.py:90 extras/models/models.py:325 +#: extras/models/models.py:490 extras/models/models.py:569 +#: extras/models/search.py:48 extras/models/tags.py:44 ipam/models/ip.py:194 +#: netbox/models/mixins.py:16 +msgid "weight" +msgstr "" + +#: extras/models/configs.py:178 +msgid "config context" +msgstr "" + +#: extras/models/configs.py:179 +msgid "config contexts" +msgstr "" + +#: extras/models/configs.py:197 extras/models/configs.py:260 +msgid "JSON data must be in object form. Example:" +msgstr "" + +#: extras/models/configs.py:205 +#, python-brace-format +msgid "Data does not conform to profile schema: {error}" +msgstr "" + +#: extras/models/configs.py:224 +msgid "" +"Local config context data takes precedence over source contexts in the final " +"rendered config context" +msgstr "" + +#: extras/models/configs.py:283 +msgid "config template" +msgstr "" + +#: extras/models/configs.py:284 +msgid "config templates" +msgstr "" + +#: extras/models/customfields.py:77 +msgid "The object(s) to which this field applies." +msgstr "" + +#: extras/models/customfields.py:84 +msgid "The type of data this custom field holds" +msgstr "" + +#: extras/models/customfields.py:91 +msgid "The type of NetBox object this field maps to (for object fields)" +msgstr "" + +#: extras/models/customfields.py:97 +msgid "Internal field name" +msgstr "" + +#: extras/models/customfields.py:101 +msgid "Only alphanumeric characters and underscores are allowed." +msgstr "" + +#: extras/models/customfields.py:106 +msgid "Double underscores are not permitted in custom field names." +msgstr "" + +#: extras/models/customfields.py:117 +msgid "" +"Name of the field as displayed to users (if not provided, 'the field's name " +"will be used)" +msgstr "" + +#: extras/models/customfields.py:121 extras/models/models.py:329 +msgid "group name" +msgstr "" + +#: extras/models/customfields.py:124 +msgid "Custom fields within the same group will be displayed together" +msgstr "" + +#: extras/models/customfields.py:132 +msgid "required" +msgstr "" + +#: extras/models/customfields.py:134 +msgid "" +"This field is required when creating new objects or editing an existing " +"object." +msgstr "" + +#: extras/models/customfields.py:137 +msgid "must be unique" +msgstr "" + +#: extras/models/customfields.py:139 +msgid "The value of this field must be unique for the assigned object" +msgstr "" + +#: extras/models/customfields.py:142 +msgid "search weight" +msgstr "" + +#: extras/models/customfields.py:145 +msgid "" +"Weighting for search. Lower values are considered more important. Fields " +"with a search weight of zero will be ignored." +msgstr "" + +#: extras/models/customfields.py:150 +msgid "filter logic" +msgstr "" + +#: extras/models/customfields.py:154 +msgid "" +"Loose matches any instance of a given string; exact matches the entire field." +msgstr "" + +#: extras/models/customfields.py:157 +msgid "default" +msgstr "" + +#: extras/models/customfields.py:161 +msgid "" +"Default value for the field (must be a JSON value). Encapsulate strings with " +"double quotes (e.g. \"Foo\")." +msgstr "" + +#: extras/models/customfields.py:168 +msgid "" +"Filter the object selection choices using a query_params dict (must be a " +"JSON value).Encapsulate strings with double quotes (e.g. \"Foo\")." +msgstr "" + +#: extras/models/customfields.py:174 +msgid "display weight" +msgstr "" + +#: extras/models/customfields.py:175 +msgid "Fields with higher weights appear lower in a form." +msgstr "" + +#: extras/models/customfields.py:182 +msgid "minimum value" +msgstr "" + +#: extras/models/customfields.py:183 +msgid "Minimum allowed value (for numeric fields)" +msgstr "" + +#: extras/models/customfields.py:190 +msgid "maximum value" +msgstr "" + +#: extras/models/customfields.py:191 +msgid "Maximum allowed value (for numeric fields)" +msgstr "" + +#: extras/models/customfields.py:197 +msgid "validation regex" +msgstr "" + +#: extras/models/customfields.py:199 +#, python-brace-format +msgid "" +"Regular expression to enforce on text field values. Use ^ and $ to force " +"matching of entire string. For example, ^[A-Z]{3}$ will limit " +"values to exactly three uppercase letters." +msgstr "" + +#: extras/models/customfields.py:207 +msgid "choice set" +msgstr "" + +#: extras/models/customfields.py:216 +msgid "Specifies whether the custom field is displayed in the UI" +msgstr "" + +#: extras/models/customfields.py:223 +msgid "Specifies whether the custom field value can be edited in the UI" +msgstr "" + +#: extras/models/customfields.py:227 +msgid "is cloneable" +msgstr "" + +#: extras/models/customfields.py:228 +msgid "Replicate this value when cloning objects" +msgstr "" + +#: extras/models/customfields.py:245 +msgid "custom field" +msgstr "" + +#: extras/models/customfields.py:246 +msgid "custom fields" +msgstr "" + +#: extras/models/customfields.py:348 +#, python-brace-format +msgid "Invalid default value \"{value}\": {error}" +msgstr "" + +#: extras/models/customfields.py:355 +msgid "A minimum value may be set only for numeric fields" +msgstr "" + +#: extras/models/customfields.py:357 +msgid "A maximum value may be set only for numeric fields" +msgstr "" + +#: extras/models/customfields.py:367 +msgid "Regular expression validation is supported only for text and URL fields" +msgstr "" + +#: extras/models/customfields.py:373 +msgid "Uniqueness cannot be enforced for boolean fields" +msgstr "" + +#: extras/models/customfields.py:383 +msgid "Selection fields must specify a set of choices." +msgstr "" + +#: extras/models/customfields.py:387 +msgid "Choices may be set only on selection fields." +msgstr "" + +#: extras/models/customfields.py:394 +msgid "Object fields must define an object type." +msgstr "" + +#: extras/models/customfields.py:398 +#, python-brace-format +msgid "{type} fields may not define an object type." +msgstr "" + +#: extras/models/customfields.py:405 +msgid "A related object filter can be defined only for object fields." +msgstr "" + +#: extras/models/customfields.py:409 +msgid "Filter must be defined as a dictionary mapping attributes to values." +msgstr "" + +#: extras/models/customfields.py:488 +msgid "True" +msgstr "" + +#: extras/models/customfields.py:489 +msgid "False" +msgstr "" + +#: extras/models/customfields.py:542 extras/models/customfields.py:590 +#, python-brace-format +msgid "Values must match this regex: {regex}" +msgstr "" + +#: extras/models/customfields.py:692 extras/models/customfields.py:699 +msgid "Value must be a string." +msgstr "" + +#: extras/models/customfields.py:694 extras/models/customfields.py:701 +#, python-brace-format +msgid "Value must match regex '{regex}'" +msgstr "" + +#: extras/models/customfields.py:706 +msgid "Value must be an integer." +msgstr "" + +#: extras/models/customfields.py:709 extras/models/customfields.py:724 +#, python-brace-format +msgid "Value must be at least {minimum}" +msgstr "" + +#: extras/models/customfields.py:713 extras/models/customfields.py:728 +#, python-brace-format +msgid "Value must not exceed {maximum}" +msgstr "" + +#: extras/models/customfields.py:721 +msgid "Value must be a decimal." +msgstr "" + +#: extras/models/customfields.py:733 +msgid "Value must be true or false." +msgstr "" + +#: extras/models/customfields.py:741 +msgid "Date values must be in ISO 8601 format (YYYY-MM-DD)." +msgstr "" + +#: extras/models/customfields.py:750 +msgid "Date and time values must be in ISO 8601 format (YYYY-MM-DD HH:MM:SS)." +msgstr "" + +#: extras/models/customfields.py:757 +#, python-brace-format +msgid "Invalid choice ({value}) for choice set {choiceset}." +msgstr "" + +#: extras/models/customfields.py:767 +#, python-brace-format +msgid "Invalid choice(s) ({value}) for choice set {choiceset}." +msgstr "" + +#: extras/models/customfields.py:776 +#, python-brace-format +msgid "Value must be an object ID, not {type}" +msgstr "" + +#: extras/models/customfields.py:782 +#, python-brace-format +msgid "Value must be a list of object IDs, not {type}" +msgstr "" + +#: extras/models/customfields.py:786 +#, python-brace-format +msgid "Found invalid object ID: {id}" +msgstr "" + +#: extras/models/customfields.py:789 +msgid "Required field cannot be empty." +msgstr "" + +#: extras/models/customfields.py:809 +msgid "Base set of predefined choices (optional)" +msgstr "" + +#: extras/models/customfields.py:821 +msgid "Choices are automatically ordered alphabetically" +msgstr "" + +#: extras/models/customfields.py:828 +msgid "custom field choice set" +msgstr "" + +#: extras/models/customfields.py:829 +msgid "custom field choice sets" +msgstr "" + +#: extras/models/customfields.py:871 +msgid "Must define base or extra choices." +msgstr "" + +#: extras/models/customfields.py:895 +#, python-brace-format +msgid "" +"Cannot remove choice {choice} as there are {model} objects which reference " +"it." +msgstr "" + +#: extras/models/dashboard.py:18 +msgid "layout" +msgstr "" + +#: extras/models/dashboard.py:22 +msgid "config" +msgstr "" + +#: extras/models/dashboard.py:27 +msgid "dashboard" +msgstr "" + +#: extras/models/dashboard.py:28 +msgid "dashboards" +msgstr "" + +#: extras/models/mixins.py:85 +msgid "template code" +msgstr "" + +#: extras/models/mixins.py:86 +msgid "Jinja template code." +msgstr "" + +#: extras/models/mixins.py:89 +msgid "environment parameters" +msgstr "" + +#: extras/models/mixins.py:94 +#, python-brace-format +msgid "" +"Any additional parameters to pass when constructing " +"the Jinja environment" +msgstr "" + +#: extras/models/mixins.py:101 +#, python-brace-format +msgid "Defaults to {default}" +msgstr "" + +#: extras/models/mixins.py:106 +msgid "Filename to give to the rendered export file" +msgstr "" + +#: extras/models/mixins.py:109 +msgid "file extension" +msgstr "" + +#: extras/models/mixins.py:112 +msgid "Extension to append to the rendered filename" +msgstr "" + +#: extras/models/mixins.py:115 +msgid "as attachment" +msgstr "" + +#: extras/models/mixins.py:117 +msgid "Download file as attachment" +msgstr "" + +#: extras/models/mixins.py:124 +#, python-brace-format +msgid "{class_name} must implement a get_context() method." +msgstr "" + +#: extras/models/models.py:57 +msgid "The object(s) to which this rule applies." +msgstr "" + +#: extras/models/models.py:71 +msgid "The types of event which will trigger this rule." +msgstr "" + +#: extras/models/models.py:78 +msgid "conditions" +msgstr "" + +#: extras/models/models.py:81 +msgid "" +"A set of conditions which determine whether the event will be generated." +msgstr "" + +#: extras/models/models.py:89 +msgid "action type" +msgstr "" + +#: extras/models/models.py:108 +msgid "Additional data to pass to the action object" +msgstr "" + +#: extras/models/models.py:120 +msgid "event rule" +msgstr "" + +#: extras/models/models.py:121 +msgid "event rules" +msgstr "" + +#: extras/models/models.py:178 +msgid "" +"This URL will be called using the HTTP method defined when the webhook is " +"called. Jinja2 template processing is supported with the same context as the " +"request body." +msgstr "" + +#: extras/models/models.py:193 +msgid "" +"The complete list of official content types is available here." +msgstr "" + +#: extras/models/models.py:198 +msgid "additional headers" +msgstr "" + +#: extras/models/models.py:201 +msgid "" +"User-supplied HTTP headers to be sent with the request in addition to the " +"HTTP content type. Headers should be defined in the format Name: " +"Value. Jinja2 template processing is supported with the same context " +"as the request body (below)." +msgstr "" + +#: extras/models/models.py:207 +msgid "body template" +msgstr "" + +#: extras/models/models.py:210 +msgid "" +"Jinja2 template for a custom request body. If blank, a JSON object " +"representing the change will be included. Available context data includes: " +"event, model, timestamp, " +"username, request_id, and data." +msgstr "" + +#: extras/models/models.py:216 +msgid "secret" +msgstr "" + +#: extras/models/models.py:220 +msgid "" +"When provided, the request will include a X-Hook-Signature " +"header containing a HMAC hex digest of the payload body using the secret as " +"the key. The secret is not transmitted in the request." +msgstr "" + +#: extras/models/models.py:227 +msgid "Enable SSL certificate verification. Disable with caution!" +msgstr "" + +#: extras/models/models.py:233 templates/extras/webhook.html:51 +msgid "CA File Path" +msgstr "" + +#: extras/models/models.py:235 +msgid "" +"The specific CA certificate file to use for SSL verification. Leave blank to " +"use the system defaults." +msgstr "" + +#: extras/models/models.py:246 +msgid "webhook" +msgstr "" + +#: extras/models/models.py:247 +msgid "webhooks" +msgstr "" + +#: extras/models/models.py:265 +msgid "Do not specify a CA certificate file if SSL verification is disabled." +msgstr "" + +#: extras/models/models.py:305 +msgid "The object type(s) to which this link applies." +msgstr "" + +#: extras/models/models.py:317 +msgid "link text" +msgstr "" + +#: extras/models/models.py:318 +msgid "Jinja2 template code for link text" +msgstr "" + +#: extras/models/models.py:321 +msgid "link URL" +msgstr "" + +#: extras/models/models.py:322 +msgid "Jinja2 template code for link URL" +msgstr "" + +#: extras/models/models.py:332 +msgid "Links with the same group will appear as a dropdown menu" +msgstr "" + +#: extras/models/models.py:342 +msgid "new window" +msgstr "" + +#: extras/models/models.py:344 +msgid "Force link to open in a new window" +msgstr "" + +#: extras/models/models.py:353 +msgid "custom link" +msgstr "" + +#: extras/models/models.py:354 +msgid "custom links" +msgstr "" + +#: extras/models/models.py:401 +msgid "The object type(s) to which this template applies." +msgstr "" + +#: extras/models/models.py:419 +msgid "export template" +msgstr "" + +#: extras/models/models.py:420 +msgid "export templates" +msgstr "" + +#: extras/models/models.py:437 +#, python-brace-format +msgid "\"{name}\" is a reserved name. Please choose a different name." +msgstr "" + +#: extras/models/models.py:466 +msgid "The object type(s) to which this filter applies." +msgstr "" + +#: extras/models/models.py:498 extras/models/models.py:577 +msgid "shared" +msgstr "" + +#: extras/models/models.py:511 +msgid "saved filter" +msgstr "" + +#: extras/models/models.py:512 +msgid "saved filters" +msgstr "" + +#: extras/models/models.py:530 +msgid "Filter parameters must be stored as a dictionary of keyword arguments." +msgstr "" + +#: extras/models/models.py:547 +msgid "The table's object type" +msgstr "" + +#: extras/models/models.py:550 +msgid "table" +msgstr "" + +#: extras/models/models.py:593 +msgid "table config" +msgstr "" + +#: extras/models/models.py:594 +msgid "table configs" +msgstr "" + +#: extras/models/models.py:632 +#, python-brace-format +msgid "Unknown table: {name}" +msgstr "" + +#: extras/models/models.py:643 extras/models/models.py:650 +#, python-brace-format +msgid "Unknown column: {name}" +msgstr "" + +#: extras/models/models.py:673 +msgid "image height" +msgstr "" + +#: extras/models/models.py:676 +msgid "image width" +msgstr "" + +#: extras/models/models.py:698 +msgid "image attachment" +msgstr "" + +#: extras/models/models.py:699 +msgid "image attachments" +msgstr "" + +#: extras/models/models.py:713 +#, python-brace-format +msgid "Image attachments cannot be assigned to this object type ({type})." +msgstr "" + +#: extras/models/models.py:794 +msgid "kind" +msgstr "" + +#: extras/models/models.py:808 +msgid "journal entry" +msgstr "" + +#: extras/models/models.py:809 +msgid "journal entries" +msgstr "" + +#: extras/models/models.py:827 +#, python-brace-format +msgid "Journaling is not supported for this object type ({type})." +msgstr "" + +#: extras/models/models.py:869 +msgid "bookmark" +msgstr "" + +#: extras/models/models.py:870 +msgid "bookmarks" +msgstr "" + +#: extras/models/models.py:886 +#, python-brace-format +msgid "Bookmarks cannot be assigned to this object type ({type})." +msgstr "" + +#: extras/models/notifications.py:43 +msgid "read" +msgstr "" + +#: extras/models/notifications.py:66 +msgid "event" +msgstr "" + +#: extras/models/notifications.py:84 +msgid "notification" +msgstr "" + +#: extras/models/notifications.py:85 +msgid "notifications" +msgstr "" + +#: extras/models/notifications.py:99 extras/models/notifications.py:243 +#, python-brace-format +msgid "Objects of this type ({type}) do not support notifications." +msgstr "" + +#: extras/models/notifications.py:137 users/models/users.py:58 +#: users/models/users.py:77 +msgid "groups" +msgstr "" + +#: extras/models/notifications.py:143 users/models/users.py:93 +msgid "users" +msgstr "" + +#: extras/models/notifications.py:158 +msgid "notification group" +msgstr "" + +#: extras/models/notifications.py:159 +msgid "notification groups" +msgstr "" + +#: extras/models/notifications.py:226 +msgid "subscription" +msgstr "" + +#: extras/models/notifications.py:227 +msgid "subscriptions" +msgstr "" + +#: extras/models/scripts.py:42 +msgid "is executable" +msgstr "" + +#: extras/models/scripts.py:64 +msgid "script" +msgstr "" + +#: extras/models/scripts.py:65 +msgid "scripts" +msgstr "" + +#: extras/models/scripts.py:111 +msgid "script module" +msgstr "" + +#: extras/models/scripts.py:112 +msgid "script modules" +msgstr "" + +#: extras/models/search.py:22 +msgid "timestamp" +msgstr "" + +#: extras/models/search.py:37 +msgid "field" +msgstr "" + +#: extras/models/search.py:45 +msgid "value" +msgstr "" + +#: extras/models/search.py:56 +msgid "cached value" +msgstr "" + +#: extras/models/search.py:57 +msgid "cached values" +msgstr "" + +#: extras/models/tags.py:41 +msgid "The object type(s) to which this tag can be applied." +msgstr "" + +#: extras/models/tags.py:54 +msgid "tag" +msgstr "" + +#: extras/models/tags.py:55 +msgid "tags" +msgstr "" + +#: extras/models/tags.py:84 +msgid "tagged item" +msgstr "" + +#: extras/models/tags.py:85 +msgid "tagged items" +msgstr "" + +#: extras/scripts.py:494 +msgid "Script Data" +msgstr "" + +#: extras/scripts.py:498 +msgid "Script Execution Parameters" +msgstr "" + +#: extras/scripts.py:595 +msgid "load_yaml is deprecated and will be removed in v4.5" +msgstr "" + +#: extras/scripts.py:610 +msgid "load_json is deprecated and will be removed in v4.5" +msgstr "" + +#: extras/tables/columns.py:12 templates/htmx/notifications.html:29 +msgid "Dismiss" +msgstr "" + +#: extras/tables/tables.py:68 extras/tables/tables.py:165 +#: extras/tables/tables.py:190 extras/tables/tables.py:288 +#: extras/tables/tables.py:481 extras/tables/tables.py:515 +#: templates/extras/customfield.html:105 templates/extras/eventrule.html:27 +#: templates/users/objectpermission.html:64 users/tables.py:80 +msgid "Object Types" +msgstr "" + +#: extras/tables/tables.py:75 +msgid "Validate Uniqueness" +msgstr "" + +#: extras/tables/tables.py:79 +msgid "Visible" +msgstr "" + +#: extras/tables/tables.py:82 +msgid "Editable" +msgstr "" + +#: extras/tables/tables.py:88 +msgid "Related Object Type" +msgstr "" + +#: extras/tables/tables.py:92 templates/extras/customfield.html:51 +msgid "Choice Set" +msgstr "" + +#: extras/tables/tables.py:100 +msgid "Is Cloneable" +msgstr "" + +#: extras/tables/tables.py:104 templates/extras/customfield.html:118 +msgid "Minimum Value" +msgstr "" + +#: extras/tables/tables.py:107 templates/extras/customfield.html:122 +msgid "Maximum Value" +msgstr "" + +#: extras/tables/tables.py:110 +msgid "Validation Regex" +msgstr "" + +#: extras/tables/tables.py:143 +msgid "Count" +msgstr "" + +#: extras/tables/tables.py:146 +msgid "Order Alphabetically" +msgstr "" + +#: extras/tables/tables.py:171 templates/extras/customlink.html:33 +msgid "New Window" +msgstr "" + +#: extras/tables/tables.py:193 extras/tables/tables.py:640 +#: templates/extras/configtemplate.html:21 +#: templates/extras/exporttemplate.html:23 +msgid "MIME Type" +msgstr "" + +#: extras/tables/tables.py:196 extras/tables/tables.py:643 +#: templates/extras/configtemplate.html:25 +#: templates/extras/exporttemplate.html:27 +msgid "File Name" +msgstr "" + +#: extras/tables/tables.py:199 extras/tables/tables.py:646 +#: templates/extras/configtemplate.html:29 +#: templates/extras/exporttemplate.html:31 +msgid "File Extension" +msgstr "" + +#: extras/tables/tables.py:202 extras/tables/tables.py:649 +msgid "As Attachment" +msgstr "" + +#: extras/tables/tables.py:210 extras/tables/tables.py:560 +#: extras/tables/tables.py:590 extras/tables/tables.py:628 +#: templates/core/datafile.html:18 templates/core/inc/datafile_panel.html:4 +#: templates/core/inc/datafile_panel.html:17 +#: templates/extras/configtemplate.html:47 +#: templates/extras/object_render_config.html:23 +#: templates/generic/bulk_import.html:35 +msgid "Data File" +msgstr "" + +#: extras/tables/tables.py:215 extras/tables/tables.py:565 +#: extras/tables/tables.py:602 extras/tables/tables.py:633 +msgid "Synced" +msgstr "" + +#: extras/tables/tables.py:236 templates/extras/imageattachment.html:57 +msgid "Image" +msgstr "" + +#: extras/tables/tables.py:245 templates/extras/imageattachment.html:33 +msgid "Filename" +msgstr "" + +#: extras/tables/tables.py:264 templates/core/datafile.html:36 +#: templates/extras/imageattachment.html:44 templates/ipam/iprange.html:25 +#: templates/virtualization/virtualdisk.html:29 +#: virtualization/tables/virtualmachines.py:169 +msgid "Size" +msgstr "" + +#: extras/tables/tables.py:321 +msgid "Table Name" +msgstr "" + +#: extras/tables/tables.py:408 +msgid "Read" +msgstr "" + +#: extras/tables/tables.py:451 +msgid "SSL Validation" +msgstr "" + +#: extras/tables/tables.py:487 templates/extras/eventrule.html:37 +msgid "Event Types" +msgstr "" + +#: extras/tables/tables.py:636 templates/extras/configtemplate.html:66 +msgid "Auto Sync Enabled" +msgstr "" + +#: extras/tables/tables.py:658 netbox/navigation/menu.py:77 +#: templates/dcim/devicerole.html:8 +msgid "Device Roles" +msgstr "" + +#: extras/tables/tables.py:711 +msgid "Comments (Short)" +msgstr "" + +#: extras/tables/tables.py:730 extras/tables/tables.py:782 +msgid "Line" +msgstr "" + +#: extras/tables/tables.py:785 +msgid "Method" +msgstr "" + +#: extras/templatetags/dashboard.py:16 +msgid "An error was encountered when attempting to render this widget:" +msgstr "" + +#: extras/templatetags/dashboard.py:17 +msgid "Please try reconfiguring the widget, or remove it from your dashboard." +msgstr "" + +#: extras/validators.py:15 +#, python-format +msgid "Ensure this value is equal to %(limit_value)s." +msgstr "" + +#: extras/validators.py:26 +#, python-format +msgid "Ensure this value does not equal %(limit_value)s." +msgstr "" + +#: extras/validators.py:37 +msgid "This field must be empty." +msgstr "" + +#: extras/validators.py:52 +msgid "This field must not be empty." +msgstr "" + +#: extras/validators.py:94 +msgid "Validation rules must be passed as a dictionary" +msgstr "" + +#: extras/validators.py:119 +#, python-brace-format +msgid "Custom validation failed for {attribute}: {exception}" +msgstr "" + +#: extras/validators.py:133 +#, python-brace-format +msgid "Invalid attribute \"{name}\" for request" +msgstr "" + +#: extras/validators.py:150 +#, python-brace-format +msgid "Invalid attribute \"{name}\" for {model}" +msgstr "" + +#: extras/views.py:1125 +#, python-brace-format +msgid "An error occurred while rendering the template: {error}" +msgstr "" + +#: extras/views.py:1288 +msgid "Your dashboard has been reset." +msgstr "" + +#: extras/views.py:1334 +msgid "Added widget: " +msgstr "" + +#: extras/views.py:1375 +msgid "Updated widget: " +msgstr "" + +#: extras/views.py:1411 +msgid "Deleted widget: " +msgstr "" + +#: extras/views.py:1413 +msgid "Error deleting widget: " +msgstr "" + +#: extras/views.py:1518 +msgid "Unable to run script: RQ worker process not running." +msgstr "" + +#: ipam/api/field_serializers.py:17 +msgid "Enter a valid IPv4 or IPv6 address with optional mask." +msgstr "" + +#: ipam/api/field_serializers.py:24 +#, python-brace-format +msgid "Invalid IP address format: {data}" +msgstr "" + +#: ipam/api/field_serializers.py:37 +msgid "Enter a valid IPv4 or IPv6 prefix and mask in CIDR notation." +msgstr "" + +#: ipam/api/field_serializers.py:44 +#, python-brace-format +msgid "Invalid IP prefix format: {data}" +msgstr "" + +#: ipam/api/views.py:383 +msgid "" +"Insufficient space is available to accommodate the requested prefix size(s)" +msgstr "" + +#: ipam/choices.py:30 +msgid "Container" +msgstr "" + +#: ipam/choices.py:72 +msgid "DHCP" +msgstr "" + +#: ipam/choices.py:73 +msgid "SLAAC" +msgstr "" + +#: ipam/choices.py:89 +msgid "Loopback" +msgstr "" + +#: ipam/choices.py:91 +msgid "Anycast" +msgstr "" + +#: ipam/choices.py:115 +msgid "Standard" +msgstr "" + +#: ipam/choices.py:120 +msgid "CheckPoint" +msgstr "" + +#: ipam/choices.py:123 +msgid "Cisco" +msgstr "" + +#: ipam/choices.py:137 +msgid "Plaintext" +msgstr "" + +#: ipam/choices.py:166 templates/ipam/service.html:23 +msgid "Service" +msgstr "" + +#: ipam/choices.py:167 +msgid "Customer" +msgstr "" + +#: ipam/fields.py:39 +#, python-brace-format +msgid "Invalid IP address format: {address}" +msgstr "" + +#: ipam/filtersets.py:52 vpn/filtersets.py:308 +msgid "Import target" +msgstr "" + +#: ipam/filtersets.py:58 vpn/filtersets.py:314 +msgid "Import target (name)" +msgstr "" + +#: ipam/filtersets.py:63 vpn/filtersets.py:319 +msgid "Export target" +msgstr "" + +#: ipam/filtersets.py:69 vpn/filtersets.py:325 +msgid "Export target (name)" +msgstr "" + +#: ipam/filtersets.py:90 +msgid "Importing VRF" +msgstr "" + +#: ipam/filtersets.py:96 +msgid "Import VRF (RD)" +msgstr "" + +#: ipam/filtersets.py:101 +msgid "Exporting VRF" +msgstr "" + +#: ipam/filtersets.py:107 +msgid "Export VRF (RD)" +msgstr "" + +#: ipam/filtersets.py:112 +msgid "Importing L2VPN" +msgstr "" + +#: ipam/filtersets.py:118 +msgid "Importing L2VPN (identifier)" +msgstr "" + +#: ipam/filtersets.py:123 +msgid "Exporting L2VPN" +msgstr "" + +#: ipam/filtersets.py:129 +msgid "Exporting L2VPN (identifier)" +msgstr "" + +#: ipam/filtersets.py:159 ipam/filtersets.py:300 ipam/forms/model_forms.py:230 +#: ipam/tables/ip.py:159 templates/ipam/prefix.html:12 +msgid "Prefix" +msgstr "" + +#: ipam/filtersets.py:163 ipam/filtersets.py:202 ipam/filtersets.py:227 +msgid "RIR (ID)" +msgstr "" + +#: ipam/filtersets.py:169 ipam/filtersets.py:208 ipam/filtersets.py:233 +msgid "RIR (slug)" +msgstr "" + +#: ipam/filtersets.py:304 +msgid "Within prefix" +msgstr "" + +#: ipam/filtersets.py:308 +msgid "Within and including prefix" +msgstr "" + +#: ipam/filtersets.py:312 +msgid "Prefixes which contain this prefix or IP" +msgstr "" + +#: ipam/filtersets.py:323 ipam/filtersets.py:567 ipam/forms/bulk_edit.py:332 +#: ipam/forms/filtersets.py:205 ipam/forms/filtersets.py:355 +msgid "Mask length" +msgstr "" + +#: ipam/filtersets.py:358 +msgid "VLAN Group (ID)" +msgstr "" + +#: ipam/filtersets.py:364 +msgid "VLAN Group (slug)" +msgstr "" + +#: ipam/filtersets.py:368 vpn/filtersets.py:431 +msgid "VLAN (ID)" +msgstr "" + +#: ipam/filtersets.py:372 vpn/filtersets.py:426 +msgid "VLAN number (1-4094)" +msgstr "" + +#: ipam/filtersets.py:466 ipam/filtersets.py:470 ipam/filtersets.py:562 +#: ipam/forms/model_forms.py:507 templates/tenancy/contact.html:63 +#: tenancy/forms/bulk_edit.py:125 +msgid "Address" +msgstr "" + +#: ipam/filtersets.py:474 +msgid "Ranges which contain this prefix or IP" +msgstr "" + +#: ipam/filtersets.py:502 ipam/filtersets.py:558 +msgid "Parent prefix" +msgstr "" + +#: ipam/filtersets.py:644 +msgid "FHRP group (ID)" +msgstr "" + +#: ipam/filtersets.py:648 +msgid "Is assigned to an interface" +msgstr "" + +#: ipam/filtersets.py:664 +msgid "Application Service (ID)" +msgstr "" + +#: ipam/filtersets.py:669 +msgid "NAT inside IP address (ID)" +msgstr "" + +#: ipam/filtersets.py:1015 +msgid "Q-in-Q SVLAN (ID)" +msgstr "" + +#: ipam/filtersets.py:1019 +msgid "Q-in-Q SVLAN number (1-4094)" +msgstr "" + +#: ipam/filtersets.py:1040 +msgid "Assigned VM interface" +msgstr "" + +#: ipam/filtersets.py:1113 +msgid "VLAN Translation Policy (name)" +msgstr "" + +#: ipam/filtersets.py:1180 +msgid "FHRP Group (name)" +msgstr "" + +#: ipam/filtersets.py:1185 +msgid "FHRP Group (ID)" +msgstr "" + +#: ipam/filtersets.py:1190 +msgid "IP address (ID)" +msgstr "" + +#: ipam/filtersets.py:1196 ipam/models/ip.py:816 +msgid "IP address" +msgstr "" + +#: ipam/filtersets.py:1248 +msgid "Primary IPv4 (ID)" +msgstr "" + +#: ipam/filtersets.py:1254 +msgid "Primary IPv4 (address)" +msgstr "" + +#: ipam/filtersets.py:1259 +msgid "Primary IPv6 (ID)" +msgstr "" + +#: ipam/filtersets.py:1265 +msgid "Primary IPv6 (address)" +msgstr "" + +#: ipam/formfields.py:14 +msgid "Enter a valid IPv4 or IPv6 address (without a mask)." +msgstr "" + +#: ipam/formfields.py:32 +#, python-brace-format +msgid "Invalid IPv4/IPv6 address format: {address}" +msgstr "" + +#: ipam/formfields.py:37 +msgid "This field requires an IP address without a mask." +msgstr "" + +#: ipam/formfields.py:39 ipam/formfields.py:61 +msgid "Please specify a valid IPv4 or IPv6 address." +msgstr "" + +#: ipam/formfields.py:44 +msgid "Enter a valid IPv4 or IPv6 address (with CIDR mask)." +msgstr "" + +#: ipam/formfields.py:56 +msgid "CIDR mask (e.g. /24) is required." +msgstr "" + +#: ipam/forms/bulk_create.py:13 +msgid "Address pattern" +msgstr "" + +#: ipam/forms/bulk_edit.py:53 +msgid "Enforce unique space" +msgstr "" + +#: ipam/forms/bulk_edit.py:91 +msgid "Is private" +msgstr "" + +#: ipam/forms/bulk_edit.py:112 ipam/forms/bulk_edit.py:141 +#: ipam/forms/bulk_edit.py:166 ipam/forms/bulk_import.py:92 +#: ipam/forms/bulk_import.py:112 ipam/forms/bulk_import.py:132 +#: ipam/forms/filtersets.py:113 ipam/forms/filtersets.py:128 +#: ipam/forms/filtersets.py:151 ipam/forms/model_forms.py:100 +#: ipam/forms/model_forms.py:113 ipam/forms/model_forms.py:136 +#: ipam/forms/model_forms.py:155 ipam/models/asns.py:32 ipam/models/asns.py:101 +#: ipam/models/ip.py:72 ipam/models/ip.py:88 ipam/tables/asn.py:20 +#: ipam/tables/asn.py:45 templates/ipam/aggregate.html:18 +#: templates/ipam/asn.html:27 templates/ipam/asnrange.html:19 +#: templates/ipam/rir.html:19 +msgid "RIR" +msgstr "" + +#: ipam/forms/bulk_edit.py:174 +msgid "Date added" +msgstr "" + +#: ipam/forms/bulk_edit.py:213 ipam/forms/filtersets.py:266 +#: ipam/forms/model_forms.py:622 ipam/forms/model_forms.py:670 +#: ipam/tables/ip.py:202 templates/ipam/vlan_edit.html:49 +#: templates/ipam/vlangroup.html:27 +msgid "VLAN Group" +msgstr "" + +#: ipam/forms/bulk_edit.py:218 ipam/forms/bulk_import.py:188 +#: ipam/forms/filtersets.py:271 ipam/forms/model_forms.py:218 +#: ipam/models/vlans.py:290 ipam/tables/ip.py:207 templates/ipam/prefix.html:56 +#: templates/ipam/vlan.html:12 templates/ipam/vlan/base.html:6 +#: templates/ipam/vlan_edit.html:14 templates/wireless/wirelesslan.html:38 +#: vpn/forms/bulk_import.py:309 vpn/forms/filtersets.py:295 +#: vpn/forms/model_forms.py:436 vpn/forms/model_forms.py:455 +#: wireless/forms/bulk_edit.py:58 wireless/forms/bulk_import.py:50 +#: wireless/forms/model_forms.py:52 wireless/models.py:102 +msgid "VLAN" +msgstr "" + +#: ipam/forms/bulk_edit.py:229 +msgid "Prefix length" +msgstr "" + +#: ipam/forms/bulk_edit.py:252 ipam/forms/filtersets.py:251 +#: templates/ipam/prefix.html:81 +msgid "Is a pool" +msgstr "" + +#: ipam/forms/bulk_edit.py:257 ipam/forms/bulk_edit.py:307 +#: ipam/forms/filtersets.py:258 ipam/forms/filtersets.py:316 +#: ipam/models/ip.py:262 +msgid "Treat as fully utilized" +msgstr "" + +#: ipam/forms/bulk_edit.py:271 ipam/forms/filtersets.py:179 +#: ipam/forms/model_forms.py:233 +msgid "VLAN Assignment" +msgstr "" + +#: ipam/forms/bulk_edit.py:302 ipam/forms/filtersets.py:309 +msgid "Treat as populated" +msgstr "" + +#: ipam/forms/bulk_edit.py:355 ipam/models/ip.py:800 +msgid "DNS name" +msgstr "" + +#: ipam/forms/bulk_edit.py:376 ipam/forms/bulk_edit.py:573 +#: ipam/forms/bulk_import.py:443 ipam/forms/bulk_import.py:561 +#: ipam/forms/bulk_import.py:589 ipam/forms/filtersets.py:414 +#: ipam/forms/filtersets.py:604 templates/ipam/fhrpgroup.html:22 +#: templates/ipam/inc/panels/fhrp_groups.html:24 templates/ipam/service.html:34 +#: templates/ipam/servicetemplate.html:19 +msgid "Protocol" +msgstr "" + +#: ipam/forms/bulk_edit.py:383 ipam/forms/filtersets.py:421 +#: ipam/tables/fhrp.py:22 templates/ipam/fhrpgroup.html:26 +msgid "Group ID" +msgstr "" + +#: ipam/forms/bulk_edit.py:388 ipam/forms/filtersets.py:426 +#: wireless/forms/bulk_edit.py:71 wireless/forms/bulk_edit.py:119 +#: wireless/forms/bulk_import.py:64 wireless/forms/bulk_import.py:67 +#: wireless/forms/bulk_import.py:144 wireless/forms/bulk_import.py:147 +#: wireless/forms/filtersets.py:57 wireless/forms/filtersets.py:116 +msgid "Authentication type" +msgstr "" + +#: ipam/forms/bulk_edit.py:393 ipam/forms/filtersets.py:430 +msgid "Authentication key" +msgstr "" + +#: ipam/forms/bulk_edit.py:410 ipam/forms/filtersets.py:407 +#: ipam/forms/model_forms.py:518 netbox/navigation/menu.py:410 +#: templates/ipam/fhrpgroup.html:49 +#: templates/wireless/inc/authentication_attrs.html:5 +#: wireless/forms/bulk_edit.py:95 wireless/forms/bulk_edit.py:153 +#: wireless/forms/filtersets.py:39 wireless/forms/filtersets.py:104 +#: wireless/forms/model_forms.py:60 wireless/forms/model_forms.py:176 +msgid "Authentication" +msgstr "" + +#: ipam/forms/bulk_edit.py:435 ipam/models/vlans.py:62 +msgid "VLAN ID ranges" +msgstr "" + +#: ipam/forms/bulk_edit.py:516 ipam/forms/bulk_import.py:518 +#: ipam/forms/filtersets.py:579 ipam/models/vlans.py:250 +#: ipam/tables/vlans.py:106 +msgid "Q-in-Q role" +msgstr "" + +#: ipam/forms/bulk_edit.py:533 +msgid "Q-in-Q" +msgstr "" + +#: ipam/forms/bulk_edit.py:534 +msgid "Site & Group" +msgstr "" + +#: ipam/forms/bulk_edit.py:557 ipam/forms/bulk_import.py:548 +#: ipam/forms/model_forms.py:726 ipam/tables/vlans.py:259 +#: templates/ipam/vlantranslationrule.html:14 vpn/forms/model_forms.py:322 +#: vpn/forms/model_forms.py:359 +msgid "Policy" +msgstr "" + +#: ipam/forms/bulk_edit.py:578 ipam/forms/model_forms.py:744 +#: ipam/forms/model_forms.py:777 ipam/tables/services.py:20 +#: ipam/tables/services.py:50 templates/ipam/service.html:38 +#: templates/ipam/servicetemplate.html:23 +msgid "Ports" +msgstr "" + +#: ipam/forms/bulk_import.py:51 +msgid "Import route targets" +msgstr "" + +#: ipam/forms/bulk_import.py:57 +msgid "Export route targets" +msgstr "" + +#: ipam/forms/bulk_import.py:95 ipam/forms/bulk_import.py:115 +#: ipam/forms/bulk_import.py:135 +msgid "Assigned RIR" +msgstr "" + +#: ipam/forms/bulk_import.py:178 +msgid "VLAN's group (if any)" +msgstr "" + +#: ipam/forms/bulk_import.py:181 +msgid "VLAN Site" +msgstr "" + +#: ipam/forms/bulk_import.py:185 +msgid "VLAN's site (if any)" +msgstr "" + +#: ipam/forms/bulk_import.py:214 virtualization/forms/bulk_import.py:85 +#: wireless/forms/bulk_import.py:83 +msgid "Scope ID" +msgstr "" + +#: ipam/forms/bulk_import.py:327 ipam/forms/filtersets.py:636 +#: ipam/forms/model_forms.py:306 ipam/forms/model_forms.py:336 +#: ipam/forms/model_forms.py:517 templates/ipam/fhrpgroup.html:19 +msgid "FHRP Group" +msgstr "" + +#: ipam/forms/bulk_import.py:331 +msgid "Assigned FHRP Group name" +msgstr "" + +#: ipam/forms/bulk_import.py:335 +msgid "Make this the primary IP for the assigned device" +msgstr "" + +#: ipam/forms/bulk_import.py:339 +msgid "Is out-of-band" +msgstr "" + +#: ipam/forms/bulk_import.py:340 +msgid "Designate this as the out-of-band IP address for the assigned device" +msgstr "" + +#: ipam/forms/bulk_import.py:394 +msgid "No device or virtual machine specified; cannot set as primary IP" +msgstr "" + +#: ipam/forms/bulk_import.py:398 +msgid "No device specified; cannot set as out-of-band IP" +msgstr "" + +#: ipam/forms/bulk_import.py:402 +msgid "Cannot set out-of-band IP for virtual machines" +msgstr "" + +#: ipam/forms/bulk_import.py:406 +msgid "No interface specified; cannot set as primary IP" +msgstr "" + +#: ipam/forms/bulk_import.py:410 +msgid "No interface specified; cannot set as out-of-band IP" +msgstr "" + +#: ipam/forms/bulk_import.py:447 +msgid "Auth type" +msgstr "" + +#: ipam/forms/bulk_import.py:496 +msgid "Assigned VLAN group" +msgstr "" + +#: ipam/forms/bulk_import.py:528 +msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)" +msgstr "" + +#: ipam/forms/bulk_import.py:551 ipam/models/vlans.py:369 +msgid "VLAN translation policy" +msgstr "" + +#: ipam/forms/bulk_import.py:563 ipam/forms/bulk_import.py:591 +msgid "IP protocol" +msgstr "" + +#: ipam/forms/bulk_import.py:575 +msgid "Parent type (app & model)" +msgstr "" + +#: ipam/forms/bulk_import.py:582 +msgid "Parent object name" +msgstr "" + +#: ipam/forms/bulk_import.py:586 +msgid "Parent object ID" +msgstr "" + +#: ipam/forms/bulk_import.py:638 +msgid "" +"One of parent or parent_object_id must be included with parent_object_type" +msgstr "" + +#: ipam/forms/bulk_import.py:651 +#, python-brace-format +msgid "{ip} is not assigned to this parent." +msgstr "" + +#: ipam/forms/filtersets.py:49 ipam/forms/model_forms.py:67 +#: netbox/navigation/menu.py:196 vpn/forms/model_forms.py:413 +msgid "Route Targets" +msgstr "" + +#: ipam/forms/filtersets.py:55 ipam/forms/model_forms.py:54 +#: vpn/forms/filtersets.py:235 vpn/forms/model_forms.py:400 +msgid "Import targets" +msgstr "" + +#: ipam/forms/filtersets.py:60 ipam/forms/model_forms.py:59 +#: vpn/forms/filtersets.py:240 vpn/forms/model_forms.py:405 +msgid "Export targets" +msgstr "" + +#: ipam/forms/filtersets.py:75 +msgid "Imported by VRF" +msgstr "" + +#: ipam/forms/filtersets.py:80 +msgid "Exported by VRF" +msgstr "" + +#: ipam/forms/filtersets.py:89 ipam/tables/ip.py:36 templates/ipam/rir.html:30 +msgid "Private" +msgstr "" + +#: ipam/forms/filtersets.py:108 ipam/forms/filtersets.py:200 +#: ipam/forms/filtersets.py:288 ipam/forms/filtersets.py:350 +msgid "Address family" +msgstr "" + +#: ipam/forms/filtersets.py:122 templates/ipam/asnrange.html:25 +msgid "Range" +msgstr "" + +#: ipam/forms/filtersets.py:131 +msgid "Start" +msgstr "" + +#: ipam/forms/filtersets.py:135 +msgid "End" +msgstr "" + +#: ipam/forms/filtersets.py:195 +msgid "Search within" +msgstr "" + +#: ipam/forms/filtersets.py:216 ipam/forms/filtersets.py:366 +msgid "Present in VRF" +msgstr "" + +#: ipam/forms/filtersets.py:334 +msgid "Device/VM" +msgstr "" + +#: ipam/forms/filtersets.py:345 +msgid "Parent Prefix" +msgstr "" + +#: ipam/forms/filtersets.py:397 templates/ipam/ipaddress.html:51 +msgid "DNS Name" +msgstr "" + +#: ipam/forms/filtersets.py:440 ipam/models/vlans.py:291 ipam/tables/ip.py:123 +#: ipam/tables/vlans.py:52 ipam/views.py:1094 netbox/navigation/menu.py:200 +#: netbox/navigation/menu.py:202 +msgid "VLANs" +msgstr "" + +#: ipam/forms/filtersets.py:482 +msgid "Contains VLAN ID" +msgstr "" + +#: ipam/forms/filtersets.py:516 ipam/models/vlans.py:389 +msgid "Local VLAN ID" +msgstr "" + +#: ipam/forms/filtersets.py:521 ipam/models/vlans.py:397 +msgid "Remote VLAN ID" +msgstr "" + +#: ipam/forms/filtersets.py:531 +msgid "Q-in-Q/802.1ad" +msgstr "" + +#: ipam/forms/filtersets.py:576 ipam/models/vlans.py:209 +#: templates/ipam/vlan.html:31 +msgid "VLAN ID" +msgstr "" + +#: ipam/forms/model_forms.py:84 templates/ipam/routetarget.html:10 +msgid "Route Target" +msgstr "" + +#: ipam/forms/model_forms.py:119 ipam/tables/ip.py:64 +#: templates/ipam/aggregate.html:11 templates/ipam/prefix.html:38 +msgid "Aggregate" +msgstr "" + +#: ipam/forms/model_forms.py:141 templates/ipam/asnrange.html:12 +msgid "ASN Range" +msgstr "" + +#: ipam/forms/model_forms.py:270 templates/ipam/iprange.html:10 +msgid "IP Range" +msgstr "" + +#: ipam/forms/model_forms.py:321 +msgid "Make this the primary IP for the device/VM" +msgstr "" + +#: ipam/forms/model_forms.py:325 +msgid "Make this the out-of-band IP for the device" +msgstr "" + +#: ipam/forms/model_forms.py:340 +msgid "NAT IP (Inside)" +msgstr "" + +#: ipam/forms/model_forms.py:402 +msgid "An IP address can only be assigned to a single object." +msgstr "" + +#: ipam/forms/model_forms.py:409 +msgid "Cannot reassign primary IP address for the parent device/VM" +msgstr "" + +#: ipam/forms/model_forms.py:413 +msgid "Cannot reassign out-of-Band IP address for the parent device" +msgstr "" + +#: ipam/forms/model_forms.py:423 +msgid "" +"Only IP addresses assigned to an interface can be designated as primary IPs." +msgstr "" + +#: ipam/forms/model_forms.py:431 +msgid "" +"Only IP addresses assigned to a device interface can be designated as the " +"out-of-band IP for a device." +msgstr "" + +#: ipam/forms/model_forms.py:519 +msgid "Virtual IP Address" +msgstr "" + +#: ipam/forms/model_forms.py:596 +msgid "Assignment already exists" +msgstr "" + +#: ipam/forms/model_forms.py:605 templates/ipam/vlangroup.html:42 +msgid "VLAN IDs" +msgstr "" + +#: ipam/forms/model_forms.py:623 +msgid "Child VLANs" +msgstr "" + +#: ipam/forms/model_forms.py:681 +msgid "" +"The direct assignment of VLANs to a site is deprecated and will be removed " +"in a future release. Users are encouraged to utilize VLAN groups for this " +"purpose." +msgstr "" + +#: ipam/forms/model_forms.py:732 templates/ipam/vlantranslationrule.html:11 +msgid "VLAN Translation Rule" +msgstr "" + +#: ipam/forms/model_forms.py:749 ipam/forms/model_forms.py:782 +msgid "" +"Comma-separated list of one or more port numbers. A range may be specified " +"using a hyphen." +msgstr "" + +#: ipam/forms/model_forms.py:754 templates/ipam/servicetemplate.html:12 +msgid "Application Service Template" +msgstr "" + +#: ipam/forms/model_forms.py:767 +msgid "Parent type" +msgstr "" + +#: ipam/forms/model_forms.py:794 +msgid "Port(s)" +msgstr "" + +#: ipam/forms/model_forms.py:795 ipam/forms/model_forms.py:861 +msgid "Application Service" +msgstr "" + +#: ipam/forms/model_forms.py:849 +msgid "Application Service template" +msgstr "" + +#: ipam/forms/model_forms.py:858 +msgid "From Template" +msgstr "" + +#: ipam/forms/model_forms.py:859 +msgid "Custom" +msgstr "" + +#: ipam/forms/model_forms.py:891 +msgid "" +"Must specify name, protocol, and port(s) if not using an application service " +"template." +msgstr "" + +#: ipam/models/asns.py:35 +msgid "start" +msgstr "" + +#: ipam/models/asns.py:52 +msgid "ASN range" +msgstr "" + +#: ipam/models/asns.py:53 +msgid "ASN ranges" +msgstr "" + +#: ipam/models/asns.py:70 +#, python-brace-format +msgid "Starting ASN ({start}) must be lower than ending ASN ({end})." +msgstr "" + +#: ipam/models/asns.py:102 +msgid "Regional Internet Registry responsible for this AS number space" +msgstr "" + +#: ipam/models/asns.py:107 +msgid "16- or 32-bit autonomous system number" +msgstr "" + +#: ipam/models/fhrp.py:21 +msgid "group ID" +msgstr "" + +#: ipam/models/fhrp.py:29 ipam/models/services.py:21 +msgid "protocol" +msgstr "" + +#: ipam/models/fhrp.py:38 wireless/models.py:29 +msgid "authentication type" +msgstr "" + +#: ipam/models/fhrp.py:43 +msgid "authentication key" +msgstr "" + +#: ipam/models/fhrp.py:62 +msgid "FHRP group" +msgstr "" + +#: ipam/models/fhrp.py:63 +msgid "FHRP groups" +msgstr "" + +#: ipam/models/fhrp.py:116 +msgid "FHRP group assignment" +msgstr "" + +#: ipam/models/fhrp.py:117 +msgid "FHRP group assignments" +msgstr "" + +#: ipam/models/ip.py:66 +msgid "private" +msgstr "" + +#: ipam/models/ip.py:67 +msgid "IP space managed by this RIR is considered private" +msgstr "" + +#: ipam/models/ip.py:73 netbox/navigation/menu.py:189 +msgid "RIRs" +msgstr "" + +#: ipam/models/ip.py:82 +msgid "IPv4 or IPv6 network" +msgstr "" + +#: ipam/models/ip.py:89 +msgid "Regional Internet Registry responsible for this IP space" +msgstr "" + +#: ipam/models/ip.py:99 +msgid "date added" +msgstr "" + +#: ipam/models/ip.py:113 +msgid "aggregate" +msgstr "" + +#: ipam/models/ip.py:114 +msgid "aggregates" +msgstr "" + +#: ipam/models/ip.py:127 +msgid "Cannot create aggregate with /0 mask." +msgstr "" + +#: ipam/models/ip.py:139 +#, python-brace-format +msgid "" +"Aggregates cannot overlap. {prefix} is already covered by an existing " +"aggregate ({aggregate})." +msgstr "" + +#: ipam/models/ip.py:153 +#, python-brace-format +msgid "" +"Prefixes cannot overlap aggregates. {prefix} covers an existing aggregate " +"({aggregate})." +msgstr "" + +#: ipam/models/ip.py:201 +msgid "roles" +msgstr "" + +#: ipam/models/ip.py:214 ipam/models/ip.py:283 +msgid "prefix" +msgstr "" + +#: ipam/models/ip.py:215 +msgid "IPv4 or IPv6 network with mask" +msgstr "" + +#: ipam/models/ip.py:244 +msgid "Operational status of this prefix" +msgstr "" + +#: ipam/models/ip.py:252 +msgid "The primary function of this prefix" +msgstr "" + +#: ipam/models/ip.py:255 +msgid "is a pool" +msgstr "" + +#: ipam/models/ip.py:257 +msgid "All IP addresses within this prefix are considered usable" +msgstr "" + +#: ipam/models/ip.py:260 ipam/models/ip.py:549 +msgid "mark utilized" +msgstr "" + +#: ipam/models/ip.py:284 +msgid "prefixes" +msgstr "" + +#: ipam/models/ip.py:311 +msgid "Cannot create prefix with /0 mask." +msgstr "" + +#: ipam/models/ip.py:318 ipam/models/ip.py:904 +#, python-brace-format +msgid "VRF {vrf}" +msgstr "" + +#: ipam/models/ip.py:318 ipam/models/ip.py:904 +msgid "global table" +msgstr "" + +#: ipam/models/ip.py:320 +#, python-brace-format +msgid "Duplicate prefix found in {table}: {prefix}" +msgstr "" + +#: ipam/models/ip.py:502 +msgid "start address" +msgstr "" + +#: ipam/models/ip.py:503 ipam/models/ip.py:507 ipam/models/ip.py:740 +msgid "IPv4 or IPv6 address (with mask)" +msgstr "" + +#: ipam/models/ip.py:506 +msgid "end address" +msgstr "" + +#: ipam/models/ip.py:533 +msgid "Operational status of this range" +msgstr "" + +#: ipam/models/ip.py:541 +msgid "The primary function of this range" +msgstr "" + +#: ipam/models/ip.py:544 +msgid "mark populated" +msgstr "" + +#: ipam/models/ip.py:546 +msgid "Prevent the creation of IP addresses within this range" +msgstr "" + +#: ipam/models/ip.py:551 +msgid "Report space as fully utilized" +msgstr "" + +#: ipam/models/ip.py:560 +msgid "IP range" +msgstr "" + +#: ipam/models/ip.py:561 +msgid "IP ranges" +msgstr "" + +#: ipam/models/ip.py:574 +msgid "Starting and ending IP address versions must match" +msgstr "" + +#: ipam/models/ip.py:580 +msgid "Starting and ending IP address masks must match" +msgstr "" + +#: ipam/models/ip.py:587 +#, python-brace-format +msgid "" +"Ending address must be greater than the starting address ({start_address})" +msgstr "" + +#: ipam/models/ip.py:615 +#, python-brace-format +msgid "Defined addresses overlap with range {overlapping_range} in VRF {vrf}" +msgstr "" + +#: ipam/models/ip.py:624 +#, python-brace-format +msgid "Defined range exceeds maximum supported size ({max_size})" +msgstr "" + +#: ipam/models/ip.py:739 tenancy/models/contacts.py:75 +msgid "address" +msgstr "" + +#: ipam/models/ip.py:762 +msgid "The operational status of this IP" +msgstr "" + +#: ipam/models/ip.py:770 +msgid "The functional role of this IP" +msgstr "" + +#: ipam/models/ip.py:793 templates/ipam/ipaddress.html:72 +msgid "NAT (inside)" +msgstr "" + +#: ipam/models/ip.py:794 +msgid "The IP for which this address is the \"outside\" IP" +msgstr "" + +#: ipam/models/ip.py:801 +msgid "Hostname or FQDN (not case-sensitive)" +msgstr "" + +#: ipam/models/ip.py:817 ipam/models/services.py:86 +msgid "IP addresses" +msgstr "" + +#: ipam/models/ip.py:875 +msgid "Cannot create IP address with /0 mask." +msgstr "" + +#: ipam/models/ip.py:881 +#, python-brace-format +msgid "{ip} is a network ID, which may not be assigned to an interface." +msgstr "" + +#: ipam/models/ip.py:892 +#, python-brace-format +msgid "{ip} is a broadcast address, which may not be assigned to an interface." +msgstr "" + +#: ipam/models/ip.py:906 +#, python-brace-format +msgid "Duplicate IP address found in {table}: {ipaddress}" +msgstr "" + +#: ipam/models/ip.py:922 +#, python-brace-format +msgid "Cannot create IP address {ip} inside range {range}." +msgstr "" + +#: ipam/models/ip.py:943 +msgid "" +"Cannot reassign IP address while it is designated as the primary IP for the " +"parent object" +msgstr "" + +#: ipam/models/ip.py:949 +msgid "Only IPv6 addresses can be assigned SLAAC status" +msgstr "" + +#: ipam/models/services.py:32 +msgid "port numbers" +msgstr "" + +#: ipam/models/services.py:58 +msgid "application service template" +msgstr "" + +#: ipam/models/services.py:59 +msgid "application service templates" +msgstr "" + +#: ipam/models/services.py:87 +msgid "" +"The specific IP addresses (if any) to which this application service is bound" +msgstr "" + +#: ipam/models/services.py:97 +msgid "application service" +msgstr "" + +#: ipam/models/services.py:98 +msgid "application services" +msgstr "" + +#: ipam/models/vlans.py:94 +msgid "VLAN groups" +msgstr "" + +#: ipam/models/vlans.py:101 +msgid "Cannot set scope_type without scope_id." +msgstr "" + +#: ipam/models/vlans.py:103 +msgid "Cannot set scope_id without scope_type." +msgstr "" + +#: ipam/models/vlans.py:111 +#, python-brace-format +msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}" +msgstr "" + +#: ipam/models/vlans.py:117 +#, python-brace-format +msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}" +msgstr "" + +#: ipam/models/vlans.py:124 +#, python-brace-format +msgid "" +"Ending VLAN ID in range must be greater than or equal to the starting VLAN " +"ID ({range})" +msgstr "" + +#: ipam/models/vlans.py:130 +msgid "Ranges cannot overlap." +msgstr "" + +#: ipam/models/vlans.py:198 +msgid "The specific site to which this VLAN is assigned (if any)" +msgstr "" + +#: ipam/models/vlans.py:206 +msgid "VLAN group (optional)" +msgstr "" + +#: ipam/models/vlans.py:214 ipam/models/vlans.py:394 ipam/models/vlans.py:402 +msgid "Numeric VLAN ID (1-4094)" +msgstr "" + +#: ipam/models/vlans.py:232 +msgid "Operational status of this VLAN" +msgstr "" + +#: ipam/models/vlans.py:240 +msgid "The primary function of this VLAN" +msgstr "" + +#: ipam/models/vlans.py:255 +msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)" +msgstr "" + +#: ipam/models/vlans.py:304 +#, python-brace-format +msgid "" +"VLAN is assigned to group {group} (scope: {scope}); cannot also assign to " +"site {site}." +msgstr "" + +#: ipam/models/vlans.py:311 +#, python-brace-format +msgid "" +"The assigned site {site} is not a member of the assigned group {group} " +"(scope: {scope})." +msgstr "" + +#: ipam/models/vlans.py:320 +#, python-brace-format +msgid "VID must be in ranges {ranges} for VLANs in group {group}" +msgstr "" + +#: ipam/models/vlans.py:327 +msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN." +msgstr "" + +#: ipam/models/vlans.py:333 +msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN." +msgstr "" + +#: ipam/models/vlans.py:370 +msgid "VLAN translation policies" +msgstr "" + +#: ipam/models/vlans.py:411 +msgid "VLAN translation rule" +msgstr "" + +#: ipam/models/vrfs.py:29 +msgid "route distinguisher" +msgstr "" + +#: ipam/models/vrfs.py:30 +msgid "Unique route distinguisher (as defined in RFC 4364)" +msgstr "" + +#: ipam/models/vrfs.py:41 +msgid "enforce unique space" +msgstr "" + +#: ipam/models/vrfs.py:42 +msgid "Prevent duplicate prefixes/IP addresses within this VRF" +msgstr "" + +#: ipam/models/vrfs.py:62 netbox/navigation/menu.py:193 +#: netbox/navigation/menu.py:195 +msgid "VRFs" +msgstr "" + +#: ipam/models/vrfs.py:78 +msgid "Route target value (formatted in accordance with RFC 4360)" +msgstr "" + +#: ipam/models/vrfs.py:91 +msgid "route target" +msgstr "" + +#: ipam/models/vrfs.py:92 +msgid "route targets" +msgstr "" + +#: ipam/tables/asn.py:52 +msgid "ASDOT" +msgstr "" + +#: ipam/tables/asn.py:57 +msgid "Site Count" +msgstr "" + +#: ipam/tables/asn.py:62 +msgid "Provider Count" +msgstr "" + +#: ipam/tables/ip.py:42 netbox/navigation/menu.py:186 +#: netbox/navigation/menu.py:188 +msgid "Aggregates" +msgstr "" + +#: ipam/tables/ip.py:72 +msgid "Added" +msgstr "" + +#: ipam/tables/ip.py:75 ipam/tables/ip.py:113 ipam/tables/vlans.py:121 +#: ipam/views.py:425 netbox/navigation/menu.py:172 +#: netbox/navigation/menu.py:174 templates/ipam/vlan.html:100 +msgid "Prefixes" +msgstr "" + +#: ipam/tables/ip.py:78 ipam/tables/ip.py:222 ipam/tables/ip.py:281 +#: ipam/tables/vlans.py:56 templates/dcim/device.html:266 +#: templates/ipam/aggregate.html:24 templates/ipam/iprange.html:37 +#: templates/ipam/prefix.html:102 +msgid "Utilization" +msgstr "" + +#: ipam/tables/ip.py:118 netbox/navigation/menu.py:168 +msgid "IP Ranges" +msgstr "" + +#: ipam/tables/ip.py:168 +msgid "Prefix (Flat)" +msgstr "" + +#: ipam/tables/ip.py:172 +msgid "Depth" +msgstr "" + +#: ipam/tables/ip.py:192 ipam/tables/vlans.py:37 +#: virtualization/tables/clusters.py:77 wireless/tables/wirelesslan.py:59 +msgid "Scope Type" +msgstr "" + +#: ipam/tables/ip.py:214 +msgid "Pool" +msgstr "" + +#: ipam/tables/ip.py:218 ipam/tables/ip.py:277 templates/ipam/iprange.html:33 +msgid "Marked Utilized" +msgstr "" + +#: ipam/tables/ip.py:257 +msgid "Start address" +msgstr "" + +#: ipam/tables/ip.py:273 templates/ipam/iprange.html:29 +msgid "Marked Populated" +msgstr "" + +#: ipam/tables/ip.py:341 +msgid "NAT (Inside)" +msgstr "" + +#: ipam/tables/ip.py:346 +msgid "NAT (Outside)" +msgstr "" + +#: ipam/tables/ip.py:351 +msgid "Assigned" +msgstr "" + +#: ipam/tables/ip.py:397 templates/vpn/l2vpntermination.html:16 +#: vpn/forms/filtersets.py:251 +msgid "Assigned Object" +msgstr "" + +#: ipam/tables/vlans.py:46 +msgid "VID Ranges" +msgstr "" + +#: ipam/tables/vlans.py:83 ipam/tables/vlans.py:193 +#: templates/dcim/inc/interface_vlans_table.html:4 +msgid "VID" +msgstr "" + +#: ipam/tables/vlans.py:240 templates/ipam/vlantranslationpolicy.html:22 +msgid "Rules" +msgstr "" + +#: ipam/tables/vlans.py:263 templates/ipam/vlantranslationrule.html:18 +msgid "Local VID" +msgstr "" + +#: ipam/tables/vlans.py:267 templates/ipam/vlantranslationrule.html:22 +msgid "Remote VID" +msgstr "" + +#: ipam/tables/vrfs.py:30 +msgid "RD" +msgstr "" + +#: ipam/tables/vrfs.py:33 +msgid "Unique" +msgstr "" + +#: ipam/tables/vrfs.py:37 vpn/tables/l2vpn.py:30 +msgid "Import Targets" +msgstr "" + +#: ipam/tables/vrfs.py:42 vpn/tables/l2vpn.py:35 +msgid "Export Targets" +msgstr "" + +#: ipam/utils.py:30 +msgid "1 IP available" +msgstr "" + +#: ipam/utils.py:32 +#, python-brace-format +msgid "{count} IPs available" +msgstr "" + +#: ipam/utils.py:33 +msgid "Many IPs available" +msgstr "" + +#: ipam/validators.py:9 +#, python-brace-format +msgid "{prefix} is not a valid prefix. Did you mean {suggested}?" +msgstr "" + +#: ipam/validators.py:16 +#, python-format +msgid "The prefix length must be less than or equal to %(limit_value)s." +msgstr "" + +#: ipam/validators.py:24 +#, python-format +msgid "The prefix length must be greater than or equal to %(limit_value)s." +msgstr "" + +#: ipam/validators.py:33 +msgid "" +"Only alphanumeric characters, asterisks, hyphens, periods, and underscores " +"are allowed in DNS names" +msgstr "" + +#: ipam/views.py:65 ipam/views.py:1402 +msgid "Device Interfaces" +msgstr "" + +#: ipam/views.py:70 ipam/views.py:1420 +msgid "VM Interfaces" +msgstr "" + +#: ipam/views.py:626 +msgid "Child Prefixes" +msgstr "" + +#: ipam/views.py:662 +msgid "Child Ranges" +msgstr "" + +#: ipam/views.py:1015 +msgid "Related IPs" +msgstr "" + +#: netbox/api/fields.py:66 +msgid "This field may not be blank." +msgstr "" + +#: netbox/api/fields.py:71 +msgid "" +"Value must be passed directly (e.g. \"foo\": 123); do not use a dictionary " +"or list." +msgstr "" + +#: netbox/api/fields.py:92 +#, python-brace-format +msgid "{value} is not a valid choice." +msgstr "" + +#: netbox/api/fields.py:105 +#, python-brace-format +msgid "Invalid content type: {content_type}" +msgstr "" + +#: netbox/api/fields.py:106 +msgid "Invalid value. Specify a content type as '.'." +msgstr "" + +#: netbox/api/fields.py:168 +msgid "Ranges must be specified in the form (lower, upper)." +msgstr "" + +#: netbox/api/fields.py:170 +msgid "Range boundaries must be defined as integers." +msgstr "" + +#: netbox/api/serializers/fields.py:40 +#, python-brace-format +msgid "{class_name} must implement get_view_name()" +msgstr "" + +#: netbox/authentication/__init__.py:138 +#, python-brace-format +msgid "Invalid permission {permission} for model {model}" +msgstr "" + +#: netbox/choices.py:51 +msgid "Dark Red" +msgstr "" + +#: netbox/choices.py:54 +msgid "Rose" +msgstr "" + +#: netbox/choices.py:55 +msgid "Fuchsia" +msgstr "" + +#: netbox/choices.py:57 +msgid "Dark Purple" +msgstr "" + +#: netbox/choices.py:60 +msgid "Light Blue" +msgstr "" + +#: netbox/choices.py:63 +msgid "Aqua" +msgstr "" + +#: netbox/choices.py:64 +msgid "Dark Green" +msgstr "" + +#: netbox/choices.py:66 +msgid "Light Green" +msgstr "" + +#: netbox/choices.py:67 +msgid "Lime" +msgstr "" + +#: netbox/choices.py:69 +msgid "Amber" +msgstr "" + +#: netbox/choices.py:71 +msgid "Dark Orange" +msgstr "" + +#: netbox/choices.py:72 +msgid "Brown" +msgstr "" + +#: netbox/choices.py:73 +msgid "Light Grey" +msgstr "" + +#: netbox/choices.py:74 +msgid "Grey" +msgstr "" + +#: netbox/choices.py:75 +msgid "Dark Grey" +msgstr "" + +#: netbox/choices.py:103 templates/extras/script_result.html:56 +#: templates/extras/tableconfig.html:76 +msgid "Default" +msgstr "" + +#: netbox/choices.py:130 +msgid "Direct" +msgstr "" + +#: netbox/choices.py:131 +msgid "Upload" +msgstr "" + +#: netbox/choices.py:143 netbox/choices.py:158 +msgid "Auto-detect" +msgstr "" + +#: netbox/choices.py:159 +msgid "Comma" +msgstr "" + +#: netbox/choices.py:160 +msgid "Semicolon" +msgstr "" + +#: netbox/choices.py:161 +msgid "Pipe" +msgstr "" + +#: netbox/choices.py:162 +msgid "Tab" +msgstr "" + +#: netbox/choices.py:195 templates/dcim/device.html:333 +#: templates/dcim/rack.html:107 +msgid "Kilograms" +msgstr "" + +#: netbox/choices.py:196 +msgid "Grams" +msgstr "" + +#: netbox/choices.py:197 templates/dcim/device.html:334 +#: templates/dcim/rack.html:108 +msgid "Pounds" +msgstr "" + +#: netbox/choices.py:198 +msgid "Ounces" +msgstr "" + +#: netbox/config/__init__.py:67 +#, python-brace-format +msgid "Invalid configuration parameter: {item}" +msgstr "" + +#: netbox/config/parameters.py:22 templates/core/inc/config_data.html:62 +msgid "Login banner" +msgstr "" + +#: netbox/config/parameters.py:24 +msgid "Additional content to display on the login page" +msgstr "" + +#: netbox/config/parameters.py:33 templates/core/inc/config_data.html:66 +msgid "Maintenance banner" +msgstr "" + +#: netbox/config/parameters.py:35 +msgid "Additional content to display when in maintenance mode" +msgstr "" + +#: netbox/config/parameters.py:44 templates/core/inc/config_data.html:70 +msgid "Top banner" +msgstr "" + +#: netbox/config/parameters.py:46 +msgid "Additional content to display at the top of every page" +msgstr "" + +#: netbox/config/parameters.py:55 templates/core/inc/config_data.html:74 +msgid "Bottom banner" +msgstr "" + +#: netbox/config/parameters.py:57 +msgid "Additional content to display at the bottom of every page" +msgstr "" + +#: netbox/config/parameters.py:68 +msgid "Globally unique IP space" +msgstr "" + +#: netbox/config/parameters.py:70 +msgid "Enforce unique IP addressing within the global table" +msgstr "" + +#: netbox/config/parameters.py:75 templates/core/inc/config_data.html:44 +msgid "Prefer IPv4" +msgstr "" + +#: netbox/config/parameters.py:77 +msgid "Prefer IPv4 addresses over IPv6" +msgstr "" + +#: netbox/config/parameters.py:84 +msgid "Rack unit height" +msgstr "" + +#: netbox/config/parameters.py:86 +msgid "Default unit height for rendered rack elevations" +msgstr "" + +#: netbox/config/parameters.py:91 +msgid "Rack unit width" +msgstr "" + +#: netbox/config/parameters.py:93 +msgid "Default unit width for rendered rack elevations" +msgstr "" + +#: netbox/config/parameters.py:100 +msgid "Powerfeed voltage" +msgstr "" + +#: netbox/config/parameters.py:102 +msgid "Default voltage for powerfeeds" +msgstr "" + +#: netbox/config/parameters.py:107 +msgid "Powerfeed amperage" +msgstr "" + +#: netbox/config/parameters.py:109 +msgid "Default amperage for powerfeeds" +msgstr "" + +#: netbox/config/parameters.py:114 +msgid "Powerfeed max utilization" +msgstr "" + +#: netbox/config/parameters.py:116 +msgid "Default max utilization for powerfeeds" +msgstr "" + +#: netbox/config/parameters.py:123 templates/core/inc/config_data.html:53 +msgid "Allowed URL schemes" +msgstr "" + +#: netbox/config/parameters.py:128 +msgid "Permitted schemes for URLs in user-provided content" +msgstr "" + +#: netbox/config/parameters.py:136 +msgid "Default page size" +msgstr "" + +#: netbox/config/parameters.py:142 +msgid "Maximum page size" +msgstr "" + +#: netbox/config/parameters.py:150 templates/core/inc/config_data.html:96 +msgid "Custom validators" +msgstr "" + +#: netbox/config/parameters.py:152 +msgid "Custom validation rules (JSON)" +msgstr "" + +#: netbox/config/parameters.py:160 templates/core/inc/config_data.html:104 +msgid "Protection rules" +msgstr "" + +#: netbox/config/parameters.py:162 +msgid "Deletion protection rules (JSON)" +msgstr "" + +#: netbox/config/parameters.py:172 templates/core/inc/config_data.html:117 +msgid "Default preferences" +msgstr "" + +#: netbox/config/parameters.py:174 +msgid "Default preferences for new users" +msgstr "" + +#: netbox/config/parameters.py:181 templates/core/inc/config_data.html:129 +msgid "Maintenance mode" +msgstr "" + +#: netbox/config/parameters.py:183 +msgid "Enable maintenance mode" +msgstr "" + +#: netbox/config/parameters.py:188 templates/core/inc/config_data.html:133 +msgid "NetBox Copilot enabled" +msgstr "" + +#: netbox/config/parameters.py:191 +msgid "" +"Enable the NetBox Copilot AI agent globally. If enabled, users can toggle " +"the agent individually." +msgstr "" + +#: netbox/config/parameters.py:197 templates/core/inc/config_data.html:137 +msgid "GraphQL enabled" +msgstr "" + +#: netbox/config/parameters.py:199 +msgid "Enable the GraphQL API" +msgstr "" + +#: netbox/config/parameters.py:204 templates/core/inc/config_data.html:141 +msgid "Changelog retention" +msgstr "" + +#: netbox/config/parameters.py:206 +msgid "Days to retain changelog history (set to zero for unlimited)" +msgstr "" + +#: netbox/config/parameters.py:211 +msgid "Job result retention" +msgstr "" + +#: netbox/config/parameters.py:213 +msgid "Days to retain job result history (set to zero for unlimited)" +msgstr "" + +#: netbox/config/parameters.py:218 templates/core/inc/config_data.html:149 +msgid "Maps URL" +msgstr "" + +#: netbox/config/parameters.py:220 +msgid "Base URL for mapping geographic locations" +msgstr "" + +#: netbox/forms/__init__.py:12 +msgid "Partial match" +msgstr "" + +#: netbox/forms/__init__.py:13 +msgid "Exact match" +msgstr "" + +#: netbox/forms/__init__.py:14 +msgid "Starts with" +msgstr "" + +#: netbox/forms/__init__.py:15 +msgid "Ends with" +msgstr "" + +#: netbox/forms/__init__.py:16 +msgid "Regex" +msgstr "" + +#: netbox/forms/__init__.py:34 +msgid "Object type(s)" +msgstr "" + +#: netbox/forms/__init__.py:40 +msgid "Lookup" +msgstr "" + +#: netbox/forms/base.py:91 +msgid "" +"Tag slugs separated by commas, encased with double quotes (e.g. \"tag1,tag2," +"tag3\")" +msgstr "" + +#: netbox/forms/base.py:149 +msgid "Add tags" +msgstr "" + +#: netbox/forms/base.py:154 +msgid "Remove tags" +msgstr "" + +#: netbox/forms/mixins.py:58 +#, python-brace-format +msgid "{class_name} must specify a model class." +msgstr "" + +#: netbox/models/features.py:294 +#, python-brace-format +msgid "Unknown field name '{name}' in custom field data." +msgstr "" + +#: netbox/models/features.py:300 +#, python-brace-format +msgid "Invalid value for custom field '{name}': {error}" +msgstr "" + +#: netbox/models/features.py:309 +#, python-brace-format +msgid "Custom field '{name}' must have a unique value." +msgstr "" + +#: netbox/models/features.py:316 +#, python-brace-format +msgid "Missing required custom field '{name}'." +msgstr "" + +#: netbox/models/features.py:506 +msgid "Remote data source" +msgstr "" + +#: netbox/models/features.py:516 +msgid "data path" +msgstr "" + +#: netbox/models/features.py:520 +msgid "Path to remote file (relative to data source root)" +msgstr "" + +#: netbox/models/features.py:523 +msgid "auto sync enabled" +msgstr "" + +#: netbox/models/features.py:525 +msgid "Enable automatic synchronization of data when the data file is updated" +msgstr "" + +#: netbox/models/features.py:528 +msgid "date synced" +msgstr "" + +#: netbox/models/features.py:622 +#, python-brace-format +msgid "{class_name} must implement a sync_data() method." +msgstr "" + +#: netbox/models/mixins.py:23 +msgid "weight unit" +msgstr "" + +#: netbox/models/mixins.py:53 +msgid "Must specify a unit when setting a weight" +msgstr "" + +#: netbox/models/mixins.py:58 +msgid "distance" +msgstr "" + +#: netbox/models/mixins.py:65 +msgid "distance unit" +msgstr "" + +#: netbox/models/mixins.py:100 +msgid "Must specify a unit when setting a distance" +msgstr "" + +#: netbox/navigation/menu.py:11 +msgid "Organization" +msgstr "" + +#: netbox/navigation/menu.py:18 +msgid "Site Groups" +msgstr "" + +#: netbox/navigation/menu.py:27 +msgid "Tenant Groups" +msgstr "" + +#: netbox/navigation/menu.py:34 +msgid "Contact Groups" +msgstr "" + +#: netbox/navigation/menu.py:35 templates/tenancy/contactrole.html:8 +msgid "Contact Roles" +msgstr "" + +#: netbox/navigation/menu.py:36 +msgid "Contact Assignments" +msgstr "" + +#: netbox/navigation/menu.py:50 +msgid "Rack Roles" +msgstr "" + +#: netbox/navigation/menu.py:54 +msgid "Elevations" +msgstr "" + +#: netbox/navigation/menu.py:76 +msgid "Modules" +msgstr "" + +#: netbox/navigation/menu.py:80 templates/dcim/device.html:166 +#: templates/dcim/virtualdevicecontext.html:8 +msgid "Virtual Device Contexts" +msgstr "" + +#: netbox/navigation/menu.py:88 +msgid "Module Type Profiles" +msgstr "" + +#: netbox/navigation/menu.py:89 +msgid "Manufacturers" +msgstr "" + +#: netbox/navigation/menu.py:93 +msgid "Device Components" +msgstr "" + +#: netbox/navigation/menu.py:105 templates/dcim/inventoryitemrole.html:8 +msgid "Inventory Item Roles" +msgstr "" + +#: netbox/navigation/menu.py:111 templates/dcim/interface.html:413 +#: templates/virtualization/vminterface.html:124 +msgid "MAC Addresses" +msgstr "" + +#: netbox/navigation/menu.py:118 netbox/navigation/menu.py:122 +#: templates/dcim/interface.html:182 +msgid "Connections" +msgstr "" + +#: netbox/navigation/menu.py:124 +msgid "Cables" +msgstr "" + +#: netbox/navigation/menu.py:125 +msgid "Wireless Links" +msgstr "" + +#: netbox/navigation/menu.py:128 +msgid "Interface Connections" +msgstr "" + +#: netbox/navigation/menu.py:133 +msgid "Console Connections" +msgstr "" + +#: netbox/navigation/menu.py:138 +msgid "Power Connections" +msgstr "" + +#: netbox/navigation/menu.py:154 +msgid "Wireless LAN Groups" +msgstr "" + +#: netbox/navigation/menu.py:175 +msgid "Prefix & VLAN Roles" +msgstr "" + +#: netbox/navigation/menu.py:181 +msgid "ASN Ranges" +msgstr "" + +#: netbox/navigation/menu.py:204 +msgid "VLAN Translation Policies" +msgstr "" + +#: netbox/navigation/menu.py:205 templates/ipam/vlantranslationpolicy.html:46 +msgid "VLAN Translation Rules" +msgstr "" + +#: netbox/navigation/menu.py:212 +msgid "Application Service Templates" +msgstr "" + +#: netbox/navigation/menu.py:213 templates/dcim/device.html:308 +#: templates/ipam/ipaddress.html:118 +#: templates/virtualization/virtualmachine.html:156 +msgid "Application Services" +msgstr "" + +#: netbox/navigation/menu.py:220 +msgid "VPN" +msgstr "" + +#: netbox/navigation/menu.py:224 netbox/navigation/menu.py:226 +#: vpn/tables/tunnels.py:24 +msgid "Tunnels" +msgstr "" + +#: netbox/navigation/menu.py:227 templates/vpn/tunnelgroup.html:8 +msgid "Tunnel Groups" +msgstr "" + +#: netbox/navigation/menu.py:228 +msgid "Tunnel Terminations" +msgstr "" + +#: netbox/navigation/menu.py:232 netbox/navigation/menu.py:234 +#: vpn/models/l2vpn.py:69 +msgid "L2VPNs" +msgstr "" + +#: netbox/navigation/menu.py:241 +msgid "IKE Proposals" +msgstr "" + +#: netbox/navigation/menu.py:242 templates/vpn/ikeproposal.html:41 +msgid "IKE Policies" +msgstr "" + +#: netbox/navigation/menu.py:243 +msgid "IPSec Proposals" +msgstr "" + +#: netbox/navigation/menu.py:244 templates/vpn/ipsecproposal.html:37 +msgid "IPSec Policies" +msgstr "" + +#: netbox/navigation/menu.py:245 templates/vpn/ikepolicy.html:38 +#: templates/vpn/ipsecpolicy.html:25 +msgid "IPSec Profiles" +msgstr "" + +#: netbox/navigation/menu.py:260 +#: templates/virtualization/buttons/bulk_add_components.html:17 +#: templates/virtualization/virtualmachine.html:176 +#: templates/virtualization/virtualmachine/base.html:32 +#: virtualization/tables/virtualmachines.py:74 virtualization/views.py:384 +msgid "Virtual Disks" +msgstr "" + +#: netbox/navigation/menu.py:267 +msgid "Cluster Types" +msgstr "" + +#: netbox/navigation/menu.py:268 +msgid "Cluster Groups" +msgstr "" + +#: netbox/navigation/menu.py:282 +msgid "Circuit Types" +msgstr "" + +#: netbox/navigation/menu.py:283 +msgid "Circuit Terminations" +msgstr "" + +#: netbox/navigation/menu.py:287 netbox/navigation/menu.py:289 +#: templates/circuits/providernetwork.html:55 +msgid "Virtual Circuits" +msgstr "" + +#: netbox/navigation/menu.py:290 +msgid "Virtual Circuit Types" +msgstr "" + +#: netbox/navigation/menu.py:291 +msgid "Virtual Circuit Terminations" +msgstr "" + +#: netbox/navigation/menu.py:297 +msgid "Circuit Groups" +msgstr "" + +#: netbox/navigation/menu.py:298 templates/circuits/circuit.html:76 +#: templates/circuits/virtualcircuit.html:69 +msgid "Group Assignments" +msgstr "" + +#: netbox/navigation/menu.py:302 netbox/navigation/menu.py:304 +msgid "Providers" +msgstr "" + +#: netbox/navigation/menu.py:305 templates/circuits/provider.html:51 +msgid "Provider Accounts" +msgstr "" + +#: netbox/navigation/menu.py:306 +msgid "Provider Networks" +msgstr "" + +#: netbox/navigation/menu.py:320 +msgid "Power Panels" +msgstr "" + +#: netbox/navigation/menu.py:331 +msgid "Configurations" +msgstr "" + +#: netbox/navigation/menu.py:333 +msgid "Config Contexts" +msgstr "" + +#: netbox/navigation/menu.py:334 +msgid "Config Context Profiles" +msgstr "" + +#: netbox/navigation/menu.py:335 +msgid "Config Templates" +msgstr "" + +#: netbox/navigation/menu.py:342 netbox/navigation/menu.py:346 +msgid "Customization" +msgstr "" + +#: netbox/navigation/menu.py:348 templates/dcim/device_edit.html:105 +#: templates/dcim/htmx/cable_edit.html:83 +#: templates/dcim/virtualchassis_edit.html:44 +#: templates/generic/bulk_edit.html:76 templates/htmx/form.html:19 +#: templates/inc/filter_list.html:30 templates/inc/panels/custom_fields.html:7 +#: templates/ipam/ipaddress_bulk_add.html:35 templates/ipam/vlan_edit.html:71 +msgid "Custom Fields" +msgstr "" + +#: netbox/navigation/menu.py:349 +msgid "Custom Field Choices" +msgstr "" + +#: netbox/navigation/menu.py:350 +msgid "Custom Links" +msgstr "" + +#: netbox/navigation/menu.py:351 +msgid "Export Templates" +msgstr "" + +#: netbox/navigation/menu.py:352 +msgid "Saved Filters" +msgstr "" + +#: netbox/navigation/menu.py:353 +msgid "Table Configs" +msgstr "" + +#: netbox/navigation/menu.py:355 +msgid "Image Attachments" +msgstr "" + +#: netbox/navigation/menu.py:373 +msgid "Operations" +msgstr "" + +#: netbox/navigation/menu.py:377 +msgid "Integrations" +msgstr "" + +#: netbox/navigation/menu.py:379 +msgid "Data Sources" +msgstr "" + +#: netbox/navigation/menu.py:380 +msgid "Event Rules" +msgstr "" + +#: netbox/navigation/menu.py:381 +msgid "Webhooks" +msgstr "" + +#: netbox/navigation/menu.py:385 netbox/navigation/menu.py:389 +#: netbox/views/generic/feature_views.py:200 +#: templates/extras/report/base.html:37 templates/extras/script/base.html:36 +msgid "Jobs" +msgstr "" + +#: netbox/navigation/menu.py:395 +msgid "Logging" +msgstr "" + +#: netbox/navigation/menu.py:397 +msgid "Notification Groups" +msgstr "" + +#: netbox/navigation/menu.py:398 +msgid "Journal Entries" +msgstr "" + +#: netbox/navigation/menu.py:399 templates/core/objectchange.html:9 +#: templates/core/objectchange_list.html:4 +msgid "Change Log" +msgstr "" + +#: netbox/navigation/menu.py:406 templates/inc/user_menu.html:29 +msgid "Admin" +msgstr "" + +#: netbox/navigation/menu.py:454 templates/account/base.html:27 +#: templates/inc/user_menu.html:52 +msgid "API Tokens" +msgstr "" + +#: netbox/navigation/menu.py:461 users/forms/model_forms.py:201 +#: users/forms/model_forms.py:209 users/forms/model_forms.py:256 +#: users/forms/model_forms.py:263 +msgid "Permissions" +msgstr "" + +#: netbox/navigation/menu.py:469 netbox/navigation/menu.py:473 +#: templates/core/system.html:7 +msgid "System" +msgstr "" + +#: netbox/navigation/menu.py:478 netbox/navigation/menu.py:526 +#: templates/500.html:35 templates/account/preferences.html:22 +#: templates/core/plugin.html:13 templates/core/plugin_list.html:7 +#: templates/core/plugin_list.html:12 templates/core/system.html:29 +msgid "Plugins" +msgstr "" + +#: netbox/navigation/menu.py:483 +msgid "Configuration History" +msgstr "" + +#: netbox/navigation/menu.py:489 templates/core/rq_task.html:8 +#: templates/core/rq_task_list.html:22 +msgid "Background Tasks" +msgstr "" + +#: netbox/object_actions.py:87 +#: templates/circuits/inc/circuit_termination.html:10 +#: templates/dcim/manufacturer.html:11 +#: templates/extras/tableconfig_edit.html:29 +#: templates/generic/bulk_add_component.html:22 +#: templates/users/objectpermission.html:38 +#: utilities/templates/helpers/table_config_form.html:20 +#: utilities/templates/widgets/splitmultiselect.html:11 +#: utilities/templatetags/buttons.py:175 +msgid "Add" +msgstr "" + +#: netbox/object_actions.py:97 utilities/templates/buttons/clone.html:4 +msgid "Clone" +msgstr "" + +#: netbox/object_actions.py:113 +#: templates/circuits/inc/circuit_termination.html:15 +#: templates/circuits/inc/circuit_termination_fields.html:37 +#: templates/dcim/inc/panels/inventory_items.html:32 +#: templates/dcim/powerpanel.html:56 +#: templates/extras/inc/script_list_content.html:16 +#: templates/generic/object_edit.html:47 +#: templates/ipam/inc/ipaddress_edit_header.html:7 +#: templates/ipam/inc/panels/fhrp_groups.html:43 +#: utilities/templatetags/buttons.py:135 +msgid "Edit" +msgstr "" + +#: netbox/object_actions.py:124 +#: templates/circuits/inc/circuit_termination.html:23 +#: templates/dcim/inc/panels/inventory_items.html:37 +#: templates/dcim/powerpanel.html:66 +#: templates/extras/inc/script_list_content.html:21 +#: templates/generic/bulk_delete.html:21 templates/generic/bulk_delete.html:79 +#: templates/generic/object_delete.html:19 templates/htmx/delete_form.html:70 +#: templates/ipam/inc/panels/fhrp_groups.html:48 +#: templates/users/objectpermission.html:46 +#: utilities/templatetags/buttons.py:146 +msgid "Delete" +msgstr "" + +#: netbox/object_actions.py:135 utilities/templatetags/buttons.py:190 +msgid "Import" +msgstr "" + +#: netbox/object_actions.py:145 utilities/templatetags/buttons.py:207 +msgid "Export" +msgstr "" + +#: netbox/object_actions.py:173 utilities/templatetags/buttons.py:227 +msgid "Edit Selected" +msgstr "" + +#: netbox/object_actions.py:184 +msgid "Rename Selected" +msgstr "" + +#: netbox/object_actions.py:195 utilities/templatetags/buttons.py:244 +msgid "Delete Selected" +msgstr "" + +#: netbox/plugins/navigation.py:55 netbox/plugins/navigation.py:88 +msgid "Permissions must be passed as a tuple or list." +msgstr "" + +#: netbox/plugins/navigation.py:59 +msgid "Buttons must be passed as a tuple or list." +msgstr "" + +#: netbox/plugins/navigation.py:92 +msgid "Button color must be a choice within ButtonColorChoices." +msgstr "" + +#: netbox/plugins/registration.py:26 +#, python-brace-format +msgid "" +"PluginTemplateExtension class {template_extension} was passed as an instance!" +msgstr "" + +#: netbox/plugins/registration.py:32 +#, python-brace-format +msgid "" +"{template_extension} is not a subclass of netbox.plugins." +"PluginTemplateExtension!" +msgstr "" + +#: netbox/plugins/registration.py:49 +#, python-brace-format +msgid "{item} must be an instance of netbox.plugins.PluginMenuItem" +msgstr "" + +#: netbox/plugins/registration.py:60 +#, python-brace-format +msgid "{menu_link} must be an instance of netbox.plugins.PluginMenuItem" +msgstr "" + +#: netbox/plugins/registration.py:65 +#, python-brace-format +msgid "{button} must be an instance of netbox.plugins.PluginMenuButton" +msgstr "" + +#: netbox/plugins/templates.py:42 +msgid "extra_context must be a dictionary" +msgstr "" + +#: netbox/preferences.py:30 +msgid "HTMX Navigation" +msgstr "" + +#: netbox/preferences.py:35 +msgid "Enable dynamic UI navigation" +msgstr "" + +#: netbox/preferences.py:37 +msgid "Experimental feature" +msgstr "" + +#: netbox/preferences.py:40 +msgid "Language" +msgstr "" + +#: netbox/preferences.py:45 +msgid "Forces UI translation to the specified language" +msgstr "" + +#: netbox/preferences.py:47 +msgid "Support for translation has been disabled locally" +msgstr "" + +#: netbox/preferences.py:53 +msgid "NetBox Copilot" +msgstr "" + +#: netbox/preferences.py:58 +msgid "Enable the NetBox Copilot AI agent" +msgstr "" + +#: netbox/preferences.py:62 +msgid "Page length" +msgstr "" + +#: netbox/preferences.py:64 +msgid "The default number of objects to display per page" +msgstr "" + +#: netbox/preferences.py:68 +msgid "Paginator placement" +msgstr "" + +#: netbox/preferences.py:70 +msgid "Bottom" +msgstr "" + +#: netbox/preferences.py:71 +msgid "Top" +msgstr "" + +#: netbox/preferences.py:72 +msgid "Both" +msgstr "" + +#: netbox/preferences.py:75 +msgid "Where the paginator controls will be displayed relative to a table" +msgstr "" + +#: netbox/preferences.py:78 +msgid "Striped table rows" +msgstr "" + +#: netbox/preferences.py:83 +msgid "Render table rows with alternating colors to increase readability" +msgstr "" + +#: netbox/preferences.py:88 +msgid "Data format" +msgstr "" + +#: netbox/preferences.py:93 +msgid "The preferred syntax for displaying generic data within the UI" +msgstr "" + +#: netbox/preferences.py:96 utilities/forms/bulk_import.py:38 +msgid "CSV delimiter" +msgstr "" + +#: netbox/preferences.py:99 +msgid "The character used to separate fields in CSV data" +msgstr "" + +#: netbox/registry.py:14 +#, python-brace-format +msgid "Invalid store: {key}" +msgstr "" + +#: netbox/registry.py:17 +msgid "Cannot add stores to registry after initialization" +msgstr "" + +#: netbox/registry.py:20 +msgid "Cannot delete stores from registry" +msgstr "" + +#: netbox/settings.py:822 +msgid "Czech" +msgstr "" + +#: netbox/settings.py:823 +msgid "Danish" +msgstr "" + +#: netbox/settings.py:824 +msgid "German" +msgstr "" + +#: netbox/settings.py:825 +msgid "English" +msgstr "" + +#: netbox/settings.py:826 +msgid "Spanish" +msgstr "" + +#: netbox/settings.py:827 +msgid "French" +msgstr "" + +#: netbox/settings.py:828 +msgid "Italian" +msgstr "" + +#: netbox/settings.py:829 +msgid "Japanese" +msgstr "" + +#: netbox/settings.py:830 +msgid "Latvian" +msgstr "" + +#: netbox/settings.py:831 +msgid "Dutch" +msgstr "" + +#: netbox/settings.py:832 +msgid "Polish" +msgstr "" + +#: netbox/settings.py:833 +msgid "Portuguese" +msgstr "" + +#: netbox/settings.py:834 +msgid "Russian" +msgstr "" + +#: netbox/settings.py:835 +msgid "Turkish" +msgstr "" + +#: netbox/settings.py:836 +msgid "Ukrainian" +msgstr "" + +#: netbox/settings.py:837 +msgid "Chinese" +msgstr "" + +#: netbox/tables/columns.py:178 +msgid "Select all" +msgstr "" + +#: netbox/tables/columns.py:191 +msgid "Toggle all" +msgstr "" + +#: netbox/tables/columns.py:311 templates/inc/table_controls_htmx.html:35 +msgid "Toggle Dropdown" +msgstr "" + +#: netbox/tables/tables.py:58 +#, python-brace-format +msgid "No {model_name} found" +msgstr "" + +#: netbox/tables/tables.py:281 templates/generic/bulk_import.html:148 +msgid "Field" +msgstr "" + +#: netbox/tables/tables.py:284 +msgid "Value" +msgstr "" + +#: netbox/tests/dummy_plugin/navigation.py:29 +msgid "Dummy Plugin" +msgstr "" + +#: netbox/views/generic/bulk_views.py:122 +#, python-brace-format +msgid "" +"There was an error rendering the selected export template ({template}): " +"{error}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:388 +msgid "Must be a list." +msgstr "" + +#: netbox/views/generic/bulk_views.py:398 +msgid "Must be a dictionary." +msgstr "" + +#: netbox/views/generic/bulk_views.py:461 +#, python-brace-format +msgid "Object with ID {id} does not exist" +msgstr "" + +#: netbox/views/generic/bulk_views.py:546 +#, python-brace-format +msgid "Bulk import {count} {object_type}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:562 +#, python-brace-format +msgid "Imported {count} {object_type}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:752 +#, python-brace-format +msgid "Bulk edit {count} {object_type}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:768 +#, python-brace-format +msgid "Updated {count} {object_type}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:801 +#: netbox/views/generic/bulk_views.py:1036 +#: netbox/views/generic/bulk_views.py:1084 +#, python-brace-format +msgid "No {object_type} were selected." +msgstr "" + +#: netbox/views/generic/bulk_views.py:894 +#, python-brace-format +msgid "Renamed {count} {object_type}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:964 +#, python-brace-format +msgid "Bulk delete {count} {object_type}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:991 +#, python-brace-format +msgid "Deleted {count} {object_type}" +msgstr "" + +#: netbox/views/generic/bulk_views.py:1008 +msgid "Deletion failed due to the presence of one or more dependent objects." +msgstr "" + +#: netbox/views/generic/feature_views.py:47 +msgid "Changelog" +msgstr "" + +#: netbox/views/generic/feature_views.py:135 +msgid "Journal" +msgstr "" + +#: netbox/views/generic/feature_views.py:254 +msgid "Unable to synchronize data: No data file set." +msgstr "" + +#: netbox/views/generic/feature_views.py:258 +#, python-brace-format +msgid "Synchronized data for {object_type} {object}." +msgstr "" + +#: netbox/views/generic/feature_views.py:283 +#, python-brace-format +msgid "Synced {count} {object_type}" +msgstr "" + +#: netbox/views/generic/object_views.py:115 +#, python-brace-format +msgid "{class_name} must implement get_children()" +msgstr "" + +#: netbox/views/misc.py:46 +msgid "" +"There was an error loading the dashboard configuration. A default dashboard " +"is in use." +msgstr "" + +#: templates/403.html:4 +msgid "Access Denied" +msgstr "" + +#: templates/403.html:9 +msgid "You do not have permission to access this page" +msgstr "" + +#: templates/404.html:4 +msgid "Page Not Found" +msgstr "" + +#: templates/404.html:9 +msgid "The requested page does not exist" +msgstr "" + +#: templates/500.html:7 templates/500.html:18 +msgid "Server Error" +msgstr "" + +#: templates/500.html:23 +msgid "There was a problem with your request. Please contact an administrator" +msgstr "" + +#: templates/500.html:28 +msgid "The complete exception is provided below" +msgstr "" + +#: templates/500.html:33 templates/core/system.html:62 +msgid "Python version" +msgstr "" + +#: templates/500.html:34 +msgid "NetBox version" +msgstr "" + +#: templates/500.html:36 +msgid "None installed" +msgstr "" + +#: templates/500.html:39 +msgid "If further assistance is required, please post to the" +msgstr "" + +#: templates/500.html:39 +msgid "NetBox discussion forum" +msgstr "" + +#: templates/500.html:39 +msgid "on GitHub" +msgstr "" + +#: templates/500.html:42 templates/base/40x.html:17 +msgid "Home Page" +msgstr "" + +#: templates/account/base.html:13 templates/account/notifications.html:7 +#: templates/inc/user_menu.html:15 +msgid "Notifications" +msgstr "" + +#: templates/account/base.html:16 templates/account/subscriptions.html:7 +#: templates/inc/user_menu.html:46 +msgid "Subscriptions" +msgstr "" + +#: templates/account/base.html:19 templates/inc/user_menu.html:49 +msgid "Preferences" +msgstr "" + +#: templates/account/password.html:5 +msgid "Change Password" +msgstr "" + +#: templates/account/password.html:19 templates/account/preferences.html:77 +#: templates/core/configrevision_restore.html:63 +#: templates/dcim/devicebay_populate.html:34 +#: templates/dcim/virtualchassis_add_member.html:26 +#: templates/dcim/virtualchassis_edit.html:110 +#: templates/extras/object_journal.html:26 templates/extras/script.html:38 +#: templates/generic/bulk_add_component.html:67 +#: templates/generic/bulk_delete.html:78 templates/generic/bulk_edit.html:115 +#: templates/generic/bulk_import.html:66 templates/generic/bulk_import.html:98 +#: templates/generic/bulk_import.html:131 templates/generic/bulk_rename.html:65 +#: templates/generic/confirmation_form.html:19 +#: templates/generic/object_edit.html:72 templates/htmx/delete_form.html:66 +#: templates/htmx/delete_form.html:68 templates/htmx/quick_add.html:21 +#: templates/ipam/ipaddress_assign.html:28 +#: templates/virtualization/cluster_add_devices.html:30 +msgid "Cancel" +msgstr "" + +#: templates/account/password.html:20 templates/account/preferences.html:78 +#: templates/dcim/devicebay_populate.html:35 +#: templates/dcim/virtualchassis_add_member.html:28 +#: templates/dcim/virtualchassis_edit.html:112 +#: templates/extras/dashboard/widget_add.html:26 +#: templates/extras/dashboard/widget_config.html:19 +#: templates/extras/object_journal.html:27 +#: templates/generic/object_edit.html:75 +#: utilities/templates/helpers/applied_filters.html:16 +#: utilities/templates/helpers/table_config_form.html:40 +msgid "Save" +msgstr "" + +#: templates/account/preferences.html:34 +msgid "Table Configurations" +msgstr "" + +#: templates/account/preferences.html:39 +msgid "Clear table preferences" +msgstr "" + +#: templates/account/preferences.html:47 +msgid "Toggle All" +msgstr "" + +#: templates/account/preferences.html:49 templates/extras/tableconfig.html:25 +msgid "Table" +msgstr "" + +#: templates/account/preferences.html:51 +msgid "Columns" +msgstr "" + +#: templates/account/preferences.html:71 templates/core/system.html:113 +#: templates/dcim/cable_trace.html:113 +#: templates/extras/object_configcontext.html:43 +msgid "None found" +msgstr "" + +#: templates/account/profile.html:4 +msgid "User Profile" +msgstr "" + +#: templates/account/profile.html:10 +msgid "Account Details" +msgstr "" + +#: templates/account/profile.html:27 templates/tenancy/contact.html:53 +#: templates/users/user.html:23 tenancy/forms/bulk_edit.py:121 +msgid "Email" +msgstr "" + +#: templates/account/profile.html:31 templates/users/user.html:27 +msgid "Account Created" +msgstr "" + +#: templates/account/profile.html:35 templates/users/user.html:31 +msgid "Last Login" +msgstr "" + +#: templates/account/profile.html:39 templates/users/user.html:43 +msgid "Superuser" +msgstr "" + +#: templates/account/profile.html:43 templates/inc/user_menu.html:31 +#: templates/users/user.html:39 +msgid "Staff" +msgstr "" + +#: templates/account/profile.html:51 templates/users/objectpermission.html:82 +#: templates/users/user.html:51 +msgid "Assigned Groups" +msgstr "" + +#: templates/account/profile.html:56 +#: templates/circuits/circuit_terminations_swap.html:18 +#: templates/circuits/circuit_terminations_swap.html:26 +#: templates/circuits/circuittermination.html:34 +#: templates/circuits/inc/circuit_termination.html:68 +#: templates/core/objectchange.html:130 templates/core/objectchange.html:148 +#: templates/dcim/devicebay.html:59 +#: templates/dcim/inc/panels/inventory_items.html:45 +#: templates/dcim/interface.html:353 templates/dcim/modulebay.html:80 +#: templates/dcim/moduletype.html:90 templates/extras/configcontext.html:46 +#: templates/extras/configtemplate.html:81 templates/extras/eventrule.html:66 +#: templates/extras/exporttemplate.html:60 +#: templates/extras/htmx/script_result.html:70 templates/extras/webhook.html:65 +#: templates/extras/webhook.html:75 templates/inc/panel_table.html:13 +#: templates/inc/panels/comments.html:10 +#: templates/inc/panels/related_objects.html:22 +#: templates/ipam/inc/panels/fhrp_groups.html:56 templates/users/group.html:34 +#: templates/users/group.html:44 templates/users/objectpermission.html:77 +#: templates/users/objectpermission.html:87 templates/users/user.html:56 +#: templates/users/user.html:66 +msgid "None" +msgstr "" + +#: templates/account/token.html:8 templates/account/token_list.html:6 +msgid "My API Tokens" +msgstr "" + +#: templates/account/token.html:11 templates/account/token.html:19 +#: templates/users/token.html:6 templates/users/token.html:14 +#: users/forms/filtersets.py:120 +msgid "Token" +msgstr "" + +#: templates/account/token.html:39 templates/users/token.html:31 +#: users/forms/bulk_edit.py:107 +msgid "Write enabled" +msgstr "" + +#: templates/account/token.html:51 templates/users/token.html:43 +msgid "Last used" +msgstr "" + +#: templates/account/token_list.html:12 +msgid "Add a Token" +msgstr "" + +#: templates/base/base.html:24 templates/home.html:27 +msgid "Home" +msgstr "" + +#: templates/base/layout.html:25 +msgid "NetBox Motif" +msgstr "" + +#: templates/base/layout.html:38 templates/base/layout.html:39 +#: templates/login.html:14 templates/login.html:15 +msgid "NetBox Logo" +msgstr "" + +#: templates/base/layout.html:60 templates/base/layout.html:61 +msgid "Get" +msgstr "" + +#: templates/base/layout.html:161 templates/base/layout.html:162 +msgid "Docs" +msgstr "" + +#: templates/base/layout.html:167 templates/base/layout.html:168 +#: templates/rest_framework/api.html:10 +msgid "REST API" +msgstr "" + +#: templates/base/layout.html:173 templates/base/layout.html:174 +msgid "REST API documentation" +msgstr "" + +#: templates/base/layout.html:180 templates/base/layout.html:181 +msgid "GraphQL API" +msgstr "" + +#: templates/base/layout.html:196 templates/base/layout.html:197 +msgid "NetBox Labs Support" +msgstr "" + +#: templates/base/layout.html:205 templates/base/layout.html:206 +msgid "Source Code" +msgstr "" + +#: templates/base/layout.html:211 templates/base/layout.html:212 +msgid "Community" +msgstr "" + +#: templates/circuits/circuit.html:57 +msgid "Install Date" +msgstr "" + +#: templates/circuits/circuit.html:61 +msgid "Termination Date" +msgstr "" + +#: templates/circuits/circuit.html:80 templates/circuits/virtualcircuit.html:73 +#: templates/ipam/inc/panels/fhrp_groups.html:15 +msgid "Assign Group" +msgstr "" + +#: templates/circuits/circuit_terminations_swap.html:4 +msgid "Swap Circuit Terminations" +msgstr "" + +#: templates/circuits/circuit_terminations_swap.html:8 +#, python-format +msgid "Swap these terminations for circuit %(circuit)s?" +msgstr "" + +#: templates/circuits/circuit_terminations_swap.html:14 +msgid "A side" +msgstr "" + +#: templates/circuits/circuit_terminations_swap.html:22 +msgid "Z side" +msgstr "" + +#: templates/circuits/circuitgroup.html:16 +msgid "Assign Circuit" +msgstr "" + +#: templates/circuits/circuitgroupassignment.html:19 +msgid "Circuit Group Assignment" +msgstr "" + +#: templates/circuits/circuittype.html:10 +msgid "Add Circuit" +msgstr "" + +#: templates/circuits/circuittype.html:19 +msgid "Circuit Type" +msgstr "" + +#: templates/circuits/inc/circuit_termination.html:18 +msgid "Swap" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:5 +msgid "Termination point" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:20 +#: templates/dcim/consoleport.html:59 templates/dcim/consoleserverport.html:59 +#: templates/dcim/powerfeed.html:114 +msgid "Marked as connected" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:22 +msgid "to" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:32 +#: templates/circuits/inc/circuit_termination_fields.html:33 +#: templates/dcim/frontport.html:80 +#: templates/dcim/inc/cable_termination.html:26 +#: templates/dcim/inc/cable_termination.html:48 +#: templates/dcim/inc/cable_termination.html:66 +#: templates/dcim/inc/connection_endpoints.html:7 +#: templates/dcim/interface.html:211 templates/dcim/rearport.html:76 +msgid "Trace" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:36 +msgid "Edit cable" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:41 +msgid "Remove cable" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:42 +#: templates/dcim/bulk_disconnect.html:5 templates/dcim/powerpanel.html:61 +msgid "Disconnect" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:49 +#: templates/dcim/consoleport.html:69 templates/dcim/consoleserverport.html:69 +#: templates/dcim/frontport.html:102 templates/dcim/interface.html:237 +#: templates/dcim/interface.html:257 templates/dcim/powerfeed.html:123 +#: templates/dcim/poweroutlet.html:85 templates/dcim/poweroutlet.html:86 +#: templates/dcim/powerport.html:73 templates/dcim/rearport.html:98 +msgid "Connect" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:65 +msgid "Downstream" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:66 +msgid "Upstream" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:75 +msgid "Cross-Connect" +msgstr "" + +#: templates/circuits/inc/circuit_termination_fields.html:79 +msgid "Patch Panel/Port" +msgstr "" + +#: templates/circuits/provider.html:11 +msgid "Add circuit" +msgstr "" + +#: templates/circuits/provideraccount.html:17 +msgid "Provider Account" +msgstr "" + +#: templates/circuits/providernetwork.html:59 +msgid "Add a Virtual Circuit" +msgstr "" + +#: templates/circuits/virtualcircuit.html:91 templates/vpn/tunnel.html:9 +msgid "Add Termination" +msgstr "" + +#: templates/circuits/virtualcircuittermination.html:23 +msgid "Virtual Circuit Termination" +msgstr "" + +#: templates/circuits/virtualcircuittype.html:10 +msgid "Add Virtual Circuit" +msgstr "" + +#: templates/circuits/virtualcircuittype.html:19 +msgid "Virtual Circuit Type" +msgstr "" + +#: templates/core/configrevision.html:35 +msgid "Configuration Data" +msgstr "" + +#: templates/core/configrevision.html:40 +msgid "Comment" +msgstr "" + +#: templates/core/configrevision_restore.html:8 +#: templates/core/configrevision_restore.html:25 +#: templates/core/configrevision_restore.html:64 +msgid "Restore" +msgstr "" + +#: templates/core/configrevision_restore.html:36 +msgid "Parameter" +msgstr "" + +#: templates/core/configrevision_restore.html:37 +msgid "Current Value" +msgstr "" + +#: templates/core/configrevision_restore.html:38 +msgid "New Value" +msgstr "" + +#: templates/core/configrevision_restore.html:50 +msgid "Changed" +msgstr "" + +#: templates/core/datafile.html:37 templates/extras/imageattachment.html:46 +msgid "bytes" +msgstr "" + +#: templates/core/datafile.html:40 +msgid "SHA256 Hash" +msgstr "" + +#: templates/core/datafile.html:49 +msgid "Content" +msgstr "" + +#: templates/core/datasource.html:54 +msgid "Last synced" +msgstr "" + +#: templates/core/datasource.html:88 +msgid "Backend" +msgstr "" + +#: templates/core/datasource.html:103 +msgid "No parameters defined" +msgstr "" + +#: templates/core/inc/config_data.html:7 +msgid "Rack elevations" +msgstr "" + +#: templates/core/inc/config_data.html:10 +msgid "Default unit height" +msgstr "" + +#: templates/core/inc/config_data.html:14 +msgid "Default unit width" +msgstr "" + +#: templates/core/inc/config_data.html:20 +msgid "Power feeds" +msgstr "" + +#: templates/core/inc/config_data.html:23 +msgid "Default voltage" +msgstr "" + +#: templates/core/inc/config_data.html:27 +msgid "Default amperage" +msgstr "" + +#: templates/core/inc/config_data.html:31 +msgid "Default max utilization" +msgstr "" + +#: templates/core/inc/config_data.html:40 +msgid "Enforce global unique" +msgstr "" + +#: templates/core/inc/config_data.html:83 +msgid "Paginate count" +msgstr "" + +#: templates/core/inc/config_data.html:87 +msgid "Max page size" +msgstr "" + +#: templates/core/inc/config_data.html:114 +msgid "User preferences" +msgstr "" + +#: templates/core/inc/config_data.html:145 +msgid "Job retention" +msgstr "" + +#: templates/core/inc/datafile_panel.html:23 +#: templates/extras/configtemplate.html:53 +msgid "The data file associated with this object has been deleted" +msgstr "" + +#: templates/core/inc/datafile_panel.html:32 +#: templates/extras/configtemplate.html:62 +msgid "Data Synced" +msgstr "" + +#: templates/core/job.html:8 templates/core/rq_task.html:12 +#: templates/core/rq_task.html:49 templates/core/rq_task.html:58 +msgid "Job" +msgstr "" + +#: templates/core/job.html:31 templates/extras/journalentry.html:26 +msgid "Created By" +msgstr "" + +#: templates/core/job.html:39 +msgid "Scheduling" +msgstr "" + +#: templates/core/job.html:50 +#, python-format +msgid "every %(interval)s minutes" +msgstr "" + +#: templates/core/objectchange.html:29 templates/users/objectpermission.html:42 +msgid "Change" +msgstr "" + +#: templates/core/objectchange.html:85 +msgid "Difference" +msgstr "" + +#: templates/core/objectchange.html:88 +msgid "Previous" +msgstr "" + +#: templates/core/objectchange.html:91 +msgid "Next" +msgstr "" + +#: templates/core/objectchange.html:99 +msgid "Object Created" +msgstr "" + +#: templates/core/objectchange.html:101 +msgid "Object Deleted" +msgstr "" + +#: templates/core/objectchange.html:103 +msgid "No Changes" +msgstr "" + +#: templates/core/objectchange.html:117 +msgid "Pre-Change Data" +msgstr "" + +#: templates/core/objectchange.html:128 +msgid "Warning: Comparing non-atomic change to previous change record" +msgstr "" + +#: templates/core/objectchange.html:137 +msgid "Post-Change Data" +msgstr "" + +#: templates/core/objectchange.html:168 +#, python-format +msgid "See All %(count)s Changes" +msgstr "" + +#: templates/core/objectchange_list.html:9 +#: templates/extras/object_changelog.html:15 +msgid "Change log retention" +msgstr "" + +#: templates/core/objectchange_list.html:9 +#: templates/extras/object_changelog.html:15 +msgid "days" +msgstr "" + +#: templates/core/objectchange_list.html:9 +#: templates/extras/object_changelog.html:15 +msgid "Indefinite" +msgstr "" + +#: templates/core/plugin.html:22 +msgid "Not installed" +msgstr "" + +#: templates/core/plugin.html:33 +msgid "Overview" +msgstr "" + +#: templates/core/plugin.html:39 +msgid "Install" +msgstr "" + +#: templates/core/plugin.html:51 +msgid "Plugin Details" +msgstr "" + +#: templates/core/plugin.html:58 +msgid "Summary" +msgstr "" + +#: templates/core/plugin.html:76 +msgid "License" +msgstr "" + +#: templates/core/plugin.html:96 +msgid "Version History" +msgstr "" + +#: templates/core/plugin.html:107 +msgid "Local Installation Instructions" +msgstr "" + +#: templates/core/rq_queue_list.html:5 templates/core/rq_queue_list.html:13 +#: templates/core/rq_task_list.html:14 templates/core/rq_worker.html:7 +msgid "Background Queues" +msgstr "" + +#: templates/core/rq_queue_list.html:24 templates/core/rq_queue_list.html:25 +#: templates/core/rq_worker_list.html:49 templates/core/rq_worker_list.html:50 +#: templates/extras/script_result.html:67 +#: templates/extras/script_result.html:69 +#: templates/inc/table_controls_htmx.html:30 +#: templates/inc/table_controls_htmx.html:31 +msgid "Configure Table" +msgstr "" + +#: templates/core/rq_task.html:29 +msgid "Stop" +msgstr "" + +#: templates/core/rq_task.html:34 +msgid "Requeue" +msgstr "" + +#: templates/core/rq_task.html:39 +msgid "Enqueue" +msgstr "" + +#: templates/core/rq_task.html:61 +msgid "Queue" +msgstr "" + +#: templates/core/rq_task.html:65 +msgid "Timeout" +msgstr "" + +#: templates/core/rq_task.html:69 +msgid "Result TTL" +msgstr "" + +#: templates/core/rq_task.html:89 +msgid "Meta" +msgstr "" + +#: templates/core/rq_task.html:93 +msgid "Arguments" +msgstr "" + +#: templates/core/rq_task.html:97 +msgid "Keyword Arguments" +msgstr "" + +#: templates/core/rq_task.html:103 +msgid "Depends on" +msgstr "" + +#: templates/core/rq_task.html:109 +msgid "Exception" +msgstr "" + +#: templates/core/rq_task_list.html:28 +msgid "tasks in " +msgstr "" + +#: templates/core/rq_task_list.html:33 +msgid "Queued Jobs" +msgstr "" + +#: templates/core/rq_task_list.html:64 templates/extras/script_result.html:86 +#, python-format +msgid "" +"Select all %(count)s %(object_type_plural)s matching query" +msgstr "" + +#: templates/core/rq_worker.html:10 +msgid "Worker Info" +msgstr "" + +#: templates/core/rq_worker.html:31 templates/core/rq_worker.html:40 +msgid "Worker" +msgstr "" + +#: templates/core/rq_worker.html:55 +msgid "Queues" +msgstr "" + +#: templates/core/rq_worker.html:63 +msgid "Current Job" +msgstr "" + +#: templates/core/rq_worker.html:67 +msgid "Successful job count" +msgstr "" + +#: templates/core/rq_worker.html:71 +msgid "Failed job count" +msgstr "" + +#: templates/core/rq_worker.html:75 +msgid "Total working time" +msgstr "" + +#: templates/core/rq_worker.html:76 +msgid "seconds" +msgstr "" + +#: templates/core/rq_worker_list.html:13 templates/core/rq_worker_list.html:21 +msgid "Background Workers" +msgstr "" + +#: templates/core/rq_worker_list.html:29 +#, python-format +msgid "Workers in %(queue_name)s" +msgstr "" + +#: templates/core/system.html:11 +msgid "Export All" +msgstr "" + +#: templates/core/system.html:24 templates/extras/object_render_config.html:6 +msgid "Config" +msgstr "" + +#: templates/core/system.html:46 +msgid "System Status" +msgstr "" + +#: templates/core/system.html:49 +msgid "System hostname" +msgstr "" + +#: templates/core/system.html:53 +msgid "NetBox release" +msgstr "" + +#: templates/core/system.html:66 +msgid "Django version" +msgstr "" + +#: templates/core/system.html:70 +msgid "PostgreSQL version" +msgstr "" + +#: templates/core/system.html:74 +msgid "Database name" +msgstr "" + +#: templates/core/system.html:78 +msgid "Database size" +msgstr "" + +#: templates/core/system.html:83 +msgid "Unavailable" +msgstr "" + +#: templates/core/system.html:88 +msgid "RQ workers" +msgstr "" + +#: templates/core/system.html:91 +msgid "default queue" +msgstr "" + +#: templates/core/system.html:95 +msgid "System time" +msgstr "" + +#: templates/core/system.html:101 +msgid "Django Apps" +msgstr "" + +#: templates/core/system.html:126 +msgid "Current Configuration" +msgstr "" + +#: templates/core/system.html:138 +msgid "Installed Plugins" +msgstr "" + +#: templates/core/system.html:150 +msgid "No plugins are installed." +msgstr "" + +#: templates/dcim/bulk_disconnect.html:9 +#, python-format +msgid "" +"Are you sure you want to disconnect these %(count)s %(obj_type_plural)s?" +msgstr "" + +#: templates/dcim/cable_trace.html:10 +#, python-format +msgid "Cable Trace for %(object_type)s %(object)s" +msgstr "" + +#: templates/dcim/cable_trace.html:24 templates/dcim/inc/rack_elevation.html:18 +msgid "Download SVG" +msgstr "" + +#: templates/dcim/cable_trace.html:30 +msgid "Asymmetric Path" +msgstr "" + +#: templates/dcim/cable_trace.html:31 +msgid "The nodes below have no links and result in an asymmetric path" +msgstr "" + +#: templates/dcim/cable_trace.html:38 +msgid "Path split" +msgstr "" + +#: templates/dcim/cable_trace.html:39 +msgid "Select a node below to continue" +msgstr "" + +#: templates/dcim/cable_trace.html:55 +msgid "Trace Completed" +msgstr "" + +#: templates/dcim/cable_trace.html:58 +msgid "Total segments" +msgstr "" + +#: templates/dcim/cable_trace.html:62 +msgid "Total length" +msgstr "" + +#: templates/dcim/cable_trace.html:77 +msgid "No paths found" +msgstr "" + +#: templates/dcim/cable_trace.html:85 +msgid "Related Paths" +msgstr "" + +#: templates/dcim/cable_trace.html:89 +msgid "Origin" +msgstr "" + +#: templates/dcim/cable_trace.html:90 +msgid "Destination" +msgstr "" + +#: templates/dcim/cable_trace.html:91 +msgid "Segments" +msgstr "" + +#: templates/dcim/cable_trace.html:104 +msgid "Incomplete" +msgstr "" + +#: templates/dcim/consoleport.html:65 templates/dcim/consoleserverport.html:65 +#: templates/dcim/frontport.html:98 templates/dcim/interface.html:233 +#: templates/dcim/poweroutlet.html:83 templates/dcim/powerport.html:69 +msgid "Not Connected" +msgstr "" + +#: templates/dcim/device.html:40 +msgid "Highlight device in rack" +msgstr "" + +#: templates/dcim/device.html:61 +msgid "Not racked" +msgstr "" + +#: templates/dcim/device.html:68 templates/dcim/site.html:94 +msgid "GPS Coordinates" +msgstr "" + +#: templates/dcim/device.html:74 templates/dcim/site.html:81 +#: templates/dcim/site.html:100 +msgid "Map" +msgstr "" + +#: templates/dcim/device.html:114 templates/dcim/inventoryitem.html:60 +#: templates/dcim/module.html:81 templates/dcim/modulebay.html:74 +#: templates/dcim/rack.html:61 +msgid "Asset Tag" +msgstr "" + +#: templates/dcim/device.html:129 +msgid "View Virtual Chassis" +msgstr "" + +#: templates/dcim/device.html:170 +msgid "Create VDC" +msgstr "" + +#: templates/dcim/device.html:181 templates/dcim/device_edit.html:66 +#: virtualization/forms/model_forms.py:230 +msgid "Management" +msgstr "" + +#: templates/dcim/device.html:201 templates/dcim/device.html:217 +#: templates/dcim/device.html:233 +#: templates/virtualization/virtualmachine.html:57 +#: templates/virtualization/virtualmachine.html:73 +msgid "NAT for" +msgstr "" + +#: templates/dcim/device.html:203 templates/dcim/device.html:219 +#: templates/dcim/device.html:235 +#: templates/virtualization/virtualmachine.html:59 +#: templates/virtualization/virtualmachine.html:75 +msgid "NAT" +msgstr "" + +#: templates/dcim/device.html:258 templates/dcim/rack.html:73 +msgid "Power Utilization" +msgstr "" + +#: templates/dcim/device.html:262 +msgid "Input" +msgstr "" + +#: templates/dcim/device.html:263 +msgid "Outlets" +msgstr "" + +#: templates/dcim/device.html:264 +msgid "Allocated" +msgstr "" + +#: templates/dcim/device.html:274 templates/dcim/device.html:276 +#: templates/dcim/device.html:292 templates/dcim/powerfeed.html:67 +msgid "VA" +msgstr "" + +#: templates/dcim/device.html:286 +msgctxt "Leg of a power feed" +msgid "Leg" +msgstr "" + +#: templates/dcim/device.html:312 +#: templates/virtualization/virtualmachine.html:160 +msgid "Add an application service" +msgstr "" + +#: templates/dcim/device/inc/interface_table_controls.html:9 +msgid "Hide Enabled" +msgstr "" + +#: templates/dcim/device/inc/interface_table_controls.html:10 +msgid "Hide Disabled" +msgstr "" + +#: templates/dcim/device/inc/interface_table_controls.html:11 +msgid "Hide Virtual" +msgstr "" + +#: templates/dcim/device/inc/interface_table_controls.html:12 +msgid "Hide Disconnected" +msgstr "" + +#: templates/dcim/device_edit.html:46 +msgid "Parent Bay" +msgstr "" + +#: templates/dcim/device_edit.html:50 +#: utilities/templates/form_helpers/render_field.html:22 +msgid "Regenerate Slug" +msgstr "" + +#: templates/dcim/device_edit.html:51 templates/extras/tableconfig_edit.html:32 +#: utilities/templates/helpers/table_config_form.html:23 +#: utilities/templates/widgets/splitmultiselect.html:14 +msgid "Remove" +msgstr "" + +#: templates/dcim/device_edit.html:112 +msgid "Local Config Context Data" +msgstr "" + +#: templates/dcim/devicebay.html:17 +msgid "Device Bay" +msgstr "" + +#: templates/dcim/devicebay.html:43 +msgid "Installed Device" +msgstr "" + +#: templates/dcim/devicebay_depopulate.html:6 +#, python-format +msgid "Remove %(device)s from %(device_bay)s?" +msgstr "" + +#: templates/dcim/devicebay_depopulate.html:13 +#, python-format +msgid "" +"Are you sure you want to remove %(device)s from " +"%(device_bay)s?" +msgstr "" + +#: templates/dcim/devicebay_populate.html:13 +msgid "Populate" +msgstr "" + +#: templates/dcim/devicebay_populate.html:22 +msgid "Bay" +msgstr "" + +#: templates/dcim/devicerole.html:14 templates/dcim/platform.html:17 +msgid "Add Device" +msgstr "" + +#: templates/dcim/devicerole.html:44 +msgid "VM Role" +msgstr "" + +#: templates/dcim/devicerole.html:67 +msgid "Child Device Roles" +msgstr "" + +#: templates/dcim/devicerole.html:71 +msgid "Add a Device Role" +msgstr "" + +#: templates/dcim/devicetype.html:18 templates/dcim/moduletype.html:35 +msgid "Model Name" +msgstr "" + +#: templates/dcim/devicetype.html:25 templates/dcim/moduletype.html:39 +msgid "Part Number" +msgstr "" + +#: templates/dcim/devicetype.html:41 +msgid "Exclude From Utilization" +msgstr "" + +#: templates/dcim/devicetype.html:59 +msgid "Parent/Child" +msgstr "" + +#: templates/dcim/devicetype.html:71 +msgid "Front Image" +msgstr "" + +#: templates/dcim/devicetype.html:83 +msgid "Rear Image" +msgstr "" + +#: templates/dcim/frontport.html:54 +msgid "Rear Port Position" +msgstr "" + +#: templates/dcim/frontport.html:72 templates/dcim/interface.html:201 +#: templates/dcim/poweroutlet.html:77 templates/dcim/powerport.html:63 +#: templates/dcim/rearport.html:68 +msgid "Marked as Connected" +msgstr "" + +#: templates/dcim/frontport.html:86 templates/dcim/rearport.html:82 +msgid "Connection Status" +msgstr "" + +#: templates/dcim/htmx/cable_edit.html:13 +msgid "A Side" +msgstr "" + +#: templates/dcim/htmx/cable_edit.html:33 +msgid "B Side" +msgstr "" + +#: templates/dcim/inc/cable_termination.html:76 +msgid "No termination" +msgstr "" + +#: templates/dcim/inc/cable_toggle_buttons.html:3 +msgid "Mark Planned" +msgstr "" + +#: templates/dcim/inc/cable_toggle_buttons.html:6 +msgid "Mark Installed" +msgstr "" + +#: templates/dcim/inc/connection_endpoints.html:13 +msgid "Path Status" +msgstr "" + +#: templates/dcim/inc/connection_endpoints.html:18 +msgid "Not Reachable" +msgstr "" + +#: templates/dcim/inc/connection_endpoints.html:23 +msgid "Path Endpoints" +msgstr "" + +#: templates/dcim/inc/endpoint_connection.html:8 +#: templates/dcim/powerfeed.html:120 templates/dcim/rearport.html:94 +msgid "Not connected" +msgstr "" + +#: templates/dcim/inc/interface_vlans_table.html:6 +msgid "Untagged" +msgstr "" + +#: templates/dcim/inc/interface_vlans_table.html:37 +msgid "No VLANs Assigned" +msgstr "" + +#: templates/dcim/inc/interface_vlans_table.html:44 +#: templates/ipam/prefix_list.html:16 templates/ipam/prefix_list.html:33 +msgid "Clear" +msgstr "" + +#: templates/dcim/inc/interface_vlans_table.html:47 +msgid "Clear All" +msgstr "" + +#: templates/dcim/inc/panels/inventory_items.html:10 +msgid "Add Inventory Item" +msgstr "" + +#: templates/dcim/inc/panels/racktype_dimensions.html:48 +msgid "Mounting Depth" +msgstr "" + +#: templates/dcim/inc/panels/racktype_numbering.html:6 +msgid "Starting Unit" +msgstr "" + +#: templates/dcim/inc/panels/racktype_numbering.html:10 +msgid "Descending Units" +msgstr "" + +#: templates/dcim/inc/rack_elevation.html:7 +msgid "Rack elevation" +msgstr "" + +#: templates/dcim/inc/rack_elevation.html:11 +msgid "Loading..." +msgstr "" + +#: templates/dcim/interface.html:17 +msgid "Add Child Interface" +msgstr "" + +#: templates/dcim/interface.html:50 +msgid "Speed/Duplex" +msgstr "" + +#: templates/dcim/interface.html:73 +msgid "PoE Mode" +msgstr "" + +#: templates/dcim/interface.html:77 +msgid "PoE Type" +msgstr "" + +#: templates/dcim/interface.html:156 +#: templates/virtualization/vminterface.html:94 +msgid "VLAN Translation" +msgstr "" + +#: templates/dcim/interface.html:208 +msgid "Wireless Link" +msgstr "" + +#: templates/dcim/interface.html:287 +#: templates/wireless/inc/wirelesslink_interface.html:26 +msgid "Channel" +msgstr "" + +#: templates/dcim/interface.html:296 +#: templates/wireless/inc/wirelesslink_interface.html:32 +msgid "Channel Frequency" +msgstr "" + +#: templates/dcim/interface.html:299 templates/dcim/interface.html:307 +#: templates/dcim/interface.html:318 templates/dcim/interface.html:326 +msgid "MHz" +msgstr "" + +#: templates/dcim/interface.html:315 +#: templates/wireless/inc/wirelesslink_interface.html:42 +msgid "Channel Width" +msgstr "" + +#: templates/dcim/interface.html:342 templates/wireless/wirelesslan.html:14 +#: templates/wireless/wirelesslink.html:21 wireless/forms/bulk_edit.py:63 +#: wireless/forms/bulk_edit.py:106 wireless/forms/filtersets.py:43 +#: wireless/forms/filtersets.py:108 wireless/models.py:82 +#: wireless/models.py:145 wireless/tables/wirelesslan.py:48 +msgid "SSID" +msgstr "" + +#: templates/dcim/interface.html:362 +msgid "LAG Members" +msgstr "" + +#: templates/dcim/interface.html:380 +msgid "No member interfaces" +msgstr "" + +#: templates/dcim/interface.html:400 templates/ipam/fhrpgroup.html:74 +#: templates/ipam/iprange/ip_addresses.html:7 +#: templates/ipam/prefix/ip_addresses.html:7 +#: templates/virtualization/vminterface.html:111 +msgid "Add IP Address" +msgstr "" + +#: templates/dcim/interface.html:417 +#: templates/virtualization/vminterface.html:129 +msgid "Add MAC Address" +msgstr "" + +#: templates/dcim/inventoryitem.html:24 +msgid "Parent Item" +msgstr "" + +#: templates/dcim/inventoryitem.html:52 +msgid "Part ID" +msgstr "" + +#: templates/dcim/location.html:17 +msgid "Add Child Location" +msgstr "" + +#: templates/dcim/location.html:78 +msgid "Child Locations" +msgstr "" + +#: templates/dcim/location.html:82 templates/dcim/site.html:131 +msgid "Add a Location" +msgstr "" + +#: templates/dcim/location.html:95 templates/dcim/site.html:144 +msgid "Add a Device" +msgstr "" + +#: templates/dcim/macaddress.html:36 +msgid "Primary for interface" +msgstr "" + +#: templates/dcim/manufacturer.html:16 +msgid "Add Device Type" +msgstr "" + +#: templates/dcim/manufacturer.html:21 templates/dcim/moduletypeprofile.html:49 +msgid "Add Module Type" +msgstr "" + +#: templates/dcim/moduletype.html:71 +msgid "No profile assigned" +msgstr "" + +#: templates/dcim/moduletypeprofile.html:13 +msgid "Module Type Profile" +msgstr "" + +#: templates/dcim/platform.html:64 +msgid "Child Platforms" +msgstr "" + +#: templates/dcim/platform.html:68 +msgid "Add a Platform" +msgstr "" + +#: templates/dcim/powerfeed.html:53 +msgid "Connected Device" +msgstr "" + +#: templates/dcim/powerfeed.html:63 +msgid "Utilization (Allocated" +msgstr "" + +#: templates/dcim/powerfeed.html:80 +msgid "Electrical Characteristics" +msgstr "" + +#: templates/dcim/powerfeed.html:88 +msgctxt "Abbreviation for volts" +msgid "V" +msgstr "" + +#: templates/dcim/powerfeed.html:92 +msgctxt "Abbreviation for amperes" +msgid "A" +msgstr "" + +#: templates/dcim/poweroutlet.html:62 +msgid "Feed Leg" +msgstr "" + +#: templates/dcim/powerpanel.html:72 +msgid "Add Power Feeds" +msgstr "" + +#: templates/dcim/powerport.html:44 +msgid "Maximum Draw" +msgstr "" + +#: templates/dcim/powerport.html:48 +msgid "Allocated Draw" +msgstr "" + +#: templates/dcim/rack.html:69 +msgid "Space Utilization" +msgstr "" + +#: templates/dcim/rack.html:84 templates/dcim/racktype.html:40 +msgid "Rack Weight" +msgstr "" + +#: templates/dcim/rack.html:94 templates/dcim/racktype.html:50 +msgid "Maximum Weight" +msgstr "" + +#: templates/dcim/rack.html:104 +msgid "Total Weight" +msgstr "" + +#: templates/dcim/rack.html:125 templates/dcim/rack_elevation_list.html:15 +msgid "Images and Labels" +msgstr "" + +#: templates/dcim/rack.html:126 templates/dcim/rack_elevation_list.html:16 +msgid "Images only" +msgstr "" + +#: templates/dcim/rack.html:127 templates/dcim/rack_elevation_list.html:17 +msgid "Labels only" +msgstr "" + +#: templates/dcim/rack/reservations.html:8 +msgid "Add reservation" +msgstr "" + +#: templates/dcim/rack_elevation_list.html:12 +msgid "View List" +msgstr "" + +#: templates/dcim/rack_elevation_list.html:14 +msgid "Select rack view" +msgstr "" + +#: templates/dcim/rack_elevation_list.html:25 +msgid "Sort By" +msgstr "" + +#: templates/dcim/rack_elevation_list.html:74 +msgid "No Racks Found" +msgstr "" + +#: templates/dcim/rack_list.html:8 +msgid "View Elevations" +msgstr "" + +#: templates/dcim/rackreservation.html:42 +msgid "Reservation Details" +msgstr "" + +#: templates/dcim/rackrole.html:10 +msgid "Add Rack" +msgstr "" + +#: templates/dcim/rearport.html:50 +msgid "Positions" +msgstr "" + +#: templates/dcim/region.html:17 templates/dcim/sitegroup.html:17 +msgid "Add Site" +msgstr "" + +#: templates/dcim/region.html:56 +msgid "Child Regions" +msgstr "" + +#: templates/dcim/region.html:60 +msgid "Add Region" +msgstr "" + +#: templates/dcim/site.html:64 +msgid "Time Zone" +msgstr "" + +#: templates/dcim/site.html:67 +msgid "UTC" +msgstr "" + +#: templates/dcim/site.html:68 +msgid "Site time" +msgstr "" + +#: templates/dcim/site.html:75 +msgid "Physical Address" +msgstr "" + +#: templates/dcim/site.html:90 +msgid "Shipping Address" +msgstr "" + +#: templates/dcim/sitegroup.html:56 templates/tenancy/contactgroup.html:47 +#: templates/tenancy/tenantgroup.html:56 +#: templates/wireless/wirelesslangroup.html:56 +msgid "Child Groups" +msgstr "" + +#: templates/dcim/sitegroup.html:60 +msgid "Add Site Group" +msgstr "" + +#: templates/dcim/trace/attachment.html:5 +#: templates/extras/configtemplate.html:33 +#: templates/extras/exporttemplate.html:35 +msgid "Attachment" +msgstr "" + +#: templates/dcim/virtualchassis.html:47 +msgid "Add Member" +msgstr "" + +#: templates/dcim/virtualchassis_add_member.html:10 +#, python-format +msgid "Add New Member to Virtual Chassis %(virtual_chassis)s" +msgstr "" + +#: templates/dcim/virtualchassis_add_member.html:19 +msgid "Add New Member" +msgstr "" + +#: templates/dcim/virtualchassis_add_member.html:27 +#: templates/generic/object_edit.html:78 +#: templates/users/objectpermission.html:31 users/forms/filtersets.py:67 +#: users/forms/model_forms.py:358 +msgid "Actions" +msgstr "" + +#: templates/dcim/virtualchassis_add_member.html:29 +msgid "Save & Add Another" +msgstr "" + +#: templates/dcim/virtualchassis_edit.html:7 +#, python-format +msgid "Editing Virtual Chassis %(name)s" +msgstr "" + +#: templates/dcim/virtualchassis_edit.html:57 +msgid "Rack/Unit" +msgstr "" + +#: templates/dcim/virtualchassis_edit.html:114 +#: templates/generic/bulk_add_component.html:68 +#: templates/generic/object_edit.html:47 templates/generic/object_edit.html:80 +#: templates/htmx/quick_add.html:24 +#: templates/ipam/inc/ipaddress_edit_header.html:7 +msgid "Create" +msgstr "" + +#: templates/dcim/virtualchassis_remove_member.html:5 +msgid "Remove Virtual Chassis Member" +msgstr "" + +#: templates/dcim/virtualchassis_remove_member.html:9 +#, python-format +msgid "" +"Are you sure you want to remove %(device)s from virtual " +"chassis %(name)s?" +msgstr "" + +#: templates/dcim/virtualdevicecontext.html:26 templates/vpn/l2vpn.html:18 +msgid "Identifier" +msgstr "" + +#: templates/exceptions/import_error.html:6 +msgid "" +"A module import error occurred during this request. Common causes include " +"the following:" +msgstr "" + +#: templates/exceptions/import_error.html:10 +msgid "Missing required packages" +msgstr "" + +#: templates/exceptions/import_error.html:11 +#, python-format +msgid "" +"This installation of NetBox might be missing one or more required Python " +"packages. These packages are listed in %(req_file)s and " +"%(local_req_file)s, and are normally installed as part of the " +"installation or upgrade process. To verify installed packages, run " +"%(pip_cmd)s from the console and compare the output to the list " +"of required packages." +msgstr "" + +#: templates/exceptions/import_error.html:20 +msgid "WSGI service not restarted after upgrade" +msgstr "" + +#: templates/exceptions/import_error.html:21 +msgid "" +"If this installation has recently been upgraded, check that the WSGI service " +"(e.g. gunicorn or uWSGI) has been restarted. This ensures that the new code " +"is running." +msgstr "" + +#: templates/exceptions/permission_error.html:6 +msgid "" +"A file permission error was detected while processing this request. Common " +"causes include the following:" +msgstr "" + +#: templates/exceptions/permission_error.html:10 +msgid "Insufficient write permission to the media root" +msgstr "" + +#: templates/exceptions/permission_error.html:11 +#, python-format +msgid "" +"The configured media root is %(media_root)s. Ensure that the " +"user NetBox runs as has access to write files to all locations within this " +"path." +msgstr "" + +#: templates/exceptions/programming_error.html:6 +msgid "" +"A database programming error was detected while processing this request. " +"Common causes include the following:" +msgstr "" + +#: templates/exceptions/programming_error.html:10 +msgid "Database migrations missing" +msgstr "" + +#: templates/exceptions/programming_error.html:11 +#, python-format +msgid "" +"When upgrading to a new NetBox release, the upgrade script must be run to " +"apply any new database migrations. You can run migrations manually by " +"executing %(command)s from the command line." +msgstr "" + +#: templates/exceptions/programming_error.html:18 +msgid "Unsupported PostgreSQL version" +msgstr "" + +#: templates/exceptions/programming_error.html:19 +#, python-format +msgid "" +"Ensure that PostgreSQL version 14 or later is in use. You can check this by " +"connecting to the database using NetBox's credentials and issuing a query " +"for %(sql_query)s." +msgstr "" + +#: templates/extras/configcontextprofile.html:30 +msgid "JSON Schema" +msgstr "" + +#: templates/extras/configtemplate.html:76 +#: templates/extras/exporttemplate.html:55 +msgid "Environment Parameters" +msgstr "" + +#: templates/extras/configtemplate.html:91 +#: templates/extras/exporttemplate.html:70 +msgid "Template" +msgstr "" + +#: templates/extras/customfield.html:30 templates/extras/customlink.html:21 +msgid "Group Name" +msgstr "" + +#: templates/extras/customfield.html:42 +msgid "Must be Unique" +msgstr "" + +#: templates/extras/customfield.html:46 +msgid "Cloneable" +msgstr "" + +#: templates/extras/customfield.html:56 +msgid "Default Value" +msgstr "" + +#: templates/extras/customfield.html:73 +msgid "Search Weight" +msgstr "" + +#: templates/extras/customfield.html:83 +msgid "Filter Logic" +msgstr "" + +#: templates/extras/customfield.html:87 +msgid "Display Weight" +msgstr "" + +#: templates/extras/customfield.html:91 +msgid "UI Visible" +msgstr "" + +#: templates/extras/customfield.html:95 +msgid "UI Editable" +msgstr "" + +#: templates/extras/customfield.html:115 +msgid "Validation Rules" +msgstr "" + +#: templates/extras/customfield.html:126 +msgid "Regular Expression" +msgstr "" + +#: templates/extras/customlink.html:29 +msgid "Button Class" +msgstr "" + +#: templates/extras/customlink.html:39 templates/extras/exporttemplate.html:45 +#: templates/extras/savedfilter.html:39 +msgid "Assigned Models" +msgstr "" + +#: templates/extras/customlink.html:52 +msgid "Link Text" +msgstr "" + +#: templates/extras/customlink.html:58 +msgid "Link URL" +msgstr "" + +#: templates/extras/dashboard/reset.html:4 templates/home.html:66 +msgid "Reset Dashboard" +msgstr "" + +#: templates/extras/dashboard/reset.html:8 +msgid "" +"This will remove all configured widgets and restore the " +"default dashboard configuration." +msgstr "" + +#: templates/extras/dashboard/reset.html:13 +msgid "" +"This change affects only your dashboard, and will not impact other " +"users." +msgstr "" + +#: templates/extras/dashboard/widget.html:21 +msgid "widget configuration" +msgstr "" + +#: templates/extras/dashboard/widget.html:36 +msgid "Close widget" +msgstr "" + +#: templates/extras/dashboard/widget_add.html:7 +msgid "Add a Widget" +msgstr "" + +#: templates/extras/dashboard/widgets/bookmarks.html:14 +msgid "No bookmarks have been added yet." +msgstr "" + +#: templates/extras/dashboard/widgets/objectcounts.html:10 +msgid "No permission" +msgstr "" + +#: templates/extras/dashboard/widgets/objectlist.html:6 +msgid "No permission to view this content" +msgstr "" + +#: templates/extras/dashboard/widgets/objectlist.html:10 +msgid "Unable to load content. Could not resolve list URL for:" +msgstr "" + +#: templates/extras/dashboard/widgets/rssfeed.html:12 +msgid "No content found" +msgstr "" + +#: templates/extras/dashboard/widgets/rssfeed.html:17 +msgid "" +"This RSS feed requires an external connection. Check the ISOLATED_DEPLOYMENT " +"setting." +msgstr "" + +#: templates/extras/dashboard/widgets/rssfeed.html:22 +msgid "There was a problem fetching the RSS feed" +msgstr "" + +#: templates/extras/dashboard/widgets/rssfeed.html:25 +msgid "HTTP" +msgstr "" + +#: templates/extras/eventrule.html:61 +msgid "Conditions" +msgstr "" + +#: templates/extras/htmx/script_result.html:10 +msgid "Scheduled for" +msgstr "" + +#: templates/extras/htmx/script_result.html:15 +msgid "Duration" +msgstr "" + +#: templates/extras/htmx/script_result.html:23 +msgid "Test Summary" +msgstr "" + +#: templates/extras/htmx/script_result.html:57 +msgid "Output" +msgstr "" + +#: templates/extras/htmx/script_result.html:61 +#: templates/extras/object_render_config.html:59 +msgid "Download" +msgstr "" + +#: templates/extras/imageattachment.html:10 +msgid "Image Attachment" +msgstr "" + +#: templates/extras/imageattachment.html:13 +msgid "Parent Object" +msgstr "" + +#: templates/extras/inc/result_pending.html:4 +msgid "Loading" +msgstr "" + +#: templates/extras/inc/result_pending.html:6 +msgid "Results pending" +msgstr "" + +#: templates/extras/inc/script_list_content.html:34 +msgid "Last Run" +msgstr "" + +#: templates/extras/inc/script_list_content.html:49 +msgid "Script is no longer present in the source file" +msgstr "" + +#: templates/extras/inc/script_list_content.html:62 +msgid "Never" +msgstr "" + +#: templates/extras/inc/script_list_content.html:75 +msgid "Run Again" +msgstr "" + +#: templates/extras/inc/script_list_content.html:77 +#: templates/extras/script.html:41 templates/extras/script.html:45 +msgid "Run Script" +msgstr "" + +#: templates/extras/inc/script_list_content.html:123 +#, python-format +msgid "Could not load scripts from module %(module)s" +msgstr "" + +#: templates/extras/inc/script_list_content.html:131 +msgid "No Scripts Found" +msgstr "" + +#: templates/extras/inc/script_list_content.html:134 +#, python-format +msgid "" +"Get started by creating a script from " +"an uploaded file or data source." +msgstr "" + +#: templates/extras/journalentry.html:15 +msgid "Journal Entry" +msgstr "" + +#: templates/extras/notificationgroup.html:11 +msgid "Notification Group" +msgstr "" + +#: templates/extras/notificationgroup.html:36 +#: templates/extras/notificationgroup.html:46 +#: utilities/templates/widgets/clearable_file_input.html:12 +msgid "None assigned" +msgstr "" + +#: templates/extras/object_configcontext.html:19 +msgid "The local config context overwrites all source contexts" +msgstr "" + +#: templates/extras/object_configcontext.html:25 +msgid "Source Contexts" +msgstr "" + +#: templates/extras/object_imageattachments.html:10 +msgid "Attach an Image" +msgstr "" + +#: templates/extras/object_imageattachments.html:35 +msgid "Thumbnail cannot be generated" +msgstr "" + +#: templates/extras/object_imageattachments.html:36 +msgid "Click to view original" +msgstr "" + +#: templates/extras/object_imageattachments.html:49 +#, python-format +msgid "" +"\n" +" No images have been attached to this %(object_type)s.\n" +" " +msgstr "" + +#: templates/extras/object_journal.html:17 +msgid "New Journal Entry" +msgstr "" + +#: templates/extras/object_render_config.html:36 +msgid "Context Data" +msgstr "" + +#: templates/extras/object_render_config.html:56 +msgid "Rendered Config" +msgstr "" + +#: templates/extras/object_render_config.html:68 +msgid "Error rendering template" +msgstr "" + +#: templates/extras/object_render_config.html:73 +msgid "Template output is empty" +msgstr "" + +#: templates/extras/object_render_config.html:78 +msgid "No configuration template has been assigned." +msgstr "" + +#: templates/extras/report/base.html:30 +msgid "Report" +msgstr "" + +#: templates/extras/script.html:14 +msgid "You do not have permission to run scripts" +msgstr "" + +#: templates/extras/script.html:51 templates/extras/script/source.html:10 +msgid "Error loading script" +msgstr "" + +#: templates/extras/script/jobs.html:16 +msgid "Script no longer exists in the source file." +msgstr "" + +#: templates/extras/script_result.html:35 templates/generic/object_list.html:42 +#: templates/search.html:13 +msgid "Results" +msgstr "" + +#: templates/extras/script_result.html:46 +msgid "Log threshold" +msgstr "" + +#: templates/extras/script_result.html:56 +msgid "All" +msgstr "" + +#: templates/extras/tableconfig.html:10 +msgid "Table Config" +msgstr "" + +#: templates/extras/tableconfig.html:50 +msgid "Columns Displayed" +msgstr "" + +#: templates/extras/tableconfig_edit.html:8 +#: utilities/templates/helpers/table_config_form.html:8 +msgid "Table Configuration" +msgstr "" + +#: templates/extras/tableconfig_edit.html:40 +#: utilities/templates/helpers/table_config_form.html:31 +#: utilities/templates/widgets/splitmultiselect.html:23 +msgid "Move Up" +msgstr "" + +#: templates/extras/tableconfig_edit.html:43 +#: utilities/templates/helpers/table_config_form.html:34 +#: utilities/templates/widgets/splitmultiselect.html:26 +msgid "Move Down" +msgstr "" + +#: templates/extras/tag.html:36 +msgid "Tagged Items" +msgstr "" + +#: templates/extras/tag.html:47 +msgid "Allowed Object Types" +msgstr "" + +#: templates/extras/tag.html:55 +msgid "Any" +msgstr "" + +#: templates/extras/tag.html:61 +msgid "Tagged Item Types" +msgstr "" + +#: templates/extras/tag.html:85 +msgid "Tagged Objects" +msgstr "" + +#: templates/extras/webhook.html:26 +msgid "HTTP Method" +msgstr "" + +#: templates/extras/webhook.html:34 +msgid "HTTP Content Type" +msgstr "" + +#: templates/extras/webhook.html:47 +msgid "SSL Verification" +msgstr "" + +#: templates/extras/webhook.html:60 +msgid "Additional Headers" +msgstr "" + +#: templates/extras/webhook.html:70 +msgid "Body Template" +msgstr "" + +#: templates/generic/bulk_add_component.html:29 +msgid "Bulk Creation" +msgstr "" + +#: templates/generic/bulk_add_component.html:34 +#: templates/generic/bulk_delete.html:33 templates/generic/bulk_edit.html:33 +msgid "Selected Objects" +msgstr "" + +#: templates/generic/bulk_add_component.html:58 +msgid "to Add" +msgstr "" + +#: templates/generic/bulk_delete.html:28 +msgid "Bulk Delete" +msgstr "" + +#: templates/generic/bulk_delete.html:50 +msgid "Confirm Bulk Deletion" +msgstr "" + +#: templates/generic/bulk_delete.html:51 +#, python-format +msgid "" +"The following operation will delete %(count)s " +"%(type_plural)s. Please carefully review the selected objects and confirm " +"this action." +msgstr "" + +#: templates/generic/bulk_edit.html:21 templates/generic/object_edit.html:22 +msgid "Editing" +msgstr "" + +#: templates/generic/bulk_edit.html:28 +msgid "Bulk Edit" +msgstr "" + +#: templates/generic/bulk_edit.html:116 templates/generic/bulk_rename.html:68 +msgid "Apply" +msgstr "" + +#: templates/generic/bulk_import.html:19 +msgid "Bulk Import" +msgstr "" + +#: templates/generic/bulk_import.html:25 +msgid "Direct Import" +msgstr "" + +#: templates/generic/bulk_import.html:30 +msgid "Upload File" +msgstr "" + +#: templates/generic/bulk_import.html:68 templates/generic/bulk_import.html:100 +#: templates/generic/bulk_import.html:133 +msgid "Submit" +msgstr "" + +#: templates/generic/bulk_import.html:144 +msgid "Field Options" +msgstr "" + +#: templates/generic/bulk_import.html:150 +msgid "Accessor" +msgstr "" + +#: templates/generic/bulk_import.html:179 +msgid "choices" +msgstr "" + +#: templates/generic/bulk_import.html:192 +msgid "Import Value" +msgstr "" + +#: templates/generic/bulk_import.html:212 +msgid "Format: YYYY-MM-DD" +msgstr "" + +#: templates/generic/bulk_import.html:214 +msgid "Specify true or false" +msgstr "" + +#: templates/generic/bulk_import.html:226 +msgid "Required fields must be specified for all objects." +msgstr "" + +#: templates/generic/bulk_import.html:232 +#, python-format +msgid "" +"Related objects may be referenced by any unique attribute. For example, " +"%(example)s would identify a VRF by its route distinguisher." +msgstr "" + +#: templates/generic/bulk_rename.html:20 +msgid "Renaming" +msgstr "" + +#: templates/generic/bulk_rename.html:27 +msgid "Bulk Rename" +msgstr "" + +#: templates/generic/bulk_rename.html:39 +msgid "Current Name" +msgstr "" + +#: templates/generic/bulk_rename.html:40 +msgid "New Name" +msgstr "" + +#: templates/generic/bulk_rename.html:59 +msgid "Rename" +msgstr "" + +#: templates/generic/bulk_rename.html:66 +#: utilities/templates/widgets/markdown_input.html:11 +msgid "Preview" +msgstr "" + +#: templates/generic/confirmation_form.html:16 +msgid "Are you sure" +msgstr "" + +#: templates/generic/confirmation_form.html:20 +msgid "Confirm" +msgstr "" + +#: templates/generic/object_edit.html:24 +#, python-format +msgid "Add a new %(object_type)s" +msgstr "" + +#: templates/generic/object_edit.html:35 +msgid "View model documentation" +msgstr "" + +#: templates/generic/object_edit.html:36 +msgid "Help" +msgstr "" + +#: templates/generic/object_edit.html:83 +msgid "Create & Add Another" +msgstr "" + +#: templates/generic/object_list.html:49 +msgid "Filters" +msgstr "" + +#: templates/generic/object_list.html:80 +#, python-format +msgid "" +"Select all %(count)s " +"%(object_type_plural)s matching query" +msgstr "" + +#: templates/home.html:15 +msgid "New Release Available" +msgstr "" + +#: templates/home.html:16 +msgid "is available" +msgstr "" + +#: templates/home.html:18 +msgctxt "Document title" +msgid "Upgrade Instructions" +msgstr "" + +#: templates/home.html:40 +msgid "Unlock Dashboard" +msgstr "" + +#: templates/home.html:49 +msgid "Lock Dashboard" +msgstr "" + +#: templates/home.html:60 +msgid "Add Widget" +msgstr "" + +#: templates/home.html:63 +msgid "Save Layout" +msgstr "" + +#: templates/htmx/delete_form.html:12 +msgid "Confirm Deletion" +msgstr "" + +#: templates/htmx/delete_form.html:17 +#, python-format +msgid "" +"Are you sure you want to delete " +"%(object_type)s %(object)s?" +msgstr "" + +#: templates/htmx/delete_form.html:23 +msgid "The following objects will be deleted as a result of this action." +msgstr "" + +#: templates/htmx/notifications.html:6 +#, python-format +msgid "Dismiss %(count)s unread notification?" +msgid_plural "Dismiss %(count)s unread notifications?" +msgstr[0] "" +msgstr[1] "" + +#: templates/htmx/notifications.html:7 +msgid "Dismiss all unread notifications" +msgstr "" + +#: templates/htmx/notifications.html:9 +msgid "Dismiss all" +msgstr "" + +#: templates/htmx/notifications.html:26 +msgid "ago" +msgstr "" + +#: templates/htmx/notifications.html:37 +msgid "No unread notifications" +msgstr "" + +#: templates/htmx/notifications.html:42 +msgid "All notifications" +msgstr "" + +#: templates/htmx/object_selector.html:5 +msgid "Select" +msgstr "" + +#: templates/htmx/quick_add.html:7 +msgid "Quick Add" +msgstr "" + +#: templates/htmx/quick_add_created.html:18 +#, python-format +msgid "" +"\n" +" Created %(object_type)s %(object)s\n" +" " +msgstr "" + +#: templates/inc/filter_list.html:39 +#: utilities/templates/helpers/table_config_form.html:39 +msgid "Reset" +msgstr "" + +#: templates/inc/light_toggle.html:4 +msgid "Enable dark mode" +msgstr "" + +#: templates/inc/light_toggle.html:7 +msgid "Enable light mode" +msgstr "" + +#: templates/inc/missing_prerequisites.html:9 +#, python-format +msgid "" +"Before you can add a %(model)s you must first create a " +"%(prerequisite_model)s." +msgstr "" + +#: templates/inc/paginator.html:15 +msgid "Page selection" +msgstr "" + +#: templates/inc/paginator.html:75 +#, python-format +msgid "Showing %(start)s-%(end)s of %(total)s" +msgstr "" + +#: templates/inc/paginator.html:82 +msgid "Pagination options" +msgstr "" + +#: templates/inc/paginator.html:86 +msgid "Per Page" +msgstr "" + +#: templates/inc/panels/image_attachments.html:10 +msgid "Attach an image" +msgstr "" + +#: templates/inc/panels/related_objects.html:5 +msgid "Related Objects" +msgstr "" + +#: templates/inc/panels/tags.html:11 +msgid "No tags assigned" +msgstr "" + +#: templates/inc/sync_warning.html:10 +msgid "Data is out of sync with upstream file" +msgstr "" + +#: templates/inc/table_controls_htmx.html:7 +msgid "Quick search" +msgstr "" + +#: templates/inc/table_controls_htmx.html:20 +msgid "Saved filter" +msgstr "" + +#: templates/inc/table_htmx.html:18 +msgid "Clear ordering" +msgstr "" + +#: templates/inc/user_menu.html:6 +msgid "Help center" +msgstr "" + +#: templates/inc/user_menu.html:56 +msgid "Log Out" +msgstr "" + +#: templates/inc/user_menu.html:63 templates/login.html:39 +#: templates/login.html:84 +msgid "Log In" +msgstr "" + +#: templates/ipam/aggregate.html:14 templates/ipam/ipaddress.html:14 +#: templates/ipam/iprange.html:13 templates/ipam/prefix.html:15 +msgid "Family" +msgstr "" + +#: templates/ipam/aggregate.html:39 +msgid "Date Added" +msgstr "" + +#: templates/ipam/aggregate/prefixes.html:8 +#: templates/ipam/prefix/prefixes.html:8 templates/ipam/role.html:10 +msgid "Add Prefix" +msgstr "" + +#: templates/ipam/asn.html:23 +msgid "AS Number" +msgstr "" + +#: templates/ipam/fhrpgroup.html:52 +msgid "Authentication Type" +msgstr "" + +#: templates/ipam/fhrpgroup.html:56 +msgid "Authentication Key" +msgstr "" + +#: templates/ipam/fhrpgroup.html:70 +msgid "Virtual IP Addresses" +msgstr "" + +#: templates/ipam/inc/ipaddress_edit_header.html:13 +msgid "Assign IP" +msgstr "" + +#: templates/ipam/inc/ipaddress_edit_header.html:19 +msgid "Bulk Create" +msgstr "" + +#: templates/ipam/inc/panels/fhrp_groups.html:10 +msgid "Create Group" +msgstr "" + +#: templates/ipam/inc/panels/fhrp_groups.html:25 +msgid "Virtual IPs" +msgstr "" + +#: templates/ipam/inc/toggle_available.html:7 +msgid "Show Assigned" +msgstr "" + +#: templates/ipam/inc/toggle_available.html:10 +msgid "Show Available" +msgstr "" + +#: templates/ipam/inc/toggle_available.html:13 +msgid "Show All" +msgstr "" + +#: templates/ipam/ipaddress.html:23 templates/ipam/iprange.html:52 +#: templates/ipam/prefix.html:24 +msgid "Global" +msgstr "" + +#: templates/ipam/ipaddress.html:85 +msgid "NAT (outside)" +msgstr "" + +#: templates/ipam/ipaddress_assign.html:8 +msgid "Assign an IP Address" +msgstr "" + +#: templates/ipam/ipaddress_assign.html:22 +msgid "Select IP Address" +msgstr "" + +#: templates/ipam/ipaddress_assign.html:35 +msgid "Search Results" +msgstr "" + +#: templates/ipam/ipaddress_bulk_add.html:6 +msgid "Bulk Add IP Addresses" +msgstr "" + +#: templates/ipam/iprange.html:17 +msgid "Starting Address" +msgstr "" + +#: templates/ipam/iprange.html:21 +msgid "Ending Address" +msgstr "" + +#: templates/ipam/prefix.html:95 +msgid "Addressing Details" +msgstr "" + +#: templates/ipam/prefix.html:106 +msgid "Marked fully utilized" +msgstr "" + +#: templates/ipam/prefix.html:114 +msgid "Child IPs" +msgstr "" + +#: templates/ipam/prefix.html:122 +msgid "Available IPs" +msgstr "" + +#: templates/ipam/prefix.html:134 +msgid "First available IP" +msgstr "" + +#: templates/ipam/prefix.html:175 +msgid "Prefix Details" +msgstr "" + +#: templates/ipam/prefix.html:181 +msgid "Network Address" +msgstr "" + +#: templates/ipam/prefix.html:185 +msgid "Network Mask" +msgstr "" + +#: templates/ipam/prefix.html:189 +msgid "Wildcard Mask" +msgstr "" + +#: templates/ipam/prefix.html:193 +msgid "Broadcast Address" +msgstr "" + +#: templates/ipam/prefix/ip_ranges.html:7 +msgid "Add IP Range" +msgstr "" + +#: templates/ipam/prefix_list.html:7 +msgid "Hide Depth Indicators" +msgstr "" + +#: templates/ipam/prefix_list.html:11 +msgid "Max Depth" +msgstr "" + +#: templates/ipam/prefix_list.html:28 +msgid "Max Length" +msgstr "" + +#: templates/ipam/rir.html:10 +msgid "Add Aggregate" +msgstr "" + +#: templates/ipam/routetarget.html:38 +msgid "Importing VRFs" +msgstr "" + +#: templates/ipam/routetarget.html:44 +msgid "Exporting VRFs" +msgstr "" + +#: templates/ipam/routetarget.html:52 +msgid "Importing L2VPNs" +msgstr "" + +#: templates/ipam/routetarget.html:58 +msgid "Exporting L2VPNs" +msgstr "" + +#: templates/ipam/vlan.html:66 +msgid "Q-in-Q Role" +msgstr "" + +#: templates/ipam/vlan.html:104 +msgid "Add a Prefix" +msgstr "" + +#: templates/ipam/vlan.html:114 +msgid "Customer VLANs" +msgstr "" + +#: templates/ipam/vlan.html:118 +msgid "Add a VLAN" +msgstr "" + +#: templates/ipam/vlangroup.html:18 +msgid "Add VLAN" +msgstr "" + +#: templates/ipam/vlantranslationpolicy.html:51 +msgid "Add Rule" +msgstr "" + +#: templates/ipam/vrf.html:16 +msgid "Route Distinguisher" +msgstr "" + +#: templates/ipam/vrf.html:29 +msgid "Unique IP Space" +msgstr "" + +#: templates/login.html:29 +#: utilities/templates/form_helpers/render_errors.html:7 +msgid "Errors" +msgstr "" + +#: templates/login.html:70 +msgid "Sign In" +msgstr "" + +#: templates/login.html:80 +msgctxt "Denotes an alternative option" +msgid "Or" +msgstr "" + +#: templates/media_failure.html:7 +msgid "Static Media Failure - NetBox" +msgstr "" + +#: templates/media_failure.html:21 +msgid "Static Media Failure" +msgstr "" + +#: templates/media_failure.html:23 +msgid "The following static media file failed to load" +msgstr "" + +#: templates/media_failure.html:26 +msgid "Check the following" +msgstr "" + +#: templates/media_failure.html:29 +#, python-format +msgid "" +"%(command)s was run during the most recent upgrade. This " +"installs the most recent iteration of each static file into the static root " +"path." +msgstr "" + +#: templates/media_failure.html:35 +#, python-format +msgid "" +"The HTTP service (e.g. nginx or Apache) is configured to serve files from " +"the STATIC_ROOT path. Refer to the " +"installation documentation for further guidance." +msgstr "" + +#: templates/media_failure.html:47 +#, python-format +msgid "" +"The file %(filename)s exists in the static root directory and " +"is readable by the HTTP server." +msgstr "" + +#: templates/media_failure.html:55 +#, python-format +msgid "" +"Click here to attempt loading NetBox again." +msgstr "" + +#: templates/tenancy/contact.html:18 tenancy/filtersets.py:152 +#: tenancy/forms/bulk_edit.py:154 tenancy/forms/filtersets.py:102 +#: tenancy/forms/forms.py:57 tenancy/forms/model_forms.py:113 +#: tenancy/forms/model_forms.py:137 tenancy/tables/contacts.py:106 +msgid "Contact" +msgstr "" + +#: templates/tenancy/contact.html:39 tenancy/forms/bulk_edit.py:111 +msgid "Title" +msgstr "" + +#: templates/tenancy/contact.html:43 tenancy/forms/bulk_edit.py:116 +#: tenancy/tables/contacts.py:72 +msgid "Phone" +msgstr "" + +#: templates/tenancy/contactgroup.html:18 tenancy/forms/forms.py:67 +#: tenancy/forms/model_forms.py:77 +msgid "Contact Group" +msgstr "" + +#: templates/tenancy/contactgroup.html:51 +msgid "Add Contact Group" +msgstr "" + +#: templates/tenancy/contactrole.html:15 tenancy/filtersets.py:157 +#: tenancy/forms/forms.py:62 tenancy/forms/model_forms.py:89 +msgid "Contact Role" +msgstr "" + +#: templates/tenancy/object_contacts.html:8 +msgid "Add a contact" +msgstr "" + +#: templates/tenancy/tenantgroup.html:17 +msgid "Add Tenant" +msgstr "" + +#: templates/tenancy/tenantgroup.html:26 tenancy/forms/model_forms.py:33 +#: tenancy/tables/columns.py:36 tenancy/tables/columns.py:46 +msgid "Tenant Group" +msgstr "" + +#: templates/tenancy/tenantgroup.html:60 +msgid "Add Tenant Group" +msgstr "" + +#: templates/users/group.html:39 templates/users/user.html:61 +msgid "Assigned Permissions" +msgstr "" + +#: templates/users/inc/user_activity.html:6 +msgid "Recent Activity" +msgstr "" + +#: templates/users/inc/user_activity.html:9 +msgid "View All" +msgstr "" + +#: templates/users/objectpermission.html:6 +#: templates/users/objectpermission.html:14 users/forms/filtersets.py:66 +msgid "Permission" +msgstr "" + +#: templates/users/objectpermission.html:34 +msgid "View" +msgstr "" + +#: templates/users/objectpermission.html:52 users/forms/model_forms.py:348 +#: users/forms/model_forms.py:361 +msgid "Constraints" +msgstr "" + +#: templates/users/objectpermission.html:72 +msgid "Assigned Users" +msgstr "" + +#: templates/virtualization/cluster.html:56 +msgid "Allocated Resources" +msgstr "" + +#: templates/virtualization/cluster.html:59 +#: templates/virtualization/virtualmachine.html:127 +msgid "Virtual CPUs" +msgstr "" + +#: templates/virtualization/cluster.html:63 +#: templates/virtualization/virtualmachine.html:131 +msgid "Memory" +msgstr "" + +#: templates/virtualization/cluster.html:73 +#: templates/virtualization/virtualmachine.html:142 +msgid "Disk Space" +msgstr "" + +#: templates/virtualization/cluster/base.html:18 +msgid "Add Virtual Machine" +msgstr "" + +#: templates/virtualization/cluster/base.html:24 +msgid "Assign Device" +msgstr "" + +#: templates/virtualization/cluster_add_devices.html:9 +#, python-format +msgid "Add Device to Cluster %(cluster)s" +msgstr "" + +#: templates/virtualization/cluster_add_devices.html:23 +msgid "Device Selection" +msgstr "" + +#: templates/virtualization/cluster_add_devices.html:31 +msgid "Add Devices" +msgstr "" + +#: templates/virtualization/clustergroup.html:10 +#: templates/virtualization/clustertype.html:10 +msgid "Add Cluster" +msgstr "" + +#: templates/virtualization/clustergroup.html:19 +#: virtualization/forms/model_forms.py:53 +msgid "Cluster Group" +msgstr "" + +#: templates/virtualization/clustertype.html:19 +#: templates/virtualization/virtualmachine.html:110 +#: virtualization/forms/model_forms.py:39 +msgid "Cluster Type" +msgstr "" + +#: templates/virtualization/virtualdisk.html:18 +msgid "Virtual Disk" +msgstr "" + +#: templates/virtualization/virtualmachine.html:124 +#: virtualization/forms/bulk_edit.py:172 +#: virtualization/forms/model_forms.py:231 +msgid "Resources" +msgstr "" + +#: templates/virtualization/virtualmachine.html:180 +msgid "Add Virtual Disk" +msgstr "" + +#: templates/vpn/ikepolicy.html:10 templates/vpn/ipsecprofile.html:33 +#: vpn/tables/crypto.py:166 +msgid "IKE Policy" +msgstr "" + +#: templates/vpn/ikepolicy.html:21 +msgid "IKE Version" +msgstr "" + +#: templates/vpn/ikepolicy.html:29 +msgid "Pre-Shared Key" +msgstr "" + +#: templates/vpn/ikepolicy.html:33 +#: templates/wireless/inc/authentication_attrs.html:20 +msgid "Show Secret" +msgstr "" + +#: templates/vpn/ikepolicy.html:57 templates/vpn/ipsecpolicy.html:45 +#: templates/vpn/ipsecprofile.html:52 templates/vpn/ipsecprofile.html:77 +#: vpn/forms/model_forms.py:317 vpn/forms/model_forms.py:354 +#: vpn/tables/crypto.py:68 vpn/tables/crypto.py:134 +msgid "Proposals" +msgstr "" + +#: templates/vpn/ikeproposal.html:10 +msgid "IKE Proposal" +msgstr "" + +#: templates/vpn/ikeproposal.html:21 vpn/forms/bulk_edit.py:97 +#: vpn/forms/bulk_import.py:145 vpn/forms/filtersets.py:106 +msgid "Authentication method" +msgstr "" + +#: templates/vpn/ikeproposal.html:25 templates/vpn/ipsecproposal.html:21 +#: vpn/forms/bulk_edit.py:102 vpn/forms/bulk_edit.py:172 +#: vpn/forms/bulk_import.py:149 vpn/forms/bulk_import.py:195 +#: vpn/forms/filtersets.py:111 vpn/forms/filtersets.py:159 +msgid "Encryption algorithm" +msgstr "" + +#: templates/vpn/ikeproposal.html:29 templates/vpn/ipsecproposal.html:25 +#: vpn/forms/bulk_edit.py:107 vpn/forms/bulk_edit.py:177 +#: vpn/forms/bulk_import.py:153 vpn/forms/bulk_import.py:200 +#: vpn/forms/filtersets.py:116 vpn/forms/filtersets.py:164 +msgid "Authentication algorithm" +msgstr "" + +#: templates/vpn/ikeproposal.html:33 +msgid "DH group" +msgstr "" + +#: templates/vpn/ikeproposal.html:37 templates/vpn/ipsecproposal.html:29 +#: vpn/forms/bulk_edit.py:182 vpn/models/crypto.py:146 +msgid "SA lifetime (seconds)" +msgstr "" + +#: templates/vpn/ipsecpolicy.html:10 templates/vpn/ipsecprofile.html:66 +#: vpn/tables/crypto.py:170 +msgid "IPSec Policy" +msgstr "" + +#: templates/vpn/ipsecpolicy.html:21 vpn/forms/bulk_edit.py:210 +#: vpn/models/crypto.py:191 +msgid "PFS group" +msgstr "" + +#: templates/vpn/ipsecprofile.html:10 vpn/forms/model_forms.py:55 +msgid "IPSec Profile" +msgstr "" + +#: templates/vpn/ipsecprofile.html:89 vpn/tables/crypto.py:137 +msgid "PFS Group" +msgstr "" + +#: templates/vpn/ipsecproposal.html:10 +msgid "IPSec Proposal" +msgstr "" + +#: templates/vpn/ipsecproposal.html:33 vpn/forms/bulk_edit.py:186 +#: vpn/models/crypto.py:152 +msgid "SA lifetime (KB)" +msgstr "" + +#: templates/vpn/l2vpn.html:11 templates/vpn/l2vpntermination.html:9 +msgid "L2VPN Attributes" +msgstr "" + +#: templates/vpn/l2vpn.html:64 templates/vpn/tunnel.html:76 +msgid "Add a Termination" +msgstr "" + +#: templates/vpn/tunnel.html:37 vpn/forms/bulk_edit.py:49 +#: vpn/forms/bulk_import.py:48 vpn/forms/filtersets.py:62 +msgid "Encapsulation" +msgstr "" + +#: templates/vpn/tunnel.html:41 vpn/forms/bulk_edit.py:55 +#: vpn/forms/bulk_import.py:53 vpn/forms/filtersets.py:69 +#: vpn/models/crypto.py:246 vpn/tables/tunnels.py:52 +msgid "IPSec profile" +msgstr "" + +#: templates/vpn/tunnel.html:45 vpn/forms/bulk_edit.py:69 +#: vpn/forms/filtersets.py:73 +msgid "Tunnel ID" +msgstr "" + +#: templates/vpn/tunnelgroup.html:14 +msgid "Add Tunnel" +msgstr "" + +#: templates/vpn/tunnelgroup.html:23 vpn/forms/model_forms.py:36 +#: vpn/forms/model_forms.py:49 +msgid "Tunnel Group" +msgstr "" + +#: templates/vpn/tunneltermination.html:10 +msgid "Tunnel Termination" +msgstr "" + +#: templates/vpn/tunneltermination.html:35 vpn/forms/bulk_import.py:107 +#: vpn/forms/model_forms.py:103 vpn/forms/model_forms.py:139 +#: vpn/forms/model_forms.py:248 vpn/tables/tunnels.py:104 +msgid "Outside IP" +msgstr "" + +#: templates/vpn/tunneltermination.html:51 +msgid "Peer Terminations" +msgstr "" + +#: templates/wireless/inc/authentication_attrs.html:12 +msgid "Cipher" +msgstr "" + +#: templates/wireless/inc/authentication_attrs.html:16 +msgid "PSK" +msgstr "" + +#: templates/wireless/inc/wirelesslink_interface.html:35 +#: templates/wireless/inc/wirelesslink_interface.html:45 +msgctxt "Abbreviation for megahertz" +msgid "MHz" +msgstr "" + +#: templates/wireless/wirelesslan.html:65 +msgid "Attached Interfaces" +msgstr "" + +#: templates/wireless/wirelesslangroup.html:17 +msgid "Add Wireless LAN" +msgstr "" + +#: templates/wireless/wirelesslangroup.html:26 wireless/forms/model_forms.py:31 +msgid "Wireless LAN Group" +msgstr "" + +#: templates/wireless/wirelesslangroup.html:60 +msgid "Add Wireless LAN Group" +msgstr "" + +#: templates/wireless/wirelesslink.html:14 +msgid "Link Properties" +msgstr "" + +#: tenancy/filtersets.py:28 +msgid "Parent contact group (ID)" +msgstr "" + +#: tenancy/filtersets.py:34 +msgid "Parent contact group (slug)" +msgstr "" + +#: tenancy/filtersets.py:40 tenancy/filtersets.py:72 tenancy/filtersets.py:115 +msgid "Contact group (ID)" +msgstr "" + +#: tenancy/filtersets.py:47 tenancy/filtersets.py:79 tenancy/filtersets.py:122 +msgid "Contact group (slug)" +msgstr "" + +#: tenancy/filtersets.py:52 tenancy/filtersets.py:109 +msgid "Contact (ID)" +msgstr "" + +#: tenancy/filtersets.py:126 +msgid "Contact role (ID)" +msgstr "" + +#: tenancy/filtersets.py:132 +msgid "Contact role (slug)" +msgstr "" + +#: tenancy/filtersets.py:163 +msgid "Contact group" +msgstr "" + +#: tenancy/filtersets.py:174 +msgid "Parent tenant group (ID)" +msgstr "" + +#: tenancy/filtersets.py:180 +msgid "Parent tenant group (slug)" +msgstr "" + +#: tenancy/filtersets.py:186 tenancy/filtersets.py:206 +msgid "Tenant group (ID)" +msgstr "" + +#: tenancy/filtersets.py:239 +msgid "Tenant Group (ID)" +msgstr "" + +#: tenancy/filtersets.py:246 +msgid "Tenant Group (slug)" +msgstr "" + +#: tenancy/forms/bulk_edit.py:101 +msgid "Add groups" +msgstr "" + +#: tenancy/forms/bulk_edit.py:106 +msgid "Remove groups" +msgstr "" + +#: tenancy/forms/bulk_import.py:85 +msgid "" +"Group names separated by commas, encased with double quotes (e.g. \"Group 1," +"Group 2\")" +msgstr "" + +#: tenancy/forms/bulk_import.py:106 +msgid "Assigned contact" +msgstr "" + +#: tenancy/models/contacts.py:31 +msgid "contact group" +msgstr "" + +#: tenancy/models/contacts.py:32 +msgid "contact groups" +msgstr "" + +#: tenancy/models/contacts.py:41 +msgid "contact role" +msgstr "" + +#: tenancy/models/contacts.py:42 +msgid "contact roles" +msgstr "" + +#: tenancy/models/contacts.py:61 +msgid "title" +msgstr "" + +#: tenancy/models/contacts.py:66 +msgid "phone" +msgstr "" + +#: tenancy/models/contacts.py:71 +msgid "email" +msgstr "" + +#: tenancy/models/contacts.py:80 +msgid "link" +msgstr "" + +#: tenancy/models/contacts.py:90 +msgid "contact" +msgstr "" + +#: tenancy/models/contacts.py:91 +msgid "contacts" +msgstr "" + +#: tenancy/models/contacts.py:138 +msgid "contact assignment" +msgstr "" + +#: tenancy/models/contacts.py:139 +msgid "contact assignments" +msgstr "" + +#: tenancy/models/contacts.py:155 +#, python-brace-format +msgid "Contacts cannot be assigned to this object type ({type})." +msgstr "" + +#: tenancy/models/tenants.py:32 +msgid "tenant group" +msgstr "" + +#: tenancy/models/tenants.py:33 +msgid "tenant groups" +msgstr "" + +#: tenancy/models/tenants.py:68 +msgid "Tenant name must be unique per group." +msgstr "" + +#: tenancy/models/tenants.py:78 +msgid "Tenant slug must be unique per group." +msgstr "" + +#: tenancy/models/tenants.py:86 +msgid "tenant" +msgstr "" + +#: tenancy/models/tenants.py:87 +msgid "tenants" +msgstr "" + +#: tenancy/tables/contacts.py:120 +msgid "Contact Title" +msgstr "" + +#: tenancy/tables/contacts.py:124 +msgid "Contact Phone" +msgstr "" + +#: tenancy/tables/contacts.py:129 +msgid "Contact Email" +msgstr "" + +#: tenancy/tables/contacts.py:133 +msgid "Contact Address" +msgstr "" + +#: tenancy/tables/contacts.py:137 +msgid "Contact Link" +msgstr "" + +#: tenancy/tables/contacts.py:142 +msgid "Contact Description" +msgstr "" + +#: users/filtersets.py:33 users/filtersets.py:73 +msgid "Permission (ID)" +msgstr "" + +#: users/filtersets.py:38 users/filtersets.py:78 +msgid "Notification group (ID)" +msgstr "" + +#: users/forms/bulk_edit.py:26 +msgid "First name" +msgstr "" + +#: users/forms/bulk_edit.py:31 +msgid "Last name" +msgstr "" + +#: users/forms/bulk_edit.py:43 +msgid "Staff status" +msgstr "" + +#: users/forms/bulk_edit.py:48 +msgid "Superuser status" +msgstr "" + +#: users/forms/bulk_import.py:41 +msgid "If no key is provided, one will be generated automatically." +msgstr "" + +#: users/forms/filtersets.py:51 users/tables.py:42 +msgid "Is Staff" +msgstr "" + +#: users/forms/filtersets.py:58 users/tables.py:45 +msgid "Is Superuser" +msgstr "" + +#: users/forms/filtersets.py:91 users/tables.py:86 +msgid "Can View" +msgstr "" + +#: users/forms/filtersets.py:98 users/tables.py:90 +msgid "Can Add" +msgstr "" + +#: users/forms/filtersets.py:105 users/tables.py:94 +msgid "Can Change" +msgstr "" + +#: users/forms/filtersets.py:112 users/tables.py:98 +msgid "Can Delete" +msgstr "" + +#: users/forms/model_forms.py:73 +msgid "User Interface" +msgstr "" + +#: users/forms/model_forms.py:128 +msgid "" +"Keys must be at least 40 characters in length. Be sure to record " +"your key prior to submitting this form, as it may no longer be " +"accessible once the token has been created." +msgstr "" + +#: users/forms/model_forms.py:140 +msgid "" +"Allowed IPv4/IPv6 networks from where the token can be used. Leave blank for " +"no restrictions. Example: 10.1.1.0/24,192.168.10.16/32,2001:" +"db8:1::/64" +msgstr "" + +#: users/forms/model_forms.py:189 +msgid "Confirm password" +msgstr "" + +#: users/forms/model_forms.py:192 +msgid "Enter the same password as before, for verification." +msgstr "" + +#: users/forms/model_forms.py:241 +msgid "Passwords do not match! Please check your input and try again." +msgstr "" + +#: users/forms/model_forms.py:316 +msgid "Select the types of objects to which the permission will appy." +msgstr "" + +#: users/forms/model_forms.py:331 +msgid "Additional actions" +msgstr "" + +#: users/forms/model_forms.py:334 +msgid "Actions granted in addition to those listed above" +msgstr "" + +#: users/forms/model_forms.py:350 +msgid "" +"JSON expression of a queryset filter that will return only permitted " +"objects. Leave null to match all objects of this type. A list of multiple " +"objects will result in a logical OR operation." +msgstr "" + +#: users/forms/model_forms.py:359 +msgid "Objects" +msgstr "" + +#: users/forms/model_forms.py:420 +msgid "At least one action must be selected." +msgstr "" + +#: users/forms/model_forms.py:438 +#, python-brace-format +msgid "Invalid filter for {model}: {error}" +msgstr "" + +#: users/models/permissions.py:38 +msgid "The list of actions granted by this permission" +msgstr "" + +#: users/models/permissions.py:43 +msgid "constraints" +msgstr "" + +#: users/models/permissions.py:44 +msgid "Queryset filter matching the applicable objects of the selected type(s)" +msgstr "" + +#: users/models/permissions.py:55 +msgid "permission" +msgstr "" + +#: users/models/permissions.py:56 users/models/users.py:47 +msgid "permissions" +msgstr "" + +#: users/models/preferences.py:29 users/models/preferences.py:30 +msgid "user preferences" +msgstr "" + +#: users/models/preferences.py:97 +#, python-brace-format +msgid "Key '{path}' is a leaf node; cannot assign new keys" +msgstr "" + +#: users/models/preferences.py:109 +#, python-brace-format +msgid "Key '{path}' is a dictionary; cannot assign a non-dictionary value" +msgstr "" + +#: users/models/tokens.py:38 +msgid "expires" +msgstr "" + +#: users/models/tokens.py:43 +msgid "last used" +msgstr "" + +#: users/models/tokens.py:48 +msgid "key" +msgstr "" + +#: users/models/tokens.py:54 +msgid "write enabled" +msgstr "" + +#: users/models/tokens.py:56 +msgid "Permit create/update/delete operations using this key" +msgstr "" + +#: users/models/tokens.py:67 +msgid "allowed IPs" +msgstr "" + +#: users/models/tokens.py:69 +msgid "" +"Allowed IPv4/IPv6 networks from where the token can be used. Leave blank for " +"no restrictions. Ex: \"10.1.1.0/24, 192.168.10.16/32, 2001:DB8:1::/64\"" +msgstr "" + +#: users/models/tokens.py:77 +msgid "token" +msgstr "" + +#: users/models/tokens.py:78 +msgid "tokens" +msgstr "" + +#. Translators: {current_time} is the current server date and time in ISO format, +#. {timezone} is the configured server time zone (for example, "UTC" or "Europe/Berlin"). +#: users/models/tokens.py:103 +#, python-brace-format +msgid "" +"Expiration time must be in the future. Current server time is {current_time} " +"({timezone})." +msgstr "" + +#: users/models/users.py:57 vpn/models/crypto.py:43 +msgid "group" +msgstr "" + +#: users/models/users.py:92 +msgid "user" +msgstr "" + +#: users/models/users.py:104 +msgid "A user with this username already exists." +msgstr "" + +#: users/tables.py:102 +msgid "Custom Actions" +msgstr "" + +#: utilities/api.py:160 +#, python-brace-format +msgid "Related object not found using the provided attributes: {params}" +msgstr "" + +#: utilities/api.py:163 +#, python-brace-format +msgid "Multiple objects match the provided attributes: {params}" +msgstr "" + +#: utilities/api.py:175 +#, python-brace-format +msgid "" +"Related objects must be referenced by numeric ID or by dictionary of " +"attributes. Received an unrecognized value: {value}" +msgstr "" + +#: utilities/api.py:184 +#, python-brace-format +msgid "Related object not found using the provided numeric ID: {id}" +msgstr "" + +#: utilities/choices.py:23 +#, python-brace-format +msgid "{name} has a key defined but CHOICES is not a list" +msgstr "" + +#: utilities/conversion.py:20 +msgid "Weight must be a positive number" +msgstr "" + +#: utilities/conversion.py:22 +#, python-brace-format +msgid "Invalid value '{weight}' for weight (must be a number)" +msgstr "" + +#: utilities/conversion.py:33 utilities/conversion.py:64 +#, python-brace-format +msgid "Unknown unit {unit}. Must be one of the following: {valid_units}" +msgstr "" + +#: utilities/conversion.py:47 +#, python-brace-format +msgid "Invalid value '{length}' for length (must be a number)" +msgstr "" + +#: utilities/conversion.py:49 +msgid "Length must be a positive number" +msgstr "" + +#: utilities/error_handlers.py:31 +#, python-brace-format +msgid "" +"Unable to delete {objects}. {count} dependent objects were " +"found: " +msgstr "" + +#: utilities/error_handlers.py:33 +msgid "More than 50" +msgstr "" + +#: utilities/export.py:18 +#, python-brace-format +msgid "Invalid delimiter name: {name}" +msgstr "" + +#: utilities/fields.py:34 +msgid "RGB color in hexadecimal. Example: " +msgstr "" + +#: utilities/fields.py:163 +#, python-format +msgid "" +"%s(%r) is invalid. to_model parameter to CounterCacheField must be a string " +"in the format 'app.model'" +msgstr "" + +#: utilities/fields.py:173 +#, python-format +msgid "" +"%s(%r) is invalid. to_field parameter to CounterCacheField must be a string " +"in the format 'field'" +msgstr "" + +#: utilities/forms/bulk_import.py:25 +msgid "Enter object data in CSV, JSON or YAML format." +msgstr "" + +#: utilities/forms/bulk_import.py:39 +msgid "The character which delimits CSV fields. Applies only to CSV format." +msgstr "" + +#: utilities/forms/bulk_import.py:53 +msgid "Form data must be empty when uploading/selecting a file." +msgstr "" + +#: utilities/forms/bulk_import.py:82 +#, python-brace-format +msgid "Unknown data format: {format}" +msgstr "" + +#: utilities/forms/bulk_import.py:102 +msgid "Unable to detect data format. Please specify." +msgstr "" + +#: utilities/forms/bulk_import.py:125 +msgid "Invalid CSV delimiter" +msgstr "" + +#: utilities/forms/bulk_import.py:169 +msgid "" +"Invalid YAML data. Data must be in the form of multiple documents, or a " +"single document comprising a list of dictionaries." +msgstr "" + +#: utilities/forms/fields/array.py:20 +#, python-brace-format +msgid "" +"Invalid list ({value}). Must be numeric and ranges must be in ascending " +"order." +msgstr "" + +#: utilities/forms/fields/array.py:41 +#, python-brace-format +msgid "" +"Specify one or more individual numbers or numeric ranges separated by " +"commas. Example: {example}" +msgstr "" + +#: utilities/forms/fields/array.py:49 +#, python-brace-format +msgid "" +"Invalid ranges ({value}). Must be a range of integers in ascending order." +msgstr "" + +#: utilities/forms/fields/csv.py:59 +#, python-brace-format +msgid "Invalid value for a multiple choice field: {value}" +msgstr "" + +#: utilities/forms/fields/csv.py:77 utilities/forms/fields/csv.py:98 +#, python-format +msgid "Object not found: %(value)s" +msgstr "" + +#: utilities/forms/fields/csv.py:85 +#, python-brace-format +msgid "" +"\"{value}\" is not a unique value for this field; multiple objects were found" +msgstr "" + +#: utilities/forms/fields/csv.py:89 +#, python-brace-format +msgid "\"{field_name}\" is an invalid accessor field name." +msgstr "" + +#: utilities/forms/fields/csv.py:122 +msgid "Object type must be specified as \".\"" +msgstr "" + +#: utilities/forms/fields/csv.py:126 +msgid "Invalid object type" +msgstr "" + +#: utilities/forms/fields/expandable.py:25 +msgid "" +"Alphanumeric ranges are supported for bulk creation. Mixed cases and types " +"within a single range are not supported (example: [ge,xe]-0/0/[0-9])." +msgstr "" + +#: utilities/forms/fields/expandable.py:46 +msgid "" +"Specify a numeric range to create multiple IPs.
Example: 192.0.2." +"[1,5,100-254]/24" +msgstr "" + +#: utilities/forms/fields/fields.py:32 +#, python-brace-format +msgid "" +" Markdown syntax is supported" +msgstr "" + +#: utilities/forms/fields/fields.py:49 +msgid "URL-friendly unique shorthand" +msgstr "" + +#: utilities/forms/fields/fields.py:114 +msgid "Enter context data in JSON format." +msgstr "" + +#: utilities/forms/fields/fields.py:135 +msgid "MAC address must be in EUI-48 format" +msgstr "" + +#: utilities/forms/forms.py:77 +msgid "Use regular expressions" +msgstr "" + +#: utilities/forms/forms.py:120 +msgid "" +"Numeric ID of an existing object to update (if not creating a new object)" +msgstr "" + +#: utilities/forms/forms.py:137 +#, python-brace-format +msgid "Unrecognized header: {name}" +msgstr "" + +#: utilities/forms/mixins.py:17 +msgid "Background job" +msgstr "" + +#: utilities/forms/mixins.py:18 +msgid "Execute this task via a background job" +msgstr "" + +#: utilities/forms/mixins.py:65 +msgid "" +"This object has been modified since the form was rendered. Please consult " +"the object's change log for details." +msgstr "" + +#: utilities/forms/utils.py:42 utilities/forms/utils.py:68 +#: utilities/forms/utils.py:85 utilities/forms/utils.py:87 +#, python-brace-format +msgid "Range \"{value}\" is invalid." +msgstr "" + +#: utilities/forms/utils.py:74 +#, python-brace-format +msgid "" +"Invalid range: Ending value ({end}) must be greater than beginning value " +"({begin})." +msgstr "" + +#: utilities/forms/utils.py:235 +#, python-brace-format +msgid "Duplicate or conflicting column header for \"{field}\"" +msgstr "" + +#: utilities/forms/utils.py:241 +#, python-brace-format +msgid "Duplicate or conflicting column header for \"{header}\"" +msgstr "" + +#: utilities/forms/utils.py:250 +#, python-brace-format +msgid "Row {row}: Expected {count_expected} columns but found {count_found}" +msgstr "" + +#: utilities/forms/utils.py:273 +#, python-brace-format +msgid "Unexpected column header \"{field}\" found." +msgstr "" + +#: utilities/forms/utils.py:275 +#, python-brace-format +msgid "Column \"{field}\" is not a related object; cannot use dots" +msgstr "" + +#: utilities/forms/utils.py:279 +#, python-brace-format +msgid "Invalid related object attribute for column \"{field}\": {to_field}" +msgstr "" + +#: utilities/forms/utils.py:287 +#, python-brace-format +msgid "Required column header \"{header}\" not found." +msgstr "" + +#: utilities/forms/widgets/apiselect.py:133 +#, python-brace-format +msgid "Missing required value for dynamic query param: '{dynamic_params}'" +msgstr "" + +#: utilities/forms/widgets/apiselect.py:150 +#, python-brace-format +msgid "Missing required value for static query param: '{static_params}'" +msgstr "" + +#: utilities/jobs.py:42 +#, python-brace-format +msgid "Created background job {id}: {name}" +msgstr "" + +#: utilities/jsonschema.py:162 +msgid "Invalid JSON schema definition" +msgstr "" + +#: utilities/jsonschema.py:164 +msgid "JSON schema must define properties" +msgstr "" + +#: utilities/jsonschema.py:169 +#, python-brace-format +msgid "Invalid JSON schema definition: {error}" +msgstr "" + +#: utilities/password_validation.py:13 +msgid "Password must have at least one numeral." +msgstr "" + +#: utilities/password_validation.py:18 +msgid "Password must have at least one uppercase letter." +msgstr "" + +#: utilities/password_validation.py:23 +msgid "Password must have at least one lowercase letter." +msgstr "" + +#: utilities/password_validation.py:27 +msgid "" +"Your password must contain at least one numeral, one uppercase letter and " +"one lowercase letter." +msgstr "" + +#: utilities/permissions.py:42 +#, python-brace-format +msgid "" +"Invalid permission name: {name}. Must be in the format ." +"_" +msgstr "" + +#: utilities/permissions.py:60 +#, python-brace-format +msgid "Unknown app_label/model_name for {name}" +msgstr "" + +#: utilities/request.py:91 +#, python-brace-format +msgid "Invalid IP address set for {header}: {ip}" +msgstr "" + +#: utilities/tables.py:75 +#, python-brace-format +msgid "A column named {name} is already defined for table {table_name}" +msgstr "" + +#: utilities/templates/builtins/customfield_value.html:30 +msgid "Not defined" +msgstr "" + +#: utilities/templates/buttons/bookmark.html:9 +msgid "Unbookmark" +msgstr "" + +#: utilities/templates/buttons/bookmark.html:13 +msgid "Bookmark" +msgstr "" + +#: utilities/templates/buttons/export.html:7 +msgid "Current View" +msgstr "" + +#: utilities/templates/buttons/export.html:8 +msgid "All Data" +msgstr "" + +#: utilities/templates/buttons/export.html:28 +msgid "Add export template" +msgstr "" + +#: utilities/templates/buttons/subscribe.html:10 +msgid "Unsubscribe" +msgstr "" + +#: utilities/templates/buttons/subscribe.html:14 +msgid "Subscribe" +msgstr "" + +#: utilities/templates/form_helpers/render_field.html:41 +msgid "Copy to clipboard" +msgstr "" + +#: utilities/templates/form_helpers/render_field.html:66 +msgid "Set Null" +msgstr "" + +#: utilities/templates/helpers/applied_filters.html:11 +msgid "Clear all" +msgstr "" + +#: utilities/templates/navigation/menu.html:14 +msgid "Search…" +msgstr "" + +#: utilities/templates/navigation/menu.html:14 +msgid "Search NetBox" +msgstr "" + +#: utilities/templates/widgets/apiselect.html:8 +msgid "Open selector" +msgstr "" + +#: utilities/templates/widgets/apiselect.html:22 +msgid "Quick add" +msgstr "" + +#: utilities/templates/widgets/markdown_input.html:6 +msgid "Write" +msgstr "" + +#: utilities/templates/widgets/splitmultiselect.html:19 +msgid "Selected" +msgstr "" + +#: utilities/testing/views.py:724 +msgid "The test must define csv_update_data." +msgstr "" + +#: utilities/validators.py:71 +#, python-brace-format +msgid "{value} must be a multiple of {multiple}." +msgstr "" + +#: utilities/validators.py:83 +#, python-brace-format +msgid "{value} is not a valid regular expression." +msgstr "" + +#: utilities/views.py:76 +#, python-brace-format +msgid "{self.__class__.__name__} must implement get_required_permission()" +msgstr "" + +#: utilities/views.py:112 +#, python-brace-format +msgid "{class_name} must implement get_required_permission()" +msgstr "" + +#: utilities/views.py:136 +#, python-brace-format +msgid "" +"{class_name} has no queryset defined. ObjectPermissionRequiredMixin may only " +"be used on views which define a base queryset" +msgstr "" + +#: virtualization/choices.py:50 +msgid "Paused" +msgstr "" + +#: virtualization/filtersets.py:45 +msgid "Parent group (ID)" +msgstr "" + +#: virtualization/filtersets.py:51 +msgid "Parent group (slug)" +msgstr "" + +#: virtualization/filtersets.py:55 virtualization/filtersets.py:107 +msgid "Cluster type (ID)" +msgstr "" + +#: virtualization/filtersets.py:117 virtualization/filtersets.py:242 +msgid "Cluster (ID)" +msgstr "" + +#: virtualization/forms/bulk_edit.py:148 +#: virtualization/models/virtualmachines.py:109 +msgid "vCPUs" +msgstr "" + +#: virtualization/forms/bulk_edit.py:152 +msgid "Memory (MB)" +msgstr "" + +#: virtualization/forms/bulk_edit.py:156 +msgid "Disk (MB)" +msgstr "" + +#: virtualization/forms/bulk_edit.py:324 virtualization/forms/filtersets.py:269 +msgid "Size (MB)" +msgstr "" + +#: virtualization/forms/bulk_import.py:50 +msgid "Type of cluster" +msgstr "" + +#: virtualization/forms/bulk_import.py:57 +msgid "Assigned cluster group" +msgstr "" + +#: virtualization/forms/bulk_import.py:107 +msgid "Assigned cluster" +msgstr "" + +#: virtualization/forms/bulk_import.py:114 +msgid "Assigned device within cluster" +msgstr "" + +#: virtualization/forms/filtersets.py:189 +msgid "Serial number" +msgstr "" + +#: virtualization/forms/model_forms.py:158 +#, python-brace-format +msgid "" +"{device} belongs to a different {scope_field} ({device_scope}) than the " +"cluster ({cluster_scope})" +msgstr "" + +#: virtualization/forms/model_forms.py:199 +msgid "Optionally pin this VM to a specific host device within the cluster" +msgstr "" + +#: virtualization/forms/model_forms.py:228 +msgid "Site/Cluster" +msgstr "" + +#: virtualization/forms/model_forms.py:251 +msgid "Disk size is managed via the attachment of virtual disks." +msgstr "" + +#: virtualization/forms/model_forms.py:403 +#: virtualization/tables/virtualmachines.py:81 +msgid "Disk" +msgstr "" + +#: virtualization/models/clusters.py:26 +msgid "cluster type" +msgstr "" + +#: virtualization/models/clusters.py:27 +msgid "cluster types" +msgstr "" + +#: virtualization/models/clusters.py:43 +msgid "cluster group" +msgstr "" + +#: virtualization/models/clusters.py:44 +msgid "cluster groups" +msgstr "" + +#: virtualization/models/clusters.py:110 +msgid "cluster" +msgstr "" + +#: virtualization/models/clusters.py:111 +msgid "clusters" +msgstr "" + +#: virtualization/models/clusters.py:137 +#, python-brace-format +msgid "" +"{count} devices are assigned as hosts for this cluster but are not in site " +"{site}" +msgstr "" + +#: virtualization/models/clusters.py:144 +#, python-brace-format +msgid "" +"{count} devices are assigned as hosts for this cluster but are not in " +"location {location}" +msgstr "" + +#: virtualization/models/virtualmachines.py:117 +msgid "memory (MB)" +msgstr "" + +#: virtualization/models/virtualmachines.py:122 +msgid "disk (MB)" +msgstr "" + +#: virtualization/models/virtualmachines.py:166 +msgid "Virtual machine name must be unique per cluster." +msgstr "" + +#: virtualization/models/virtualmachines.py:169 +msgid "virtual machine" +msgstr "" + +#: virtualization/models/virtualmachines.py:170 +msgid "virtual machines" +msgstr "" + +#: virtualization/models/virtualmachines.py:181 +msgid "A virtual machine must be assigned to a site and/or cluster." +msgstr "" + +#: virtualization/models/virtualmachines.py:188 +#, python-brace-format +msgid "The selected cluster ({cluster}) is not assigned to this site ({site})." +msgstr "" + +#: virtualization/models/virtualmachines.py:195 +msgid "Must specify a cluster when assigning a host device." +msgstr "" + +#: virtualization/models/virtualmachines.py:200 +#, python-brace-format +msgid "" +"The selected device ({device}) is not assigned to this cluster ({cluster})." +msgstr "" + +#: virtualization/models/virtualmachines.py:212 +#, python-brace-format +msgid "" +"The specified disk size ({size}) must match the aggregate size of assigned " +"virtual disks ({total_size})." +msgstr "" + +#: virtualization/models/virtualmachines.py:226 +#, python-brace-format +msgid "Must be an IPv{family} address. ({ip} is an IPv{version} address.)" +msgstr "" + +#: virtualization/models/virtualmachines.py:235 +#, python-brace-format +msgid "The specified IP address ({ip}) is not assigned to this VM." +msgstr "" + +#: virtualization/models/virtualmachines.py:381 +#, python-brace-format +msgid "" +"The selected parent interface ({parent}) belongs to a different virtual " +"machine ({virtual_machine})." +msgstr "" + +#: virtualization/models/virtualmachines.py:396 +#, python-brace-format +msgid "" +"The selected bridge interface ({bridge}) belongs to a different virtual " +"machine ({virtual_machine})." +msgstr "" + +#: virtualization/models/virtualmachines.py:407 +#, python-brace-format +msgid "" +"The untagged VLAN ({untagged_vlan}) must belong to the same site as the " +"interface's parent virtual machine, or it must be global." +msgstr "" + +#: virtualization/models/virtualmachines.py:419 +msgid "size (MB)" +msgstr "" + +#: virtualization/models/virtualmachines.py:423 +msgid "virtual disk" +msgstr "" + +#: virtualization/models/virtualmachines.py:424 +msgid "virtual disks" +msgstr "" + +#: virtualization/views.py:322 +#, python-brace-format +msgid "Added {count} devices to cluster {cluster}" +msgstr "" + +#: vpn/choices.py:35 +msgid "IPsec - Transport" +msgstr "" + +#: vpn/choices.py:36 +msgid "IPsec - Tunnel" +msgstr "" + +#: vpn/choices.py:37 +msgid "IP-in-IP" +msgstr "" + +#: vpn/choices.py:38 +msgid "GRE" +msgstr "" + +#: vpn/choices.py:39 +msgid "WireGuard" +msgstr "" + +#: vpn/choices.py:40 +msgid "OpenVPN" +msgstr "" + +#: vpn/choices.py:41 +msgid "L2TP" +msgstr "" + +#: vpn/choices.py:42 +msgid "PPTP" +msgstr "" + +#: vpn/choices.py:88 +msgid "Aggressive" +msgstr "" + +#: vpn/choices.py:89 +msgid "Main" +msgstr "" + +#: vpn/choices.py:100 +msgid "Pre-shared keys" +msgstr "" + +#: vpn/choices.py:101 +msgid "Certificates" +msgstr "" + +#: vpn/choices.py:102 +msgid "RSA signatures" +msgstr "" + +#: vpn/choices.py:103 +msgid "DSA signatures" +msgstr "" + +#: vpn/choices.py:186 vpn/choices.py:187 vpn/choices.py:188 vpn/choices.py:189 +#: vpn/choices.py:190 vpn/choices.py:191 vpn/choices.py:192 vpn/choices.py:193 +#: vpn/choices.py:194 vpn/choices.py:195 vpn/choices.py:196 vpn/choices.py:197 +#: vpn/choices.py:198 vpn/choices.py:199 vpn/choices.py:200 vpn/choices.py:201 +#: vpn/choices.py:202 vpn/choices.py:203 vpn/choices.py:204 vpn/choices.py:205 +#: vpn/choices.py:206 vpn/choices.py:207 vpn/choices.py:208 vpn/choices.py:209 +#, python-brace-format +msgid "Group {n}" +msgstr "" + +#: vpn/choices.py:252 +msgid "Ethernet Private LAN" +msgstr "" + +#: vpn/choices.py:253 +msgid "Ethernet Virtual Private LAN" +msgstr "" + +#: vpn/choices.py:256 +msgid "Ethernet Private Tree" +msgstr "" + +#: vpn/choices.py:257 +msgid "Ethernet Virtual Private Tree" +msgstr "" + +#: vpn/choices.py:260 +msgid "SPB" +msgstr "" + +#: vpn/filtersets.py:42 +msgid "Tunnel group (ID)" +msgstr "" + +#: vpn/filtersets.py:48 +msgid "Tunnel group (slug)" +msgstr "" + +#: vpn/filtersets.py:55 +msgid "IPSec profile (ID)" +msgstr "" + +#: vpn/filtersets.py:61 +msgid "IPSec profile (name)" +msgstr "" + +#: vpn/filtersets.py:82 +msgid "Tunnel (ID)" +msgstr "" + +#: vpn/filtersets.py:88 +msgid "Tunnel (name)" +msgstr "" + +#: vpn/filtersets.py:119 +msgid "Outside IP (ID)" +msgstr "" + +#: vpn/filtersets.py:131 vpn/filtersets.py:264 +msgid "IKE policy (ID)" +msgstr "" + +#: vpn/filtersets.py:137 vpn/filtersets.py:270 +msgid "IKE policy (name)" +msgstr "" + +#: vpn/filtersets.py:201 vpn/filtersets.py:274 +msgid "IPSec policy (ID)" +msgstr "" + +#: vpn/filtersets.py:207 vpn/filtersets.py:280 +msgid "IPSec policy (name)" +msgstr "" + +#: vpn/filtersets.py:352 +msgid "L2VPN (slug)" +msgstr "" + +#: vpn/filtersets.py:416 +msgid "VM Interface (ID)" +msgstr "" + +#: vpn/filtersets.py:422 +msgid "VLAN (name)" +msgstr "" + +#: vpn/forms/bulk_edit.py:45 vpn/forms/bulk_import.py:42 +#: vpn/forms/filtersets.py:59 +msgid "Tunnel group" +msgstr "" + +#: vpn/forms/bulk_edit.py:117 vpn/models/crypto.py:48 +msgid "SA lifetime" +msgstr "" + +#: vpn/forms/bulk_edit.py:151 wireless/forms/bulk_edit.py:82 +#: wireless/forms/bulk_edit.py:130 wireless/forms/filtersets.py:67 +#: wireless/forms/filtersets.py:126 +msgid "Pre-shared key" +msgstr "" + +#: vpn/forms/bulk_edit.py:237 vpn/forms/bulk_import.py:239 +#: vpn/forms/filtersets.py:204 vpn/forms/model_forms.py:373 +#: vpn/models/crypto.py:104 +msgid "IKE policy" +msgstr "" + +#: vpn/forms/bulk_edit.py:242 vpn/forms/bulk_import.py:244 +#: vpn/forms/filtersets.py:209 vpn/forms/model_forms.py:377 +#: vpn/models/crypto.py:207 +msgid "IPSec policy" +msgstr "" + +#: vpn/forms/bulk_import.py:50 +msgid "Tunnel encapsulation" +msgstr "" + +#: vpn/forms/bulk_import.py:90 +msgid "Parent device of assigned interface" +msgstr "" + +#: vpn/forms/bulk_import.py:97 +msgid "Parent VM of assigned interface" +msgstr "" + +#: vpn/forms/bulk_import.py:104 +msgid "Device or virtual machine interface" +msgstr "" + +#: vpn/forms/bulk_import.py:183 +msgid "IKE proposal(s)" +msgstr "" + +#: vpn/forms/bulk_import.py:215 vpn/models/crypto.py:195 +msgid "Diffie-Hellman group for Perfect Forward Secrecy" +msgstr "" + +#: vpn/forms/bulk_import.py:222 +msgid "IPSec proposal(s)" +msgstr "" + +#: vpn/forms/bulk_import.py:236 +msgid "IPSec protocol" +msgstr "" + +#: vpn/forms/bulk_import.py:271 +msgid "L2VPN type" +msgstr "" + +#: vpn/forms/bulk_import.py:292 +msgid "Parent device (for interface)" +msgstr "" + +#: vpn/forms/bulk_import.py:299 +msgid "Parent virtual machine (for interface)" +msgstr "" + +#: vpn/forms/bulk_import.py:306 +msgid "Assigned interface (device or VM)" +msgstr "" + +#: vpn/forms/bulk_import.py:339 +msgid "Cannot import device and VM interface terminations simultaneously." +msgstr "" + +#: vpn/forms/bulk_import.py:341 +msgid "Each termination must specify either an interface or a VLAN." +msgstr "" + +#: vpn/forms/bulk_import.py:343 +msgid "Cannot assign both an interface and a VLAN." +msgstr "" + +#: vpn/forms/filtersets.py:135 +msgid "IKE version" +msgstr "" + +#: vpn/forms/filtersets.py:147 vpn/forms/filtersets.py:180 +#: vpn/forms/model_forms.py:299 vpn/forms/model_forms.py:336 +msgid "Proposal" +msgstr "" + +#: vpn/forms/filtersets.py:262 +msgid "Assigned Object Type" +msgstr "" + +#: vpn/forms/model_forms.py:96 vpn/forms/model_forms.py:131 +#: vpn/forms/model_forms.py:241 vpn/tables/tunnels.py:93 +msgid "Tunnel interface" +msgstr "" + +#: vpn/forms/model_forms.py:151 +msgid "First Termination" +msgstr "" + +#: vpn/forms/model_forms.py:154 +msgid "Second Termination" +msgstr "" + +#: vpn/forms/model_forms.py:198 +msgid "This parameter is required when defining a termination." +msgstr "" + +#: vpn/forms/model_forms.py:490 +msgid "A termination must specify an interface or VLAN." +msgstr "" + +#: vpn/forms/model_forms.py:492 +msgid "" +"A termination can only have one terminating object (an interface or VLAN)." +msgstr "" + +#: vpn/models/crypto.py:33 +msgid "encryption algorithm" +msgstr "" + +#: vpn/models/crypto.py:37 +msgid "authentication algorithm" +msgstr "" + +#: vpn/models/crypto.py:45 +msgid "Diffie-Hellman group ID" +msgstr "" + +#: vpn/models/crypto.py:51 +msgid "Security association lifetime (in seconds)" +msgstr "" + +#: vpn/models/crypto.py:60 +msgid "IKE proposal" +msgstr "" + +#: vpn/models/crypto.py:61 +msgid "IKE proposals" +msgstr "" + +#: vpn/models/crypto.py:75 +msgid "version" +msgstr "" + +#: vpn/models/crypto.py:88 vpn/models/crypto.py:188 +msgid "proposals" +msgstr "" + +#: vpn/models/crypto.py:91 wireless/models.py:41 +msgid "pre-shared key" +msgstr "" + +#: vpn/models/crypto.py:105 +msgid "IKE policies" +msgstr "" + +#: vpn/models/crypto.py:115 +msgid "Mode is required for selected IKE version" +msgstr "" + +#: vpn/models/crypto.py:119 +msgid "Mode cannot be used for selected IKE version" +msgstr "" + +#: vpn/models/crypto.py:134 +msgid "encryption" +msgstr "" + +#: vpn/models/crypto.py:140 +msgid "authentication" +msgstr "" + +#: vpn/models/crypto.py:149 +msgid "Security association lifetime (seconds)" +msgstr "" + +#: vpn/models/crypto.py:155 +msgid "Security association lifetime (in kilobytes)" +msgstr "" + +#: vpn/models/crypto.py:164 +msgid "IPSec proposal" +msgstr "" + +#: vpn/models/crypto.py:165 +msgid "IPSec proposals" +msgstr "" + +#: vpn/models/crypto.py:175 +msgid "Encryption and/or authentication algorithm must be defined" +msgstr "" + +#: vpn/models/crypto.py:208 +msgid "IPSec policies" +msgstr "" + +#: vpn/models/crypto.py:247 +msgid "IPSec profiles" +msgstr "" + +#: vpn/models/l2vpn.py:117 +msgid "L2VPN termination" +msgstr "" + +#: vpn/models/l2vpn.py:118 +msgid "L2VPN terminations" +msgstr "" + +#: vpn/models/l2vpn.py:133 +#, python-brace-format +msgid "L2VPN Termination already assigned ({assigned_object})" +msgstr "" + +#: vpn/models/l2vpn.py:145 +#, python-brace-format +msgid "" +"{l2vpn_type} L2VPNs cannot have more than two terminations; found " +"{terminations_count} already defined." +msgstr "" + +#: vpn/models/tunnels.py:26 +msgid "tunnel group" +msgstr "" + +#: vpn/models/tunnels.py:27 +msgid "tunnel groups" +msgstr "" + +#: vpn/models/tunnels.py:51 +msgid "encapsulation" +msgstr "" + +#: vpn/models/tunnels.py:70 +msgid "tunnel ID" +msgstr "" + +#: vpn/models/tunnels.py:92 +msgid "tunnel" +msgstr "" + +#: vpn/models/tunnels.py:93 +msgid "tunnels" +msgstr "" + +#: vpn/models/tunnels.py:145 +msgid "An object may be terminated to only one tunnel at a time." +msgstr "" + +#: vpn/models/tunnels.py:148 +msgid "tunnel termination" +msgstr "" + +#: vpn/models/tunnels.py:149 +msgid "tunnel terminations" +msgstr "" + +#: vpn/models/tunnels.py:166 +#, python-brace-format +msgid "{name} is already attached to a tunnel ({tunnel})." +msgstr "" + +#: vpn/tables/crypto.py:22 +msgid "Authentication Method" +msgstr "" + +#: vpn/tables/crypto.py:25 vpn/tables/crypto.py:97 +msgid "Encryption Algorithm" +msgstr "" + +#: vpn/tables/crypto.py:28 vpn/tables/crypto.py:100 +msgid "Authentication Algorithm" +msgstr "" + +#: vpn/tables/crypto.py:34 +msgid "SA Lifetime" +msgstr "" + +#: vpn/tables/crypto.py:71 +msgid "Pre-shared Key" +msgstr "" + +#: vpn/tables/crypto.py:103 +msgid "SA Lifetime (Seconds)" +msgstr "" + +#: vpn/tables/crypto.py:106 +msgid "SA Lifetime (KB)" +msgstr "" + +#: vpn/tables/l2vpn.py:72 +msgid "Object Parent" +msgstr "" + +#: vpn/tables/l2vpn.py:77 +msgid "Object Site" +msgstr "" + +#: wireless/choices.py:11 +msgid "Access point" +msgstr "" + +#: wireless/choices.py:12 +msgid "Station" +msgstr "" + +#: wireless/choices.py:467 +msgid "Open" +msgstr "" + +#: wireless/choices.py:469 +msgid "WPA Personal (PSK)" +msgstr "" + +#: wireless/choices.py:470 +msgid "WPA Enterprise" +msgstr "" + +#: wireless/forms/bulk_edit.py:76 wireless/forms/bulk_edit.py:124 +#: wireless/forms/bulk_import.py:70 wireless/forms/bulk_import.py:73 +#: wireless/forms/bulk_import.py:150 wireless/forms/bulk_import.py:153 +#: wireless/forms/filtersets.py:62 wireless/forms/filtersets.py:121 +msgid "Authentication cipher" +msgstr "" + +#: wireless/forms/bulk_import.py:54 +msgid "Bridged VLAN" +msgstr "" + +#: wireless/forms/bulk_import.py:100 +msgid "Parent device of assigned interface A" +msgstr "" + +#: wireless/forms/bulk_import.py:103 wireless/tables/wirelesslink.py:27 +msgid "Interface A" +msgstr "" + +#: wireless/forms/bulk_import.py:106 +msgid "Assigned interface A" +msgstr "" + +#: wireless/forms/bulk_import.py:121 +msgid "Parent device of assigned interface B" +msgstr "" + +#: wireless/forms/bulk_import.py:124 wireless/tables/wirelesslink.py:36 +msgid "Interface B" +msgstr "" + +#: wireless/forms/bulk_import.py:127 +msgid "Assigned interface B" +msgstr "" + +#: wireless/forms/model_forms.py:166 +msgid "Side B" +msgstr "" + +#: wireless/models.py:32 +msgid "authentication cipher" +msgstr "" + +#: wireless/models.py:72 +msgid "wireless LAN group" +msgstr "" + +#: wireless/models.py:73 +msgid "wireless LAN groups" +msgstr "" + +#: wireless/models.py:116 +msgid "wireless LAN" +msgstr "" + +#: wireless/models.py:134 +msgid "interface A" +msgstr "" + +#: wireless/models.py:140 +msgid "interface B" +msgstr "" + +#: wireless/models.py:188 +msgid "wireless link" +msgstr "" + +#: wireless/models.py:189 +msgid "wireless links" +msgstr "" + +#: wireless/models.py:204 wireless/models.py:210 +#, python-brace-format +msgid "{type} is not a wireless interface." +msgstr "" + +#: wireless/utils.py:16 +#, python-brace-format +msgid "Invalid channel value: {channel}" +msgstr "" + +#: wireless/utils.py:26 +#, python-brace-format +msgid "Invalid channel attribute: {name}" +msgstr ""