Jeremy Stretch 1 месяц назад
Родитель
Сommit
7c63d001b1
29 измененных файлов с 13466 добавлено и 11988 удалено
  1. 1 1
      .github/ISSUE_TEMPLATE/01-feature_request.yaml
  2. 1 1
      .github/ISSUE_TEMPLATE/02-bug_report.yaml
  3. 2 7
      contrib/openapi.json
  4. 26 0
      docs/release-notes/version-4.4.md
  5. 0 0
      netbox/project-static/dist/netbox.js
  6. 0 0
      netbox/project-static/dist/netbox.js.map
  7. 2 2
      netbox/project-static/package.json
  8. 8 8
      netbox/project-static/yarn.lock
  9. 2 2
      netbox/release.yaml
  10. 221 210
      netbox/translations/cs/LC_MESSAGES/django.po
  11. 221 210
      netbox/translations/da/LC_MESSAGES/django.po
  12. BIN
      netbox/translations/de/LC_MESSAGES/django.mo
  13. 223 212
      netbox/translations/de/LC_MESSAGES/django.po
  14. 221 210
      netbox/translations/es/LC_MESSAGES/django.po
  15. 221 210
      netbox/translations/fr/LC_MESSAGES/django.po
  16. 221 210
      netbox/translations/it/LC_MESSAGES/django.po
  17. 221 210
      netbox/translations/ja/LC_MESSAGES/django.po
  18. BIN
      netbox/translations/lv/LC_MESSAGES/django.mo
  19. 10322 9019
      netbox/translations/lv/LC_MESSAGES/django.po
  20. 221 210
      netbox/translations/nl/LC_MESSAGES/django.po
  21. 221 210
      netbox/translations/pl/LC_MESSAGES/django.po
  22. BIN
      netbox/translations/pt/LC_MESSAGES/django.mo
  23. 221 210
      netbox/translations/pt/LC_MESSAGES/django.po
  24. 221 210
      netbox/translations/ru/LC_MESSAGES/django.po
  25. 221 210
      netbox/translations/tr/LC_MESSAGES/django.po
  26. 221 210
      netbox/translations/uk/LC_MESSAGES/django.po
  27. 221 210
      netbox/translations/zh/LC_MESSAGES/django.po
  28. 1 1
      pyproject.toml
  29. 5 5
      requirements.txt

+ 1 - 1
.github/ISSUE_TEMPLATE/01-feature_request.yaml

@@ -15,7 +15,7 @@ body:
     attributes:
       label: NetBox version
       description: What version of NetBox are you currently running?
-      placeholder: v4.4.8
+      placeholder: v4.4.9
     validations:
       required: true
   - type: dropdown

+ 1 - 1
.github/ISSUE_TEMPLATE/02-bug_report.yaml

@@ -27,7 +27,7 @@ body:
     attributes:
       label: NetBox Version
       description: What version of NetBox are you currently running?
-      placeholder: v4.4.8
+      placeholder: v4.4.9
     validations:
       required: true
   - type: dropdown

+ 2 - 7
contrib/openapi.json

@@ -2,7 +2,7 @@
     "openapi": "3.0.3",
     "info": {
         "title": "NetBox REST API",
-        "version": "4.4.8",
+        "version": "4.4.9",
         "license": {
             "name": "Apache v2 License"
         }
@@ -158511,6 +158511,7 @@
                                 "fr",
                                 "it",
                                 "ja",
+                                "lv",
                                 "nl",
                                 "pl",
                                 "pt",
@@ -205630,15 +205631,9 @@
                     "description": {
                         "type": "string",
                         "maxLength": 200
-                    },
-                    "devicetype_count": {
-                        "type": "integer",
-                        "format": "int64",
-                        "readOnly": true
                     }
                 },
                 "required": [
-                    "devicetype_count",
                     "display",
                     "id",
                     "name",

+ 26 - 0
docs/release-notes/version-4.4.md

@@ -1,5 +1,31 @@
 # NetBox v4.4
 
+## v4.4.9 (2025-12-23)
+
+### Enhancements
+
+* [#20309](https://github.com/netbox-community/netbox/issues/20309) - Support ASDOT notation for ASN ranges
+* [#20720](https://github.com/netbox-community/netbox/issues/20720) - Add Latvian translations
+* [#20900](https://github.com/netbox-community/netbox/issues/20900) - Allow filtering custom choice fields by multiple values in the UI
+
+### Bug Fixes
+
+* [#17976](https://github.com/netbox-community/netbox/issues/17976) - Remove `devicetype_count` from nested manufacturer to correct OpenAPI schema
+* [#20011](https://github.com/netbox-community/netbox/issues/20011) - Provide a clear message when encountering duplicate object IDs during bulk import
+* [#20114](https://github.com/netbox-community/netbox/issues/20114) - Preserve `parent_bay` during device bulk import when tags are present
+* [#20491](https://github.com/netbox-community/netbox/issues/20491) - Improve handling of numeric ranges in tests
+* [#20873](https://github.com/netbox-community/netbox/issues/20873) - Fix `AttributeError` exception triggered by event rules associated with an object that supports file attachments
+* [#20875](https://github.com/netbox-community/netbox/issues/20875) - Ensure that parent object relations are cached (for filtering) on device/module components during instantiation
+* [#20876](https://github.com/netbox-community/netbox/issues/20876) - Allow editing an IP address that resides within a range marked as populated
+* [#20912](https://github.com/netbox-community/netbox/issues/20912) - Fix inconsistent clearing of `module` field on ModuleBay
+* [#20944](https://github.com/netbox-community/netbox/issues/20944) - Ensure cached scope is updated on child objects when a parent region/site/location is changed
+* [#20948](https://github.com/netbox-community/netbox/issues/20948) - Handle the deletion of related objects with `on_delete=RESTRICT` the same as `CASCADE`
+* [#20969](https://github.com/netbox-community/netbox/issues/20969) - Fix querying of front port templates by `rear_port_id`
+* [#21011](https://github.com/netbox-community/netbox/issues/21011) - Avoid writing to the database when loading active ConfigRevision
+* [#21032](https://github.com/netbox-community/netbox/issues/21032) - Avoid SQL subquery in RestrictedQuerySet where unnecessary
+
+---
+
 ## v4.4.8 (2025-12-09)
 
 ### Enhancements

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
netbox/project-static/dist/netbox.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
netbox/project-static/dist/netbox.js.map


+ 2 - 2
netbox/project-static/package.json

@@ -27,10 +27,10 @@
     "bootstrap": "5.3.8",
     "clipboard": "2.0.11",
     "flatpickr": "4.6.13",
-    "gridstack": "12.3.3",
+    "gridstack": "12.4.1",
     "htmx.org": "2.0.8",
     "query-string": "9.3.1",
-    "sass": "1.95.0",
+    "sass": "1.97.1",
     "tom-select": "2.4.3",
     "typeface-inter": "3.18.1",
     "typeface-roboto-mono": "1.1.13"

+ 8 - 8
netbox/project-static/yarn.lock

@@ -2178,10 +2178,10 @@ graphql@16.10.0:
   resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
   integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
 
-gridstack@12.3.3:
-  version "12.3.3"
-  resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.3.3.tgz#0c4fc3cdf6e1c16e6095bc79ff7240a590d2c200"
-  integrity sha512-Bboi4gj7HXGnx1VFXQNde4Nwi5srdUSuCCnOSszKhFjBs8EtMEWhsKX02BjIKkErq/FjQUkNUbXUYeQaVMQ0jQ==
+gridstack@12.4.1:
+  version "12.4.1"
+  resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.4.1.tgz#4a44511e5da33016e731f00bee279bed550d4ab9"
+  integrity sha512-dYBNVEDw2zwnz0bCDouHk8rMclrMoMn4r6rtNyyWSeYsV3RF8QV2KFRTj4c86T2FsZPr3iQv+/LD/ae29FcpHQ==
 
 has-bigints@^1.0.1, has-bigints@^1.0.2:
   version "1.0.2"
@@ -3190,10 +3190,10 @@ safe-regex-test@^1.1.0:
     es-errors "^1.3.0"
     is-regex "^1.2.1"
 
-sass@1.95.0:
-  version "1.95.0"
-  resolved "https://registry.yarnpkg.com/sass/-/sass-1.95.0.tgz#3a3a4d4d954313ab50eaf16f6e2548a2f6ec0811"
-  integrity sha512-9QMjhLq+UkOg/4bb8Lt8A+hJZvY3t+9xeZMKSBtBEgxrXA3ed5Ts4NDreUkYgJP1BTmrscQE/xYhf7iShow6lw==
+sass@1.97.1:
+  version "1.97.1"
+  resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.1.tgz#f36e492baf8ccdd08d591b58d3d8b53ea35ab905"
+  integrity sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==
   dependencies:
     chokidar "^4.0.0"
     immutable "^5.0.2"

+ 2 - 2
netbox/release.yaml

@@ -1,3 +1,3 @@
-version: "4.4.8"
+version: "4.4.9"
 edition: "Community"
-published: "2025-12-09"
+published: "2025-12-23"

Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/cs/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/da/LC_MESSAGES/django.po


BIN
netbox/translations/de/LC_MESSAGES/django.mo


Разница между файлами не показана из-за своего большого размера
+ 223 - 212
netbox/translations/de/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/es/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/fr/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/it/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/ja/LC_MESSAGES/django.po


BIN
netbox/translations/lv/LC_MESSAGES/django.mo


+ 10322 - 9019
netbox/translations/lv/LC_MESSAGES/django.po

@@ -2,16392 +2,17695 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
+# 
+# Translators:
+# Jeremy Stretch, 2025
+# 
 #, 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 <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
+"POT-Creation-Date: 2025-12-23 05:04+0000\n"
+"PO-Revision-Date: 2023-10-30 17:48+0000\n"
+"Last-Translator: Jeremy Stretch, 2025\n"
+"Language-Team: Latvian (https://app.transifex.com/netbox-community/teams/178115/lv/)\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"
+"Language: lv\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
+#: netbox/account/tables.py:27 netbox/templates/account/token.html:22
+#: netbox/templates/users/token.html:17 netbox/users/forms/bulk_import.py:39
+#: netbox/users/forms/model_forms.py:126
 msgid "Key"
-msgstr ""
+msgstr "Atslēga"
 
-#: account/tables.py:31 users/forms/filtersets.py:132
+#: netbox/account/tables.py:31 netbox/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
+msgstr "Rakstīšana iespējota"
+
+#: netbox/account/tables.py:35 netbox/core/choices.py:102
+#: netbox/core/tables/jobs.py:31 netbox/core/tables/tasks.py:80
+#: netbox/extras/tables/tables.py:404 netbox/extras/tables/tables.py:690
+#: netbox/templates/account/token.html:43
+#: netbox/templates/core/configrevision.html:26
+#: netbox/templates/core/configrevision_restore.html:12
+#: netbox/templates/core/job.html:42 netbox/templates/core/rq_task.html:16
+#: netbox/templates/core/rq_task.html:73
+#: netbox/templates/core/rq_worker.html:14
+#: netbox/templates/extras/htmx/script_result.html:12
+#: netbox/templates/extras/journalentry.html:22
+#: netbox/templates/generic/object.html:58
+#: netbox/templates/htmx/quick_add_created.html:7
+#: netbox/templates/users/token.html:35
 msgid "Created"
-msgstr ""
+msgstr "Izveidots"
 
-#: 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
+#: netbox/account/tables.py:39 netbox/templates/account/token.html:47
+#: netbox/templates/users/token.html:39 netbox/users/forms/bulk_edit.py:117
+#: netbox/users/forms/filtersets.py:136
 msgid "Expires"
-msgstr ""
+msgstr "Beidzas"
 
-#: account/tables.py:42 users/forms/filtersets.py:141
+#: netbox/account/tables.py:42 netbox/users/forms/filtersets.py:141
 msgid "Last Used"
-msgstr ""
+msgstr "Pēdējo reizi lietots"
 
-#: 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
+#: netbox/account/tables.py:45 netbox/templates/account/token.html:55
+#: netbox/templates/users/token.html:47 netbox/users/forms/bulk_edit.py:122
+#: netbox/users/forms/model_forms.py:138
 msgid "Allowed IPs"
-msgstr ""
+msgstr "Atļautie IP adresi"
 
-#: account/views.py:118
+#: netbox/account/views.py:118
 #, python-brace-format
 msgid "Logged in as {user}."
-msgstr ""
+msgstr "Pieslēgjies kā {user}."
 
-#: account/views.py:174
+#: netbox/account/views.py:174
 msgid "You have logged out."
-msgstr ""
+msgstr "Jūs esat atteicējies."
 
-#: account/views.py:224
+#: netbox/account/views.py:224
 msgid "Your preferences have been updated."
-msgstr ""
+msgstr "Jūsu preferences ir atjauninātas."
 
-#: account/views.py:252
+#: netbox/account/views.py:252
 msgid "LDAP-authenticated user credentials cannot be changed within NetBox."
 msgstr ""
+"LDAP autentificētos lietotāja akreditācijas datus NetBox nevar mainīt."
 
-#: account/views.py:267
+#: netbox/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
+msgstr "Jūsu parole ir veiksmīgi mainīta."
+
+#: netbox/circuits/choices.py:21 netbox/dcim/choices.py:20
+#: netbox/dcim/choices.py:102 netbox/dcim/choices.py:204
+#: netbox/dcim/choices.py:257 netbox/dcim/choices.py:1858
+#: netbox/dcim/choices.py:1916 netbox/dcim/choices.py:1983
+#: netbox/dcim/choices.py:2005 netbox/virtualization/choices.py:20
+#: netbox/virtualization/choices.py:46 netbox/vpn/choices.py:18
+#: netbox/vpn/choices.py:281
 msgid "Planned"
-msgstr ""
+msgstr "Plānots"
 
-#: circuits/choices.py:22 netbox/navigation/menu.py:327
+#: netbox/circuits/choices.py:22 netbox/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
+msgstr "Nodrošināšana"
+
+#: netbox/circuits/choices.py:23 netbox/core/tables/plugins.py:57
+#: netbox/core/tables/tasks.py:23 netbox/dcim/choices.py:22
+#: netbox/dcim/choices.py:103 netbox/dcim/choices.py:155
+#: netbox/dcim/choices.py:203 netbox/dcim/choices.py:256
+#: netbox/dcim/choices.py:1915 netbox/dcim/choices.py:1982
+#: netbox/dcim/choices.py:2004 netbox/extras/tables/tables.py:598
+#: netbox/ipam/choices.py:31 netbox/ipam/choices.py:49
+#: netbox/ipam/choices.py:69 netbox/ipam/choices.py:154
+#: netbox/templates/extras/configcontext.html:29
+#: netbox/templates/users/user.html:35 netbox/users/forms/bulk_edit.py:38
+#: netbox/virtualization/choices.py:22 netbox/virtualization/choices.py:45
+#: netbox/vpn/choices.py:19 netbox/vpn/choices.py:280
+#: netbox/wireless/choices.py:25
 msgid "Active"
-msgstr ""
+msgstr "Aktīvs"
 
-#: 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
+#: netbox/circuits/choices.py:24 netbox/dcim/choices.py:202
+#: netbox/dcim/choices.py:255 netbox/dcim/choices.py:1914
+#: netbox/dcim/choices.py:1984 netbox/dcim/choices.py:2003
+#: netbox/virtualization/choices.py:24 netbox/virtualization/choices.py:44
 msgid "Offline"
-msgstr ""
+msgstr "Bezsaistē"
 
-#: circuits/choices.py:25
+#: netbox/circuits/choices.py:25
 msgid "Deprovisioning"
-msgstr ""
+msgstr "Nodrošinājuma pārtraukšana"
 
-#: circuits/choices.py:26
+#: netbox/circuits/choices.py:26
 msgid "Decommissioned"
-msgstr ""
+msgstr "ekspluatācijas pārtraukšana"
 
-#: 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
+#: netbox/circuits/choices.py:90 netbox/dcim/choices.py:1927
+#: netbox/dcim/tables/devices.py:1178 netbox/templates/dcim/interface.html:135
+#: netbox/templates/virtualization/vminterface.html:83
+#: netbox/tenancy/choices.py:17
 msgid "Primary"
-msgstr ""
+msgstr "Primārais"
 
-#: circuits/choices.py:91 ipam/choices.py:90 tenancy/choices.py:18
+#: netbox/circuits/choices.py:91 netbox/ipam/choices.py:90
+#: netbox/tenancy/choices.py:18
 msgid "Secondary"
-msgstr ""
+msgstr "Sekundārā"
 
-#: circuits/choices.py:92 tenancy/choices.py:19
+#: netbox/circuits/choices.py:92 netbox/tenancy/choices.py:19
 msgid "Tertiary"
-msgstr ""
+msgstr "Terciārs"
 
-#: circuits/choices.py:93 tenancy/choices.py:20
+#: netbox/circuits/choices.py:93 netbox/tenancy/choices.py:20
 msgid "Inactive"
-msgstr ""
+msgstr "Neaktīvs"
 
-#: circuits/choices.py:107 templates/dcim/interface.html:275 vpn/choices.py:63
+#: netbox/circuits/choices.py:107 netbox/templates/dcim/interface.html:275
+#: netbox/vpn/choices.py:63
 msgid "Peer"
-msgstr ""
+msgstr "Vienaudžs"
 
-#: circuits/choices.py:108 vpn/choices.py:64
+#: netbox/circuits/choices.py:108 netbox/vpn/choices.py:64
 msgid "Hub"
-msgstr ""
+msgstr "Centrmezgls"
 
-#: circuits/choices.py:109 vpn/choices.py:65
+#: netbox/circuits/choices.py:109 netbox/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
+msgstr "Runāja"
+
+#: netbox/circuits/filtersets.py:37 netbox/circuits/filtersets.py:202
+#: netbox/circuits/filtersets.py:282 netbox/dcim/base_filtersets.py:22
+#: netbox/dcim/filtersets.py:101 netbox/dcim/filtersets.py:155
+#: netbox/dcim/filtersets.py:215 netbox/dcim/filtersets.py:336
+#: netbox/dcim/filtersets.py:467 netbox/dcim/filtersets.py:1108
+#: netbox/dcim/filtersets.py:1429 netbox/dcim/filtersets.py:1527
+#: netbox/dcim/filtersets.py:2263 netbox/dcim/filtersets.py:2506
+#: netbox/dcim/filtersets.py:2564 netbox/ipam/filtersets.py:942
+#: netbox/virtualization/filtersets.py:139 netbox/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
+msgstr "Reģions (ID)"
+
+#: netbox/circuits/filtersets.py:44 netbox/circuits/filtersets.py:209
+#: netbox/circuits/filtersets.py:289 netbox/dcim/base_filtersets.py:29
+#: netbox/dcim/filtersets.py:108 netbox/dcim/filtersets.py:161
+#: netbox/dcim/filtersets.py:222 netbox/dcim/filtersets.py:343
+#: netbox/dcim/filtersets.py:474 netbox/dcim/filtersets.py:1115
+#: netbox/dcim/filtersets.py:1436 netbox/dcim/filtersets.py:1534
+#: netbox/dcim/filtersets.py:2270 netbox/dcim/filtersets.py:2513
+#: netbox/dcim/filtersets.py:2571 netbox/extras/filtersets.py:646
+#: netbox/ipam/filtersets.py:949 netbox/virtualization/filtersets.py:146
+#: netbox/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
+msgstr "Reģions (gliemeži)"
+
+#: netbox/circuits/filtersets.py:50 netbox/circuits/filtersets.py:215
+#: netbox/circuits/filtersets.py:295 netbox/dcim/base_filtersets.py:35
+#: netbox/dcim/filtersets.py:131 netbox/dcim/filtersets.py:228
+#: netbox/dcim/filtersets.py:349 netbox/dcim/filtersets.py:480
+#: netbox/dcim/filtersets.py:1121 netbox/dcim/filtersets.py:1442
+#: netbox/dcim/filtersets.py:1540 netbox/dcim/filtersets.py:2276
+#: netbox/dcim/filtersets.py:2519 netbox/dcim/filtersets.py:2577
+#: netbox/ipam/filtersets.py:239 netbox/ipam/filtersets.py:955
+#: netbox/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
+msgstr "Vietnes grupa (ID)"
+
+#: netbox/circuits/filtersets.py:57 netbox/circuits/filtersets.py:222
+#: netbox/circuits/filtersets.py:302 netbox/dcim/base_filtersets.py:42
+#: netbox/dcim/filtersets.py:138 netbox/dcim/filtersets.py:235
+#: netbox/dcim/filtersets.py:356 netbox/dcim/filtersets.py:487
+#: netbox/dcim/filtersets.py:1128 netbox/dcim/filtersets.py:1449
+#: netbox/dcim/filtersets.py:1547 netbox/dcim/filtersets.py:2283
+#: netbox/dcim/filtersets.py:2526 netbox/dcim/filtersets.py:2584
+#: netbox/extras/filtersets.py:652 netbox/ipam/filtersets.py:246
+#: netbox/ipam/filtersets.py:962 netbox/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
+msgstr "Vietņu grupa (gliemeži)"
+
+#: netbox/circuits/filtersets.py:62 netbox/circuits/forms/filtersets.py:59
+#: netbox/circuits/forms/filtersets.py:183
+#: netbox/circuits/forms/filtersets.py:241
+#: netbox/circuits/tables/circuits.py:129 netbox/dcim/forms/bulk_edit.py:183
+#: netbox/dcim/forms/bulk_edit.py:355 netbox/dcim/forms/bulk_edit.py:753
+#: netbox/dcim/forms/bulk_edit.py:958 netbox/dcim/forms/bulk_import.py:135
+#: netbox/dcim/forms/bulk_import.py:237 netbox/dcim/forms/bulk_import.py:338
+#: netbox/dcim/forms/bulk_import.py:630 netbox/dcim/forms/bulk_import.py:1619
+#: netbox/dcim/forms/bulk_import.py:1647 netbox/dcim/forms/filtersets.py:90
+#: netbox/dcim/forms/filtersets.py:234 netbox/dcim/forms/filtersets.py:346
+#: netbox/dcim/forms/filtersets.py:448 netbox/dcim/forms/filtersets.py:790
+#: netbox/dcim/forms/filtersets.py:1009 netbox/dcim/forms/filtersets.py:1082
+#: netbox/dcim/forms/filtersets.py:1106 netbox/dcim/forms/filtersets.py:1196
+#: netbox/dcim/forms/filtersets.py:1234 netbox/dcim/forms/filtersets.py:1744
+#: netbox/dcim/forms/filtersets.py:1768 netbox/dcim/forms/filtersets.py:1792
+#: netbox/dcim/forms/model_forms.py:147 netbox/dcim/forms/model_forms.py:175
+#: netbox/dcim/forms/model_forms.py:251 netbox/dcim/forms/model_forms.py:577
+#: netbox/dcim/forms/model_forms.py:841 netbox/dcim/forms/object_create.py:395
+#: netbox/dcim/tables/devices.py:171 netbox/dcim/tables/power.py:26
+#: netbox/dcim/tables/power.py:93 netbox/dcim/tables/racks.py:125
+#: netbox/dcim/tables/racks.py:215 netbox/dcim/tables/sites.py:151
+#: netbox/extras/filtersets.py:662 netbox/ipam/forms/bulk_edit.py:479
+#: netbox/ipam/forms/bulk_import.py:485 netbox/ipam/forms/filtersets.py:161
+#: netbox/ipam/forms/filtersets.py:236 netbox/ipam/forms/filtersets.py:457
+#: netbox/ipam/forms/filtersets.py:552 netbox/ipam/forms/model_forms.py:673
+#: netbox/ipam/tables/vlans.py:90 netbox/ipam/tables/vlans.py:200
+#: netbox/templates/dcim/device.html:22
+#: netbox/templates/dcim/inc/cable_termination.html:8
+#: netbox/templates/dcim/inc/cable_termination.html:36
+#: netbox/templates/dcim/location.html:37
+#: netbox/templates/dcim/powerpanel.html:22 netbox/templates/dcim/rack.html:20
+#: netbox/templates/dcim/rackreservation.html:28
+#: netbox/templates/dcim/site.html:28 netbox/templates/ipam/vlan.html:23
+#: netbox/templates/ipam/vlan_edit.html:52
+#: netbox/templates/virtualization/virtualmachine.html:95
+#: netbox/virtualization/forms/bulk_edit.py:106
+#: netbox/virtualization/forms/bulk_import.py:65
+#: netbox/virtualization/forms/bulk_import.py:96
+#: netbox/virtualization/forms/filtersets.py:75
+#: netbox/virtualization/forms/filtersets.py:154
+#: netbox/virtualization/forms/model_forms.py:104
+#: netbox/virtualization/forms/model_forms.py:178
+#: netbox/virtualization/tables/virtualmachines.py:33
+#: netbox/vpn/forms/filtersets.py:277 netbox/wireless/forms/filtersets.py:88
+#: netbox/wireless/forms/model_forms.py:81
+#: netbox/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
+msgstr "Vietne"
+
+#: netbox/circuits/filtersets.py:68 netbox/circuits/filtersets.py:233
+#: netbox/circuits/filtersets.py:313 netbox/dcim/base_filtersets.py:53
+#: netbox/dcim/filtersets.py:245 netbox/dcim/filtersets.py:366
+#: netbox/dcim/filtersets.py:461 netbox/extras/filtersets.py:668
+#: netbox/ipam/filtersets.py:257 netbox/ipam/filtersets.py:972
+#: netbox/virtualization/filtersets.py:169 netbox/vpn/filtersets.py:367
 msgid "Site (slug)"
-msgstr ""
+msgstr "Vietne (gliemeži)"
 
-#: circuits/filtersets.py:73
+#: netbox/circuits/filtersets.py:73
 msgid "ASN (ID)"
-msgstr ""
+msgstr "ASN (ID)"
 
-#: 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
+#: netbox/circuits/filtersets.py:79 netbox/circuits/forms/filtersets.py:39
+#: netbox/ipam/forms/model_forms.py:166 netbox/ipam/models/asns.py:137
+#: netbox/ipam/models/asns.py:154 netbox/ipam/tables/asn.py:51
+#: netbox/templates/ipam/asn.html:20
 msgid "ASN"
-msgstr ""
+msgstr "ASN"
 
-#: 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
+#: netbox/circuits/filtersets.py:99 netbox/circuits/filtersets.py:126
+#: netbox/circuits/filtersets.py:160 netbox/circuits/filtersets.py:336
+#: netbox/circuits/filtersets.py:404 netbox/circuits/filtersets.py:480
+#: netbox/circuits/filtersets.py:548 netbox/ipam/filtersets.py:262
 msgid "Provider (ID)"
-msgstr ""
+msgstr "Pakalpojuma sniedzējs (ID)"
 
-#: 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
+#: netbox/circuits/filtersets.py:105 netbox/circuits/filtersets.py:132
+#: netbox/circuits/filtersets.py:166 netbox/circuits/filtersets.py:342
+#: netbox/circuits/filtersets.py:486 netbox/circuits/filtersets.py:554
+#: netbox/ipam/filtersets.py:268
 msgid "Provider (slug)"
-msgstr ""
+msgstr "Pakalpojuma sniedzējs (slug)"
 
-#: circuits/filtersets.py:171 circuits/filtersets.py:491
-#: circuits/filtersets.py:559
+#: netbox/circuits/filtersets.py:171 netbox/circuits/filtersets.py:491
+#: netbox/circuits/filtersets.py:559
 msgid "Provider account (ID)"
-msgstr ""
+msgstr "Pakalpojuma sniedzēja konts (ID)"
 
-#: circuits/filtersets.py:177 circuits/filtersets.py:497
-#: circuits/filtersets.py:565
+#: netbox/circuits/filtersets.py:177 netbox/circuits/filtersets.py:497
+#: netbox/circuits/filtersets.py:565
 msgid "Provider account (account)"
-msgstr ""
+msgstr "Pakalpojuma sniedzēja konts (konts)"
 
-#: circuits/filtersets.py:182 circuits/filtersets.py:501
-#: circuits/filtersets.py:570
+#: netbox/circuits/filtersets.py:182 netbox/circuits/filtersets.py:501
+#: netbox/circuits/filtersets.py:570
 msgid "Provider network (ID)"
-msgstr ""
+msgstr "Pakalpojuma sniedzēja tīkls (ID)"
 
-#: circuits/filtersets.py:186
+#: netbox/circuits/filtersets.py:186
 msgid "Circuit type (ID)"
-msgstr ""
+msgstr "Ķēdes tips (ID)"
 
-#: circuits/filtersets.py:192
+#: netbox/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
+msgstr "Ķēdes tips (gliemeži)"
+
+#: netbox/circuits/filtersets.py:227 netbox/circuits/filtersets.py:307
+#: netbox/dcim/base_filtersets.py:47 netbox/dcim/filtersets.py:239
+#: netbox/dcim/filtersets.py:360 netbox/dcim/filtersets.py:455
+#: netbox/dcim/filtersets.py:1132 netbox/dcim/filtersets.py:1454
+#: netbox/dcim/filtersets.py:1552 netbox/dcim/filtersets.py:2288
+#: netbox/dcim/filtersets.py:2530 netbox/dcim/filtersets.py:2589
+#: netbox/ipam/filtersets.py:251 netbox/ipam/filtersets.py:966
+#: netbox/virtualization/filtersets.py:163 netbox/vpn/filtersets.py:372
 msgid "Site (ID)"
-msgstr ""
+msgstr "Vietne (ID)"
 
-#: 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
+#: netbox/circuits/filtersets.py:237 netbox/circuits/filtersets.py:319
+#: netbox/dcim/base_filtersets.py:59 netbox/dcim/filtersets.py:261
+#: netbox/dcim/filtersets.py:372 netbox/dcim/filtersets.py:493
+#: netbox/dcim/filtersets.py:1144 netbox/dcim/filtersets.py:1465
+#: netbox/dcim/filtersets.py:1563 netbox/dcim/filtersets.py:2542
 msgid "Location (ID)"
-msgstr ""
+msgstr "Atrašanās vieta (ID)"
 
-#: circuits/filtersets.py:242 circuits/filtersets.py:246
+#: netbox/circuits/filtersets.py:242 netbox/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
+msgstr "Izbeigšana A (ID)"
+
+#: netbox/circuits/filtersets.py:271 netbox/circuits/filtersets.py:373
+#: netbox/circuits/filtersets.py:535 netbox/core/filtersets.py:81
+#: netbox/core/filtersets.py:145 netbox/core/filtersets.py:170
+#: netbox/core/filtersets.py:209 netbox/dcim/filtersets.py:787
+#: netbox/dcim/filtersets.py:1521 netbox/dcim/filtersets.py:2637
+#: netbox/extras/filtersets.py:45 netbox/extras/filtersets.py:67
+#: netbox/extras/filtersets.py:96 netbox/extras/filtersets.py:136
+#: netbox/extras/filtersets.py:185 netbox/extras/filtersets.py:213
+#: netbox/extras/filtersets.py:243 netbox/extras/filtersets.py:281
+#: netbox/extras/filtersets.py:333 netbox/extras/filtersets.py:406
+#: netbox/extras/filtersets.py:449 netbox/extras/filtersets.py:500
+#: netbox/extras/filtersets.py:560 netbox/extras/filtersets.py:595
+#: netbox/extras/filtersets.py:625 netbox/extras/filtersets.py:794
+#: netbox/ipam/forms/model_forms.py:493 netbox/netbox/filtersets.py:296
+#: netbox/netbox/forms/__init__.py:22 netbox/netbox/forms/base.py:196
+#: netbox/templates/htmx/object_selector.html:28
+#: netbox/templates/inc/filter_list.html:42
+#: netbox/templates/ipam/ipaddress_assign.html:29
+#: netbox/templates/search.html:7 netbox/templates/search.html:26
+#: netbox/tenancy/filtersets.py:104 netbox/users/filtersets.py:23
+#: netbox/users/filtersets.py:57 netbox/users/filtersets.py:102
+#: netbox/users/filtersets.py:150 netbox/utilities/forms/forms.py:149
+#: netbox/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
+msgstr "Meklēt"
+
+#: netbox/circuits/filtersets.py:275 netbox/circuits/forms/bulk_edit.py:195
+#: netbox/circuits/forms/bulk_edit.py:284
+#: netbox/circuits/forms/bulk_import.py:128
+#: netbox/circuits/forms/filtersets.py:224
+#: netbox/circuits/forms/filtersets.py:251
+#: netbox/circuits/forms/filtersets.py:297
+#: netbox/circuits/forms/model_forms.py:140
+#: netbox/circuits/forms/model_forms.py:163
+#: netbox/circuits/forms/model_forms.py:263
+#: netbox/circuits/tables/circuits.py:107
+#: netbox/circuits/tables/circuits.py:203 netbox/dcim/forms/connections.py:78
+#: netbox/templates/circuits/circuit.html:15
+#: netbox/templates/circuits/circuitgroupassignment.html:30
+#: netbox/templates/circuits/circuittermination.html:19
+#: netbox/templates/dcim/inc/cable_termination.html:62
+#: netbox/templates/dcim/trace/circuit.html:4
 msgid "Circuit"
-msgstr ""
+msgstr "Ķēde"
 
-#: 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
+#: netbox/circuits/filtersets.py:326 netbox/dcim/base_filtersets.py:66
+#: netbox/dcim/filtersets.py:268 netbox/dcim/filtersets.py:379
+#: netbox/dcim/filtersets.py:500 netbox/dcim/filtersets.py:1151
+#: netbox/dcim/filtersets.py:1471 netbox/dcim/filtersets.py:1569
+#: netbox/extras/filtersets.py:679
 msgid "Location (slug)"
-msgstr ""
+msgstr "Atrašanās vieta (gliemeži)"
 
-#: circuits/filtersets.py:331
+#: netbox/circuits/filtersets.py:331
 msgid "ProviderNetwork (ID)"
-msgstr ""
+msgstr "pakalpojumu sniedzēja tīkls (ID)"
 
-#: circuits/filtersets.py:379
+#: netbox/circuits/filtersets.py:379
 msgid "Circuit (CID)"
-msgstr ""
+msgstr "Ķēde (CID)"
 
-#: circuits/filtersets.py:384
+#: netbox/circuits/filtersets.py:384
 msgid "Circuit (ID)"
-msgstr ""
+msgstr "Ķēde (ID)"
 
-#: circuits/filtersets.py:389
+#: netbox/circuits/filtersets.py:389
 msgid "Virtual circuit (CID)"
-msgstr ""
+msgstr "Virtuālā shēma (CID)"
 
-#: circuits/filtersets.py:394 dcim/filtersets.py:2067
+#: netbox/circuits/filtersets.py:394 netbox/dcim/filtersets.py:2067
 msgid "Virtual circuit (ID)"
-msgstr ""
+msgstr "Virtuālā shēma (ID)"
 
-#: circuits/filtersets.py:399
+#: netbox/circuits/filtersets.py:399
 msgid "Provider (name)"
-msgstr ""
+msgstr "Pakalpojuma sniedzējs (nosaukums)"
 
-#: circuits/filtersets.py:408
+#: netbox/circuits/filtersets.py:408
 msgid "Circuit group (ID)"
-msgstr ""
+msgstr "Ķēdes grupa (ID)"
 
-#: circuits/filtersets.py:414
+#: netbox/circuits/filtersets.py:414
 msgid "Circuit group (slug)"
-msgstr ""
+msgstr "Ķēdes grupa (gliemeži)"
 
-#: circuits/filtersets.py:505
+#: netbox/circuits/filtersets.py:505
 msgid "Virtual circuit type (ID)"
-msgstr ""
+msgstr "Virtuālās shēmas tips (ID)"
 
-#: circuits/filtersets.py:511
+#: netbox/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
+msgstr "Virtuālās shēmas tips (gliemeži)"
+
+#: netbox/circuits/filtersets.py:539 netbox/circuits/forms/bulk_edit.py:355
+#: netbox/circuits/forms/bulk_import.py:249
+#: netbox/circuits/forms/filtersets.py:373
+#: netbox/circuits/forms/filtersets.py:379
+#: netbox/circuits/forms/model_forms.py:344
+#: netbox/circuits/forms/model_forms.py:359
+#: netbox/circuits/tables/virtual_circuits.py:87
+#: netbox/templates/circuits/virtualcircuit.html:20
+#: netbox/templates/circuits/virtualcircuittermination.html:38
 msgid "Virtual circuit"
-msgstr ""
+msgstr "Virtuālā ķēde"
 
-#: circuits/filtersets.py:575 dcim/filtersets.py:1361 dcim/filtersets.py:1807
-#: ipam/filtersets.py:628 vpn/filtersets.py:103 vpn/filtersets.py:405
+#: netbox/circuits/filtersets.py:575 netbox/dcim/filtersets.py:1361
+#: netbox/dcim/filtersets.py:1807 netbox/ipam/filtersets.py:628
+#: netbox/vpn/filtersets.py:103 netbox/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
+msgstr "Saskarne (ID)"
+
+#: netbox/circuits/forms/bulk_edit.py:42
+#: netbox/circuits/forms/filtersets.py:64
+#: netbox/circuits/forms/model_forms.py:43
+#: netbox/circuits/tables/providers.py:32 netbox/dcim/forms/bulk_edit.py:143
+#: netbox/dcim/forms/filtersets.py:204 netbox/dcim/forms/model_forms.py:133
+#: netbox/dcim/tables/sites.py:108 netbox/ipam/models/asns.py:155
+#: netbox/ipam/tables/asn.py:37 netbox/ipam/views.py:269
+#: netbox/netbox/navigation/menu.py:179 netbox/netbox/navigation/menu.py:182
+#: netbox/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
+msgstr "ASN"
+
+#: netbox/circuits/forms/bulk_edit.py:46 netbox/circuits/forms/bulk_edit.py:68
+#: netbox/circuits/forms/bulk_edit.py:95
+#: netbox/circuits/forms/bulk_edit.py:116
+#: netbox/circuits/forms/bulk_edit.py:187
+#: netbox/circuits/forms/bulk_edit.py:207
+#: netbox/circuits/forms/bulk_edit.py:266
+#: netbox/circuits/forms/bulk_edit.py:307
+#: netbox/circuits/forms/bulk_edit.py:347
+#: netbox/circuits/forms/bulk_edit.py:371 netbox/core/forms/bulk_edit.py:29
+#: netbox/dcim/forms/bulk_create.py:35 netbox/dcim/forms/bulk_edit.py:81
+#: netbox/dcim/forms/bulk_edit.py:101 netbox/dcim/forms/bulk_edit.py:166
+#: netbox/dcim/forms/bulk_edit.py:212 netbox/dcim/forms/bulk_edit.py:231
+#: netbox/dcim/forms/bulk_edit.py:314 netbox/dcim/forms/bulk_edit.py:468
+#: netbox/dcim/forms/bulk_edit.py:506 netbox/dcim/forms/bulk_edit.py:521
+#: netbox/dcim/forms/bulk_edit.py:580 netbox/dcim/forms/bulk_edit.py:603
+#: netbox/dcim/forms/bulk_edit.py:648 netbox/dcim/forms/bulk_edit.py:687
+#: netbox/dcim/forms/bulk_edit.py:717 netbox/dcim/forms/bulk_edit.py:791
+#: netbox/dcim/forms/bulk_edit.py:852 netbox/dcim/forms/bulk_edit.py:904
+#: netbox/dcim/forms/bulk_edit.py:927 netbox/dcim/forms/bulk_edit.py:975
+#: netbox/dcim/forms/bulk_edit.py:1045 netbox/dcim/forms/bulk_edit.py:1102
+#: netbox/dcim/forms/bulk_edit.py:1137 netbox/dcim/forms/bulk_edit.py:1177
+#: netbox/dcim/forms/bulk_edit.py:1221 netbox/dcim/forms/bulk_edit.py:1266
+#: netbox/dcim/forms/bulk_edit.py:1293 netbox/dcim/forms/bulk_edit.py:1311
+#: netbox/dcim/forms/bulk_edit.py:1329 netbox/dcim/forms/bulk_edit.py:1347
+#: netbox/dcim/forms/bulk_edit.py:1827 netbox/dcim/forms/bulk_edit.py:1868
+#: netbox/extras/forms/bulk_edit.py:43 netbox/extras/forms/bulk_edit.py:153
+#: netbox/extras/forms/bulk_edit.py:186 netbox/extras/forms/bulk_edit.py:214
+#: netbox/extras/forms/bulk_edit.py:244 netbox/extras/forms/bulk_edit.py:292
+#: netbox/extras/forms/bulk_edit.py:310 netbox/extras/forms/bulk_edit.py:328
+#: netbox/extras/forms/bulk_edit.py:361 netbox/extras/forms/bulk_edit.py:378
+#: netbox/extras/forms/bulk_edit.py:415 netbox/extras/forms/bulk_edit.py:440
+#: netbox/extras/tables/tables.py:85 netbox/ipam/forms/bulk_edit.py:56
+#: netbox/ipam/forms/bulk_edit.py:76 netbox/ipam/forms/bulk_edit.py:96
+#: netbox/ipam/forms/bulk_edit.py:120 netbox/ipam/forms/bulk_edit.py:149
+#: netbox/ipam/forms/bulk_edit.py:178 netbox/ipam/forms/bulk_edit.py:197
+#: netbox/ipam/forms/bulk_edit.py:260 netbox/ipam/forms/bulk_edit.py:310
+#: netbox/ipam/forms/bulk_edit.py:358 netbox/ipam/forms/bulk_edit.py:401
+#: netbox/ipam/forms/bulk_edit.py:417 netbox/ipam/forms/bulk_edit.py:511
+#: netbox/ipam/forms/bulk_edit.py:543 netbox/ipam/forms/bulk_edit.py:586
+#: netbox/ipam/tables/vlans.py:243 netbox/ipam/tables/vlans.py:270
+#: netbox/templates/account/token.html:35
+#: netbox/templates/circuits/circuit.html:69
+#: netbox/templates/circuits/circuitgroup.html:32
+#: netbox/templates/circuits/circuittype.html:26
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:83
+#: netbox/templates/circuits/provider.html:33
+#: netbox/templates/circuits/provideraccount.html:32
+#: netbox/templates/circuits/providernetwork.html:32
+#: netbox/templates/circuits/virtualcircuit.html:56
+#: netbox/templates/circuits/virtualcircuittermination.html:68
+#: netbox/templates/circuits/virtualcircuittype.html:26
+#: netbox/templates/core/datasource.html:58
+#: netbox/templates/core/plugin.html:80 netbox/templates/dcim/cable.html:36
+#: netbox/templates/dcim/consoleport.html:44
+#: netbox/templates/dcim/consoleserverport.html:44
+#: netbox/templates/dcim/device.html:100
+#: netbox/templates/dcim/devicebay.html:32
+#: netbox/templates/dcim/devicerole.html:30
+#: netbox/templates/dcim/devicetype.html:33
+#: netbox/templates/dcim/frontport.html:58
+#: netbox/templates/dcim/interface.html:69
+#: netbox/templates/dcim/inventoryitem.html:64
+#: netbox/templates/dcim/inventoryitemrole.html:22
+#: netbox/templates/dcim/location.html:33
+#: netbox/templates/dcim/macaddress.html:21
+#: netbox/templates/dcim/manufacturer.html:40
+#: netbox/templates/dcim/module.html:73
+#: netbox/templates/dcim/modulebay.html:42
+#: netbox/templates/dcim/moduletype.html:43
+#: netbox/templates/dcim/moduletypeprofile.html:20
+#: netbox/templates/dcim/platform.html:33
+#: netbox/templates/dcim/powerfeed.html:40
+#: netbox/templates/dcim/poweroutlet.html:44
+#: netbox/templates/dcim/powerpanel.html:30
+#: netbox/templates/dcim/powerport.html:40 netbox/templates/dcim/rack.html:53
+#: netbox/templates/dcim/rackreservation.html:66
+#: netbox/templates/dcim/rackrole.html:26
+#: netbox/templates/dcim/racktype.html:24
+#: netbox/templates/dcim/rearport.html:54 netbox/templates/dcim/region.html:33
+#: netbox/templates/dcim/site.html:60 netbox/templates/dcim/sitegroup.html:33
+#: netbox/templates/dcim/virtualchassis.html:21
+#: netbox/templates/extras/configcontext.html:25
+#: netbox/templates/extras/configcontextprofile.html:17
+#: netbox/templates/extras/configtemplate.html:17
+#: netbox/templates/extras/customfield.html:34
+#: netbox/templates/extras/dashboard/widget_add.html:14
+#: netbox/templates/extras/eventrule.html:21
+#: netbox/templates/extras/exporttemplate.html:19
+#: netbox/templates/extras/imageattachment.html:21
+#: netbox/templates/extras/inc/script_list_content.html:33
+#: netbox/templates/extras/notificationgroup.html:20
+#: netbox/templates/extras/savedfilter.html:17
+#: netbox/templates/extras/tableconfig.html:17
+#: netbox/templates/extras/tag.html:20 netbox/templates/extras/webhook.html:17
+#: netbox/templates/generic/bulk_import.html:151
+#: netbox/templates/ipam/aggregate.html:43 netbox/templates/ipam/asn.html:42
+#: netbox/templates/ipam/asnrange.html:38
+#: netbox/templates/ipam/fhrpgroup.html:34
+#: netbox/templates/ipam/ipaddress.html:55
+#: netbox/templates/ipam/iprange.html:74 netbox/templates/ipam/prefix.html:77
+#: netbox/templates/ipam/rir.html:26 netbox/templates/ipam/role.html:26
+#: netbox/templates/ipam/routetarget.html:21
+#: netbox/templates/ipam/service.html:52
+#: netbox/templates/ipam/servicetemplate.html:27
+#: netbox/templates/ipam/vlan.html:62 netbox/templates/ipam/vlangroup.html:34
+#: netbox/templates/ipam/vlantranslationpolicy.html:18
+#: netbox/templates/ipam/vlantranslationrule.html:26
+#: netbox/templates/ipam/vrf.html:33 netbox/templates/tenancy/contact.html:77
+#: netbox/templates/tenancy/contactgroup.html:25
+#: netbox/templates/tenancy/contactrole.html:22
+#: netbox/templates/tenancy/tenant.html:24
+#: netbox/templates/tenancy/tenantgroup.html:33
+#: netbox/templates/users/group.html:21
+#: netbox/templates/users/objectpermission.html:21
+#: netbox/templates/users/token.html:27
+#: netbox/templates/virtualization/cluster.html:25
+#: netbox/templates/virtualization/clustergroup.html:26
+#: netbox/templates/virtualization/clustertype.html:26
+#: netbox/templates/virtualization/virtualdisk.html:39
+#: netbox/templates/virtualization/virtualmachine.html:31
+#: netbox/templates/virtualization/vminterface.html:47
+#: netbox/templates/vpn/ikepolicy.html:17
+#: netbox/templates/vpn/ikeproposal.html:17
+#: netbox/templates/vpn/ipsecpolicy.html:17
+#: netbox/templates/vpn/ipsecprofile.html:17
+#: netbox/templates/vpn/ipsecprofile.html:40
+#: netbox/templates/vpn/ipsecprofile.html:73
+#: netbox/templates/vpn/ipsecproposal.html:17
+#: netbox/templates/vpn/l2vpn.html:30 netbox/templates/vpn/tunnel.html:33
+#: netbox/templates/vpn/tunnelgroup.html:30
+#: netbox/templates/wireless/wirelesslan.html:34
+#: netbox/templates/wireless/wirelesslangroup.html:33
+#: netbox/templates/wireless/wirelesslink.html:34
+#: netbox/tenancy/forms/bulk_edit.py:32 netbox/tenancy/forms/bulk_edit.py:49
+#: netbox/tenancy/forms/bulk_edit.py:72 netbox/tenancy/forms/bulk_edit.py:87
+#: netbox/tenancy/forms/bulk_edit.py:135 netbox/users/forms/bulk_edit.py:64
+#: netbox/users/forms/bulk_edit.py:82 netbox/users/forms/bulk_edit.py:112
+#: netbox/virtualization/forms/bulk_edit.py:33
+#: netbox/virtualization/forms/bulk_edit.py:47
+#: netbox/virtualization/forms/bulk_edit.py:82
+#: netbox/virtualization/forms/bulk_edit.py:159
+#: netbox/virtualization/forms/bulk_edit.py:210
+#: netbox/virtualization/forms/bulk_edit.py:327
+#: netbox/vpn/forms/bulk_edit.py:28 netbox/vpn/forms/bulk_edit.py:64
+#: netbox/vpn/forms/bulk_edit.py:121 netbox/vpn/forms/bulk_edit.py:155
+#: netbox/vpn/forms/bulk_edit.py:190 netbox/vpn/forms/bulk_edit.py:215
+#: netbox/vpn/forms/bulk_edit.py:247 netbox/vpn/forms/bulk_edit.py:278
+#: netbox/wireless/forms/bulk_edit.py:31 netbox/wireless/forms/bulk_edit.py:85
+#: netbox/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
+msgstr "Apraksts"
+
+#: netbox/circuits/forms/bulk_edit.py:63 netbox/circuits/forms/bulk_edit.py:85
+#: netbox/circuits/forms/bulk_edit.py:135
+#: netbox/circuits/forms/bulk_import.py:43
+#: netbox/circuits/forms/bulk_import.py:58
+#: netbox/circuits/forms/bulk_import.py:81
+#: netbox/circuits/forms/filtersets.py:79
+#: netbox/circuits/forms/filtersets.py:97
+#: netbox/circuits/forms/filtersets.py:125
+#: netbox/circuits/forms/filtersets.py:143
+#: netbox/circuits/forms/filtersets.py:225
+#: netbox/circuits/forms/filtersets.py:269
+#: netbox/circuits/forms/filtersets.py:292
+#: netbox/circuits/forms/filtersets.py:330
+#: netbox/circuits/forms/filtersets.py:338
+#: netbox/circuits/forms/filtersets.py:374
+#: netbox/circuits/forms/filtersets.py:397
+#: netbox/circuits/forms/model_forms.py:61
+#: netbox/circuits/forms/model_forms.py:77
+#: netbox/circuits/forms/model_forms.py:111
+#: netbox/circuits/tables/circuits.py:57
+#: netbox/circuits/tables/circuits.py:111
+#: netbox/circuits/tables/circuits.py:196
+#: netbox/circuits/tables/providers.py:70
+#: netbox/circuits/tables/providers.py:101
+#: netbox/circuits/tables/virtual_circuits.py:46
+#: netbox/circuits/tables/virtual_circuits.py:92
+#: netbox/templates/circuits/circuit.html:18
+#: netbox/templates/circuits/circuitgroupassignment.html:26
+#: netbox/templates/circuits/circuittermination.html:25
+#: netbox/templates/circuits/provider.html:20
+#: netbox/templates/circuits/provideraccount.html:20
+#: netbox/templates/circuits/providernetwork.html:20
+#: netbox/templates/circuits/virtualcircuit.html:23
+#: netbox/templates/circuits/virtualcircuittermination.html:26
+#: netbox/templates/dcim/inc/cable_termination.html:58
+#: netbox/templates/dcim/interface.html:166
 msgid "Provider"
-msgstr ""
+msgstr "Pakalpotājs"
 
-#: circuits/forms/bulk_edit.py:92 circuits/forms/filtersets.py:100
-#: templates/circuits/providernetwork.html:28
+#: netbox/circuits/forms/bulk_edit.py:92
+#: netbox/circuits/forms/filtersets.py:100
+#: netbox/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
+msgstr "Pakalpojuma ID"
+
+#: netbox/circuits/forms/bulk_edit.py:112
+#: netbox/circuits/forms/bulk_edit.py:303
+#: netbox/circuits/forms/filtersets.py:116
+#: netbox/circuits/forms/filtersets.py:321 netbox/dcim/forms/bulk_edit.py:227
+#: netbox/dcim/forms/bulk_edit.py:673 netbox/dcim/forms/bulk_edit.py:889
+#: netbox/dcim/forms/bulk_edit.py:1262 netbox/dcim/forms/bulk_edit.py:1289
+#: netbox/dcim/forms/bulk_edit.py:1823 netbox/dcim/forms/bulk_import.py:1494
+#: netbox/dcim/forms/filtersets.py:1149 netbox/dcim/forms/filtersets.py:1409
+#: netbox/dcim/forms/filtersets.py:1564 netbox/dcim/forms/filtersets.py:1588
+#: netbox/dcim/tables/devices.py:767 netbox/dcim/tables/devices.py:823
+#: netbox/dcim/tables/devices.py:1064 netbox/dcim/tables/devicetypes.py:256
+#: netbox/dcim/tables/devicetypes.py:271 netbox/dcim/tables/racks.py:33
+#: netbox/extras/forms/bulk_edit.py:306 netbox/extras/tables/tables.py:512
+#: netbox/templates/circuits/circuittype.html:30
+#: netbox/templates/circuits/virtualcircuittype.html:30
+#: netbox/templates/dcim/cable.html:40
+#: netbox/templates/dcim/devicerole.html:38
+#: netbox/templates/dcim/frontport.html:40
+#: netbox/templates/dcim/inventoryitemrole.html:26
+#: netbox/templates/dcim/poweroutlet.html:48
+#: netbox/templates/dcim/rackrole.html:30
+#: netbox/templates/dcim/rearport.html:40 netbox/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
+msgstr "Krāsa"
+
+#: netbox/circuits/forms/bulk_edit.py:130
+#: netbox/circuits/forms/bulk_edit.py:331
+#: netbox/circuits/forms/bulk_import.py:94
+#: netbox/circuits/forms/bulk_import.py:221
+#: netbox/circuits/forms/filtersets.py:138
+#: netbox/circuits/forms/filtersets.py:359
+#: netbox/circuits/tables/circuits.py:65
+#: netbox/circuits/tables/circuits.py:200
+#: netbox/circuits/tables/virtual_circuits.py:58
+#: netbox/core/forms/bulk_edit.py:19 netbox/core/forms/filtersets.py:33
+#: netbox/core/tables/change_logging.py:32 netbox/core/tables/data.py:21
+#: netbox/core/tables/jobs.py:20 netbox/dcim/forms/bulk_edit.py:867
+#: netbox/dcim/forms/bulk_edit.py:1006 netbox/dcim/forms/bulk_edit.py:1078
+#: netbox/dcim/forms/bulk_edit.py:1097 netbox/dcim/forms/bulk_edit.py:1120
+#: netbox/dcim/forms/bulk_edit.py:1162 netbox/dcim/forms/bulk_edit.py:1206
+#: netbox/dcim/forms/bulk_edit.py:1257 netbox/dcim/forms/bulk_edit.py:1284
+#: netbox/dcim/forms/bulk_import.py:195 netbox/dcim/forms/bulk_import.py:274
+#: netbox/dcim/forms/bulk_import.py:804 netbox/dcim/forms/bulk_import.py:830
+#: netbox/dcim/forms/bulk_import.py:856 netbox/dcim/forms/bulk_import.py:876
+#: netbox/dcim/forms/bulk_import.py:962 netbox/dcim/forms/bulk_import.py:1098
+#: netbox/dcim/forms/bulk_import.py:1140 netbox/dcim/forms/bulk_import.py:1475
+#: netbox/dcim/forms/bulk_import.py:1684 netbox/dcim/forms/filtersets.py:1040
+#: netbox/dcim/forms/filtersets.py:1139 netbox/dcim/forms/filtersets.py:1260
+#: netbox/dcim/forms/filtersets.py:1333 netbox/dcim/forms/filtersets.py:1358
+#: netbox/dcim/forms/filtersets.py:1383 netbox/dcim/forms/filtersets.py:1403
+#: netbox/dcim/forms/filtersets.py:1451 netbox/dcim/forms/filtersets.py:1559
+#: netbox/dcim/forms/filtersets.py:1583 netbox/dcim/forms/model_forms.py:821
+#: netbox/dcim/forms/model_forms.py:827 netbox/dcim/forms/object_import.py:84
+#: netbox/dcim/forms/object_import.py:113
+#: netbox/dcim/forms/object_import.py:146 netbox/dcim/tables/devices.py:196
+#: netbox/dcim/tables/devices.py:875 netbox/dcim/tables/power.py:77
+#: netbox/dcim/tables/racks.py:141 netbox/extras/forms/bulk_import.py:43
+#: netbox/extras/tables/tables.py:474 netbox/extras/tables/tables.py:534
+#: netbox/netbox/tables/tables.py:272
+#: netbox/templates/circuits/circuit.html:30
+#: netbox/templates/circuits/virtualcircuit.html:39
+#: netbox/templates/circuits/virtualcircuittermination.html:64
+#: netbox/templates/core/datasource.html:38
+#: netbox/templates/dcim/cable.html:15
+#: netbox/templates/dcim/consoleport.html:36
+#: netbox/templates/dcim/consoleserverport.html:36
+#: netbox/templates/dcim/frontport.html:36
+#: netbox/templates/dcim/interface.html:46
+#: netbox/templates/dcim/interface.html:226
+#: netbox/templates/dcim/interface.html:368
+#: netbox/templates/dcim/powerfeed.html:32
+#: netbox/templates/dcim/poweroutlet.html:36
+#: netbox/templates/dcim/powerport.html:36
+#: netbox/templates/dcim/rearport.html:36
+#: netbox/templates/extras/eventrule.html:74
+#: netbox/templates/virtualization/cluster.html:17
+#: netbox/templates/vpn/l2vpn.html:22
+#: netbox/templates/wireless/inc/authentication_attrs.html:8
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:14
+#: netbox/virtualization/forms/bulk_edit.py:61
+#: netbox/virtualization/forms/bulk_import.py:47
+#: netbox/virtualization/forms/filtersets.py:55
+#: netbox/virtualization/forms/model_forms.py:65
+#: netbox/virtualization/tables/clusters.py:66
+#: netbox/vpn/forms/bulk_edit.py:268 netbox/vpn/forms/bulk_import.py:269
+#: netbox/vpn/forms/filtersets.py:228 netbox/vpn/forms/model_forms.py:85
+#: netbox/vpn/forms/model_forms.py:120 netbox/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
+msgstr "Veids"
+
+#: netbox/circuits/forms/bulk_edit.py:140
+#: netbox/circuits/forms/bulk_edit.py:326
+#: netbox/circuits/forms/bulk_import.py:87
+#: netbox/circuits/forms/bulk_import.py:214
+#: netbox/circuits/forms/filtersets.py:151
+#: netbox/circuits/forms/filtersets.py:346
+#: netbox/circuits/forms/model_forms.py:117
+#: netbox/circuits/forms/model_forms.py:331
+#: netbox/templates/circuits/virtualcircuit.html:31
+#: netbox/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
+msgstr "Pakalpotāja konts"
+
+#: netbox/circuits/forms/bulk_edit.py:148
+#: netbox/circuits/forms/bulk_edit.py:336
+#: netbox/circuits/forms/bulk_import.py:100
+#: netbox/circuits/forms/bulk_import.py:227
+#: netbox/circuits/forms/filtersets.py:162
+#: netbox/circuits/forms/filtersets.py:362 netbox/core/forms/filtersets.py:38
+#: netbox/core/forms/filtersets.py:85 netbox/core/tables/data.py:24
+#: netbox/core/tables/jobs.py:28 netbox/core/tables/tasks.py:90
+#: netbox/dcim/forms/bulk_edit.py:116 netbox/dcim/forms/bulk_edit.py:196
+#: netbox/dcim/forms/bulk_edit.py:377 netbox/dcim/forms/bulk_edit.py:490
+#: netbox/dcim/forms/bulk_edit.py:776 netbox/dcim/forms/bulk_edit.py:841
+#: netbox/dcim/forms/bulk_edit.py:873 netbox/dcim/forms/bulk_edit.py:1000
+#: netbox/dcim/forms/bulk_edit.py:1797 netbox/dcim/forms/bulk_edit.py:1846
+#: netbox/dcim/forms/bulk_import.py:92 netbox/dcim/forms/bulk_import.py:151
+#: netbox/dcim/forms/bulk_import.py:255 netbox/dcim/forms/bulk_import.py:363
+#: netbox/dcim/forms/bulk_import.py:595 netbox/dcim/forms/bulk_import.py:755
+#: netbox/dcim/forms/bulk_import.py:1248 netbox/dcim/forms/bulk_import.py:1469
+#: netbox/dcim/forms/bulk_import.py:1679 netbox/dcim/forms/bulk_import.py:1743
+#: netbox/dcim/forms/filtersets.py:187 netbox/dcim/forms/filtersets.py:246
+#: netbox/dcim/forms/filtersets.py:363 netbox/dcim/forms/filtersets.py:469
+#: netbox/dcim/forms/filtersets.py:836 netbox/dcim/forms/filtersets.py:961
+#: netbox/dcim/forms/filtersets.py:1043 netbox/dcim/forms/filtersets.py:1144
+#: netbox/dcim/forms/filtersets.py:1255 netbox/dcim/forms/filtersets.py:1413
+#: netbox/dcim/forms/filtersets.py:1666 netbox/dcim/tables/devices.py:158
+#: netbox/dcim/tables/devices.py:547 netbox/dcim/tables/devices.py:878
+#: netbox/dcim/tables/devices.py:1012 netbox/dcim/tables/devices.py:1123
+#: netbox/dcim/tables/modules.py:104 netbox/dcim/tables/power.py:74
+#: netbox/dcim/tables/racks.py:129 netbox/dcim/tables/racks.py:233
+#: netbox/dcim/tables/sites.py:96 netbox/dcim/tables/sites.py:155
+#: netbox/ipam/forms/bulk_edit.py:240 netbox/ipam/forms/bulk_edit.py:290
+#: netbox/ipam/forms/bulk_edit.py:343 netbox/ipam/forms/bulk_edit.py:501
+#: netbox/ipam/forms/bulk_import.py:195 netbox/ipam/forms/bulk_import.py:259
+#: netbox/ipam/forms/bulk_import.py:295 netbox/ipam/forms/bulk_import.py:506
+#: netbox/ipam/forms/filtersets.py:219 netbox/ipam/forms/filtersets.py:297
+#: netbox/ipam/forms/filtersets.py:379 netbox/ipam/forms/filtersets.py:564
+#: netbox/ipam/forms/model_forms.py:512 netbox/ipam/tables/ip.py:184
+#: netbox/ipam/tables/ip.py:265 netbox/ipam/tables/ip.py:321
+#: netbox/ipam/tables/ip.py:394 netbox/ipam/tables/ip.py:421
+#: netbox/ipam/tables/vlans.py:98 netbox/ipam/tables/vlans.py:211
+#: netbox/templates/circuits/circuit.html:34
+#: netbox/templates/circuits/virtualcircuit.html:43
+#: netbox/templates/core/datasource.html:46 netbox/templates/core/job.html:21
+#: netbox/templates/core/rq_task.html:81 netbox/templates/core/system.html:19
+#: netbox/templates/dcim/cable.html:19 netbox/templates/dcim/device.html:184
+#: netbox/templates/dcim/inventoryitem.html:36
+#: netbox/templates/dcim/location.html:45 netbox/templates/dcim/module.html:69
+#: netbox/templates/dcim/powerfeed.html:36
+#: netbox/templates/dcim/poweroutlet.html:40
+#: netbox/templates/dcim/rack.html:41
+#: netbox/templates/dcim/rackreservation.html:49
+#: netbox/templates/dcim/site.html:43
+#: netbox/templates/extras/inc/script_list_content.html:35
+#: netbox/templates/ipam/ipaddress.html:37
+#: netbox/templates/ipam/iprange.html:61 netbox/templates/ipam/prefix.html:69
+#: netbox/templates/ipam/vlan.html:48
+#: netbox/templates/virtualization/cluster.html:21
+#: netbox/templates/virtualization/virtualmachine.html:19
+#: netbox/templates/vpn/l2vpn.html:26 netbox/templates/vpn/tunnel.html:25
+#: netbox/templates/wireless/wirelesslan.html:22
+#: netbox/templates/wireless/wirelesslink.html:17
+#: netbox/users/forms/filtersets.py:32 netbox/users/forms/model_forms.py:208
+#: netbox/virtualization/forms/bulk_edit.py:71
+#: netbox/virtualization/forms/bulk_edit.py:100
+#: netbox/virtualization/forms/bulk_import.py:60
+#: netbox/virtualization/forms/bulk_import.py:91
+#: netbox/virtualization/forms/filtersets.py:83
+#: netbox/virtualization/forms/filtersets.py:166
+#: netbox/virtualization/tables/clusters.py:74
+#: netbox/virtualization/tables/virtualmachines.py:30
+#: netbox/vpn/forms/bulk_edit.py:39 netbox/vpn/forms/bulk_edit.py:264
+#: netbox/vpn/forms/bulk_import.py:37 netbox/vpn/forms/bulk_import.py:264
+#: netbox/vpn/forms/filtersets.py:52 netbox/vpn/forms/filtersets.py:223
+#: netbox/vpn/tables/l2vpn.py:27 netbox/vpn/tables/tunnels.py:49
+#: netbox/wireless/forms/bulk_edit.py:46
+#: netbox/wireless/forms/bulk_edit.py:109
+#: netbox/wireless/forms/bulk_import.py:45
+#: netbox/wireless/forms/bulk_import.py:132
+#: netbox/wireless/forms/filtersets.py:52
+#: netbox/wireless/forms/filtersets.py:111
+#: netbox/wireless/tables/wirelesslan.py:56
+#: netbox/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
+msgstr "Statuss"
+
+#: netbox/circuits/forms/bulk_edit.py:154
+#: netbox/circuits/forms/bulk_edit.py:271
+#: netbox/circuits/forms/bulk_edit.py:342
+#: netbox/circuits/forms/bulk_import.py:111
+#: netbox/circuits/forms/bulk_import.py:170
+#: netbox/circuits/forms/bulk_import.py:232
+#: netbox/circuits/forms/filtersets.py:131
+#: netbox/circuits/forms/filtersets.py:278
+#: netbox/circuits/forms/filtersets.py:332 netbox/dcim/forms/bulk_edit.py:132
+#: netbox/dcim/forms/bulk_edit.py:202 netbox/dcim/forms/bulk_edit.py:372
+#: netbox/dcim/forms/bulk_edit.py:501 netbox/dcim/forms/bulk_edit.py:766
+#: netbox/dcim/forms/bulk_edit.py:879 netbox/dcim/forms/bulk_edit.py:1851
+#: netbox/dcim/forms/bulk_import.py:111 netbox/dcim/forms/bulk_import.py:156
+#: netbox/dcim/forms/bulk_import.py:248 netbox/dcim/forms/bulk_import.py:368
+#: netbox/dcim/forms/bulk_import.py:569 netbox/dcim/forms/bulk_import.py:1481
+#: netbox/dcim/forms/bulk_import.py:1736 netbox/dcim/forms/filtersets.py:127
+#: netbox/dcim/forms/filtersets.py:182 netbox/dcim/forms/filtersets.py:214
+#: netbox/dcim/forms/filtersets.py:327 netbox/dcim/forms/filtersets.py:408
+#: netbox/dcim/forms/filtersets.py:429 netbox/dcim/forms/filtersets.py:759
+#: netbox/dcim/forms/filtersets.py:953 netbox/dcim/forms/filtersets.py:1063
+#: netbox/dcim/forms/filtersets.py:1093 netbox/dcim/forms/filtersets.py:1215
+#: netbox/dcim/tables/power.py:88 netbox/extras/filtersets.py:749
+#: netbox/extras/forms/filtersets.py:391 netbox/extras/forms/filtersets.py:469
+#: netbox/ipam/forms/bulk_edit.py:46 netbox/ipam/forms/bulk_edit.py:71
+#: netbox/ipam/forms/bulk_edit.py:115 netbox/ipam/forms/bulk_edit.py:144
+#: netbox/ipam/forms/bulk_edit.py:169 netbox/ipam/forms/bulk_edit.py:235
+#: netbox/ipam/forms/bulk_edit.py:285 netbox/ipam/forms/bulk_edit.py:338
+#: netbox/ipam/forms/bulk_edit.py:439 netbox/ipam/forms/bulk_edit.py:496
+#: netbox/ipam/forms/bulk_import.py:41 netbox/ipam/forms/bulk_import.py:70
+#: netbox/ipam/forms/bulk_import.py:98 netbox/ipam/forms/bulk_import.py:118
+#: netbox/ipam/forms/bulk_import.py:138 netbox/ipam/forms/bulk_import.py:167
+#: netbox/ipam/forms/bulk_import.py:252 netbox/ipam/forms/bulk_import.py:288
+#: netbox/ipam/forms/bulk_import.py:468 netbox/ipam/forms/bulk_import.py:499
+#: netbox/ipam/forms/filtersets.py:50 netbox/ipam/forms/filtersets.py:70
+#: netbox/ipam/forms/filtersets.py:102 netbox/ipam/forms/filtersets.py:123
+#: netbox/ipam/forms/filtersets.py:146 netbox/ipam/forms/filtersets.py:182
+#: netbox/ipam/forms/filtersets.py:282 netbox/ipam/forms/filtersets.py:333
+#: netbox/ipam/forms/filtersets.py:441 netbox/ipam/forms/filtersets.py:532
+#: netbox/ipam/tables/ip.py:424 netbox/ipam/tables/vlans.py:208
+#: netbox/templates/circuits/circuit.html:48
+#: netbox/templates/circuits/circuitgroup.html:36
+#: netbox/templates/circuits/virtualcircuit.html:47
+#: netbox/templates/dcim/cable.html:23 netbox/templates/dcim/device.html:85
+#: netbox/templates/dcim/location.html:49
+#: netbox/templates/dcim/powerfeed.html:44 netbox/templates/dcim/rack.html:32
+#: netbox/templates/dcim/rackreservation.html:53
+#: netbox/templates/dcim/site.html:47
+#: netbox/templates/dcim/virtualdevicecontext.html:52
+#: netbox/templates/ipam/aggregate.html:30 netbox/templates/ipam/asn.html:33
+#: netbox/templates/ipam/asnrange.html:29
+#: netbox/templates/ipam/ipaddress.html:28
+#: netbox/templates/ipam/iprange.html:65 netbox/templates/ipam/prefix.html:29
+#: netbox/templates/ipam/routetarget.html:17
+#: netbox/templates/ipam/vlan.html:39 netbox/templates/ipam/vlangroup.html:50
+#: netbox/templates/ipam/vrf.html:20 netbox/templates/tenancy/tenant.html:17
+#: netbox/templates/virtualization/cluster.html:33
+#: netbox/templates/virtualization/virtualmachine.html:39
+#: netbox/templates/vpn/l2vpn.html:34 netbox/templates/vpn/tunnel.html:49
+#: netbox/templates/wireless/wirelesslan.html:42
+#: netbox/templates/wireless/wirelesslink.html:25
+#: netbox/tenancy/forms/forms.py:25 netbox/tenancy/forms/forms.py:49
+#: netbox/tenancy/forms/model_forms.py:53 netbox/tenancy/tables/columns.py:49
+#: netbox/virtualization/forms/bulk_edit.py:77
+#: netbox/virtualization/forms/bulk_edit.py:137
+#: netbox/virtualization/forms/bulk_import.py:72
+#: netbox/virtualization/forms/bulk_import.py:126
+#: netbox/virtualization/forms/filtersets.py:48
+#: netbox/virtualization/forms/filtersets.py:111
+#: netbox/vpn/forms/bulk_edit.py:59 netbox/vpn/forms/bulk_edit.py:273
+#: netbox/vpn/forms/bulk_import.py:59 netbox/vpn/forms/bulk_import.py:258
+#: netbox/vpn/forms/filtersets.py:219 netbox/wireless/forms/bulk_edit.py:66
+#: netbox/wireless/forms/bulk_edit.py:114
+#: netbox/wireless/forms/bulk_import.py:57
+#: netbox/wireless/forms/bulk_import.py:137
+#: netbox/wireless/forms/filtersets.py:38
+#: netbox/wireless/forms/filtersets.py:103
 msgid "Tenant"
-msgstr ""
+msgstr "Īrnieks"
 
-#: circuits/forms/bulk_edit.py:159 circuits/forms/filtersets.py:191
+#: netbox/circuits/forms/bulk_edit.py:159
+#: netbox/circuits/forms/filtersets.py:191
 msgid "Install date"
-msgstr ""
+msgstr "Instalēšanas datums"
 
-#: circuits/forms/bulk_edit.py:164 circuits/forms/filtersets.py:196
+#: netbox/circuits/forms/bulk_edit.py:164
+#: netbox/circuits/forms/filtersets.py:196
 msgid "Termination date"
-msgstr ""
+msgstr "Izbeigšanas datums"
 
-#: circuits/forms/bulk_edit.py:170 circuits/forms/filtersets.py:203
+#: netbox/circuits/forms/bulk_edit.py:170
+#: netbox/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
+msgstr "Izpildes ātrums (Kbps)"
+
+#: netbox/circuits/forms/bulk_edit.py:176
+#: netbox/circuits/forms/filtersets.py:209
+#: netbox/circuits/forms/model_forms.py:137
+#: netbox/templates/circuits/circuit.html:38
+#: netbox/templates/wireless/wirelesslink.html:38
+#: netbox/wireless/forms/bulk_edit.py:133
+#: netbox/wireless/forms/filtersets.py:130
+#: netbox/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
+msgstr "Attālums"
+
+#: netbox/circuits/forms/bulk_edit.py:181
+#: netbox/circuits/forms/bulk_import.py:105
+#: netbox/circuits/forms/bulk_import.py:108
+#: netbox/circuits/forms/filtersets.py:213
+#: netbox/wireless/forms/bulk_edit.py:138
+#: netbox/wireless/forms/bulk_import.py:156
+#: netbox/wireless/forms/bulk_import.py:159
+#: netbox/wireless/forms/filtersets.py:134
 msgid "Distance unit"
-msgstr ""
+msgstr "Attāluma vienība"
 
-#: circuits/forms/bulk_edit.py:196 circuits/forms/model_forms.py:142
+#: netbox/circuits/forms/bulk_edit.py:196
+#: netbox/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
+msgstr "Pakalpojuma parametri"
+
+#: netbox/circuits/forms/bulk_edit.py:197
+#: netbox/circuits/forms/filtersets.py:73
+#: netbox/circuits/forms/filtersets.py:92
+#: netbox/circuits/forms/filtersets.py:111
+#: netbox/circuits/forms/filtersets.py:128
+#: netbox/circuits/forms/filtersets.py:316
+#: netbox/circuits/forms/filtersets.py:331 netbox/core/forms/filtersets.py:73
+#: netbox/core/forms/filtersets.py:141 netbox/dcim/forms/bulk_edit.py:913
+#: netbox/dcim/forms/bulk_import.py:476 netbox/dcim/forms/filtersets.py:181
+#: netbox/dcim/forms/filtersets.py:213 netbox/dcim/forms/filtersets.py:952
+#: netbox/dcim/forms/filtersets.py:1092 netbox/dcim/forms/filtersets.py:1216
+#: netbox/dcim/forms/filtersets.py:1324 netbox/dcim/forms/filtersets.py:1349
+#: netbox/dcim/forms/filtersets.py:1374 netbox/dcim/forms/filtersets.py:1394
+#: netbox/dcim/forms/filtersets.py:1423 netbox/dcim/forms/filtersets.py:1549
+#: netbox/dcim/forms/filtersets.py:1574 netbox/dcim/forms/filtersets.py:1598
+#: netbox/dcim/forms/filtersets.py:1616 netbox/dcim/forms/filtersets.py:1632
+#: netbox/dcim/forms/filtersets.py:1690 netbox/dcim/tables/modules.py:24
+#: netbox/extras/forms/bulk_edit.py:94 netbox/extras/forms/filtersets.py:45
+#: netbox/extras/forms/filtersets.py:142 netbox/extras/forms/filtersets.py:219
+#: netbox/extras/forms/filtersets.py:236 netbox/extras/forms/filtersets.py:266
+#: netbox/extras/forms/filtersets.py:297 netbox/extras/forms/filtersets.py:321
+#: netbox/extras/forms/filtersets.py:542 netbox/ipam/forms/filtersets.py:101
+#: netbox/ipam/forms/filtersets.py:281 netbox/ipam/forms/filtersets.py:330
+#: netbox/ipam/forms/filtersets.py:406 netbox/ipam/forms/filtersets.py:492
+#: netbox/ipam/forms/filtersets.py:505 netbox/ipam/forms/filtersets.py:530
+#: netbox/ipam/forms/filtersets.py:601 netbox/ipam/forms/filtersets.py:619
+#: netbox/netbox/tables/tables.py:288 netbox/templates/dcim/moduletype.html:68
+#: netbox/virtualization/forms/filtersets.py:46
+#: netbox/virtualization/forms/filtersets.py:109
+#: netbox/virtualization/forms/filtersets.py:204
+#: netbox/virtualization/forms/filtersets.py:261
+#: netbox/vpn/forms/filtersets.py:218 netbox/wireless/forms/bulk_edit.py:154
+#: netbox/wireless/forms/filtersets.py:36
+#: netbox/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
+msgstr "Atribūti"
+
+#: netbox/circuits/forms/bulk_edit.py:198
+#: netbox/circuits/forms/bulk_edit.py:356
+#: netbox/circuits/forms/model_forms.py:143
+#: netbox/circuits/forms/model_forms.py:241
+#: netbox/circuits/forms/model_forms.py:346
+#: netbox/dcim/forms/model_forms.py:149 netbox/dcim/forms/model_forms.py:192
+#: netbox/dcim/forms/model_forms.py:283 netbox/dcim/forms/model_forms.py:341
+#: netbox/dcim/forms/model_forms.py:887 netbox/dcim/forms/model_forms.py:1882
+#: netbox/ipam/forms/bulk_edit.py:448 netbox/ipam/forms/model_forms.py:68
+#: netbox/ipam/forms/model_forms.py:85 netbox/ipam/forms/model_forms.py:120
+#: netbox/ipam/forms/model_forms.py:142 netbox/ipam/forms/model_forms.py:167
+#: netbox/ipam/forms/model_forms.py:234 netbox/ipam/forms/model_forms.py:272
+#: netbox/ipam/forms/model_forms.py:331 netbox/ipam/forms/model_forms.py:625
+#: netbox/netbox/navigation/menu.py:24
+#: netbox/templates/dcim/device_edit.html:87
+#: netbox/templates/dcim/htmx/cable_edit.html:74
+#: netbox/templates/ipam/ipaddress_bulk_add.html:27
+#: netbox/templates/ipam/vlan_edit.html:34
+#: netbox/virtualization/forms/model_forms.py:80
+#: netbox/virtualization/forms/model_forms.py:229
+#: netbox/vpn/forms/bulk_edit.py:78 netbox/vpn/forms/filtersets.py:48
+#: netbox/vpn/forms/model_forms.py:63 netbox/vpn/forms/model_forms.py:148
+#: netbox/vpn/forms/model_forms.py:414 netbox/wireless/forms/model_forms.py:59
+#: netbox/wireless/forms/model_forms.py:175
 msgid "Tenancy"
-msgstr ""
+msgstr "Īrēšana"
 
-#: circuits/forms/bulk_edit.py:215 circuits/forms/model_forms.py:171
-#: dcim/forms/bulk_import.py:1435 dcim/forms/bulk_import.py:1460
+#: netbox/circuits/forms/bulk_edit.py:215
+#: netbox/circuits/forms/model_forms.py:171
+#: netbox/dcim/forms/bulk_import.py:1435 netbox/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
+msgstr "Izbeigšanas veids"
+
+#: netbox/circuits/forms/bulk_edit.py:218
+#: netbox/circuits/forms/bulk_import.py:133
+#: netbox/circuits/forms/filtersets.py:226
+#: netbox/circuits/forms/model_forms.py:174
+#: netbox/templates/circuits/inc/circuit_termination.html:6
+#: netbox/templates/dcim/cable.html:68 netbox/templates/dcim/cable.html:72
+#: netbox/vpn/forms/bulk_import.py:100 netbox/vpn/forms/filtersets.py:82
 msgid "Termination"
-msgstr ""
+msgstr "Izbeigšana"
 
-#: circuits/forms/bulk_edit.py:226
+#: netbox/circuits/forms/bulk_edit.py:226
 msgid "Port speed (Kbps)"
-msgstr ""
+msgstr "Porta ātrums (Kbps)"
 
-#: circuits/forms/bulk_edit.py:230
+#: netbox/circuits/forms/bulk_edit.py:230
 msgid "Upstream speed (Kbps)"
-msgstr ""
+msgstr "Augšstraumes ātrums (Kbps)"
 
-#: 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
+#: netbox/circuits/forms/bulk_edit.py:233 netbox/dcim/forms/bulk_edit.py:1036
+#: netbox/dcim/forms/bulk_edit.py:1404 netbox/dcim/forms/bulk_edit.py:1421
+#: netbox/dcim/forms/bulk_edit.py:1438 netbox/dcim/forms/bulk_edit.py:1459
+#: netbox/dcim/forms/bulk_edit.py:1554 netbox/dcim/forms/bulk_edit.py:1726
+#: netbox/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
+msgstr "Atzīmēt pievienotu"
+
+#: netbox/circuits/forms/bulk_edit.py:243
+#: netbox/circuits/forms/model_forms.py:185
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:55
+#: netbox/templates/dcim/frontport.html:121
+#: netbox/templates/dcim/interface.html:250
+#: netbox/templates/dcim/rearport.html:111
 msgid "Circuit Termination"
-msgstr ""
+msgstr "Ķēdes izbeigšana"
 
-#: circuits/forms/bulk_edit.py:245 circuits/forms/model_forms.py:187
+#: netbox/circuits/forms/bulk_edit.py:245
+#: netbox/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
+msgstr "Izbeigšanas informācija"
+
+#: netbox/circuits/forms/bulk_edit.py:289
+#: netbox/circuits/forms/bulk_import.py:188
+#: netbox/circuits/forms/filtersets.py:305
+#: netbox/circuits/tables/circuits.py:207 netbox/dcim/forms/model_forms.py:666
+#: netbox/templates/circuits/circuitgroupassignment.html:34
+#: netbox/templates/dcim/device.html:139
+#: netbox/templates/dcim/virtualchassis.html:58
+#: netbox/templates/dcim/virtualchassis_edit.html:60
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:26
+#: netbox/tenancy/forms/bulk_edit.py:164
+#: netbox/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
+msgstr "Prioritāte"
+
+#: netbox/circuits/forms/bulk_edit.py:321
+#: netbox/circuits/forms/bulk_import.py:208
+#: netbox/circuits/forms/filtersets.py:159
+#: netbox/circuits/forms/filtersets.py:264
+#: netbox/circuits/forms/filtersets.py:354
+#: netbox/circuits/forms/filtersets.py:392
+#: netbox/circuits/forms/model_forms.py:326
+#: netbox/circuits/tables/virtual_circuits.py:51
+#: netbox/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
+msgstr "Pakalpotāju tīkls"
+
+#: netbox/circuits/forms/bulk_edit.py:365
+#: netbox/circuits/forms/bulk_import.py:254
+#: netbox/circuits/forms/filtersets.py:382
+#: netbox/circuits/forms/model_forms.py:366 netbox/dcim/forms/bulk_edit.py:383
+#: netbox/dcim/forms/bulk_edit.py:1351 netbox/dcim/forms/bulk_edit.py:1787
+#: netbox/dcim/forms/bulk_import.py:260 netbox/dcim/forms/bulk_import.py:1217
+#: netbox/dcim/forms/filtersets.py:371 netbox/dcim/forms/filtersets.py:814
+#: netbox/dcim/forms/filtersets.py:1643 netbox/dcim/forms/model_forms.py:264
+#: netbox/dcim/forms/model_forms.py:1228 netbox/dcim/forms/model_forms.py:1697
+#: netbox/dcim/forms/object_import.py:182 netbox/dcim/tables/devices.py:187
+#: netbox/dcim/tables/devices.py:870 netbox/dcim/tables/devices.py:996
+#: netbox/dcim/tables/devicetypes.py:311 netbox/dcim/tables/racks.py:132
+#: netbox/extras/filtersets.py:689 netbox/ipam/forms/bulk_edit.py:245
+#: netbox/ipam/forms/bulk_edit.py:295 netbox/ipam/forms/bulk_edit.py:348
+#: netbox/ipam/forms/bulk_edit.py:506 netbox/ipam/forms/bulk_import.py:200
+#: netbox/ipam/forms/bulk_import.py:264 netbox/ipam/forms/bulk_import.py:300
+#: netbox/ipam/forms/bulk_import.py:511 netbox/ipam/forms/filtersets.py:247
+#: netbox/ipam/forms/filtersets.py:305 netbox/ipam/forms/filtersets.py:384
+#: netbox/ipam/forms/filtersets.py:572 netbox/ipam/forms/model_forms.py:195
+#: netbox/ipam/forms/model_forms.py:221 netbox/ipam/forms/model_forms.py:260
+#: netbox/ipam/forms/model_forms.py:688 netbox/ipam/tables/ip.py:210
+#: netbox/ipam/tables/ip.py:269 netbox/ipam/tables/ip.py:325
+#: netbox/ipam/tables/vlans.py:102 netbox/ipam/tables/vlans.py:214
+#: netbox/templates/circuits/virtualcircuittermination.html:42
+#: netbox/templates/dcim/device.html:188
+#: netbox/templates/dcim/inc/panels/inventory_items.html:20
+#: netbox/templates/dcim/interface.html:178
+#: netbox/templates/dcim/interface.html:280
+#: netbox/templates/dcim/inventoryitem.html:40
+#: netbox/templates/dcim/rack.html:49 netbox/templates/ipam/ipaddress.html:41
+#: netbox/templates/ipam/iprange.html:57 netbox/templates/ipam/prefix.html:73
+#: netbox/templates/ipam/role.html:19 netbox/templates/ipam/vlan.html:52
+#: netbox/templates/virtualization/virtualmachine.html:23
+#: netbox/templates/vpn/tunneltermination.html:17
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:20
+#: netbox/tenancy/forms/bulk_edit.py:159
+#: netbox/tenancy/forms/filtersets.py:107
+#: netbox/tenancy/forms/model_forms.py:144
+#: netbox/tenancy/tables/contacts.py:110
+#: netbox/virtualization/forms/bulk_edit.py:127
+#: netbox/virtualization/forms/bulk_import.py:117
+#: netbox/virtualization/forms/filtersets.py:163
+#: netbox/virtualization/forms/model_forms.py:202
+#: netbox/virtualization/tables/virtualmachines.py:45
+#: netbox/vpn/forms/bulk_edit.py:87 netbox/vpn/forms/bulk_import.py:81
+#: netbox/vpn/forms/filtersets.py:90 netbox/vpn/forms/model_forms.py:79
+#: netbox/vpn/forms/model_forms.py:114 netbox/vpn/tables/tunnels.py:84
 msgid "Role"
-msgstr ""
+msgstr "Loma"
 
-#: circuits/forms/bulk_import.py:46 circuits/forms/bulk_import.py:61
-#: circuits/forms/bulk_import.py:84
+#: netbox/circuits/forms/bulk_import.py:46
+#: netbox/circuits/forms/bulk_import.py:61
+#: netbox/circuits/forms/bulk_import.py:84
 msgid "Assigned provider"
-msgstr ""
+msgstr "Piešķirtais nodrošinātājs"
 
-#: circuits/forms/bulk_import.py:90
+#: netbox/circuits/forms/bulk_import.py:90
 msgid "Assigned provider account"
-msgstr ""
+msgstr "Piešķirtais nodrošinātāja konts"
 
-#: circuits/forms/bulk_import.py:97
+#: netbox/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
+msgstr "Ķēdes veids"
+
+#: netbox/circuits/forms/bulk_import.py:102
+#: netbox/circuits/forms/bulk_import.py:229
+#: netbox/dcim/forms/bulk_import.py:94 netbox/dcim/forms/bulk_import.py:153
+#: netbox/dcim/forms/bulk_import.py:257 netbox/dcim/forms/bulk_import.py:365
+#: netbox/dcim/forms/bulk_import.py:597 netbox/dcim/forms/bulk_import.py:757
+#: netbox/dcim/forms/bulk_import.py:1250 netbox/dcim/forms/bulk_import.py:1681
+#: netbox/ipam/forms/bulk_import.py:197 netbox/ipam/forms/bulk_import.py:261
+#: netbox/ipam/forms/bulk_import.py:297 netbox/ipam/forms/bulk_import.py:508
+#: netbox/ipam/forms/bulk_import.py:521
+#: netbox/virtualization/forms/bulk_import.py:62
+#: netbox/virtualization/forms/bulk_import.py:93
+#: netbox/vpn/forms/bulk_import.py:39 netbox/vpn/forms/bulk_import.py:266
+#: netbox/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
+msgstr "Darbības statuss"
+
+#: netbox/circuits/forms/bulk_import.py:115
+#: netbox/circuits/forms/bulk_import.py:174
+#: netbox/circuits/forms/bulk_import.py:236
+#: netbox/dcim/forms/bulk_import.py:115 netbox/dcim/forms/bulk_import.py:160
+#: netbox/dcim/forms/bulk_import.py:372 netbox/dcim/forms/bulk_import.py:573
+#: netbox/dcim/forms/bulk_import.py:1485 netbox/dcim/forms/bulk_import.py:1676
+#: netbox/dcim/forms/bulk_import.py:1740 netbox/ipam/forms/bulk_import.py:45
+#: netbox/ipam/forms/bulk_import.py:74 netbox/ipam/forms/bulk_import.py:102
+#: netbox/ipam/forms/bulk_import.py:122 netbox/ipam/forms/bulk_import.py:142
+#: netbox/ipam/forms/bulk_import.py:171 netbox/ipam/forms/bulk_import.py:256
+#: netbox/ipam/forms/bulk_import.py:292 netbox/ipam/forms/bulk_import.py:472
+#: netbox/ipam/forms/bulk_import.py:503
+#: netbox/virtualization/forms/bulk_import.py:76
+#: netbox/virtualization/forms/bulk_import.py:130
+#: netbox/vpn/forms/bulk_import.py:63 netbox/wireless/forms/bulk_import.py:61
+#: netbox/wireless/forms/bulk_import.py:141
 msgid "Assigned tenant"
-msgstr ""
+msgstr "Piešķirtais īrnieks"
 
-#: circuits/forms/bulk_import.py:139
+#: netbox/circuits/forms/bulk_import.py:139
 msgid "Termination type (app & model)"
-msgstr ""
+msgstr "Izbeigšanas veids (lietotne un modelis)"
 
-#: circuits/forms/bulk_import.py:151 circuits/forms/bulk_import.py:164
+#: netbox/circuits/forms/bulk_import.py:151
+#: netbox/circuits/forms/bulk_import.py:164
 msgid "Termination ID"
-msgstr ""
+msgstr "Izbeigšanas ID"
 
-#: circuits/forms/bulk_import.py:185
+#: netbox/circuits/forms/bulk_import.py:185
 msgid "Circuit type (app & model)"
-msgstr ""
+msgstr "Ķēdes tips (lietotne un modelis)"
 
-#: circuits/forms/bulk_import.py:211
+#: netbox/circuits/forms/bulk_import.py:211
 msgid "The network to which this virtual circuit belongs"
-msgstr ""
+msgstr "Tīkls, kuram pieder šī virtuālā shēma"
 
-#: circuits/forms/bulk_import.py:217
+#: netbox/circuits/forms/bulk_import.py:217
 msgid "Assigned provider account (if any)"
-msgstr ""
+msgstr "Piešķirtais pakalpojumu sniedzēja konts (ja tāds ir)"
 
-#: circuits/forms/bulk_import.py:224
+#: netbox/circuits/forms/bulk_import.py:224
 msgid "Type of virtual circuit"
-msgstr ""
+msgstr "Virtuālās shēmas veids"
 
-#: circuits/forms/bulk_import.py:256 vpn/forms/bulk_import.py:83
+#: netbox/circuits/forms/bulk_import.py:256 netbox/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
+msgstr "Darbības loma"
+
+#: netbox/circuits/forms/bulk_import.py:259
+#: netbox/circuits/forms/model_forms.py:369
+#: netbox/circuits/tables/virtual_circuits.py:111
+#: netbox/dcim/forms/bulk_import.py:1348 netbox/dcim/forms/model_forms.py:1302
+#: netbox/dcim/forms/model_forms.py:1571 netbox/dcim/forms/model_forms.py:1738
+#: netbox/dcim/forms/model_forms.py:1773 netbox/dcim/forms/model_forms.py:1903
+#: netbox/dcim/tables/connections.py:65 netbox/dcim/tables/devices.py:1169
+#: netbox/ipam/forms/bulk_import.py:320 netbox/ipam/forms/model_forms.py:291
+#: netbox/ipam/forms/model_forms.py:300 netbox/ipam/tables/fhrp.py:64
+#: netbox/ipam/tables/ip.py:330 netbox/ipam/tables/vlans.py:148
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:52
+#: netbox/templates/circuits/virtualcircuittermination.html:53
+#: netbox/templates/circuits/virtualcircuittermination.html:60
+#: netbox/templates/dcim/frontport.html:106
+#: netbox/templates/dcim/interface.html:27
+#: netbox/templates/dcim/interface.html:241
+#: netbox/templates/dcim/interface.html:367
+#: netbox/templates/dcim/rearport.html:102
+#: netbox/templates/virtualization/vminterface.html:18
+#: netbox/templates/vpn/tunneltermination.html:31
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:10
+#: netbox/templates/wireless/wirelesslink.html:10
+#: netbox/templates/wireless/wirelesslink.html:55
+#: netbox/virtualization/forms/model_forms.py:375
+#: netbox/vpn/forms/bulk_import.py:302 netbox/vpn/forms/model_forms.py:439
+#: netbox/vpn/forms/model_forms.py:448
+#: netbox/wireless/forms/model_forms.py:118
+#: netbox/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
+msgstr "Saskarne"
+
+#: netbox/circuits/forms/filtersets.py:38
+#: netbox/circuits/forms/filtersets.py:130
+#: netbox/circuits/forms/filtersets.py:188
+#: netbox/circuits/forms/filtersets.py:246
+#: netbox/circuits/tables/circuits.py:144 netbox/dcim/forms/bulk_edit.py:364
+#: netbox/dcim/forms/bulk_edit.py:477 netbox/dcim/forms/bulk_edit.py:758
+#: netbox/dcim/forms/bulk_edit.py:813 netbox/dcim/forms/bulk_edit.py:967
+#: netbox/dcim/forms/bulk_import.py:242 netbox/dcim/forms/bulk_import.py:344
+#: netbox/dcim/forms/bulk_import.py:636 netbox/dcim/forms/bulk_import.py:1625
+#: netbox/dcim/forms/bulk_import.py:1659 netbox/dcim/forms/filtersets.py:98
+#: netbox/dcim/forms/filtersets.py:326 netbox/dcim/forms/filtersets.py:360
+#: netbox/dcim/forms/filtersets.py:405 netbox/dcim/forms/filtersets.py:456
+#: netbox/dcim/forms/filtersets.py:756 netbox/dcim/forms/filtersets.py:799
+#: netbox/dcim/forms/filtersets.py:979 netbox/dcim/forms/filtersets.py:1017
+#: netbox/dcim/forms/filtersets.py:1062 netbox/dcim/forms/filtersets.py:1091
+#: netbox/dcim/forms/filtersets.py:1111 netbox/dcim/forms/filtersets.py:1175
+#: netbox/dcim/forms/filtersets.py:1205 netbox/dcim/forms/filtersets.py:1214
+#: netbox/dcim/forms/filtersets.py:1325 netbox/dcim/forms/filtersets.py:1350
+#: netbox/dcim/forms/filtersets.py:1375 netbox/dcim/forms/filtersets.py:1395
+#: netbox/dcim/forms/filtersets.py:1428 netbox/dcim/forms/filtersets.py:1550
+#: netbox/dcim/forms/filtersets.py:1575 netbox/dcim/forms/filtersets.py:1599
+#: netbox/dcim/forms/filtersets.py:1617 netbox/dcim/forms/filtersets.py:1634
+#: netbox/dcim/forms/model_forms.py:191 netbox/dcim/forms/model_forms.py:256
+#: netbox/dcim/forms/model_forms.py:582 netbox/dcim/forms/model_forms.py:846
+#: netbox/dcim/tables/devices.py:175 netbox/dcim/tables/power.py:30
+#: netbox/dcim/tables/racks.py:121 netbox/dcim/tables/racks.py:220
+#: netbox/extras/filtersets.py:673 netbox/extras/forms/filtersets.py:388
+#: netbox/ipam/forms/filtersets.py:241 netbox/ipam/forms/filtersets.py:438
+#: netbox/ipam/forms/filtersets.py:462 netbox/ipam/forms/filtersets.py:529
+#: netbox/templates/dcim/device.html:26
+#: netbox/templates/dcim/device_edit.html:32
+#: netbox/templates/dcim/inc/cable_termination.html:12
+#: netbox/templates/dcim/location.html:26
+#: netbox/templates/dcim/powerpanel.html:26 netbox/templates/dcim/rack.html:24
+#: netbox/templates/dcim/rackreservation.html:32
+#: netbox/virtualization/forms/filtersets.py:80
+#: netbox/virtualization/forms/filtersets.py:106
+#: netbox/wireless/forms/filtersets.py:93
+#: netbox/wireless/forms/model_forms.py:92
+#: netbox/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
+msgstr "Atrašanās vieta"
+
+#: netbox/circuits/forms/filtersets.py:40
+#: netbox/circuits/forms/filtersets.py:74
+#: netbox/circuits/forms/filtersets.py:132 netbox/dcim/forms/filtersets.py:153
+#: netbox/dcim/forms/filtersets.py:167 netbox/dcim/forms/filtersets.py:183
+#: netbox/dcim/forms/filtersets.py:215 netbox/dcim/forms/filtersets.py:332
+#: netbox/dcim/forms/filtersets.py:409 netbox/dcim/forms/filtersets.py:485
+#: netbox/dcim/forms/filtersets.py:760 netbox/dcim/forms/filtersets.py:1176
+#: netbox/ipam/forms/filtersets.py:103 netbox/ipam/forms/filtersets.py:183
+#: netbox/ipam/forms/filtersets.py:283 netbox/ipam/forms/filtersets.py:335
+#: netbox/ipam/forms/filtersets.py:621 netbox/netbox/navigation/menu.py:31
+#: netbox/netbox/navigation/menu.py:33
+#: netbox/netbox/views/generic/feature_views.py:298
+#: netbox/tenancy/forms/filtersets.py:42 netbox/tenancy/tables/columns.py:55
+#: netbox/tenancy/tables/contacts.py:29
+#: netbox/virtualization/forms/filtersets.py:38
+#: netbox/virtualization/forms/filtersets.py:49
+#: netbox/virtualization/forms/filtersets.py:112
+#: netbox/vpn/forms/filtersets.py:37 netbox/vpn/forms/filtersets.py:49
+#: netbox/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
+msgstr "Kontakti"
+
+#: netbox/circuits/forms/filtersets.py:45
+#: netbox/circuits/forms/filtersets.py:169
+#: netbox/circuits/forms/filtersets.py:231
+#: netbox/circuits/tables/circuits.py:139 netbox/dcim/forms/bulk_edit.py:122
+#: netbox/dcim/forms/bulk_edit.py:339 netbox/dcim/forms/bulk_edit.py:942
+#: netbox/dcim/forms/bulk_import.py:97 netbox/dcim/forms/filtersets.py:76
+#: netbox/dcim/forms/filtersets.py:194 netbox/dcim/forms/filtersets.py:220
+#: netbox/dcim/forms/filtersets.py:338 netbox/dcim/forms/filtersets.py:434
+#: netbox/dcim/forms/filtersets.py:776 netbox/dcim/forms/filtersets.py:995
+#: netbox/dcim/forms/filtersets.py:1068 netbox/dcim/forms/filtersets.py:1098
+#: netbox/dcim/forms/filtersets.py:1182 netbox/dcim/forms/filtersets.py:1221
+#: netbox/dcim/forms/filtersets.py:1736 netbox/dcim/forms/filtersets.py:1760
+#: netbox/dcim/forms/filtersets.py:1784 netbox/dcim/forms/model_forms.py:120
+#: netbox/dcim/forms/object_create.py:379 netbox/dcim/tables/devices.py:161
+#: netbox/dcim/tables/sites.py:99 netbox/extras/filtersets.py:640
+#: netbox/ipam/forms/bulk_edit.py:469 netbox/ipam/forms/filtersets.py:226
+#: netbox/ipam/forms/filtersets.py:447 netbox/ipam/forms/filtersets.py:538
+#: netbox/templates/dcim/device.html:18 netbox/templates/dcim/rack.html:16
+#: netbox/templates/dcim/rackreservation.html:22
+#: netbox/templates/dcim/region.html:26 netbox/templates/dcim/site.html:31
+#: netbox/templates/ipam/vlan.html:16
+#: netbox/virtualization/forms/filtersets.py:60
+#: netbox/virtualization/forms/filtersets.py:139
+#: netbox/virtualization/forms/model_forms.py:92
+#: netbox/vpn/forms/filtersets.py:268 netbox/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
+msgstr "Reģions"
+
+#: netbox/circuits/forms/filtersets.py:50
+#: netbox/circuits/forms/filtersets.py:174
+#: netbox/circuits/forms/filtersets.py:236 netbox/dcim/forms/bulk_edit.py:347
+#: netbox/dcim/forms/bulk_edit.py:950 netbox/dcim/forms/filtersets.py:81
+#: netbox/dcim/forms/filtersets.py:199 netbox/dcim/forms/filtersets.py:225
+#: netbox/dcim/forms/filtersets.py:351 netbox/dcim/forms/filtersets.py:439
+#: netbox/dcim/forms/filtersets.py:781 netbox/dcim/forms/filtersets.py:1000
+#: netbox/dcim/forms/filtersets.py:1073 netbox/dcim/forms/filtersets.py:1187
+#: netbox/dcim/forms/filtersets.py:1226 netbox/dcim/forms/object_create.py:387
+#: netbox/extras/filtersets.py:657 netbox/ipam/forms/bulk_edit.py:474
+#: netbox/ipam/forms/filtersets.py:156 netbox/ipam/forms/filtersets.py:231
+#: netbox/ipam/forms/filtersets.py:452 netbox/ipam/forms/filtersets.py:543
+#: netbox/virtualization/forms/filtersets.py:65
+#: netbox/virtualization/forms/filtersets.py:144
+#: netbox/virtualization/forms/model_forms.py:98
+#: netbox/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
+msgstr "Vietnes grupa"
+
+#: netbox/circuits/forms/filtersets.py:82
+#: netbox/circuits/tables/circuits.py:62
+#: netbox/circuits/tables/providers.py:64
+#: netbox/circuits/tables/virtual_circuits.py:55
+#: netbox/circuits/tables/virtual_circuits.py:102
+#: netbox/templates/circuits/circuit.html:22
+#: netbox/templates/circuits/provideraccount.html:24
 msgid "Account"
-msgstr ""
+msgstr "Konts"
 
-#: circuits/forms/filtersets.py:254
+#: netbox/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
+msgstr "Termina puse"
+
+#: netbox/circuits/forms/filtersets.py:287 netbox/dcim/forms/bulk_edit.py:1646
+#: netbox/extras/forms/model_forms.py:695 netbox/ipam/forms/filtersets.py:145
+#: netbox/ipam/forms/filtersets.py:620 netbox/ipam/forms/model_forms.py:338
+#: netbox/templates/dcim/macaddress.html:25
+#: netbox/templates/extras/configcontext.html:36
+#: netbox/templates/ipam/ipaddress.html:59
+#: netbox/templates/ipam/vlan_edit.html:42
+#: netbox/tenancy/forms/filtersets.py:87 netbox/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
+msgstr "Uzdevums"
+
+#: netbox/circuits/forms/filtersets.py:302
+#: netbox/circuits/forms/model_forms.py:253
+#: netbox/circuits/tables/circuits.py:191 netbox/dcim/forms/bulk_edit.py:127
+#: netbox/dcim/forms/bulk_import.py:104 netbox/dcim/forms/model_forms.py:126
+#: netbox/dcim/tables/sites.py:103 netbox/extras/forms/filtersets.py:582
+#: netbox/ipam/filtersets.py:982 netbox/ipam/forms/bulk_edit.py:488
+#: netbox/ipam/forms/bulk_import.py:492 netbox/ipam/forms/model_forms.py:571
+#: netbox/ipam/tables/fhrp.py:67 netbox/ipam/tables/vlans.py:94
+#: netbox/ipam/tables/vlans.py:205
+#: netbox/templates/circuits/circuitgroupassignment.html:22
+#: netbox/templates/dcim/interface.html:341 netbox/templates/dcim/site.html:37
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:23
+#: netbox/templates/ipam/vlan.html:27 netbox/templates/tenancy/tenant.html:20
+#: netbox/templates/users/group.html:6 netbox/templates/users/group.html:14
+#: netbox/templates/virtualization/cluster.html:29
+#: netbox/templates/vpn/tunnel.html:29
+#: netbox/templates/wireless/wirelesslan.html:18
+#: netbox/tenancy/forms/bulk_edit.py:44 netbox/tenancy/forms/bulk_import.py:41
+#: netbox/tenancy/forms/filtersets.py:48 netbox/tenancy/forms/filtersets.py:97
+#: netbox/tenancy/forms/model_forms.py:46
+#: netbox/tenancy/forms/model_forms.py:129 netbox/tenancy/tables/tenants.py:50
+#: netbox/users/filtersets.py:62 netbox/users/filtersets.py:185
+#: netbox/users/forms/filtersets.py:31 netbox/users/forms/filtersets.py:37
+#: netbox/users/forms/filtersets.py:79
+#: netbox/virtualization/forms/bulk_edit.py:66
+#: netbox/virtualization/forms/bulk_import.py:53
+#: netbox/virtualization/forms/filtersets.py:91
+#: netbox/virtualization/forms/model_forms.py:70
+#: netbox/virtualization/tables/clusters.py:70
+#: netbox/vpn/forms/bulk_edit.py:112 netbox/vpn/forms/bulk_import.py:158
+#: netbox/vpn/forms/filtersets.py:121 netbox/vpn/tables/crypto.py:31
+#: netbox/vpn/tables/tunnels.py:45 netbox/wireless/forms/bulk_edit.py:51
+#: netbox/wireless/forms/bulk_import.py:38
+#: netbox/wireless/forms/filtersets.py:49
+#: netbox/wireless/forms/model_forms.py:43
+#: netbox/wireless/tables/wirelesslan.py:52
 msgid "Group"
-msgstr ""
+msgstr "Grupa"
 
-#: circuits/forms/model_forms.py:240 templates/circuits/circuitgroup.html:25
+#: netbox/circuits/forms/model_forms.py:240
+#: netbox/templates/circuits/circuitgroup.html:25
 msgid "Circuit Group"
-msgstr ""
+msgstr "Cirksteņu grupa"
 
-#: circuits/forms/model_forms.py:260
+#: netbox/circuits/forms/model_forms.py:260
 msgid "Circuit type"
-msgstr ""
+msgstr "Ķēdes tips"
 
-#: circuits/forms/model_forms.py:271
+#: netbox/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
+msgstr "Grupas uzdevums"
+
+#: netbox/circuits/models/base.py:18 netbox/dcim/models/cables.py:69
+#: netbox/dcim/models/device_component_templates.py:525
+#: netbox/dcim/models/device_component_templates.py:625
+#: netbox/dcim/models/device_components.py:517
+#: netbox/dcim/models/device_components.py:1063
+#: netbox/dcim/models/device_components.py:1134
+#: netbox/dcim/models/device_components.py:1282
+#: netbox/dcim/models/devices.py:382 netbox/dcim/models/racks.py:227
+#: netbox/extras/models/tags.py:29
 msgid "color"
-msgstr ""
+msgstr "krāsa"
 
-#: circuits/models/circuits.py:33
+#: netbox/circuits/models/circuits.py:33
 msgid "circuit type"
-msgstr ""
+msgstr "ķēdes tips"
 
-#: circuits/models/circuits.py:34
+#: netbox/circuits/models/circuits.py:34
 msgid "circuit types"
-msgstr ""
+msgstr "ķēdes veidi"
 
-#: circuits/models/circuits.py:45 circuits/models/virtual_circuits.py:38
+#: netbox/circuits/models/circuits.py:45
+#: netbox/circuits/models/virtual_circuits.py:38
 msgid "circuit ID"
-msgstr ""
+msgstr "ķēdes ID"
 
-#: circuits/models/circuits.py:46 circuits/models/virtual_circuits.py:39
+#: netbox/circuits/models/circuits.py:46
+#: netbox/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
+msgstr "Unikāls ķēdes ID"
+
+#: netbox/circuits/models/circuits.py:66
+#: netbox/circuits/models/virtual_circuits.py:59 netbox/core/models/data.py:52
+#: netbox/core/models/jobs.py:95 netbox/dcim/models/cables.py:51
+#: netbox/dcim/models/device_components.py:488
+#: netbox/dcim/models/device_components.py:1321
+#: netbox/dcim/models/devices.py:580 netbox/dcim/models/devices.py:1207
+#: netbox/dcim/models/modules.py:209 netbox/dcim/models/power.py:94
+#: netbox/dcim/models/racks.py:294 netbox/dcim/models/racks.py:677
+#: netbox/dcim/models/sites.py:157 netbox/dcim/models/sites.py:281
+#: netbox/ipam/models/ip.py:243 netbox/ipam/models/ip.py:529
+#: netbox/ipam/models/ip.py:758 netbox/ipam/models/vlans.py:228
+#: netbox/virtualization/models/clusters.py:70
+#: netbox/virtualization/models/virtualmachines.py:79
+#: netbox/vpn/models/l2vpn.py:36 netbox/vpn/models/tunnels.py:38
+#: netbox/wireless/models.py:95 netbox/wireless/models.py:148
 msgid "status"
-msgstr ""
+msgstr "statuss"
 
-#: circuits/models/circuits.py:81 templates/core/plugin.html:20
+#: netbox/circuits/models/circuits.py:81 netbox/templates/core/plugin.html:20
 msgid "installed"
-msgstr ""
+msgstr "instalēta"
 
-#: circuits/models/circuits.py:86
+#: netbox/circuits/models/circuits.py:86
 msgid "terminates"
-msgstr ""
+msgstr "izbeidzas"
 
-#: circuits/models/circuits.py:91
+#: netbox/circuits/models/circuits.py:91
 msgid "commit rate (Kbps)"
-msgstr ""
+msgstr "saistību ātrums (Kbps)"
 
-#: circuits/models/circuits.py:92
+#: netbox/circuits/models/circuits.py:92
 msgid "Committed rate"
-msgstr ""
+msgstr "Apņemtā likme"
 
-#: circuits/models/circuits.py:141
+#: netbox/circuits/models/circuits.py:141
 msgid "circuit"
-msgstr ""
+msgstr "ķēde"
 
-#: circuits/models/circuits.py:142
+#: netbox/circuits/models/circuits.py:142
 msgid "circuits"
-msgstr ""
+msgstr "shēmas"
 
-#: circuits/models/circuits.py:171
+#: netbox/circuits/models/circuits.py:171
 msgid "circuit group"
-msgstr ""
+msgstr "ķēdes grupa"
 
-#: circuits/models/circuits.py:172
+#: netbox/circuits/models/circuits.py:172
 msgid "circuit groups"
-msgstr ""
+msgstr "ķēžu grupas"
 
-#: circuits/models/circuits.py:188
+#: netbox/circuits/models/circuits.py:188
 msgid "member ID"
-msgstr ""
+msgstr "dalībnieka ID"
 
-#: circuits/models/circuits.py:200 ipam/models/fhrp.py:96
-#: tenancy/models/contacts.py:118
+#: netbox/circuits/models/circuits.py:200 netbox/ipam/models/fhrp.py:96
+#: netbox/tenancy/models/contacts.py:118
 msgid "priority"
-msgstr ""
+msgstr "prioritāte"
 
-#: circuits/models/circuits.py:218
+#: netbox/circuits/models/circuits.py:218
 msgid "Circuit group assignment"
-msgstr ""
+msgstr "Ķēdes grupas uzdevums"
 
-#: circuits/models/circuits.py:219
+#: netbox/circuits/models/circuits.py:219
 msgid "Circuit group assignments"
-msgstr ""
+msgstr "Apkārtējās grupas uzdevumi"
 
-#: circuits/models/circuits.py:246
+#: netbox/circuits/models/circuits.py:246
 msgid "termination side"
-msgstr ""
+msgstr "izbeigšanas puse"
 
-#: circuits/models/circuits.py:264
+#: netbox/circuits/models/circuits.py:264
 msgid "port speed (Kbps)"
-msgstr ""
+msgstr "porta ātrums (Kbps)"
 
-#: circuits/models/circuits.py:267
+#: netbox/circuits/models/circuits.py:267
 msgid "Physical circuit speed"
-msgstr ""
+msgstr "Fiziskās ķēdes ātrums"
 
-#: circuits/models/circuits.py:272
+#: netbox/circuits/models/circuits.py:272
 msgid "upstream speed (Kbps)"
-msgstr ""
+msgstr "augšupplūdes ātrums (Kbps)"
 
-#: circuits/models/circuits.py:273
+#: netbox/circuits/models/circuits.py:273
 msgid "Upstream speed, if different from port speed"
-msgstr ""
+msgstr "Augšstraumes ātrums, ja tas atšķiras no ostas ātruma"
 
-#: circuits/models/circuits.py:278
+#: netbox/circuits/models/circuits.py:278
 msgid "cross-connect ID"
-msgstr ""
+msgstr "savstarpēja savienojuma ID"
 
-#: circuits/models/circuits.py:279
+#: netbox/circuits/models/circuits.py:279
 msgid "ID of the local cross-connect"
-msgstr ""
+msgstr "Vietējā savstarpējā savienojuma ID"
 
-#: circuits/models/circuits.py:284
+#: netbox/circuits/models/circuits.py:284
 msgid "patch panel/port(s)"
-msgstr ""
+msgstr "ielāpu panelis/ports (-i)"
 
-#: circuits/models/circuits.py:285
+#: netbox/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
+msgstr "Patch paneļa ID un porta numurs (-i)"
+
+#: netbox/circuits/models/circuits.py:288
+#: netbox/circuits/models/virtual_circuits.py:145
+#: netbox/dcim/models/device_component_templates.py:58
+#: netbox/dcim/models/device_components.py:64 netbox/dcim/models/racks.py:694
+#: netbox/extras/models/configs.py:41 netbox/extras/models/configs.py:94
+#: netbox/extras/models/configs.py:276
+#: netbox/extras/models/customfields.py:127 netbox/extras/models/models.py:65
+#: netbox/extras/models/models.py:170 netbox/extras/models/models.py:408
+#: netbox/extras/models/models.py:479 netbox/extras/models/models.py:558
+#: netbox/extras/models/models.py:684
+#: netbox/extras/models/notifications.py:131 netbox/extras/models/tags.py:33
+#: netbox/ipam/models/vlans.py:384 netbox/netbox/models/__init__.py:115
+#: netbox/netbox/models/__init__.py:150 netbox/netbox/models/__init__.py:200
+#: netbox/users/models/permissions.py:24 netbox/users/models/tokens.py:59
+#: netbox/users/models/users.py:33
+#: netbox/virtualization/models/virtualmachines.py:281
 msgid "description"
-msgstr ""
+msgstr "apraksts"
 
-#: circuits/models/circuits.py:338
+#: netbox/circuits/models/circuits.py:338
 msgid "circuit termination"
-msgstr ""
+msgstr "ķēdes pārtraukšana"
 
-#: circuits/models/circuits.py:339
+#: netbox/circuits/models/circuits.py:339
 msgid "circuit terminations"
-msgstr ""
+msgstr "ķēdes pārtraukumi"
 
-#: circuits/models/circuits.py:351
+#: netbox/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
+msgstr "Ķēdes izbeigšanai jāpievieno beidzošajam objektam."
+
+#: netbox/circuits/models/providers.py:21
+#: netbox/circuits/models/providers.py:63
+#: netbox/circuits/models/providers.py:98 netbox/core/models/data.py:39
+#: netbox/core/models/jobs.py:56
+#: netbox/dcim/models/device_component_templates.py:44
+#: netbox/dcim/models/device_components.py:53
+#: netbox/dcim/models/devices.py:524 netbox/dcim/models/devices.py:1133
+#: netbox/dcim/models/devices.py:1202 netbox/dcim/models/modules.py:31
+#: netbox/dcim/models/power.py:38 netbox/dcim/models/power.py:89
+#: netbox/dcim/models/racks.py:263 netbox/dcim/models/sites.py:145
+#: netbox/extras/models/configs.py:36 netbox/extras/models/configs.py:78
+#: netbox/extras/models/configs.py:272 netbox/extras/models/customfields.py:94
+#: netbox/extras/models/models.py:60 netbox/extras/models/models.py:165
+#: netbox/extras/models/models.py:308 netbox/extras/models/models.py:404
+#: netbox/extras/models/models.py:469 netbox/extras/models/models.py:554
+#: netbox/extras/models/models.py:679
+#: netbox/extras/models/notifications.py:126
+#: netbox/extras/models/scripts.py:30 netbox/ipam/models/asns.py:18
+#: netbox/ipam/models/fhrp.py:24 netbox/ipam/models/services.py:51
+#: netbox/ipam/models/services.py:80 netbox/ipam/models/vlans.py:38
+#: netbox/ipam/models/vlans.py:217 netbox/ipam/models/vlans.py:363
+#: netbox/ipam/models/vrfs.py:20 netbox/ipam/models/vrfs.py:75
+#: netbox/netbox/models/__init__.py:142 netbox/netbox/models/__init__.py:190
+#: netbox/tenancy/models/contacts.py:56 netbox/tenancy/models/tenants.py:19
+#: netbox/tenancy/models/tenants.py:42 netbox/users/models/permissions.py:20
+#: netbox/users/models/users.py:28 netbox/virtualization/models/clusters.py:52
+#: netbox/virtualization/models/virtualmachines.py:71
+#: netbox/virtualization/models/virtualmachines.py:276
+#: netbox/virtualization/models/virtualmachines.py:310
+#: netbox/vpn/models/crypto.py:23 netbox/vpn/models/crypto.py:69
+#: netbox/vpn/models/crypto.py:128 netbox/vpn/models/crypto.py:180
+#: netbox/vpn/models/crypto.py:216 netbox/vpn/models/l2vpn.py:20
+#: netbox/vpn/models/tunnels.py:32 netbox/wireless/models.py:53
 msgid "name"
-msgstr ""
+msgstr "vārds"
 
-#: circuits/models/providers.py:24
+#: netbox/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
+msgstr "Pakalpojuma sniedzēja pilns vārds"
+
+#: netbox/circuits/models/providers.py:28 netbox/dcim/models/devices.py:89
+#: netbox/dcim/models/racks.py:143 netbox/dcim/models/sites.py:152
+#: netbox/extras/models/models.py:474 netbox/ipam/models/asns.py:24
+#: netbox/ipam/models/vlans.py:43 netbox/netbox/models/__init__.py:146
+#: netbox/netbox/models/__init__.py:195 netbox/tenancy/models/tenants.py:25
+#: netbox/tenancy/models/tenants.py:47 netbox/vpn/models/l2vpn.py:26
+#: netbox/wireless/models.py:59
 msgid "slug"
-msgstr ""
+msgstr "lode"
 
-#: circuits/models/providers.py:42
+#: netbox/circuits/models/providers.py:42
 msgid "provider"
-msgstr ""
+msgstr "sniedzējs"
 
-#: circuits/models/providers.py:43
+#: netbox/circuits/models/providers.py:43
 msgid "providers"
-msgstr ""
+msgstr "sniedzēji"
 
-#: circuits/models/providers.py:60
+#: netbox/circuits/models/providers.py:60
 msgid "account ID"
-msgstr ""
+msgstr "konta ID"
 
-#: circuits/models/providers.py:83
+#: netbox/circuits/models/providers.py:83
 msgid "provider account"
-msgstr ""
+msgstr "pakalpojumu sniedzēja konts"
 
-#: circuits/models/providers.py:84
+#: netbox/circuits/models/providers.py:84
 msgid "provider accounts"
-msgstr ""
+msgstr "pakalpojumu sniedzēju konti"
 
-#: circuits/models/providers.py:110
+#: netbox/circuits/models/providers.py:110
 msgid "service ID"
-msgstr ""
+msgstr "pakalpojuma ID"
 
-#: circuits/models/providers.py:121
+#: netbox/circuits/models/providers.py:121
 msgid "provider network"
-msgstr ""
+msgstr "pakalpojumu sniedzēju tīkls"
 
-#: circuits/models/providers.py:122
+#: netbox/circuits/models/providers.py:122
 msgid "provider networks"
-msgstr ""
+msgstr "pakalpojumu sniedzēju tīkli"
 
-#: circuits/models/virtual_circuits.py:28
+#: netbox/circuits/models/virtual_circuits.py:28
 msgid "virtual circuit type"
-msgstr ""
+msgstr "virtuālās shēmas tips"
 
-#: circuits/models/virtual_circuits.py:29
+#: netbox/circuits/models/virtual_circuits.py:29
 msgid "virtual circuit types"
-msgstr ""
+msgstr "virtuālās shēmas veidi"
 
-#: circuits/models/virtual_circuits.py:99
+#: netbox/circuits/models/virtual_circuits.py:99
 msgid "virtual circuit"
-msgstr ""
+msgstr "virtuālā ķēde"
 
-#: circuits/models/virtual_circuits.py:100
+#: netbox/circuits/models/virtual_circuits.py:100
 msgid "virtual circuits"
-msgstr ""
+msgstr "virtuālās shēmas"
 
-#: circuits/models/virtual_circuits.py:134 ipam/models/ip.py:200
-#: ipam/models/ip.py:765 vpn/models/tunnels.py:109
+#: netbox/circuits/models/virtual_circuits.py:134 netbox/ipam/models/ip.py:200
+#: netbox/ipam/models/ip.py:765 netbox/vpn/models/tunnels.py:109
 msgid "role"
-msgstr ""
+msgstr "loma"
 
-#: circuits/models/virtual_circuits.py:152
+#: netbox/circuits/models/virtual_circuits.py:152
 msgid "virtual circuit termination"
-msgstr ""
+msgstr "virtuālās ķēdes izbeigšana"
 
-#: circuits/models/virtual_circuits.py:153
+#: netbox/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
+msgstr "virtuālās ķēdes pārtraukumi"
+
+#: netbox/circuits/tables/circuits.py:30
+#: netbox/circuits/tables/circuits.py:168
+#: netbox/circuits/tables/providers.py:18
+#: netbox/circuits/tables/providers.py:67
+#: netbox/circuits/tables/providers.py:97
+#: netbox/circuits/tables/virtual_circuits.py:18 netbox/core/tables/data.py:17
+#: netbox/core/tables/jobs.py:16 netbox/core/tables/plugins.py:45
+#: netbox/core/tables/tasks.py:12 netbox/core/tables/tasks.py:117
+#: netbox/dcim/forms/filtersets.py:66 netbox/dcim/forms/object_create.py:43
+#: netbox/dcim/tables/devices.py:63 netbox/dcim/tables/devices.py:107
+#: netbox/dcim/tables/devices.py:153 netbox/dcim/tables/devices.py:312
+#: netbox/dcim/tables/devices.py:425 netbox/dcim/tables/devices.py:466
+#: netbox/dcim/tables/devices.py:514 netbox/dcim/tables/devices.py:568
+#: netbox/dcim/tables/devices.py:591 netbox/dcim/tables/devices.py:711
+#: netbox/dcim/tables/devices.py:794 netbox/dcim/tables/devices.py:840
+#: netbox/dcim/tables/devices.py:902 netbox/dcim/tables/devices.py:971
+#: netbox/dcim/tables/devices.py:1036 netbox/dcim/tables/devices.py:1055
+#: netbox/dcim/tables/devices.py:1084 netbox/dcim/tables/devices.py:1114
+#: netbox/dcim/tables/devicetypes.py:31 netbox/dcim/tables/devicetypes.py:227
+#: netbox/dcim/tables/modules.py:17 netbox/dcim/tables/power.py:22
+#: netbox/dcim/tables/power.py:62 netbox/dcim/tables/racks.py:24
+#: netbox/dcim/tables/racks.py:117 netbox/dcim/tables/sites.py:24
+#: netbox/dcim/tables/sites.py:58 netbox/dcim/tables/sites.py:92
+#: netbox/dcim/tables/sites.py:143 netbox/extras/forms/filtersets.py:227
+#: netbox/extras/tables/tables.py:64 netbox/extras/tables/tables.py:128
+#: netbox/extras/tables/tables.py:161 netbox/extras/tables/tables.py:186
+#: netbox/extras/tables/tables.py:241 netbox/extras/tables/tables.py:284
+#: netbox/extras/tables/tables.py:314 netbox/extras/tables/tables.py:430
+#: netbox/extras/tables/tables.py:447 netbox/extras/tables/tables.py:470
+#: netbox/extras/tables/tables.py:508 netbox/extras/tables/tables.py:552
+#: netbox/extras/tables/tables.py:594 netbox/extras/tables/tables.py:620
+#: netbox/ipam/forms/bulk_edit.py:396 netbox/ipam/forms/filtersets.py:410
+#: netbox/ipam/forms/filtersets.py:496 netbox/ipam/tables/asn.py:16
+#: netbox/ipam/tables/ip.py:32 netbox/ipam/tables/ip.py:107
+#: netbox/ipam/tables/services.py:16 netbox/ipam/tables/services.py:41
+#: netbox/ipam/tables/vlans.py:33 netbox/ipam/tables/vlans.py:86
+#: netbox/ipam/tables/vlans.py:234 netbox/ipam/tables/vrfs.py:26
+#: netbox/ipam/tables/vrfs.py:68
+#: netbox/templates/circuits/circuitgroup.html:28
+#: netbox/templates/circuits/circuittype.html:22
+#: netbox/templates/circuits/provideraccount.html:28
+#: netbox/templates/circuits/providernetwork.html:24
+#: netbox/templates/circuits/virtualcircuittype.html:22
+#: netbox/templates/core/datasource.html:34 netbox/templates/core/job.html:17
+#: netbox/templates/core/plugin.html:54
+#: netbox/templates/core/rq_worker.html:43
+#: netbox/templates/dcim/consoleport.html:28
+#: netbox/templates/dcim/consoleserverport.html:28
+#: netbox/templates/dcim/devicebay.html:24
+#: netbox/templates/dcim/devicerole.html:26
+#: netbox/templates/dcim/frontport.html:28
+#: netbox/templates/dcim/inc/interface_vlans_table.html:5
+#: netbox/templates/dcim/inc/panels/inventory_items.html:18
+#: netbox/templates/dcim/interface.html:38
+#: netbox/templates/dcim/interface.html:222
+#: netbox/templates/dcim/inventoryitem.html:28
+#: netbox/templates/dcim/inventoryitemrole.html:18
+#: netbox/templates/dcim/location.html:29
+#: netbox/templates/dcim/manufacturer.html:36
+#: netbox/templates/dcim/modulebay.html:30
+#: netbox/templates/dcim/moduletypeprofile.html:16
+#: netbox/templates/dcim/platform.html:29
+#: netbox/templates/dcim/poweroutlet.html:28
+#: netbox/templates/dcim/powerport.html:28
+#: netbox/templates/dcim/rackrole.html:22
+#: netbox/templates/dcim/rearport.html:28 netbox/templates/dcim/region.html:29
+#: netbox/templates/dcim/sitegroup.html:29
+#: netbox/templates/dcim/virtualdevicecontext.html:18
+#: netbox/templates/extras/configcontext.html:13
+#: netbox/templates/extras/configcontextprofile.html:13
+#: netbox/templates/extras/configtemplate.html:13
+#: netbox/templates/extras/customfield.html:13
+#: netbox/templates/extras/customlink.html:13
+#: netbox/templates/extras/eventrule.html:13
+#: netbox/templates/extras/exporttemplate.html:15
+#: netbox/templates/extras/imageattachment.html:17
+#: netbox/templates/extras/inc/script_list_content.html:32
+#: netbox/templates/extras/notificationgroup.html:14
+#: netbox/templates/extras/savedfilter.html:13
+#: netbox/templates/extras/tableconfig.html:13
+#: netbox/templates/extras/tag.html:14 netbox/templates/extras/webhook.html:13
+#: netbox/templates/ipam/asnrange.html:15
+#: netbox/templates/ipam/fhrpgroup.html:30 netbox/templates/ipam/rir.html:22
+#: netbox/templates/ipam/role.html:22
+#: netbox/templates/ipam/routetarget.html:13
+#: netbox/templates/ipam/service.html:26
+#: netbox/templates/ipam/servicetemplate.html:15
+#: netbox/templates/ipam/vlan.html:35 netbox/templates/ipam/vlangroup.html:30
+#: netbox/templates/ipam/vlantranslationpolicy.html:14
+#: netbox/templates/tenancy/contact.html:35
+#: netbox/templates/tenancy/contactgroup.html:21
+#: netbox/templates/tenancy/contactrole.html:18
+#: netbox/templates/tenancy/tenantgroup.html:29
+#: netbox/templates/users/group.html:17
+#: netbox/templates/users/objectpermission.html:17
+#: netbox/templates/virtualization/cluster.html:13
+#: netbox/templates/virtualization/clustergroup.html:22
+#: netbox/templates/virtualization/clustertype.html:22
+#: netbox/templates/virtualization/virtualdisk.html:25
+#: netbox/templates/virtualization/virtualmachine.html:15
+#: netbox/templates/virtualization/vminterface.html:25
+#: netbox/templates/vpn/ikepolicy.html:13
+#: netbox/templates/vpn/ikeproposal.html:13
+#: netbox/templates/vpn/ipsecpolicy.html:13
+#: netbox/templates/vpn/ipsecprofile.html:13
+#: netbox/templates/vpn/ipsecprofile.html:36
+#: netbox/templates/vpn/ipsecprofile.html:69
+#: netbox/templates/vpn/ipsecproposal.html:13
+#: netbox/templates/vpn/l2vpn.html:14 netbox/templates/vpn/tunnel.html:21
+#: netbox/templates/vpn/tunnelgroup.html:26
+#: netbox/templates/wireless/wirelesslangroup.html:29
+#: netbox/tenancy/tables/contacts.py:19 netbox/tenancy/tables/contacts.py:49
+#: netbox/tenancy/tables/contacts.py:64 netbox/tenancy/tables/tenants.py:16
+#: netbox/tenancy/tables/tenants.py:46 netbox/users/tables.py:62
+#: netbox/users/tables.py:76 netbox/virtualization/forms/bulk_create.py:20
+#: netbox/virtualization/forms/object_create.py:13
+#: netbox/virtualization/forms/object_create.py:23
+#: netbox/virtualization/tables/clusters.py:17
+#: netbox/virtualization/tables/clusters.py:39
+#: netbox/virtualization/tables/clusters.py:62
+#: netbox/virtualization/tables/virtualmachines.py:26
+#: netbox/virtualization/tables/virtualmachines.py:109
+#: netbox/virtualization/tables/virtualmachines.py:165
+#: netbox/vpn/tables/crypto.py:18 netbox/vpn/tables/crypto.py:57
+#: netbox/vpn/tables/crypto.py:93 netbox/vpn/tables/crypto.py:129
+#: netbox/vpn/tables/crypto.py:158 netbox/vpn/tables/l2vpn.py:23
+#: netbox/vpn/tables/tunnels.py:18 netbox/vpn/tables/tunnels.py:41
+#: netbox/wireless/tables/wirelesslan.py:18
+#: netbox/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
+msgstr "Nosaukums"
+
+#: netbox/circuits/tables/circuits.py:39
+#: netbox/circuits/tables/circuits.py:174
+#: netbox/circuits/tables/providers.py:43
+#: netbox/circuits/tables/providers.py:77
+#: netbox/circuits/tables/virtual_circuits.py:27
+#: netbox/netbox/navigation/menu.py:275 netbox/netbox/navigation/menu.py:279
+#: netbox/netbox/navigation/menu.py:281
+#: netbox/templates/circuits/provider.html:57
+#: netbox/templates/circuits/provideraccount.html:48
+#: netbox/templates/circuits/providernetwork.html:50
 msgid "Circuits"
-msgstr ""
+msgstr "Ķēdes"
 
-#: 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
+#: netbox/circuits/tables/circuits.py:54
+#: netbox/circuits/tables/virtual_circuits.py:42
+#: netbox/templates/circuits/circuit.html:26
+#: netbox/templates/circuits/virtualcircuit.html:35
+#: netbox/templates/dcim/interface.html:174
 msgid "Circuit ID"
-msgstr ""
+msgstr "Ķēdes ID"
 
-#: circuits/tables/circuits.py:71 wireless/forms/model_forms.py:165
+#: netbox/circuits/tables/circuits.py:71
+#: netbox/wireless/forms/model_forms.py:165
 msgid "Side A"
-msgstr ""
+msgstr "A puse"
 
-#: circuits/tables/circuits.py:76
+#: netbox/circuits/tables/circuits.py:76
 msgid "Side Z"
-msgstr ""
+msgstr "Lapa Z"
 
-#: circuits/tables/circuits.py:79 templates/circuits/circuit.html:65
+#: netbox/circuits/tables/circuits.py:79
+#: netbox/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
+msgstr "Apņemšanās likme"
+
+#: netbox/circuits/tables/circuits.py:83
+#: netbox/circuits/tables/providers.py:46
+#: netbox/circuits/tables/providers.py:80
+#: netbox/circuits/tables/providers.py:105
+#: netbox/circuits/tables/virtual_circuits.py:67
+#: netbox/dcim/tables/devices.py:1097 netbox/dcim/tables/devicetypes.py:97
+#: netbox/dcim/tables/modules.py:27 netbox/dcim/tables/modules.py:68
+#: netbox/dcim/tables/modules.py:107 netbox/dcim/tables/power.py:39
+#: netbox/dcim/tables/power.py:96 netbox/dcim/tables/racks.py:88
+#: netbox/dcim/tables/racks.py:148 netbox/dcim/tables/racks.py:236
+#: netbox/dcim/tables/sites.py:40 netbox/dcim/tables/sites.py:74
+#: netbox/dcim/tables/sites.py:121 netbox/dcim/tables/sites.py:179
+#: netbox/extras/forms/bulk_import.py:303 netbox/extras/tables/tables.py:706
+#: netbox/ipam/tables/asn.py:79 netbox/ipam/tables/fhrp.py:34
+#: netbox/ipam/tables/ip.py:83 netbox/ipam/tables/ip.py:227
+#: netbox/ipam/tables/ip.py:286 netbox/ipam/tables/ip.py:355
+#: netbox/ipam/tables/services.py:25 netbox/ipam/tables/services.py:55
+#: netbox/ipam/tables/vlans.py:124 netbox/ipam/tables/vrfs.py:47
+#: netbox/ipam/tables/vrfs.py:72 netbox/templates/dcim/htmx/cable_edit.html:90
+#: netbox/templates/generic/bulk_edit.html:86
+#: netbox/templates/inc/panels/comments.html:5
+#: netbox/tenancy/tables/contacts.py:35 netbox/tenancy/tables/contacts.py:76
+#: netbox/tenancy/tables/tenants.py:32 netbox/tenancy/tables/tenants.py:54
+#: netbox/utilities/forms/fields/fields.py:30
+#: netbox/virtualization/tables/clusters.py:95
+#: netbox/virtualization/tables/virtualmachines.py:52
+#: netbox/vpn/tables/crypto.py:37 netbox/vpn/tables/crypto.py:74
+#: netbox/vpn/tables/crypto.py:109 netbox/vpn/tables/crypto.py:140
+#: netbox/vpn/tables/crypto.py:173 netbox/vpn/tables/l2vpn.py:40
+#: netbox/vpn/tables/tunnels.py:62 netbox/wireless/tables/wirelesslan.py:31
+#: netbox/wireless/tables/wirelesslan.py:70
 msgid "Comments"
-msgstr ""
+msgstr "Komentāri"
 
-#: circuits/tables/circuits.py:89 dcim/forms/filtersets.py:1693
-#: templates/tenancy/contact.html:94 tenancy/tables/contacts.py:81
+#: netbox/circuits/tables/circuits.py:89 netbox/dcim/forms/filtersets.py:1693
+#: netbox/templates/tenancy/contact.html:94
+#: netbox/tenancy/tables/contacts.py:81
 msgid "Assignments"
-msgstr ""
+msgstr "Uzdevumi"
 
-#: circuits/tables/circuits.py:116 dcim/forms/connections.py:86
+#: netbox/circuits/tables/circuits.py:116 netbox/dcim/forms/connections.py:86
 msgid "Side"
-msgstr ""
+msgstr "Sānu"
 
-#: circuits/tables/circuits.py:119
+#: netbox/circuits/tables/circuits.py:119
 msgid "Termination Type"
-msgstr ""
+msgstr "Izbeigšanas veids"
 
-#: circuits/tables/circuits.py:122
+#: netbox/circuits/tables/circuits.py:122
 msgid "Termination Point"
-msgstr ""
+msgstr "Izbeigšanas punkts"
 
-#: circuits/tables/circuits.py:134 dcim/tables/devices.py:168
-#: templates/dcim/sitegroup.html:26
+#: netbox/circuits/tables/circuits.py:134 netbox/dcim/tables/devices.py:168
+#: netbox/templates/dcim/sitegroup.html:26
 msgid "Site Group"
-msgstr ""
+msgstr "Vietnes grupa"
 
-#: 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
+#: netbox/circuits/tables/circuits.py:149
+#: netbox/templates/circuits/providernetwork.html:17
+#: netbox/templates/circuits/virtualcircuit.html:27
+#: netbox/templates/circuits/virtualcircuittermination.html:30
+#: netbox/templates/dcim/interface.html:170
 msgid "Provider Network"
-msgstr ""
+msgstr "Pakalpotāju tīkls"
 
-#: circuits/tables/providers.py:23
+#: netbox/circuits/tables/providers.py:23
 msgid "Accounts"
-msgstr ""
+msgstr "Konti"
 
-#: circuits/tables/providers.py:28
+#: netbox/circuits/tables/providers.py:28
 msgid "Account Count"
-msgstr ""
+msgstr "Kontu skaits"
 
-#: circuits/tables/providers.py:37 dcim/tables/sites.py:113
+#: netbox/circuits/tables/providers.py:37 netbox/dcim/tables/sites.py:113
 msgid "ASN Count"
-msgstr ""
+msgstr "ASN skaits"
 
-#: 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
+#: netbox/circuits/tables/virtual_circuits.py:64
+#: netbox/netbox/navigation/menu.py:235
+#: netbox/templates/circuits/virtualcircuit.html:87
+#: netbox/templates/vpn/l2vpn.html:60 netbox/templates/vpn/tunnel.html:72
+#: netbox/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
+msgstr "Izbeigšana"
+
+#: netbox/circuits/tables/virtual_circuits.py:108
+#: netbox/dcim/forms/bulk_edit.py:812 netbox/dcim/forms/bulk_edit.py:1370
+#: netbox/dcim/forms/bulk_edit.py:1782 netbox/dcim/forms/bulk_edit.py:1841
+#: netbox/dcim/forms/bulk_import.py:737 netbox/dcim/forms/bulk_import.py:799
+#: netbox/dcim/forms/bulk_import.py:825 netbox/dcim/forms/bulk_import.py:851
+#: netbox/dcim/forms/bulk_import.py:871 netbox/dcim/forms/bulk_import.py:927
+#: netbox/dcim/forms/bulk_import.py:1087 netbox/dcim/forms/bulk_import.py:1135
+#: netbox/dcim/forms/bulk_import.py:1152 netbox/dcim/forms/bulk_import.py:1164
+#: netbox/dcim/forms/bulk_import.py:1212 netbox/dcim/forms/bulk_import.py:1334
+#: netbox/dcim/forms/bulk_import.py:1730 netbox/dcim/forms/connections.py:29
+#: netbox/dcim/forms/filtersets.py:140 netbox/dcim/forms/filtersets.py:958
+#: netbox/dcim/forms/filtersets.py:990 netbox/dcim/forms/filtersets.py:1136
+#: netbox/dcim/forms/filtersets.py:1328 netbox/dcim/forms/filtersets.py:1353
+#: netbox/dcim/forms/filtersets.py:1378 netbox/dcim/forms/filtersets.py:1398
+#: netbox/dcim/forms/filtersets.py:1432 netbox/dcim/forms/filtersets.py:1553
+#: netbox/dcim/forms/filtersets.py:1578 netbox/dcim/forms/filtersets.py:1602
+#: netbox/dcim/forms/filtersets.py:1620 netbox/dcim/forms/filtersets.py:1637
+#: netbox/dcim/forms/filtersets.py:1752 netbox/dcim/forms/filtersets.py:1776
+#: netbox/dcim/forms/filtersets.py:1800 netbox/dcim/forms/model_forms.py:748
+#: netbox/dcim/forms/model_forms.py:968 netbox/dcim/forms/model_forms.py:1369
+#: netbox/dcim/forms/model_forms.py:1854 netbox/dcim/forms/model_forms.py:1927
+#: netbox/dcim/forms/object_create.py:260 netbox/dcim/tables/connections.py:22
+#: netbox/dcim/tables/connections.py:41 netbox/dcim/tables/connections.py:60
+#: netbox/dcim/tables/devices.py:308 netbox/dcim/tables/devices.py:403
+#: netbox/dcim/tables/devices.py:444 netbox/dcim/tables/devices.py:486
+#: netbox/dcim/tables/devices.py:536 netbox/dcim/tables/devices.py:648
+#: netbox/dcim/tables/devices.py:760 netbox/dcim/tables/devices.py:816
+#: netbox/dcim/tables/devices.py:862 netbox/dcim/tables/devices.py:921
+#: netbox/dcim/tables/devices.py:989 netbox/dcim/tables/devices.py:1118
+#: netbox/dcim/tables/modules.py:87 netbox/extras/forms/filtersets.py:389
+#: netbox/ipam/forms/bulk_import.py:306 netbox/ipam/forms/filtersets.py:626
+#: netbox/ipam/forms/model_forms.py:334 netbox/ipam/tables/vlans.py:159
+#: netbox/templates/circuits/virtualcircuittermination.html:56
+#: netbox/templates/dcim/consoleport.html:20
+#: netbox/templates/dcim/consoleserverport.html:20
+#: netbox/templates/dcim/device.html:15 netbox/templates/dcim/device.html:136
+#: netbox/templates/dcim/device_edit.html:12
+#: netbox/templates/dcim/devicebay.html:20
+#: netbox/templates/dcim/devicebay.html:48
+#: netbox/templates/dcim/frontport.html:20
+#: netbox/templates/dcim/interface.html:30
+#: netbox/templates/dcim/interface.html:218
+#: netbox/templates/dcim/inventoryitem.html:20
+#: netbox/templates/dcim/module.html:57
+#: netbox/templates/dcim/modulebay.html:20
+#: netbox/templates/dcim/poweroutlet.html:20
+#: netbox/templates/dcim/powerport.html:20
+#: netbox/templates/dcim/rearport.html:20
+#: netbox/templates/dcim/virtualchassis.html:55
+#: netbox/templates/dcim/virtualchassis_edit.html:55
+#: netbox/templates/dcim/virtualdevicecontext.html:22
+#: netbox/templates/virtualization/virtualmachine.html:116
+#: netbox/templates/vpn/tunneltermination.html:23
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:6
+#: netbox/virtualization/filtersets.py:133
+#: netbox/virtualization/forms/bulk_edit.py:119
+#: netbox/virtualization/forms/bulk_import.py:110
+#: netbox/virtualization/forms/filtersets.py:134
+#: netbox/virtualization/forms/model_forms.py:192
+#: netbox/virtualization/tables/virtualmachines.py:41 netbox/vpn/choices.py:52
+#: netbox/vpn/forms/bulk_import.py:86 netbox/vpn/forms/bulk_import.py:288
+#: netbox/vpn/forms/filtersets.py:286 netbox/vpn/forms/model_forms.py:91
+#: netbox/vpn/forms/model_forms.py:126 netbox/vpn/forms/model_forms.py:237
+#: netbox/vpn/forms/model_forms.py:456
+#: netbox/wireless/forms/model_forms.py:104
+#: netbox/wireless/forms/model_forms.py:146
+#: netbox/wireless/tables/wirelesslan.py:88
 msgid "Device"
-msgstr ""
+msgstr "Ierīce"
 
-#: circuits/views.py:394
+#: netbox/circuits/views.py:394
 #, python-brace-format
 msgid "No terminations have been defined for circuit {circuit}."
-msgstr ""
+msgstr "Ķēdei nav definēti pārtraukumi {circuit}."
 
-#: circuits/views.py:443
+#: netbox/circuits/views.py:443
 #, python-brace-format
 msgid "Swapped terminations for circuit {circuit}."
-msgstr ""
+msgstr "Mainīti slēgumi uz ķēdi {circuit}."
 
-#: core/api/views.py:52
+#: netbox/core/api/views.py:52
 msgid "This user does not have permission to synchronize this data source."
-msgstr ""
+msgstr "Šim lietotājam nav atļaujas sinhronizēt šo datu avotu."
 
-#: core/apps.py:34
+#: netbox/core/apps.py:34
 msgid "Object created"
-msgstr ""
+msgstr "Izveidots objekts"
 
-#: core/apps.py:35
+#: netbox/core/apps.py:35
 msgid "Object updated"
-msgstr ""
+msgstr "Objekts atjaunināts"
 
-#: core/apps.py:36
+#: netbox/core/apps.py:36
 msgid "Object deleted"
-msgstr ""
+msgstr "Izdzēsts objekts"
 
-#: core/apps.py:37
+#: netbox/core/apps.py:37
 msgid "Job started"
-msgstr ""
+msgstr "Darbs sākts"
 
-#: core/apps.py:38
+#: netbox/core/apps.py:38
 msgid "Job completed"
-msgstr ""
+msgstr "Darbs pabeigts"
 
-#: core/apps.py:39
+#: netbox/core/apps.py:39
 msgid "Job failed"
-msgstr ""
+msgstr "Darbs neizdevās"
 
-#: core/apps.py:40
+#: netbox/core/apps.py:40
 msgid "Job errored"
-msgstr ""
+msgstr "Darbs kļūdījies"
 
-#: core/choices.py:18
+#: netbox/core/choices.py:18
 msgid "New"
-msgstr ""
+msgstr "Jauns"
 
-#: core/choices.py:19 core/constants.py:19 core/tables/tasks.py:16
-#: templates/core/rq_task.html:77
+#: netbox/core/choices.py:19 netbox/core/constants.py:19
+#: netbox/core/tables/tasks.py:16 netbox/templates/core/rq_task.html:77
 msgid "Queued"
-msgstr ""
+msgstr "Rindā"
 
-#: core/choices.py:20
+#: netbox/core/choices.py:20
 msgid "Syncing"
-msgstr ""
+msgstr "Sinhronizācija"
 
-#: core/choices.py:21 core/choices.py:57 core/tables/jobs.py:43
-#: templates/core/job.html:59
+#: netbox/core/choices.py:21 netbox/core/choices.py:57
+#: netbox/core/tables/jobs.py:43 netbox/templates/core/job.html:59
 msgid "Completed"
-msgstr ""
+msgstr "Pabeigts"
 
-#: 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
+#: netbox/core/choices.py:22 netbox/core/choices.py:59
+#: netbox/core/constants.py:21 netbox/core/tables/tasks.py:35
+#: netbox/dcim/choices.py:206 netbox/dcim/choices.py:259
+#: netbox/dcim/choices.py:1917 netbox/dcim/choices.py:2007
+#: netbox/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
+msgstr "Neizdevās"
+
+#: netbox/core/choices.py:35 netbox/netbox/navigation/menu.py:359
+#: netbox/netbox/navigation/menu.py:363
+#: netbox/templates/extras/script/base.html:14
+#: netbox/templates/extras/script_list.html:7
+#: netbox/templates/extras/script_list.html:12
+#: netbox/templates/extras/script_result.html:17
 msgid "Scripts"
-msgstr ""
+msgstr "Skripti"
 
-#: core/choices.py:36 templates/extras/report/base.html:13
+#: netbox/core/choices.py:36 netbox/templates/extras/report/base.html:13
 msgid "Reports"
-msgstr ""
+msgstr "Ziņojumi"
 
-#: core/choices.py:54 dcim/choices.py:154
+#: netbox/core/choices.py:54 netbox/dcim/choices.py:154
 msgid "Pending"
-msgstr ""
+msgstr "Gaidīts"
 
-#: core/choices.py:55 core/constants.py:24 core/tables/jobs.py:34
-#: core/tables/tasks.py:39 templates/core/job.html:46
+#: netbox/core/choices.py:55 netbox/core/constants.py:24
+#: netbox/core/tables/jobs.py:34 netbox/core/tables/tasks.py:39
+#: netbox/templates/core/job.html:46
 msgid "Scheduled"
-msgstr ""
+msgstr "Plānots"
 
-#: core/choices.py:56
+#: netbox/core/choices.py:56
 msgid "Running"
-msgstr ""
+msgstr "Skriešana"
 
-#: core/choices.py:58
+#: netbox/core/choices.py:58
 msgid "Errored"
-msgstr ""
+msgstr "Kļūda"
 
-#: core/choices.py:82
+#: netbox/core/choices.py:82
 msgid "Minutely"
-msgstr ""
+msgstr "Minutīgi"
 
-#: core/choices.py:83
+#: netbox/core/choices.py:83
 msgid "Hourly"
-msgstr ""
+msgstr "Stundu"
 
-#: core/choices.py:84
+#: netbox/core/choices.py:84
 msgid "12 hours"
-msgstr ""
+msgstr "12 stundas"
 
-#: core/choices.py:85
+#: netbox/core/choices.py:85
 msgid "Daily"
-msgstr ""
+msgstr "Katru dienu"
 
-#: core/choices.py:86
+#: netbox/core/choices.py:86
 msgid "Weekly"
-msgstr ""
+msgstr "Nedēļas"
 
-#: core/choices.py:87
+#: netbox/core/choices.py:87
 msgid "30 days"
-msgstr ""
+msgstr "30 dienas"
 
-#: core/choices.py:103 core/tables/plugins.py:68
-#: templates/generic/object.html:61
+#: netbox/core/choices.py:103 netbox/core/tables/plugins.py:68
+#: netbox/templates/generic/object.html:61
 msgid "Updated"
-msgstr ""
+msgstr "Atjaunināts"
 
-#: core/choices.py:104
+#: netbox/core/choices.py:104
 msgid "Deleted"
-msgstr ""
+msgstr "Svītrots"
 
-#: core/constants.py:20 core/tables/tasks.py:31
+#: netbox/core/constants.py:20 netbox/core/tables/tasks.py:31
 msgid "Finished"
-msgstr ""
+msgstr "Pabeigts"
 
-#: core/constants.py:22 core/tables/jobs.py:40 templates/core/job.html:55
-#: templates/extras/htmx/script_result.html:8
+#: netbox/core/constants.py:22 netbox/core/tables/jobs.py:40
+#: netbox/templates/core/job.html:55
+#: netbox/templates/extras/htmx/script_result.html:8
 msgid "Started"
-msgstr ""
+msgstr "Sākās"
 
-#: core/constants.py:23 core/tables/tasks.py:27
+#: netbox/core/constants.py:23 netbox/core/tables/tasks.py:27
 msgid "Deferred"
-msgstr ""
+msgstr "Atlikts"
 
-#: core/constants.py:25
+#: netbox/core/constants.py:25
 msgid "Stopped"
-msgstr ""
+msgstr "Apturēts"
 
-#: core/constants.py:26
+#: netbox/core/constants.py:26
 msgid "Cancelled"
-msgstr ""
+msgstr "Atcelts"
 
-#: core/constants.py:30 extras/choices.py:164
+#: netbox/core/constants.py:30 netbox/extras/choices.py:164
 msgid "Debug"
-msgstr ""
+msgstr "Atkļūdošana"
 
-#: core/constants.py:31 extras/choices.py:144 extras/choices.py:165
+#: netbox/core/constants.py:31 netbox/extras/choices.py:144
+#: netbox/extras/choices.py:165
 msgid "Info"
-msgstr ""
+msgstr "Informācija"
 
-#: core/constants.py:32 extras/choices.py:146 extras/choices.py:167
+#: netbox/core/constants.py:32 netbox/extras/choices.py:146
+#: netbox/extras/choices.py:167
 msgid "Warning"
-msgstr ""
+msgstr "Brīdinājums"
 
-#: core/constants.py:33 netbox/tables/columns.py:584 templates/core/job.html:26
+#: netbox/core/constants.py:33 netbox/netbox/tables/columns.py:584
+#: netbox/templates/core/job.html:26
 msgid "Error"
-msgstr ""
+msgstr "Kļūda"
 
-#: core/data_backends.py:32 core/tables/plugins.py:53
-#: templates/core/plugin.html:88 templates/dcim/interface.html:273
+#: netbox/core/data_backends.py:32 netbox/core/tables/plugins.py:53
+#: netbox/templates/core/plugin.html:88
+#: netbox/templates/dcim/interface.html:273
 msgid "Local"
-msgstr ""
+msgstr "Vietējais"
 
-#: 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
+#: netbox/core/data_backends.py:50 netbox/core/tables/change_logging.py:20
+#: netbox/templates/account/profile.html:13
+#: netbox/templates/users/user.html:15 netbox/users/tables.py:31
 msgid "Username"
-msgstr ""
+msgstr "Lietotājvārds"
 
-#: core/data_backends.py:52 core/data_backends.py:58
+#: netbox/core/data_backends.py:52 netbox/core/data_backends.py:58
 msgid "Only used for cloning with HTTP(S)"
-msgstr ""
+msgstr "Izmanto tikai klonēšanai ar HTTP (S)"
 
-#: core/data_backends.py:56 templates/account/base.html:23
-#: templates/account/password.html:12 users/forms/model_forms.py:184
+#: netbox/core/data_backends.py:56 netbox/templates/account/base.html:23
+#: netbox/templates/account/password.html:12
+#: netbox/users/forms/model_forms.py:184
 msgid "Password"
-msgstr ""
+msgstr "Parole"
 
-#: core/data_backends.py:62
+#: netbox/core/data_backends.py:62
 msgid "Branch"
-msgstr ""
+msgstr "Filiāle"
 
-#: core/data_backends.py:120
+#: netbox/core/data_backends.py:120
 #, python-brace-format
 msgid "Fetching remote data failed ({name}): {error}"
-msgstr ""
+msgstr "Attālo datu ieguve neizdevās ({name}): {error}"
 
-#: core/data_backends.py:133
+#: netbox/core/data_backends.py:133
 msgid "AWS access key ID"
-msgstr ""
+msgstr "AWS piekļuves atslēgas ID"
 
-#: core/data_backends.py:137
+#: netbox/core/data_backends.py:137
 msgid "AWS secret access key"
-msgstr ""
+msgstr "AWS slepena piekļuves atslēga"
 
-#: core/filtersets.py:57 extras/filtersets.py:254 extras/filtersets.py:599
-#: extras/filtersets.py:770 extras/filtersets.py:798
+#: netbox/core/filtersets.py:57 netbox/extras/filtersets.py:254
+#: netbox/extras/filtersets.py:599 netbox/extras/filtersets.py:770
+#: netbox/extras/filtersets.py:798
 msgid "Data source (ID)"
-msgstr ""
+msgstr "Datu avots (ID)"
 
-#: core/filtersets.py:63
+#: netbox/core/filtersets.py:63
 msgid "Data source (name)"
-msgstr ""
+msgstr "Datu avots (nosaukums)"
 
-#: 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
+#: netbox/core/filtersets.py:180 netbox/dcim/filtersets.py:508
+#: netbox/extras/filtersets.py:292 netbox/extras/filtersets.py:344
+#: netbox/extras/filtersets.py:389 netbox/extras/filtersets.py:411
+#: netbox/extras/filtersets.py:475 netbox/users/filtersets.py:28
 msgid "User (ID)"
-msgstr ""
+msgstr "Lietotājs (ID)"
 
-#: core/filtersets.py:186
+#: netbox/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
+msgstr "Lietotāja vārds"
+
+#: netbox/core/forms/bulk_edit.py:26 netbox/core/forms/filtersets.py:43
+#: netbox/core/tables/data.py:27 netbox/dcim/choices.py:1965
+#: netbox/dcim/forms/bulk_edit.py:1211 netbox/dcim/forms/bulk_edit.py:1492
+#: netbox/dcim/forms/filtersets.py:1468 netbox/dcim/tables/devices.py:596
+#: netbox/dcim/tables/devicetypes.py:231 netbox/extras/forms/bulk_edit.py:127
+#: netbox/extras/forms/bulk_edit.py:195 netbox/extras/forms/bulk_edit.py:223
+#: netbox/extras/forms/bulk_edit.py:282 netbox/extras/forms/filtersets.py:150
+#: netbox/extras/forms/filtersets.py:244 netbox/extras/forms/filtersets.py:274
+#: netbox/extras/forms/filtersets.py:339 netbox/extras/tables/tables.py:168
+#: netbox/extras/tables/tables.py:291 netbox/extras/tables/tables.py:324
+#: netbox/extras/tables/tables.py:484 netbox/netbox/preferences.py:33
+#: netbox/netbox/preferences.py:56 netbox/netbox/preferences.py:81
+#: netbox/templates/core/datasource.html:42
+#: netbox/templates/dcim/interface.html:61
+#: netbox/templates/extras/customlink.html:17
+#: netbox/templates/extras/eventrule.html:17
+#: netbox/templates/extras/savedfilter.html:25
+#: netbox/templates/extras/tableconfig.html:33
+#: netbox/templates/users/objectpermission.html:25
+#: netbox/templates/virtualization/vminterface.html:29
+#: netbox/users/forms/bulk_edit.py:89 netbox/users/forms/filtersets.py:70
+#: netbox/users/tables.py:83 netbox/virtualization/forms/bulk_edit.py:199
+#: netbox/virtualization/forms/filtersets.py:223
 msgid "Enabled"
-msgstr ""
+msgstr "Iespējots"
 
-#: core/forms/bulk_edit.py:36 core/forms/filtersets.py:50
-#: core/tables/data.py:30 templates/core/datasource.html:50
+#: netbox/core/forms/bulk_edit.py:36 netbox/core/forms/filtersets.py:50
+#: netbox/core/tables/data.py:30 netbox/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
+msgstr "Sinhronizācijas intervāls"
+
+#: netbox/core/forms/bulk_edit.py:40 netbox/extras/forms/model_forms.py:306
+#: netbox/templates/extras/savedfilter.html:56
+#: netbox/vpn/forms/filtersets.py:102 netbox/vpn/forms/filtersets.py:132
+#: netbox/vpn/forms/filtersets.py:156 netbox/vpn/forms/filtersets.py:175
+#: netbox/vpn/forms/model_forms.py:302 netbox/vpn/forms/model_forms.py:323
+#: netbox/vpn/forms/model_forms.py:339 netbox/vpn/forms/model_forms.py:360
+#: netbox/vpn/forms/model_forms.py:383
 msgid "Parameters"
-msgstr ""
+msgstr "Parametri"
 
-#: core/forms/bulk_edit.py:44 templates/core/datasource.html:72
+#: netbox/core/forms/bulk_edit.py:44 netbox/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
+msgstr "Ignorēt noteikumus"
+
+#: netbox/core/forms/filtersets.py:30 netbox/core/forms/model_forms.py:100
+#: netbox/extras/forms/model_forms.py:267
+#: netbox/extras/forms/model_forms.py:603
+#: netbox/extras/forms/model_forms.py:691
+#: netbox/extras/forms/model_forms.py:744 netbox/extras/tables/tables.py:206
+#: netbox/extras/tables/tables.py:556 netbox/extras/tables/tables.py:586
+#: netbox/extras/tables/tables.py:624 netbox/templates/core/datasource.html:31
+#: netbox/templates/core/inc/datafile_panel.html:7
+#: netbox/templates/extras/configtemplate.html:37
+#: netbox/templates/extras/object_render_config.html:19
 msgid "Data Source"
-msgstr ""
+msgstr "Datu avots"
 
-#: core/forms/filtersets.py:60 core/forms/mixins.py:21
-#: templates/extras/imageattachment.html:30
+#: netbox/core/forms/filtersets.py:60 netbox/core/forms/mixins.py:21
+#: netbox/templates/extras/imageattachment.html:30
 msgid "File"
-msgstr ""
+msgstr "Fails"
 
-#: 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
+#: netbox/core/forms/filtersets.py:65 netbox/core/forms/mixins.py:16
+#: netbox/extras/forms/bulk_import.py:164
+#: netbox/extras/forms/filtersets.py:179 netbox/extras/forms/filtersets.py:370
+#: netbox/extras/forms/filtersets.py:401 netbox/extras/forms/filtersets.py:488
 msgid "Data source"
-msgstr ""
+msgstr "Datu avots"
 
-#: core/forms/filtersets.py:76 extras/forms/filtersets.py:541
+#: netbox/core/forms/filtersets.py:76 netbox/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
+msgstr "Radīšana"
+
+#: netbox/core/forms/filtersets.py:80 netbox/core/forms/filtersets.py:166
+#: netbox/extras/forms/filtersets.py:562 netbox/extras/tables/tables.py:255
+#: netbox/extras/tables/tables.py:318 netbox/extras/tables/tables.py:344
+#: netbox/extras/tables/tables.py:363 netbox/extras/tables/tables.py:395
+#: netbox/extras/tables/tables.py:695 netbox/templates/core/job.html:11
+#: netbox/templates/core/objectchange.html:52
+#: netbox/templates/extras/tableconfig.html:21
+#: netbox/tenancy/tables/contacts.py:98 netbox/vpn/tables/l2vpn.py:62
 msgid "Object Type"
-msgstr ""
+msgstr "Objekta tips"
 
-#: core/forms/filtersets.py:90
+#: netbox/core/forms/filtersets.py:90
 msgid "Created after"
-msgstr ""
+msgstr "Izveidots pēc"
 
-#: core/forms/filtersets.py:95
+#: netbox/core/forms/filtersets.py:95
 msgid "Created before"
-msgstr ""
+msgstr "Izveidots iepriekš"
 
-#: core/forms/filtersets.py:100
+#: netbox/core/forms/filtersets.py:100
 msgid "Scheduled after"
-msgstr ""
+msgstr "Plānots pēc"
 
-#: core/forms/filtersets.py:105
+#: netbox/core/forms/filtersets.py:105
 msgid "Scheduled before"
-msgstr ""
+msgstr "Ieplānots iepriekš"
 
-#: core/forms/filtersets.py:110
+#: netbox/core/forms/filtersets.py:110
 msgid "Started after"
-msgstr ""
+msgstr "Sākās pēc"
 
-#: core/forms/filtersets.py:115
+#: netbox/core/forms/filtersets.py:115
 msgid "Started before"
-msgstr ""
+msgstr "Sākās agrāk"
 
-#: core/forms/filtersets.py:120
+#: netbox/core/forms/filtersets.py:120
 msgid "Completed after"
-msgstr ""
+msgstr "Pabeigts pēc"
 
-#: core/forms/filtersets.py:125
+#: netbox/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
+msgstr "Pabeigts pirms"
+
+#: netbox/core/forms/filtersets.py:132 netbox/core/forms/filtersets.py:161
+#: netbox/dcim/forms/bulk_edit.py:496 netbox/dcim/forms/filtersets.py:476
+#: netbox/dcim/forms/model_forms.py:334 netbox/extras/forms/filtersets.py:557
+#: netbox/extras/forms/filtersets.py:577 netbox/extras/tables/tables.py:371
+#: netbox/extras/tables/tables.py:411
+#: netbox/templates/core/objectchange.html:36
+#: netbox/templates/dcim/rackreservation.html:62
+#: netbox/templates/extras/savedfilter.html:21
+#: netbox/templates/extras/tableconfig.html:29
+#: netbox/templates/inc/user_menu.html:33 netbox/templates/users/token.html:21
+#: netbox/templates/users/user.html:4 netbox/templates/users/user.html:12
+#: netbox/users/filtersets.py:107 netbox/users/filtersets.py:174
+#: netbox/users/forms/filtersets.py:84 netbox/users/forms/filtersets.py:125
+#: netbox/users/forms/model_forms.py:169 netbox/users/forms/model_forms.py:206
+#: netbox/users/tables.py:19
 msgid "User"
-msgstr ""
+msgstr "Lietotājs"
 
-#: 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
+#: netbox/core/forms/filtersets.py:140 netbox/core/tables/change_logging.py:15
+#: netbox/core/tables/jobs.py:69 netbox/extras/tables/tables.py:733
+#: netbox/extras/tables/tables.py:788
+#: netbox/templates/core/objectchange.html:32
 msgid "Time"
-msgstr ""
+msgstr "Laiks"
 
-#: core/forms/filtersets.py:145 extras/forms/filtersets.py:546
+#: netbox/core/forms/filtersets.py:145 netbox/extras/forms/filtersets.py:546
 msgid "After"
-msgstr ""
+msgstr "Pēc"
 
-#: core/forms/filtersets.py:150 extras/forms/filtersets.py:551
+#: netbox/core/forms/filtersets.py:150 netbox/extras/forms/filtersets.py:551
 msgid "Before"
-msgstr ""
+msgstr "Pirms"
 
-#: 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
+#: netbox/core/forms/filtersets.py:154 netbox/core/tables/change_logging.py:29
+#: netbox/extras/forms/model_forms.py:476
+#: netbox/templates/core/objectchange.html:46
+#: netbox/templates/extras/eventrule.html:71
 msgid "Action"
-msgstr ""
+msgstr "Darbība"
 
-#: 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
+#: netbox/core/forms/model_forms.py:55 netbox/core/tables/data.py:56
+#: netbox/templates/core/datafile.html:21
+#: netbox/templates/extras/report/base.html:33
+#: netbox/templates/extras/script/base.html:32
 msgid "Source"
-msgstr ""
+msgstr "Avots"
 
-#: core/forms/model_forms.py:57 templates/core/datasource.html:14
-#: templates/core/datasource.html:20 utilities/templatetags/buttons.py:156
+#: netbox/core/forms/model_forms.py:57
+#: netbox/templates/core/datasource.html:14
+#: netbox/templates/core/datasource.html:20
+#: netbox/utilities/templatetags/buttons.py:156
 msgid "Sync"
-msgstr ""
+msgstr "Sinhronizācija"
 
-#: core/forms/model_forms.py:61
+#: netbox/core/forms/model_forms.py:61
 msgid "Backend Parameters"
-msgstr ""
+msgstr "Aizmugures parametri"
 
-#: core/forms/model_forms.py:99
+#: netbox/core/forms/model_forms.py:99
 msgid "File Upload"
-msgstr ""
+msgstr "Faila augšupielāde"
 
-#: core/forms/model_forms.py:111
+#: netbox/core/forms/model_forms.py:111
 msgid "Cannot upload a file and sync from an existing file"
-msgstr ""
+msgstr "Nevar augšupielādēt failu un sinhronizēt no esoša faila"
 
-#: core/forms/model_forms.py:113
+#: netbox/core/forms/model_forms.py:113
 msgid "Must upload a file or select a data file to sync"
-msgstr ""
+msgstr "Jāaugšupielādē fails vai jāizvēlas sinhronizējamais datu fails"
 
-#: core/forms/model_forms.py:156 templates/dcim/rack_elevation_list.html:6
+#: netbox/core/forms/model_forms.py:156
+#: netbox/templates/dcim/rack_elevation_list.html:6
 msgid "Rack Elevations"
-msgstr ""
+msgstr "Plauktu pacēlumi"
 
-#: 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
+#: netbox/core/forms/model_forms.py:160 netbox/dcim/choices.py:1836
+#: netbox/dcim/forms/bulk_edit.py:1054 netbox/dcim/forms/bulk_edit.py:1446
+#: netbox/dcim/forms/bulk_edit.py:1467 netbox/dcim/tables/racks.py:161
+#: netbox/netbox/navigation/menu.py:313 netbox/netbox/navigation/menu.py:317
 msgid "Power"
-msgstr ""
+msgstr "Jauda"
 
-#: core/forms/model_forms.py:162 netbox/navigation/menu.py:161
-#: templates/core/inc/config_data.html:37
+#: netbox/core/forms/model_forms.py:162 netbox/netbox/navigation/menu.py:161
+#: netbox/templates/core/inc/config_data.html:37
 msgid "IPAM"
-msgstr ""
+msgstr "IPAM"
 
-#: 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
+#: netbox/core/forms/model_forms.py:163 netbox/netbox/navigation/menu.py:239
+#: netbox/templates/core/inc/config_data.html:50
+#: netbox/vpn/forms/bulk_edit.py:77 netbox/vpn/forms/filtersets.py:47
+#: netbox/vpn/forms/model_forms.py:62 netbox/vpn/forms/model_forms.py:147
 msgid "Security"
-msgstr ""
+msgstr "Drošība"
 
-#: core/forms/model_forms.py:164 templates/core/inc/config_data.html:59
+#: netbox/core/forms/model_forms.py:164
+#: netbox/templates/core/inc/config_data.html:59
 msgid "Banners"
-msgstr ""
+msgstr "Reklāmkarogi"
 
-#: core/forms/model_forms.py:165 templates/core/inc/config_data.html:80
+#: netbox/core/forms/model_forms.py:165
+#: netbox/templates/core/inc/config_data.html:80
 msgid "Pagination"
-msgstr ""
+msgstr "Lappušu veidošana"
 
-#: 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
+#: netbox/core/forms/model_forms.py:166 netbox/extras/forms/bulk_edit.py:96
+#: netbox/extras/forms/filtersets.py:48 netbox/extras/forms/model_forms.py:121
+#: netbox/extras/forms/model_forms.py:134
+#: netbox/templates/core/inc/config_data.html:93
 msgid "Validation"
-msgstr ""
+msgstr "Validācija"
 
-#: core/forms/model_forms.py:167 templates/account/preferences.html:6
+#: netbox/core/forms/model_forms.py:167
+#: netbox/templates/account/preferences.html:6
 msgid "User Preferences"
-msgstr ""
+msgstr "Lietotāja preferences"
 
-#: core/forms/model_forms.py:170 dcim/forms/filtersets.py:769
-#: templates/core/inc/config_data.html:127 users/forms/model_forms.py:75
+#: netbox/core/forms/model_forms.py:170 netbox/dcim/forms/filtersets.py:769
+#: netbox/templates/core/inc/config_data.html:127
+#: netbox/users/forms/model_forms.py:75
 msgid "Miscellaneous"
-msgstr ""
+msgstr "Dažādi"
 
-#: core/forms/model_forms.py:172
+#: netbox/core/forms/model_forms.py:172
 msgid "Config Revision"
-msgstr ""
+msgstr "Konfigurācijas pārskatīšana"
 
-#: core/forms/model_forms.py:211
+#: netbox/core/forms/model_forms.py:211
 msgid "This parameter has been defined statically and cannot be modified."
-msgstr ""
+msgstr "Šis parametrs ir definēts statiski, un to nevar mainīt."
 
-#: core/forms/model_forms.py:219
+#: netbox/core/forms/model_forms.py:219
 #, python-brace-format
 msgid "Current value: <strong>{value}</strong>"
-msgstr ""
+msgstr "Pašreizējā vērtība: <strong>{value}</strong>"
 
-#: core/forms/model_forms.py:221
+#: netbox/core/forms/model_forms.py:221
 msgid " (default)"
-msgstr ""
+msgstr " (noklusējums)"
 
-#: core/models/change_logging.py:29
+#: netbox/core/models/change_logging.py:29
 msgid "time"
-msgstr ""
+msgstr "laiks"
 
-#: core/models/change_logging.py:42
+#: netbox/core/models/change_logging.py:42
 msgid "user name"
-msgstr ""
+msgstr "lietotāja vārds"
 
-#: core/models/change_logging.py:47
+#: netbox/core/models/change_logging.py:47
 msgid "request ID"
-msgstr ""
+msgstr "pieprasījuma ID"
 
-#: core/models/change_logging.py:52
+#: netbox/core/models/change_logging.py:52
 msgid "action"
-msgstr ""
+msgstr "darbība"
 
-#: core/models/change_logging.py:86
+#: netbox/core/models/change_logging.py:86
 msgid "message"
-msgstr ""
+msgstr "ziņa"
 
-#: core/models/change_logging.py:92
+#: netbox/core/models/change_logging.py:92
 msgid "pre-change data"
-msgstr ""
+msgstr "iepriekšējas izmaiņas dati"
 
-#: core/models/change_logging.py:98
+#: netbox/core/models/change_logging.py:98
 msgid "post-change data"
-msgstr ""
+msgstr "dati pēc izmaiņām"
 
-#: core/models/change_logging.py:112
+#: netbox/core/models/change_logging.py:112
 msgid "object change"
-msgstr ""
+msgstr "objekta maiņa"
 
-#: core/models/change_logging.py:113
+#: netbox/core/models/change_logging.py:113
 msgid "object changes"
-msgstr ""
+msgstr "objekta izmaiņas"
 
-#: core/models/change_logging.py:129
+#: netbox/core/models/change_logging.py:129
 #, python-brace-format
 msgid "Change logging is not supported for this object type ({type})."
-msgstr ""
+msgstr "Šim objektu tipam izmaiņu reģistrēšana netiek atbalstīta ({type})."
 
-#: 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
+#: netbox/core/models/config.py:21 netbox/core/models/data.py:269
+#: netbox/core/models/files.py:29 netbox/core/models/jobs.py:60
+#: netbox/extras/models/models.py:839 netbox/extras/models/notifications.py:39
+#: netbox/extras/models/notifications.py:195
+#: netbox/netbox/models/features.py:61 netbox/users/models/tokens.py:34
 msgid "created"
-msgstr ""
+msgstr "izveidots"
 
-#: core/models/config.py:25
+#: netbox/core/models/config.py:25
 msgid "comment"
-msgstr ""
+msgstr "komentēt"
 
-#: core/models/config.py:32
+#: netbox/core/models/config.py:32
 msgid "configuration data"
-msgstr ""
+msgstr "konfigurācijas dati"
 
-#: core/models/config.py:39
+#: netbox/core/models/config.py:39
 msgid "config revision"
-msgstr ""
+msgstr "konfigurācijas pārskatīšana"
 
-#: core/models/config.py:40
+#: netbox/core/models/config.py:40
 msgid "config revisions"
-msgstr ""
+msgstr "konfigurācijas pārskatījumi"
 
-#: core/models/config.py:51
+#: netbox/core/models/config.py:51
 msgid "Default configuration"
-msgstr ""
+msgstr "Noklusējuma konfigurācija"
 
-#: core/models/config.py:53
+#: netbox/core/models/config.py:53
 msgid "Current configuration"
-msgstr ""
+msgstr "Pašreizējā konfigurācija"
 
-#: core/models/config.py:54
+#: netbox/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
+msgstr "Konfigurācijas pārskatīšana #{id}"
+
+#: netbox/core/models/data.py:44 netbox/dcim/models/cables.py:44
+#: netbox/dcim/models/device_component_templates.py:200
+#: netbox/dcim/models/device_component_templates.py:235
+#: netbox/dcim/models/device_component_templates.py:271
+#: netbox/dcim/models/device_component_templates.py:336
+#: netbox/dcim/models/device_component_templates.py:421
+#: netbox/dcim/models/device_component_templates.py:520
+#: netbox/dcim/models/device_component_templates.py:620
+#: netbox/dcim/models/device_components.py:314
+#: netbox/dcim/models/device_components.py:341
+#: netbox/dcim/models/device_components.py:372
+#: netbox/dcim/models/device_components.py:494
+#: netbox/dcim/models/device_components.py:711
+#: netbox/dcim/models/device_components.py:1058
+#: netbox/dcim/models/device_components.py:1129
+#: netbox/dcim/models/power.py:100 netbox/extras/models/customfields.py:80
+#: netbox/extras/models/search.py:41
+#: netbox/virtualization/models/clusters.py:57 netbox/vpn/models/l2vpn.py:31
 msgid "type"
-msgstr ""
+msgstr "tips"
 
-#: 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
+#: netbox/core/models/data.py:49 netbox/extras/choices.py:37
+#: netbox/extras/models/models.py:176 netbox/extras/tables/tables.py:798
+#: netbox/templates/core/datasource.html:62
+#: netbox/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
+msgstr "URL"
+
+#: netbox/core/models/data.py:59
+#: netbox/dcim/models/device_component_templates.py:426
+#: netbox/dcim/models/device_components.py:549
+#: netbox/extras/models/models.py:74 netbox/extras/models/models.py:313
+#: netbox/extras/models/models.py:494 netbox/extras/models/models.py:573
+#: netbox/users/models/permissions.py:29
 msgid "enabled"
-msgstr ""
+msgstr "iespējots"
 
-#: core/models/data.py:63
+#: netbox/core/models/data.py:63
 msgid "sync interval"
-msgstr ""
+msgstr "sinhronizācijas intervāls"
 
-#: core/models/data.py:69
+#: netbox/core/models/data.py:69
 msgid "ignore rules"
-msgstr ""
+msgstr "ignorēt noteikumus"
 
-#: core/models/data.py:71
+#: netbox/core/models/data.py:71
 msgid "Patterns (one per line) matching files to ignore when syncing"
 msgstr ""
+"Raksti (viens katrā rindā), kas atbilst failiem, kurus sinhronizējot ignorēt"
 
-#: core/models/data.py:74 extras/models/models.py:502
+#: netbox/core/models/data.py:74 netbox/extras/models/models.py:502
 msgid "parameters"
-msgstr ""
+msgstr "parametri"
 
-#: core/models/data.py:79
+#: netbox/core/models/data.py:79
 msgid "last synced"
-msgstr ""
+msgstr "pēdējo reizi sinhronizēts"
 
-#: core/models/data.py:87
+#: netbox/core/models/data.py:87
 msgid "data source"
-msgstr ""
+msgstr "datu avots"
 
-#: core/models/data.py:88
+#: netbox/core/models/data.py:88
 msgid "data sources"
-msgstr ""
+msgstr "datu avoti"
 
-#: core/models/data.py:125
+#: netbox/core/models/data.py:125
 #, python-brace-format
 msgid "Unknown backend type: {type}"
-msgstr ""
+msgstr "Nezināms aizmugures tips: {type}"
 
-#: core/models/data.py:167
+#: netbox/core/models/data.py:167
 msgid "Cannot initiate sync; syncing already in progress."
-msgstr ""
+msgstr "Nevar sākt sinhronizāciju; sinhronizācija jau notiek."
 
-#: core/models/data.py:180
+#: netbox/core/models/data.py:180
 msgid ""
 "There was an error initializing the backend. A dependency needs to be "
 "installed: "
-msgstr ""
+msgstr "Inicializējot aizmuguri, radās kļūda. Ir jāinstalē atkarība: "
 
-#: core/models/data.py:273 core/models/files.py:33 netbox/models/features.py:67
+#: netbox/core/models/data.py:273 netbox/core/models/files.py:33
+#: netbox/netbox/models/features.py:67
 msgid "last updated"
-msgstr ""
+msgstr "Pēdējo reizi atjaunināts"
 
-#: core/models/data.py:283 dcim/models/cables.py:528
+#: netbox/core/models/data.py:283 netbox/dcim/models/cables.py:528
 msgid "path"
-msgstr ""
+msgstr "ceļš"
 
-#: core/models/data.py:286
+#: netbox/core/models/data.py:286
 msgid "File path relative to the data source's root"
-msgstr ""
+msgstr "Faila ceļš attiecībā pret datu avota sakni"
 
-#: core/models/data.py:290 ipam/models/ip.py:510
+#: netbox/core/models/data.py:290 netbox/ipam/models/ip.py:510
 msgid "size"
-msgstr ""
+msgstr "izmērs"
 
-#: core/models/data.py:293
+#: netbox/core/models/data.py:293
 msgid "hash"
-msgstr ""
+msgstr "jaukšana"
 
-#: core/models/data.py:297
+#: netbox/core/models/data.py:297
 msgid "Length must be 64 hexadecimal characters."
-msgstr ""
+msgstr "Garumam jābūt 64 heksadecimālajām rakstzīmēm."
 
-#: core/models/data.py:299
+#: netbox/core/models/data.py:299
 msgid "SHA256 hash of the file data"
-msgstr ""
+msgstr "Faila datu SHA256 hash"
 
-#: core/models/data.py:313
+#: netbox/core/models/data.py:313
 msgid "data file"
-msgstr ""
+msgstr "datu fails"
 
-#: core/models/data.py:314
+#: netbox/core/models/data.py:314
 msgid "data files"
-msgstr ""
+msgstr "datu faili"
 
-#: core/models/data.py:387
+#: netbox/core/models/data.py:387
 msgid "auto sync record"
-msgstr ""
+msgstr "automātiskās sinhronizācijas ieraksts"
 
-#: core/models/data.py:388
+#: netbox/core/models/data.py:388
 msgid "auto sync records"
-msgstr ""
+msgstr "automātiskās sinhronizācijas ieraksti"
 
-#: core/models/files.py:39
+#: netbox/core/models/files.py:39
 msgid "file root"
-msgstr ""
+msgstr "faila sakne"
 
-#: core/models/files.py:44
+#: netbox/core/models/files.py:44
 msgid "file path"
-msgstr ""
+msgstr "faila ceļš"
 
-#: core/models/files.py:46
+#: netbox/core/models/files.py:46
 msgid "File path relative to the designated root path"
-msgstr ""
+msgstr "Faila ceļš attiecībā pret norādīto saknes ceļu"
 
-#: core/models/files.py:60
+#: netbox/core/models/files.py:60
 msgid "managed file"
-msgstr ""
+msgstr "pārvaldīts fails"
 
-#: core/models/files.py:61
+#: netbox/core/models/files.py:61
 msgid "managed files"
-msgstr ""
+msgstr "pārvaldītie faili"
 
-#: core/models/files.py:108
+#: netbox/core/models/files.py:108
 #, python-brace-format
 msgid "A {model} with this file path already exists ({path})."
-msgstr ""
+msgstr "A {model} ar šo faila ceļu jau pastāv ({path})."
 
-#: core/models/jobs.py:64
+#: netbox/core/models/jobs.py:64
 msgid "scheduled"
-msgstr ""
+msgstr "plānots"
 
-#: core/models/jobs.py:69
+#: netbox/core/models/jobs.py:69
 msgid "interval"
-msgstr ""
+msgstr "intervāls"
 
-#: core/models/jobs.py:75
+#: netbox/core/models/jobs.py:75
 msgid "Recurrence interval (in minutes)"
-msgstr ""
+msgstr "Atkārtošanās intervāls (minūtēs)"
 
-#: core/models/jobs.py:78
+#: netbox/core/models/jobs.py:78
 msgid "started"
-msgstr ""
+msgstr "sākās"
 
-#: core/models/jobs.py:83
+#: netbox/core/models/jobs.py:83
 msgid "completed"
-msgstr ""
+msgstr "pabeigts"
 
-#: core/models/jobs.py:101 extras/models/models.py:105
+#: netbox/core/models/jobs.py:101 netbox/extras/models/models.py:105
 msgid "data"
-msgstr ""
+msgstr "dati"
 
-#: core/models/jobs.py:107
+#: netbox/core/models/jobs.py:107
 msgid "error"
-msgstr ""
+msgstr "kļūda"
 
-#: core/models/jobs.py:112
+#: netbox/core/models/jobs.py:112
 msgid "job ID"
-msgstr ""
+msgstr "darba ID"
 
-#: core/models/jobs.py:116
+#: netbox/core/models/jobs.py:116
 msgid "log entries"
-msgstr ""
+msgstr "žurnāla ieraksti"
 
-#: core/models/jobs.py:132
+#: netbox/core/models/jobs.py:132
 msgid "job"
-msgstr ""
+msgstr "darbs"
 
-#: core/models/jobs.py:133
+#: netbox/core/models/jobs.py:133
 msgid "jobs"
-msgstr ""
+msgstr "nodarbošanās"
 
-#: core/models/jobs.py:163
+#: netbox/core/models/jobs.py:163
 #, python-brace-format
 msgid "Jobs cannot be assigned to this object type ({type})."
-msgstr ""
+msgstr "Darbus nevar piešķirt šim objekta tipam ({type})."
 
-#: core/models/jobs.py:216
+#: netbox/core/models/jobs.py:216
 #, python-brace-format
 msgid "Invalid status for job termination. Choices are: {choices}"
-msgstr ""
+msgstr "Nederīgs statuss darba izbeigšanai. Izvēles ir: {choices}"
 
-#: core/models/jobs.py:273
+#: netbox/core/models/jobs.py:273
 msgid ""
 "enqueue() cannot be called with values for both schedule_at and immediate."
-msgstr ""
+msgstr "enqueue () nevar izsaukt ar vērtībām gan schedule_at, gan instant."
 
-#: core/models/object_types.py:188
+#: netbox/core/models/object_types.py:188
 msgid "object type"
-msgstr ""
+msgstr "objekta tips"
 
-#: core/models/object_types.py:189 extras/models/models.py:56
+#: netbox/core/models/object_types.py:189 netbox/extras/models/models.py:56
 msgid "object types"
-msgstr ""
+msgstr "objektu veidi"
 
-#: core/object_actions.py:15
+#: netbox/core/object_actions.py:15
 msgid "Sync Data"
-msgstr ""
+msgstr "Datu sinhronizācija"
 
-#: core/signals.py:176
+#: netbox/core/signals.py:176
 #, python-brace-format
 msgid "Deletion is prevented by a protection rule: {message}"
-msgstr ""
+msgstr "Dzēšanu novērš aizsardzības noteikums: {message}"
 
-#: core/tables/change_logging.py:25 templates/account/profile.html:17
-#: templates/users/user.html:19
+#: netbox/core/tables/change_logging.py:25
+#: netbox/templates/account/profile.html:17
+#: netbox/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
+msgstr "Pilns vārds"
+
+#: netbox/core/tables/change_logging.py:37 netbox/core/tables/jobs.py:23
+#: netbox/extras/choices.py:41 netbox/extras/tables/tables.py:258
+#: netbox/extras/tables/tables.py:347 netbox/extras/tables/tables.py:366
+#: netbox/extras/tables/tables.py:398 netbox/extras/tables/tables.py:478
+#: netbox/extras/tables/tables.py:539 netbox/extras/tables/tables.py:700
+#: netbox/extras/tables/tables.py:741 netbox/extras/tables/tables.py:795
+#: netbox/netbox/tables/tables.py:276
+#: netbox/templates/core/objectchange.html:58
+#: netbox/templates/extras/eventrule.html:78
+#: netbox/templates/extras/journalentry.html:18
+#: netbox/tenancy/tables/contacts.py:101 netbox/vpn/tables/l2vpn.py:67
 msgid "Object"
-msgstr ""
+msgstr "Objekts"
 
-#: core/tables/change_logging.py:42 templates/core/objectchange.html:74
+#: netbox/core/tables/change_logging.py:42
+#: netbox/templates/core/objectchange.html:74
 msgid "Request ID"
-msgstr ""
+msgstr "Pieprasījuma ID"
 
-#: 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
+#: netbox/core/tables/change_logging.py:45 netbox/core/tables/jobs.py:76
+#: netbox/extras/tables/tables.py:744 netbox/extras/tables/tables.py:801
+#: netbox/templates/core/objectchange.html:68
 msgid "Message"
-msgstr ""
+msgstr "Ziņojums"
 
-#: core/tables/config.py:21 users/forms/filtersets.py:44 users/tables.py:39
+#: netbox/core/tables/config.py:21 netbox/users/forms/filtersets.py:44
+#: netbox/users/tables.py:39
 msgid "Is Active"
-msgstr ""
+msgstr "Ir aktīvs"
 
-#: core/tables/data.py:33
+#: netbox/core/tables/data.py:33
 msgid "Last Synced"
-msgstr ""
+msgstr "Pēdējo reizi sinhronizēts"
 
-#: core/tables/data.py:36 templates/core/datasource.html:118
+#: netbox/core/tables/data.py:36 netbox/templates/core/datasource.html:118
 msgid "Files"
-msgstr ""
+msgstr "Faili"
 
-#: core/tables/data.py:60 templates/core/datafile.html:25
+#: netbox/core/tables/data.py:60 netbox/templates/core/datafile.html:25
 msgid "Path"
-msgstr ""
+msgstr "Ceļš"
 
-#: core/tables/data.py:64 templates/extras/inc/result_pending.html:7
+#: netbox/core/tables/data.py:64
+#: netbox/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
+msgstr "Pēdējo reizi atjaunināts"
+
+#: netbox/core/tables/jobs.py:12 netbox/core/tables/tasks.py:77
+#: netbox/dcim/tables/devicetypes.py:169 netbox/extras/tables/tables.py:232
+#: netbox/extras/tables/tables.py:529 netbox/extras/tables/tables.py:766
+#: netbox/netbox/tables/tables.py:222
+#: netbox/templates/dcim/virtualchassis_edit.html:56
+#: netbox/utilities/forms/forms.py:118
+#: netbox/wireless/tables/wirelesslink.py:16
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
-#: core/tables/jobs.py:37
+#: netbox/core/tables/jobs.py:37
 msgid "Interval"
-msgstr ""
+msgstr "Intervāls"
 
-#: core/tables/jobs.py:46
+#: netbox/core/tables/jobs.py:46
 msgid "Log Entries"
-msgstr ""
+msgstr "Žurnāla ieraksti"
 
-#: core/tables/jobs.py:73 extras/tables/tables.py:738
-#: extras/tables/tables.py:792
+#: netbox/core/tables/jobs.py:73 netbox/extras/tables/tables.py:738
+#: netbox/extras/tables/tables.py:792
 msgid "Level"
-msgstr ""
+msgstr "Līmenis"
 
-#: core/tables/jobs.py:80
+#: netbox/core/tables/jobs.py:80
 msgid "No log entries"
-msgstr ""
+msgstr "Nav žurnāla ierakstu"
 
-#: 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
+#: netbox/core/tables/plugins.py:15 netbox/templates/vpn/ipsecprofile.html:44
+#: netbox/vpn/forms/bulk_edit.py:141 netbox/vpn/forms/bulk_import.py:172
+#: netbox/vpn/tables/crypto.py:61
 msgid "Version"
-msgstr ""
+msgstr "Versija"
 
-#: core/tables/plugins.py:20 templates/core/datafile.html:32
+#: netbox/core/tables/plugins.py:20 netbox/templates/core/datafile.html:32
 msgid "Last Updated"
-msgstr ""
+msgstr "Pēdējo reizi atjaunināts"
 
-#: core/tables/plugins.py:24
+#: netbox/core/tables/plugins.py:24
 msgid "Minimum NetBox Version"
-msgstr ""
+msgstr "Minimālā NetBox versija"
 
-#: core/tables/plugins.py:28
+#: netbox/core/tables/plugins.py:28
 msgid "Maximum NetBox Version"
-msgstr ""
+msgstr "Maksimālā NetBox versija"
 
-#: core/tables/plugins.py:32 core/tables/plugins.py:79
+#: netbox/core/tables/plugins.py:32 netbox/core/tables/plugins.py:79
 msgid "No plugin data found"
-msgstr ""
+msgstr "Nav atrasti spraudņa dati"
 
-#: core/tables/plugins.py:49 templates/core/plugin.html:62
+#: netbox/core/tables/plugins.py:49 netbox/templates/core/plugin.html:62
 msgid "Author"
-msgstr ""
+msgstr "Autors"
 
-#: core/tables/plugins.py:62 templates/core/plugin.html:84
+#: netbox/core/tables/plugins.py:62 netbox/templates/core/plugin.html:84
 msgid "Certified"
-msgstr ""
+msgstr "Sertificēts"
 
-#: core/tables/plugins.py:65
+#: netbox/core/tables/plugins.py:65
 msgid "Published"
-msgstr ""
+msgstr "Publicēts"
 
-#: core/tables/plugins.py:71
+#: netbox/core/tables/plugins.py:71
 msgid "Installed Version"
-msgstr ""
+msgstr "Instalētā versija"
 
-#: core/tables/plugins.py:75
+#: netbox/core/tables/plugins.py:75
 msgid "Latest Version"
-msgstr ""
+msgstr "Jaunākā versija"
 
-#: core/tables/tasks.py:19
+#: netbox/core/tables/tasks.py:19
 msgid "Oldest Task"
-msgstr ""
+msgstr "Vecākais uzdevums"
 
-#: core/tables/tasks.py:43 templates/core/rq_worker_list.html:39
+#: netbox/core/tables/tasks.py:43 netbox/templates/core/rq_worker_list.html:39
 msgid "Workers"
-msgstr ""
+msgstr "Strādnieki"
 
-#: core/tables/tasks.py:47 vpn/tables/tunnels.py:90
+#: netbox/core/tables/tasks.py:47 netbox/vpn/tables/tunnels.py:90
 msgid "Host"
-msgstr ""
+msgstr "Saimnieks"
 
-#: core/tables/tasks.py:51 ipam/forms/filtersets.py:609
+#: netbox/core/tables/tasks.py:51 netbox/ipam/forms/filtersets.py:609
 msgid "Port"
-msgstr ""
+msgstr "Osta"
 
-#: core/tables/tasks.py:55
+#: netbox/core/tables/tasks.py:55
 msgid "DB"
-msgstr ""
+msgstr "DATUBĀZE"
 
-#: core/tables/tasks.py:59
+#: netbox/core/tables/tasks.py:59
 msgid "Scheduler PID"
-msgstr ""
+msgstr "Plānotājs PID"
 
-#: core/tables/tasks.py:63
+#: netbox/core/tables/tasks.py:63
 msgid "No queues found"
-msgstr ""
+msgstr "Rindas nav atrastas"
 
-#: core/tables/tasks.py:83
+#: netbox/core/tables/tasks.py:83
 msgid "Enqueued"
-msgstr ""
+msgstr "Iekļauts rindā"
 
-#: core/tables/tasks.py:86
+#: netbox/core/tables/tasks.py:86
 msgid "Ended"
-msgstr ""
+msgstr "Beidzās"
 
-#: core/tables/tasks.py:95 templates/core/rq_task.html:85
+#: netbox/core/tables/tasks.py:95 netbox/templates/core/rq_task.html:85
 msgid "Callable"
-msgstr ""
+msgstr "Piezvanāms"
 
-#: core/tables/tasks.py:99
+#: netbox/core/tables/tasks.py:99
 msgid "No tasks found"
-msgstr ""
+msgstr "Nav atrasti uzdevumi"
 
-#: core/tables/tasks.py:120 templates/core/rq_worker.html:47
+#: netbox/core/tables/tasks.py:120 netbox/templates/core/rq_worker.html:47
 msgid "State"
-msgstr ""
+msgstr "Valsts"
 
-#: core/tables/tasks.py:123 templates/core/rq_worker.html:51
+#: netbox/core/tables/tasks.py:123 netbox/templates/core/rq_worker.html:51
 msgid "Birth"
-msgstr ""
+msgstr "Dzimšana"
 
-#: core/tables/tasks.py:126 templates/core/rq_worker.html:59
+#: netbox/core/tables/tasks.py:126 netbox/templates/core/rq_worker.html:59
 msgid "PID"
-msgstr ""
+msgstr "PID"
 
-#: core/tables/tasks.py:130
+#: netbox/core/tables/tasks.py:130
 msgid "No workers found"
-msgstr ""
+msgstr "Netika atrasti darbinieki"
 
-#: core/utils.py:84 core/utils.py:150 core/views.py:428
+#: netbox/core/utils.py:84 netbox/core/utils.py:150 netbox/core/views.py:428
 #, python-brace-format
 msgid "Job {job_id} not found"
-msgstr ""
+msgstr "Darbs {job_id} nav atrasts"
 
-#: core/utils.py:102 core/utils.py:118
+#: netbox/core/utils.py:102 netbox/core/utils.py:118
 #, python-brace-format
 msgid "Job {id} not found."
-msgstr ""
+msgstr "Darbs {id} nav atrasts."
 
-#: core/views.py:92
+#: netbox/core/views.py:92
 #, python-brace-format
 msgid "Queued job #{id} to sync {datasource}"
-msgstr ""
+msgstr "Rindā ievietots darbs #{id} sinhronizēt {datasource}"
 
-#: core/views.py:196 templates/extras/htmx/script_result.html:43
+#: netbox/core/views.py:196 netbox/templates/extras/htmx/script_result.html:43
 msgid "Log"
-msgstr ""
+msgstr "žurnāls"
 
-#: core/views.py:364
+#: netbox/core/views.py:364
 #, python-brace-format
 msgid "Restored configuration revision #{id}"
-msgstr ""
+msgstr "Atjaunota konfigurācijas pārskatīšana #{id}"
 
-#: core/views.py:467
+#: netbox/core/views.py:467
 #, python-brace-format
 msgid "Job {id} has been deleted."
-msgstr ""
+msgstr "Darbs {id} ir svītrots."
 
-#: core/views.py:469
+#: netbox/core/views.py:469
 #, python-brace-format
 msgid "Error deleting job {id}: {error}"
-msgstr ""
+msgstr "Kļūda dzēšot darbu {id}: {error}"
 
-#: core/views.py:478
+#: netbox/core/views.py:478
 #, python-brace-format
 msgid "Job {id} has been re-enqueued."
-msgstr ""
+msgstr "Darbs {id} ir atkal ievietots rindā."
 
-#: core/views.py:487
+#: netbox/core/views.py:487
 #, python-brace-format
 msgid "Job {id} has been enqueued."
-msgstr ""
+msgstr "Darbs {id} ir ierindots rindā."
 
-#: core/views.py:496
+#: netbox/core/views.py:496
 #, python-brace-format
 msgid "Job {id} has been stopped."
-msgstr ""
+msgstr "Darbs {id} ir apturēts."
 
-#: core/views.py:498
+#: netbox/core/views.py:498
 #, python-brace-format
 msgid "Failed to stop job {id}"
-msgstr ""
+msgstr "Neizdevās pārtraukt darbu {id}"
 
-#: core/views.py:652
+#: netbox/core/views.py:652
 msgid "Plugins catalog could not be loaded"
-msgstr ""
+msgstr "Spraudņu katalogu nevarēja ielādēt"
 
-#: core/views.py:688
+#: netbox/core/views.py:688
 #, python-brace-format
 msgid "Plugin {name} not found"
-msgstr ""
+msgstr "Spraudnis {name} nav atrasts"
 
-#: dcim/api/serializers_/device_components.py:263
+#: netbox/dcim/api/serializers_/device_components.py:263
 msgid "Interface mode does not support q-in-q service vlan"
-msgstr ""
+msgstr "Saskarnes režīms neatbalsta q-in-q pakalpojumu vlan"
 
-#: dcim/api/serializers_/device_components.py:270
+#: netbox/dcim/api/serializers_/device_components.py:270
 msgid "Interface mode does not support untagged vlan"
-msgstr ""
+msgstr "Saskarnes režīms neatbalsta netarķētu vlan"
 
-#: dcim/api/serializers_/device_components.py:275
-#: dcim/api/serializers_/device_components.py:280
+#: netbox/dcim/api/serializers_/device_components.py:275
+#: netbox/dcim/api/serializers_/device_components.py:280
 msgid "Interface mode does not support tagged vlans"
-msgstr ""
+msgstr "Saskarnes režīms neatbalsta atzīmētus VLAN"
 
-#: dcim/api/serializers_/devices.py:53 dcim/api/serializers_/devicetypes.py:27
+#: netbox/dcim/api/serializers_/devices.py:53
+#: netbox/dcim/api/serializers_/devicetypes.py:27
 msgid "Position (U)"
-msgstr ""
+msgstr "Pozīcija (U)"
 
-#: dcim/api/serializers_/racks.py:113 templates/dcim/rack.html:28
+#: netbox/dcim/api/serializers_/racks.py:113
+#: netbox/templates/dcim/rack.html:28
 msgid "Facility ID"
-msgstr ""
+msgstr "Iekārtas ID"
 
-#: dcim/choices.py:21 virtualization/choices.py:21
+#: netbox/dcim/choices.py:21 netbox/virtualization/choices.py:21
 msgid "Staging"
-msgstr ""
+msgstr "Iestudējums"
 
-#: 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
+#: netbox/dcim/choices.py:23 netbox/dcim/choices.py:208
+#: netbox/dcim/choices.py:260 netbox/dcim/choices.py:1859
+#: netbox/dcim/choices.py:2008 netbox/virtualization/choices.py:23
+#: netbox/virtualization/choices.py:49 netbox/vpn/choices.py:282
 msgid "Decommissioning"
-msgstr ""
+msgstr "Ekspluatācijas pārtraukšana"
 
-#: dcim/choices.py:24
+#: netbox/dcim/choices.py:24
 msgid "Retired"
-msgstr ""
+msgstr "Pensionēts"
 
-#: dcim/choices.py:65
+#: netbox/dcim/choices.py:65
 msgid "2-post frame"
-msgstr ""
+msgstr "2-stabu rāmis"
 
-#: dcim/choices.py:66
+#: netbox/dcim/choices.py:66
 msgid "4-post frame"
-msgstr ""
+msgstr "4-stabu rāmis"
 
-#: dcim/choices.py:67
+#: netbox/dcim/choices.py:67
 msgid "4-post cabinet"
-msgstr ""
+msgstr "4-stabu skapis"
 
-#: dcim/choices.py:68
+#: netbox/dcim/choices.py:68
 msgid "Wall-mounted frame"
-msgstr ""
+msgstr "Sienas rāmis"
 
-#: dcim/choices.py:69
+#: netbox/dcim/choices.py:69
 msgid "Wall-mounted frame (vertical)"
-msgstr ""
+msgstr "Sienas rāmis (vertikāls)"
 
-#: dcim/choices.py:70
+#: netbox/dcim/choices.py:70
 msgid "Wall-mounted cabinet"
-msgstr ""
+msgstr "Sienas skapis"
 
-#: dcim/choices.py:71
+#: netbox/dcim/choices.py:71
 msgid "Wall-mounted cabinet (vertical)"
-msgstr ""
+msgstr "Sienas skapis (vertikāls)"
 
-#: dcim/choices.py:83 dcim/choices.py:84 dcim/choices.py:85 dcim/choices.py:86
+#: netbox/dcim/choices.py:83 netbox/dcim/choices.py:84
+#: netbox/dcim/choices.py:85 netbox/dcim/choices.py:86
 #, python-brace-format
 msgid "{n} inches"
-msgstr ""
+msgstr "{n} collas"
 
-#: dcim/choices.py:100 ipam/choices.py:32 ipam/choices.py:50 ipam/choices.py:70
-#: ipam/choices.py:155 wireless/choices.py:26
+#: netbox/dcim/choices.py:100 netbox/ipam/choices.py:32
+#: netbox/ipam/choices.py:50 netbox/ipam/choices.py:70
+#: netbox/ipam/choices.py:155 netbox/wireless/choices.py:26
 msgid "Reserved"
-msgstr ""
+msgstr "Rezervēts"
 
-#: dcim/choices.py:101 templates/dcim/device.html:265
-#: utilities/templates/widgets/splitmultiselect.html:5
+#: netbox/dcim/choices.py:101 netbox/templates/dcim/device.html:265
+#: netbox/utilities/templates/widgets/splitmultiselect.html:5
 msgid "Available"
-msgstr ""
+msgstr "Pieejams"
 
-#: dcim/choices.py:104 ipam/choices.py:33 ipam/choices.py:51 ipam/choices.py:71
-#: ipam/choices.py:156 wireless/choices.py:28
+#: netbox/dcim/choices.py:104 netbox/ipam/choices.py:33
+#: netbox/ipam/choices.py:51 netbox/ipam/choices.py:71
+#: netbox/ipam/choices.py:156 netbox/wireless/choices.py:28
 msgid "Deprecated"
-msgstr ""
+msgstr "Novecojis"
 
-#: dcim/choices.py:114 templates/dcim/inc/panels/racktype_dimensions.html:51
+#: netbox/dcim/choices.py:114
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:51
 msgid "Millimeters"
-msgstr ""
+msgstr "Milimetri"
 
-#: dcim/choices.py:115 dcim/choices.py:1881
+#: netbox/dcim/choices.py:115 netbox/dcim/choices.py:1881
 msgid "Inches"
-msgstr ""
+msgstr "collas"
 
-#: dcim/choices.py:137 dcim/choices.py:227 dcim/choices.py:275
+#: netbox/dcim/choices.py:137 netbox/dcim/choices.py:227
+#: netbox/dcim/choices.py:275
 msgid "Front to rear"
-msgstr ""
+msgstr "No priekšpuses uz aizmuguri"
 
-#: dcim/choices.py:138 dcim/choices.py:228 dcim/choices.py:276
+#: netbox/dcim/choices.py:138 netbox/dcim/choices.py:228
+#: netbox/dcim/choices.py:276
 msgid "Rear to front"
-msgstr ""
+msgstr "Aizmugurē uz priekšu"
 
-#: dcim/choices.py:156
+#: netbox/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
+msgstr "Novecojis"
+
+#: netbox/dcim/choices.py:170 netbox/dcim/forms/bulk_edit.py:76
+#: netbox/dcim/forms/bulk_edit.py:96 netbox/dcim/forms/bulk_edit.py:188
+#: netbox/dcim/forms/bulk_edit.py:668 netbox/dcim/forms/bulk_edit.py:702
+#: netbox/dcim/forms/bulk_edit.py:1497 netbox/dcim/forms/bulk_import.py:64
+#: netbox/dcim/forms/bulk_import.py:78 netbox/dcim/forms/bulk_import.py:141
+#: netbox/dcim/forms/bulk_import.py:502 netbox/dcim/forms/bulk_import.py:530
+#: netbox/dcim/forms/bulk_import.py:656 netbox/dcim/forms/bulk_import.py:932
+#: netbox/dcim/forms/bulk_import.py:1229 netbox/dcim/forms/filtersets.py:243
+#: netbox/dcim/forms/filtersets.py:721 netbox/dcim/forms/filtersets.py:732
+#: netbox/dcim/forms/model_forms.py:80 netbox/dcim/forms/model_forms.py:100
+#: netbox/dcim/forms/model_forms.py:180 netbox/dcim/forms/model_forms.py:519
+#: netbox/dcim/forms/model_forms.py:541 netbox/dcim/forms/model_forms.py:1220
+#: netbox/dcim/forms/model_forms.py:1689
+#: netbox/dcim/forms/object_import.py:177 netbox/dcim/tables/devices.py:67
+#: netbox/dcim/tables/devices.py:111 netbox/dcim/tables/devices.py:719
+#: netbox/dcim/tables/devices.py:929 netbox/dcim/tables/devices.py:1016
+#: netbox/dcim/tables/devices.py:1175 netbox/dcim/tables/sites.py:28
+#: netbox/dcim/tables/sites.py:62 netbox/dcim/tables/sites.py:147
+#: netbox/ipam/forms/bulk_import.py:578 netbox/ipam/forms/model_forms.py:770
+#: netbox/ipam/tables/fhrp.py:59 netbox/ipam/tables/ip.py:336
+#: netbox/ipam/tables/services.py:45 netbox/templates/dcim/devicerole.html:34
+#: netbox/templates/dcim/interface.html:108
+#: netbox/templates/dcim/interface.html:366
+#: netbox/templates/dcim/location.html:41
+#: netbox/templates/dcim/platform.html:37 netbox/templates/dcim/region.html:37
+#: netbox/templates/dcim/sitegroup.html:37
+#: netbox/templates/ipam/service.html:30
+#: netbox/templates/tenancy/contactgroup.html:29
+#: netbox/templates/tenancy/tenantgroup.html:37
+#: netbox/templates/virtualization/vminterface.html:39
+#: netbox/templates/wireless/wirelesslangroup.html:37
+#: netbox/tenancy/forms/bulk_edit.py:27 netbox/tenancy/forms/bulk_edit.py:67
+#: netbox/tenancy/forms/bulk_import.py:25
+#: netbox/tenancy/forms/bulk_import.py:59
+#: netbox/tenancy/forms/model_forms.py:25
+#: netbox/tenancy/forms/model_forms.py:69 netbox/tenancy/tables/contacts.py:23
+#: netbox/tenancy/tables/tenants.py:20
+#: netbox/virtualization/forms/bulk_edit.py:189
+#: netbox/virtualization/forms/bulk_import.py:162
+#: netbox/virtualization/tables/virtualmachines.py:132
+#: netbox/wireless/forms/bulk_edit.py:26
+#: netbox/wireless/forms/bulk_import.py:23
+#: netbox/wireless/forms/model_forms.py:23
+#: netbox/wireless/tables/wirelesslan.py:22
 msgid "Parent"
-msgstr ""
+msgstr "Vecāki"
 
-#: dcim/choices.py:171
+#: netbox/dcim/choices.py:171
 msgid "Child"
-msgstr ""
+msgstr "Bērns"
 
-#: 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
+#: netbox/dcim/choices.py:185 netbox/templates/dcim/device.html:355
+#: netbox/templates/dcim/rack.html:133
+#: netbox/templates/dcim/rack_elevation_list.html:20
+#: netbox/templates/dcim/rackreservation.html:80
 msgid "Front"
-msgstr ""
+msgstr "Priekšpusē"
 
-#: 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
+#: netbox/dcim/choices.py:186 netbox/templates/dcim/device.html:361
+#: netbox/templates/dcim/rack.html:139
+#: netbox/templates/dcim/rack_elevation_list.html:21
+#: netbox/templates/dcim/rackreservation.html:86
 msgid "Rear"
-msgstr ""
+msgstr "Aizmugurē"
 
-#: dcim/choices.py:205 dcim/choices.py:258 dcim/choices.py:2006
-#: virtualization/choices.py:47
+#: netbox/dcim/choices.py:205 netbox/dcim/choices.py:258
+#: netbox/dcim/choices.py:2006 netbox/virtualization/choices.py:47
 msgid "Staged"
-msgstr ""
+msgstr "Iestrāvēts"
 
-#: dcim/choices.py:207
+#: netbox/dcim/choices.py:207
 msgid "Inventory"
-msgstr ""
+msgstr "Inventārs"
 
-#: dcim/choices.py:229 dcim/choices.py:277
+#: netbox/dcim/choices.py:229 netbox/dcim/choices.py:277
 msgid "Left to right"
-msgstr ""
+msgstr "No kreisās uz labo"
 
-#: dcim/choices.py:230 dcim/choices.py:278
+#: netbox/dcim/choices.py:230 netbox/dcim/choices.py:278
 msgid "Right to left"
-msgstr ""
+msgstr "No labās uz kreiso"
 
-#: dcim/choices.py:231 dcim/choices.py:279
+#: netbox/dcim/choices.py:231 netbox/dcim/choices.py:279
 msgid "Side to rear"
-msgstr ""
+msgstr "No sāniem uz aizmuguri"
 
-#: dcim/choices.py:232
+#: netbox/dcim/choices.py:232
 msgid "Rear to side"
-msgstr ""
+msgstr "Aizmugurē uz sāniem"
 
-#: dcim/choices.py:233
+#: netbox/dcim/choices.py:233
 msgid "Bottom to top"
-msgstr ""
+msgstr "No apakšas uz augšu"
 
-#: dcim/choices.py:234
+#: netbox/dcim/choices.py:234
 msgid "Top to bottom"
-msgstr ""
+msgstr "No augšas uz leju"
 
-#: dcim/choices.py:235 dcim/choices.py:280 dcim/choices.py:1562
+#: netbox/dcim/choices.py:235 netbox/dcim/choices.py:280
+#: netbox/dcim/choices.py:1562
 msgid "Passive"
-msgstr ""
+msgstr "Pasīvs"
 
-#: dcim/choices.py:236
+#: netbox/dcim/choices.py:236
 msgid "Mixed"
-msgstr ""
+msgstr "Jaukts"
 
-#: dcim/choices.py:508 dcim/choices.py:761
+#: netbox/dcim/choices.py:508 netbox/dcim/choices.py:761
 msgid "NEMA (Non-locking)"
-msgstr ""
+msgstr "NEMA (bez bloķēšanas)"
 
-#: dcim/choices.py:530 dcim/choices.py:783
+#: netbox/dcim/choices.py:530 netbox/dcim/choices.py:783
 msgid "NEMA (Locking)"
-msgstr ""
+msgstr "NEMA (bloķēšana)"
 
-#: dcim/choices.py:554 dcim/choices.py:807
+#: netbox/dcim/choices.py:554 netbox/dcim/choices.py:807
 msgid "California Style"
-msgstr ""
+msgstr "Kalifornijas stils"
 
-#: dcim/choices.py:562
+#: netbox/dcim/choices.py:562
 msgid "International/ITA"
-msgstr ""
+msgstr "Starptautiskās/ITA"
 
-#: dcim/choices.py:598 dcim/choices.py:843
+#: netbox/dcim/choices.py:598 netbox/dcim/choices.py:843
 msgid "Proprietary"
-msgstr ""
+msgstr "Patentēts"
 
-#: 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
+#: netbox/dcim/choices.py:606 netbox/dcim/choices.py:853
+#: netbox/dcim/choices.py:1474 netbox/dcim/choices.py:1476
+#: netbox/dcim/choices.py:1712 netbox/dcim/choices.py:1714
+#: netbox/netbox/navigation/menu.py:209
 msgid "Other"
-msgstr ""
+msgstr "Cits"
 
-#: dcim/choices.py:815
+#: netbox/dcim/choices.py:815
 msgid "ITA/International"
-msgstr ""
+msgstr "ITA/Starptautiskais"
 
-#: dcim/choices.py:883
+#: netbox/dcim/choices.py:883
 msgid "Physical"
-msgstr ""
+msgstr "Fiziskais"
 
-#: dcim/choices.py:884 dcim/choices.py:1151
+#: netbox/dcim/choices.py:884 netbox/dcim/choices.py:1151
 msgid "Virtual"
-msgstr ""
+msgstr "Virtuāls"
 
-#: 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
+#: netbox/dcim/choices.py:885 netbox/dcim/choices.py:1351
+#: netbox/dcim/forms/bulk_edit.py:1652 netbox/dcim/forms/filtersets.py:1427
+#: netbox/dcim/forms/model_forms.py:1130 netbox/dcim/forms/model_forms.py:1583
+#: netbox/netbox/navigation/menu.py:147 netbox/netbox/navigation/menu.py:151
+#: netbox/templates/dcim/interface.html:267
 msgid "Wireless"
-msgstr ""
+msgstr "Bezvadu"
 
-#: dcim/choices.py:1149
+#: netbox/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
+msgstr "Virtuālās saskarnes"
+
+#: netbox/dcim/choices.py:1152 netbox/dcim/forms/bulk_edit.py:1505
+#: netbox/dcim/forms/bulk_import.py:939 netbox/dcim/forms/model_forms.py:1112
+#: netbox/dcim/tables/devices.py:723 netbox/templates/dcim/interface.html:112
+#: netbox/templates/virtualization/vminterface.html:43
+#: netbox/virtualization/forms/bulk_edit.py:194
+#: netbox/virtualization/forms/bulk_import.py:169
+#: netbox/virtualization/tables/virtualmachines.py:136
 msgid "Bridge"
-msgstr ""
+msgstr "Tilts"
 
-#: dcim/choices.py:1153
+#: netbox/dcim/choices.py:1153
 msgid "Link Aggregation Group (LAG)"
-msgstr ""
+msgstr "Saišu apkopošanas grupa (LAG)"
 
-#: dcim/choices.py:1157
+#: netbox/dcim/choices.py:1157
 msgid "FastEthernet (100 Mbps)"
-msgstr ""
+msgstr "FastEthernet (100 Mb/s)"
 
-#: dcim/choices.py:1166
+#: netbox/dcim/choices.py:1166
 msgid "GigabitEthernet (1 Gbps)"
-msgstr ""
+msgstr "GigabiteEthernet (1 Gbps)"
 
-#: dcim/choices.py:1184
+#: netbox/dcim/choices.py:1184
 msgid "2.5/5 Gbps Ethernet"
-msgstr ""
+msgstr "2.5/5 Gbps Ethernet"
 
-#: dcim/choices.py:1191
+#: netbox/dcim/choices.py:1191
 msgid "10 Gbps Ethernet"
-msgstr ""
+msgstr "10 Gbps Ethernet"
 
-#: dcim/choices.py:1206
+#: netbox/dcim/choices.py:1206
 msgid "25 Gbps Ethernet"
-msgstr ""
+msgstr "25 Gbps Ethernet"
 
-#: dcim/choices.py:1216
+#: netbox/dcim/choices.py:1216
 msgid "40 Gbps Ethernet"
-msgstr ""
+msgstr "40 Gbps Ethernet"
 
-#: dcim/choices.py:1226
+#: netbox/dcim/choices.py:1226
 msgid "50 Gbps Ethernet"
-msgstr ""
+msgstr "50 Gbps Ethernet"
 
-#: dcim/choices.py:1236
+#: netbox/dcim/choices.py:1236
 msgid "100 Gbps Ethernet"
-msgstr ""
+msgstr "100 Gbps Ethernet"
 
-#: dcim/choices.py:1257
+#: netbox/dcim/choices.py:1257
 msgid "200 Gbps Ethernet"
-msgstr ""
+msgstr "200 Gbps Ethernet"
 
-#: dcim/choices.py:1271
+#: netbox/dcim/choices.py:1271
 msgid "400 Gbps Ethernet"
-msgstr ""
+msgstr "400 Gbps Ethernet"
 
-#: dcim/choices.py:1289
+#: netbox/dcim/choices.py:1289
 msgid "800 Gbps Ethernet"
-msgstr ""
+msgstr "800 Gbps Ethernet"
 
-#: dcim/choices.py:1298
+#: netbox/dcim/choices.py:1298
 msgid "Pluggable transceivers"
-msgstr ""
+msgstr "Pievienojamie uztvērēji"
 
-#: dcim/choices.py:1335
+#: netbox/dcim/choices.py:1335
 msgid "Backplane Ethernet"
-msgstr ""
+msgstr "Ethernet aizmugures plāksne"
 
-#: dcim/choices.py:1367
+#: netbox/dcim/choices.py:1367
 msgid "Cellular"
-msgstr ""
+msgstr "Šūnu"
 
-#: 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
+#: netbox/dcim/choices.py:1419 netbox/dcim/forms/filtersets.py:392
+#: netbox/dcim/forms/filtersets.py:846 netbox/dcim/forms/filtersets.py:1048
+#: netbox/dcim/forms/filtersets.py:1651
+#: netbox/templates/dcim/inventoryitem.html:56
+#: netbox/templates/dcim/virtualchassis_edit.html:58
 msgid "Serial"
-msgstr ""
+msgstr "Sērijas"
 
-#: dcim/choices.py:1434
+#: netbox/dcim/choices.py:1434
 msgid "Coaxial"
-msgstr ""
+msgstr "Koaksiālais"
 
-#: dcim/choices.py:1455
+#: netbox/dcim/choices.py:1455
 msgid "Stacking"
-msgstr ""
+msgstr "Iekraušana"
 
-#: dcim/choices.py:1507
+#: netbox/dcim/choices.py:1507
 msgid "Half"
-msgstr ""
+msgstr "Pusi"
 
-#: dcim/choices.py:1508
+#: netbox/dcim/choices.py:1508
 msgid "Full"
-msgstr ""
+msgstr "Pilns"
 
-#: dcim/choices.py:1509 netbox/preferences.py:42 wireless/choices.py:480
+#: netbox/dcim/choices.py:1509 netbox/netbox/preferences.py:42
+#: netbox/wireless/choices.py:480
 msgid "Auto"
-msgstr ""
+msgstr "Automātiski"
 
-#: dcim/choices.py:1521
+#: netbox/dcim/choices.py:1521
 msgid "Access"
-msgstr ""
+msgstr "Piekļuve"
 
-#: dcim/choices.py:1522 ipam/tables/vlans.py:151 ipam/tables/vlans.py:196
-#: templates/dcim/inc/interface_vlans_table.html:7
+#: netbox/dcim/choices.py:1522 netbox/ipam/tables/vlans.py:151
+#: netbox/ipam/tables/vlans.py:196
+#: netbox/templates/dcim/inc/interface_vlans_table.html:7
 msgid "Tagged"
-msgstr ""
+msgstr "Atzīmēts"
 
-#: dcim/choices.py:1523
+#: netbox/dcim/choices.py:1523
 msgid "Tagged (All)"
-msgstr ""
+msgstr "Atzīmēts (Visi)"
 
-#: dcim/choices.py:1524 templates/ipam/vlan_edit.html:26
+#: netbox/dcim/choices.py:1524 netbox/templates/ipam/vlan_edit.html:26
 msgid "Q-in-Q (802.1ad)"
-msgstr ""
+msgstr "Q-in-Q (802.1ad)"
 
-#: dcim/choices.py:1553
+#: netbox/dcim/choices.py:1553
 msgid "IEEE Standard"
-msgstr ""
+msgstr "IEEE standarts"
 
-#: dcim/choices.py:1564
+#: netbox/dcim/choices.py:1564
 msgid "Passive 24V (2-pair)"
-msgstr ""
+msgstr "Pasīvs 24V (2 pāri)"
 
-#: dcim/choices.py:1565
+#: netbox/dcim/choices.py:1565
 msgid "Passive 24V (4-pair)"
-msgstr ""
+msgstr "Pasīvs 24V (4 pāri)"
 
-#: dcim/choices.py:1566
+#: netbox/dcim/choices.py:1566
 msgid "Passive 48V (2-pair)"
-msgstr ""
+msgstr "Pasīvs 48V (2 pāri)"
 
-#: dcim/choices.py:1567
+#: netbox/dcim/choices.py:1567
 msgid "Passive 48V (4-pair)"
-msgstr ""
+msgstr "Pasīvs 48V (4 pāri)"
 
-#: dcim/choices.py:1640
+#: netbox/dcim/choices.py:1640
 msgid "Copper"
-msgstr ""
+msgstr "Varš"
 
-#: dcim/choices.py:1663
+#: netbox/dcim/choices.py:1663
 msgid "Fiber Optic"
-msgstr ""
+msgstr "Optiskā šķiedra"
 
-#: dcim/choices.py:1699 dcim/choices.py:1842
+#: netbox/dcim/choices.py:1699 netbox/dcim/choices.py:1842
 msgid "USB"
-msgstr ""
+msgstr "USB"
 
-#: dcim/choices.py:1777
+#: netbox/dcim/choices.py:1777
 msgid "Copper - Twisted Pair (UTP/STP)"
-msgstr ""
+msgstr "Varš - savīts pāris (UTP/STP)"
 
-#: dcim/choices.py:1791
+#: netbox/dcim/choices.py:1791
 msgid "Copper - Twinax (DAC)"
-msgstr ""
+msgstr "Varš - Twinax (DAC)"
 
-#: dcim/choices.py:1798
+#: netbox/dcim/choices.py:1798
 msgid "Copper - Coaxial"
-msgstr ""
+msgstr "Varš - koaksiāls"
 
-#: dcim/choices.py:1813
+#: netbox/dcim/choices.py:1813
 msgid "Fiber - Multimode"
-msgstr ""
+msgstr "Šķiedra - daudzmodu"
 
-#: dcim/choices.py:1824
+#: netbox/dcim/choices.py:1824
 msgid "Fiber - Single-mode"
-msgstr ""
+msgstr "Šķiedra - vienrežīms"
 
-#: dcim/choices.py:1832
+#: netbox/dcim/choices.py:1832
 msgid "Fiber - Other"
-msgstr ""
+msgstr "Šķiedra - Cits"
 
-#: dcim/choices.py:1857 dcim/forms/filtersets.py:1312
+#: netbox/dcim/choices.py:1857 netbox/dcim/forms/filtersets.py:1312
 msgid "Connected"
-msgstr ""
+msgstr "Pieslēgts"
 
-#: dcim/choices.py:1876 netbox/choices.py:177
+#: netbox/dcim/choices.py:1876 netbox/netbox/choices.py:177
 msgid "Kilometers"
-msgstr ""
+msgstr "Kilometri"
 
-#: dcim/choices.py:1877 netbox/choices.py:178
-#: templates/dcim/cable_trace.html:65
+#: netbox/dcim/choices.py:1877 netbox/netbox/choices.py:178
+#: netbox/templates/dcim/cable_trace.html:65
 msgid "Meters"
-msgstr ""
+msgstr "skaitītāji"
 
-#: dcim/choices.py:1878
+#: netbox/dcim/choices.py:1878
 msgid "Centimeters"
-msgstr ""
+msgstr "Centimetri"
 
-#: dcim/choices.py:1879 netbox/choices.py:179
+#: netbox/dcim/choices.py:1879 netbox/netbox/choices.py:179
 msgid "Miles"
-msgstr ""
+msgstr "jūdzes"
 
-#: dcim/choices.py:1880 netbox/choices.py:180
-#: templates/dcim/cable_trace.html:66
+#: netbox/dcim/choices.py:1880 netbox/netbox/choices.py:180
+#: netbox/templates/dcim/cable_trace.html:66
 msgid "Feet"
-msgstr ""
+msgstr "Pēdas"
 
-#: dcim/choices.py:1928
+#: netbox/dcim/choices.py:1928
 msgid "Redundant"
-msgstr ""
+msgstr "Liekais"
 
-#: dcim/choices.py:1949
+#: netbox/dcim/choices.py:1949
 msgid "Single phase"
-msgstr ""
+msgstr "Vienfāze"
 
-#: dcim/choices.py:1950
+#: netbox/dcim/choices.py:1950
 msgid "Three-phase"
-msgstr ""
+msgstr "Trīsfāzu"
 
-#: 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
+#: netbox/dcim/choices.py:1966 netbox/extras/choices.py:53
+#: netbox/netbox/preferences.py:32 netbox/netbox/preferences.py:55
+#: netbox/netbox/preferences.py:80 netbox/templates/extras/customfield.html:78
+#: netbox/vpn/choices.py:20 netbox/wireless/choices.py:27
 msgid "Disabled"
-msgstr ""
+msgstr "Invalīds"
 
-#: dcim/choices.py:1967
+#: netbox/dcim/choices.py:1967
 msgid "Faulty"
-msgstr ""
+msgstr "Kļūdīgs"
 
-#: dcim/fields.py:48
+#: netbox/dcim/fields.py:48
 #, python-brace-format
 msgid "Invalid MAC address format: {value}"
-msgstr ""
+msgstr "Nederīgs MAC adreses formāts: {value}"
 
-#: dcim/fields.py:77
+#: netbox/dcim/fields.py:77
 #, python-brace-format
 msgid "Invalid WWN format: {value}"
-msgstr ""
+msgstr "Nederīgs WWN formāts: {value}"
 
-#: dcim/filtersets.py:89
+#: netbox/dcim/filtersets.py:89
 msgid "Parent region (ID)"
-msgstr ""
+msgstr "Vecāku reģions (ID)"
 
-#: dcim/filtersets.py:95
+#: netbox/dcim/filtersets.py:95
 msgid "Parent region (slug)"
-msgstr ""
+msgstr "Vecāku reģions (gliemeži)"
 
-#: dcim/filtersets.py:119
+#: netbox/dcim/filtersets.py:119
 msgid "Parent site group (ID)"
-msgstr ""
+msgstr "Vecāku vietnes grupa (ID)"
 
-#: dcim/filtersets.py:125
+#: netbox/dcim/filtersets.py:125
 msgid "Parent site group (slug)"
-msgstr ""
+msgstr "Vecāku vietņu grupa (gliemeži)"
 
-#: dcim/filtersets.py:167 extras/filtersets.py:422 ipam/filtersets.py:838
-#: ipam/filtersets.py:976
+#: netbox/dcim/filtersets.py:167 netbox/extras/filtersets.py:422
+#: netbox/ipam/filtersets.py:838 netbox/ipam/filtersets.py:976
 msgid "Group (ID)"
-msgstr ""
+msgstr "Grupa (ID)"
 
-#: dcim/filtersets.py:173
+#: netbox/dcim/filtersets.py:173
 msgid "Group (slug)"
-msgstr ""
+msgstr "Grupa (gliemeži)"
 
-#: dcim/filtersets.py:179 dcim/filtersets.py:184
+#: netbox/dcim/filtersets.py:179 netbox/dcim/filtersets.py:184
 msgid "AS (ID)"
-msgstr ""
+msgstr "KĀ (ID)"
 
-#: dcim/filtersets.py:249
+#: netbox/dcim/filtersets.py:249
 msgid "Parent location (ID)"
-msgstr ""
+msgstr "Vecāku atrašanās vieta (ID)"
 
-#: dcim/filtersets.py:255
+#: netbox/dcim/filtersets.py:255
 msgid "Parent location (slug)"
-msgstr ""
+msgstr "Vecāku atrašanās vieta (gliemeži)"
 
-#: 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
+#: netbox/dcim/filtersets.py:299 netbox/dcim/filtersets.py:384
+#: netbox/dcim/filtersets.py:546 netbox/dcim/filtersets.py:714
+#: netbox/dcim/filtersets.py:918 netbox/dcim/filtersets.py:1015
+#: netbox/dcim/filtersets.py:1055 netbox/dcim/filtersets.py:1400
+#: netbox/dcim/filtersets.py:2196
 msgid "Manufacturer (ID)"
-msgstr ""
+msgstr "Ražotājs (ID)"
 
-#: 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
+#: netbox/dcim/filtersets.py:305 netbox/dcim/filtersets.py:390
+#: netbox/dcim/filtersets.py:552 netbox/dcim/filtersets.py:720
+#: netbox/dcim/filtersets.py:924 netbox/dcim/filtersets.py:1021
+#: netbox/dcim/filtersets.py:1061 netbox/dcim/filtersets.py:1406
+#: netbox/dcim/filtersets.py:2202
 msgid "Manufacturer (slug)"
-msgstr ""
+msgstr "Ražotājs (gliemeži)"
 
-#: dcim/filtersets.py:396
+#: netbox/dcim/filtersets.py:396
 msgid "Rack type (slug)"
-msgstr ""
+msgstr "Plaukta tips (gliemeži)"
 
-#: dcim/filtersets.py:400
+#: netbox/dcim/filtersets.py:400
 msgid "Rack type (ID)"
-msgstr ""
+msgstr "Plaukta tips (ID)"
 
-#: 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
+#: netbox/dcim/filtersets.py:414 netbox/dcim/filtersets.py:928
+#: netbox/dcim/filtersets.py:1077 netbox/dcim/filtersets.py:2206
+#: netbox/ipam/filtersets.py:376 netbox/ipam/filtersets.py:488
+#: netbox/ipam/filtersets.py:986 netbox/virtualization/filtersets.py:177
 msgid "Role (ID)"
-msgstr ""
+msgstr "Loma (ID)"
 
-#: 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
+#: netbox/dcim/filtersets.py:420 netbox/dcim/filtersets.py:934
+#: netbox/dcim/filtersets.py:1084 netbox/dcim/filtersets.py:2212
+#: netbox/extras/filtersets.py:695 netbox/ipam/filtersets.py:382
+#: netbox/ipam/filtersets.py:494 netbox/ipam/filtersets.py:992
+#: netbox/virtualization/filtersets.py:184
 msgid "Role (slug)"
-msgstr ""
+msgstr "Loma (gliemeži)"
 
-#: dcim/filtersets.py:450 dcim/filtersets.py:1156 dcim/filtersets.py:1476
-#: dcim/filtersets.py:1574 dcim/filtersets.py:2604
+#: netbox/dcim/filtersets.py:450 netbox/dcim/filtersets.py:1156
+#: netbox/dcim/filtersets.py:1476 netbox/dcim/filtersets.py:1574
+#: netbox/dcim/filtersets.py:2604
 msgid "Rack (ID)"
-msgstr ""
+msgstr "Plaukts (ID)"
 
-#: 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
+#: netbox/dcim/filtersets.py:514 netbox/extras/filtersets.py:298
+#: netbox/extras/filtersets.py:350 netbox/extras/filtersets.py:395
+#: netbox/extras/filtersets.py:417 netbox/extras/filtersets.py:481
+#: netbox/users/filtersets.py:113 netbox/users/filtersets.py:180
 msgid "User (name)"
-msgstr ""
+msgstr "Lietotājs (vārds)"
 
-#: dcim/filtersets.py:558
+#: netbox/dcim/filtersets.py:558
 msgid "Default platform (ID)"
-msgstr ""
+msgstr "Noklusējuma platforma (ID)"
 
-#: dcim/filtersets.py:565
+#: netbox/dcim/filtersets.py:565
 msgid "Default platform (slug)"
-msgstr ""
+msgstr "Noklusējuma platforma (slug)"
 
-#: dcim/filtersets.py:568 dcim/forms/filtersets.py:531
+#: netbox/dcim/filtersets.py:568 netbox/dcim/forms/filtersets.py:531
 msgid "Has a front image"
-msgstr ""
+msgstr "Ir priekšējais attēls"
 
-#: dcim/filtersets.py:572 dcim/forms/filtersets.py:538
+#: netbox/dcim/filtersets.py:572 netbox/dcim/forms/filtersets.py:538
 msgid "Has a rear image"
-msgstr ""
+msgstr "Ir aizmugurējais attēls"
 
-#: 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
+#: netbox/dcim/filtersets.py:577 netbox/dcim/filtersets.py:724
+#: netbox/dcim/filtersets.py:1225 netbox/dcim/forms/filtersets.py:545
+#: netbox/dcim/forms/filtersets.py:654 netbox/dcim/forms/filtersets.py:885
 msgid "Has console ports"
-msgstr ""
+msgstr "Ir konsoles porti"
 
-#: 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
+#: netbox/dcim/filtersets.py:581 netbox/dcim/filtersets.py:728
+#: netbox/dcim/filtersets.py:1229 netbox/dcim/forms/filtersets.py:552
+#: netbox/dcim/forms/filtersets.py:661 netbox/dcim/forms/filtersets.py:892
 msgid "Has console server ports"
-msgstr ""
+msgstr "Ir konsoles servera porti"
 
-#: 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
+#: netbox/dcim/filtersets.py:585 netbox/dcim/filtersets.py:732
+#: netbox/dcim/filtersets.py:1233 netbox/dcim/forms/filtersets.py:559
+#: netbox/dcim/forms/filtersets.py:668 netbox/dcim/forms/filtersets.py:899
 msgid "Has power ports"
-msgstr ""
+msgstr "Ir strāvas porti"
 
-#: 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
+#: netbox/dcim/filtersets.py:589 netbox/dcim/filtersets.py:736
+#: netbox/dcim/filtersets.py:1237 netbox/dcim/forms/filtersets.py:566
+#: netbox/dcim/forms/filtersets.py:675 netbox/dcim/forms/filtersets.py:906
 msgid "Has power outlets"
-msgstr ""
+msgstr "Ir strāvas kontaktligzdas"
 
-#: 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
+#: netbox/dcim/filtersets.py:593 netbox/dcim/filtersets.py:740
+#: netbox/dcim/filtersets.py:1241 netbox/dcim/forms/filtersets.py:573
+#: netbox/dcim/forms/filtersets.py:682 netbox/dcim/forms/filtersets.py:913
 msgid "Has interfaces"
-msgstr ""
+msgstr "Ir saskarnes"
 
-#: 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
+#: netbox/dcim/filtersets.py:597 netbox/dcim/filtersets.py:744
+#: netbox/dcim/filtersets.py:1245 netbox/dcim/forms/filtersets.py:580
+#: netbox/dcim/forms/filtersets.py:689 netbox/dcim/forms/filtersets.py:920
 msgid "Has pass-through ports"
-msgstr ""
+msgstr "Ir caurlaides ostas"
 
-#: dcim/filtersets.py:601 dcim/filtersets.py:1249 dcim/forms/filtersets.py:594
+#: netbox/dcim/filtersets.py:601 netbox/dcim/filtersets.py:1249
+#: netbox/dcim/forms/filtersets.py:594
 msgid "Has module bays"
-msgstr ""
+msgstr "Ir moduļu nodalījumi"
 
-#: dcim/filtersets.py:605 dcim/filtersets.py:1253 dcim/forms/filtersets.py:587
+#: netbox/dcim/filtersets.py:605 netbox/dcim/filtersets.py:1253
+#: netbox/dcim/forms/filtersets.py:587
 msgid "Has device bays"
-msgstr ""
+msgstr "Ir ierīču nodalījumi"
 
-#: dcim/filtersets.py:609 dcim/forms/filtersets.py:601
+#: netbox/dcim/filtersets.py:609 netbox/dcim/forms/filtersets.py:601
 msgid "Has inventory items"
-msgstr ""
+msgstr "Ir inventāra preces"
 
-#: dcim/filtersets.py:704 extras/filtersets.py:629
+#: netbox/dcim/filtersets.py:704 netbox/extras/filtersets.py:629
 msgid "Profile (ID)"
-msgstr ""
+msgstr "Profils (ID)"
 
-#: dcim/filtersets.py:710 extras/filtersets.py:635
+#: netbox/dcim/filtersets.py:710 netbox/extras/filtersets.py:635
 msgid "Profile (name)"
-msgstr ""
+msgstr "Profils (nosaukums)"
 
-#: dcim/filtersets.py:792 dcim/filtersets.py:1071 dcim/filtersets.py:1595
+#: netbox/dcim/filtersets.py:792 netbox/dcim/filtersets.py:1071
+#: netbox/dcim/filtersets.py:1595
 msgid "Device type (ID)"
-msgstr ""
+msgstr "Ierīces tips (ID)"
 
-#: dcim/filtersets.py:808 dcim/filtersets.py:1411
+#: netbox/dcim/filtersets.py:808 netbox/dcim/filtersets.py:1411
 msgid "Module type (ID)"
-msgstr ""
+msgstr "Moduļa tips (ID)"
 
-#: dcim/filtersets.py:840 dcim/filtersets.py:1761
+#: netbox/dcim/filtersets.py:840 netbox/dcim/filtersets.py:1761
 msgid "Power port (ID)"
-msgstr ""
+msgstr "Barošanas ports (ID)"
 
-#: dcim/filtersets.py:914 dcim/filtersets.py:2192
+#: netbox/dcim/filtersets.py:914 netbox/dcim/filtersets.py:2192
 msgid "Parent inventory item (ID)"
-msgstr ""
+msgstr "Mātes inventāra vienība (ID)"
 
-#: dcim/filtersets.py:957 dcim/filtersets.py:1029 dcim/filtersets.py:1221
-#: virtualization/filtersets.py:209
+#: netbox/dcim/filtersets.py:957 netbox/dcim/filtersets.py:1029
+#: netbox/dcim/filtersets.py:1221 netbox/virtualization/filtersets.py:209
 msgid "Config template (ID)"
-msgstr ""
+msgstr "Konfigurācijas veidne (ID)"
 
-#: dcim/filtersets.py:961 dcim/filtersets.py:973
+#: netbox/dcim/filtersets.py:961 netbox/dcim/filtersets.py:973
 msgid "Parent device role (ID)"
-msgstr ""
+msgstr "Vecāku ierīces loma (ID)"
 
-#: dcim/filtersets.py:967 dcim/filtersets.py:980
+#: netbox/dcim/filtersets.py:967 netbox/dcim/filtersets.py:980
 msgid "Parent device role (slug)"
-msgstr ""
+msgstr "Vecāku ierīces loma (slug)"
 
-#: dcim/filtersets.py:991
+#: netbox/dcim/filtersets.py:991
 msgid "Immediate parent platform (ID)"
-msgstr ""
+msgstr "Tūlītēja vecāku platforma (ID)"
 
-#: dcim/filtersets.py:997
+#: netbox/dcim/filtersets.py:997
 msgid "Immediate parent platform (slug)"
-msgstr ""
+msgstr "Tūlītēja vecāku platforma (gliemeži)"
 
-#: dcim/filtersets.py:1003
+#: netbox/dcim/filtersets.py:1003
 msgid "Parent platform (ID)"
-msgstr ""
+msgstr "Vecāku platforma (ID)"
 
-#: dcim/filtersets.py:1010
+#: netbox/dcim/filtersets.py:1010
 msgid "Parent platform (slug)"
-msgstr ""
+msgstr "Vecāku platforma (gliemeži)"
 
-#: dcim/filtersets.py:1067
+#: netbox/dcim/filtersets.py:1067
 msgid "Device type (slug)"
-msgstr ""
+msgstr "Ierīces tips (gliemeži)"
 
-#: dcim/filtersets.py:1089
+#: netbox/dcim/filtersets.py:1089
 msgid "Parent Device (ID)"
-msgstr ""
+msgstr "Vecāka ierīce (ID)"
 
-#: dcim/filtersets.py:1095 virtualization/filtersets.py:190
+#: netbox/dcim/filtersets.py:1095 netbox/virtualization/filtersets.py:190
 msgid "Platform (ID)"
-msgstr ""
+msgstr "Platforma (ID)"
 
-#: dcim/filtersets.py:1102 extras/filtersets.py:706
-#: virtualization/filtersets.py:197
+#: netbox/dcim/filtersets.py:1102 netbox/extras/filtersets.py:706
+#: netbox/virtualization/filtersets.py:197
 msgid "Platform (slug)"
-msgstr ""
+msgstr "Platforma (gliemeži)"
 
-#: dcim/filtersets.py:1138 dcim/filtersets.py:1460 dcim/filtersets.py:1558
-#: dcim/filtersets.py:2294 dcim/filtersets.py:2536 dcim/filtersets.py:2595
+#: netbox/dcim/filtersets.py:1138 netbox/dcim/filtersets.py:1460
+#: netbox/dcim/filtersets.py:1558 netbox/dcim/filtersets.py:2294
+#: netbox/dcim/filtersets.py:2536 netbox/dcim/filtersets.py:2595
 msgid "Site name (slug)"
-msgstr ""
+msgstr "Vietnes nosaukums (slug)"
 
-#: dcim/filtersets.py:1161
+#: netbox/dcim/filtersets.py:1161
 msgid "Parent bay (ID)"
-msgstr ""
+msgstr "Vecāku līcis (ID)"
 
-#: dcim/filtersets.py:1165
+#: netbox/dcim/filtersets.py:1165
 msgid "VM cluster (ID)"
-msgstr ""
+msgstr "VM klasteris (ID)"
 
-#: dcim/filtersets.py:1171 extras/filtersets.py:728
-#: virtualization/filtersets.py:102
+#: netbox/dcim/filtersets.py:1171 netbox/extras/filtersets.py:728
+#: netbox/virtualization/filtersets.py:102
 msgid "Cluster group (slug)"
-msgstr ""
+msgstr "Klasteru grupa (gliemeži)"
 
-#: dcim/filtersets.py:1176 virtualization/filtersets.py:96
+#: netbox/dcim/filtersets.py:1176 netbox/virtualization/filtersets.py:96
 msgid "Cluster group (ID)"
-msgstr ""
+msgstr "Klasteru grupa (ID)"
 
-#: dcim/filtersets.py:1182
+#: netbox/dcim/filtersets.py:1182
 msgid "Device model (slug)"
-msgstr ""
+msgstr "Ierīces modelis (gliemeži)"
 
-#: dcim/filtersets.py:1193 dcim/forms/bulk_edit.py:556
+#: netbox/dcim/filtersets.py:1193 netbox/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
+msgstr "Ir pilns dziļums"
+
+#: netbox/dcim/filtersets.py:1197 netbox/dcim/forms/filtersets.py:855
+#: netbox/dcim/forms/filtersets.py:1483 netbox/dcim/forms/filtersets.py:1699
+#: netbox/dcim/forms/model_forms.py:1900 netbox/dcim/models/devices.py:1303
+#: netbox/dcim/models/devices.py:1323 netbox/virtualization/filtersets.py:201
+#: netbox/virtualization/filtersets.py:273
+#: netbox/virtualization/forms/filtersets.py:178
+#: netbox/virtualization/forms/filtersets.py:231
 msgid "MAC address"
-msgstr ""
+msgstr "MAC adrese"
 
-#: 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
+#: netbox/dcim/filtersets.py:1204 netbox/dcim/filtersets.py:1368
+#: netbox/dcim/forms/filtersets.py:864 netbox/dcim/forms/filtersets.py:967
+#: netbox/virtualization/filtersets.py:205
+#: netbox/virtualization/forms/filtersets.py:182
 msgid "Has a primary IP"
-msgstr ""
+msgstr "Ir primārais IP"
 
-#: dcim/filtersets.py:1208
+#: netbox/dcim/filtersets.py:1208
 msgid "Has an out-of-band IP"
-msgstr ""
+msgstr "Ir ārpus joslas IP"
 
-#: dcim/filtersets.py:1213
+#: netbox/dcim/filtersets.py:1213
 msgid "Virtual chassis (ID)"
-msgstr ""
+msgstr "Virtuālā šasija (ID)"
 
-#: dcim/filtersets.py:1217
+#: netbox/dcim/filtersets.py:1217
 msgid "Is a virtual chassis member"
-msgstr ""
+msgstr "Ir virtuāls šasijas loceklis"
 
-#: dcim/filtersets.py:1258
+#: netbox/dcim/filtersets.py:1258
 msgid "OOB IP (ID)"
-msgstr ""
+msgstr "OOB IP (ID)"
 
-#: dcim/filtersets.py:1262
+#: netbox/dcim/filtersets.py:1262
 msgid "Has virtual device context"
-msgstr ""
+msgstr "Ir virtuālās ierīces konteksts"
 
-#: dcim/filtersets.py:1351
+#: netbox/dcim/filtersets.py:1351
 msgid "VDC (ID)"
-msgstr ""
+msgstr "VDC (ID)"
 
-#: dcim/filtersets.py:1356
+#: netbox/dcim/filtersets.py:1356
 msgid "Device model"
-msgstr ""
+msgstr "Ierīces modelis"
 
-#: dcim/filtersets.py:1417
+#: netbox/dcim/filtersets.py:1417
 msgid "Module type (model)"
-msgstr ""
+msgstr "Moduļa tips (modelis)"
 
-#: dcim/filtersets.py:1423
+#: netbox/dcim/filtersets.py:1423
 msgid "Module bay (ID)"
-msgstr ""
+msgstr "Moduļu nodalījums (ID)"
 
-#: dcim/filtersets.py:1482 dcim/filtersets.py:1580
+#: netbox/dcim/filtersets.py:1482 netbox/dcim/filtersets.py:1580
 msgid "Rack (name)"
-msgstr ""
+msgstr "Plaukts (nosaukums)"
 
-#: 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
+#: netbox/dcim/filtersets.py:1486 netbox/dcim/filtersets.py:1584
+#: netbox/dcim/filtersets.py:1786 netbox/ipam/filtersets.py:607
+#: netbox/ipam/filtersets.py:848 netbox/ipam/filtersets.py:1165
+#: netbox/virtualization/filtersets.py:127 netbox/vpn/filtersets.py:383
 msgid "Device (ID)"
-msgstr ""
+msgstr "Ierīce (ID)"
 
-#: 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
+#: netbox/dcim/filtersets.py:1492 netbox/dcim/filtersets.py:1590
+#: netbox/dcim/filtersets.py:1781 netbox/ipam/filtersets.py:602
+#: netbox/ipam/filtersets.py:843 netbox/ipam/filtersets.py:1160
+#: netbox/vpn/filtersets.py:378
 msgid "Device (name)"
-msgstr ""
+msgstr "Ierīce (nosaukums)"
 
-#: dcim/filtersets.py:1601
+#: netbox/dcim/filtersets.py:1601
 msgid "Device type (model)"
-msgstr ""
+msgstr "Ierīces tips (modelis)"
 
-#: dcim/filtersets.py:1606
+#: netbox/dcim/filtersets.py:1606
 msgid "Device role (ID)"
-msgstr ""
+msgstr "Ierīces loma (ID)"
 
-#: dcim/filtersets.py:1612
+#: netbox/dcim/filtersets.py:1612
 msgid "Device role (slug)"
-msgstr ""
+msgstr "Ierīces loma (slug)"
 
-#: dcim/filtersets.py:1617
+#: netbox/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
+msgstr "Virtuālā šasija (ID)"
+
+#: netbox/dcim/filtersets.py:1623 netbox/dcim/forms/filtersets.py:112
+#: netbox/dcim/forms/object_create.py:430 netbox/dcim/tables/devices.py:229
+#: netbox/netbox/navigation/menu.py:79 netbox/templates/dcim/device.html:31
+#: netbox/templates/dcim/device.html:126
+#: netbox/templates/dcim/device_edit.html:95
+#: netbox/templates/dcim/virtualchassis.html:10
+#: netbox/templates/dcim/virtualchassis_edit.html:28
 msgid "Virtual Chassis"
-msgstr ""
+msgstr "Virtuālā šasija"
 
-#: dcim/filtersets.py:1632 dcim/filtersets.py:2299 tenancy/filtersets.py:250
+#: netbox/dcim/filtersets.py:1632 netbox/dcim/filtersets.py:2299
+#: netbox/tenancy/filtersets.py:250
 msgid "Tenant (ID)"
-msgstr ""
+msgstr "Īrnieks (ID)"
 
-#: dcim/filtersets.py:1638 dcim/filtersets.py:2305 extras/filtersets.py:755
-#: tenancy/filtersets.py:256
+#: netbox/dcim/filtersets.py:1638 netbox/dcim/filtersets.py:2305
+#: netbox/extras/filtersets.py:755 netbox/tenancy/filtersets.py:256
 msgid "Tenant (slug)"
-msgstr ""
+msgstr "Īrnieks (gliemeži)"
 
-#: dcim/filtersets.py:1658
+#: netbox/dcim/filtersets.py:1658
 msgid "Module (ID)"
-msgstr ""
+msgstr "Modulis (ID)"
 
-#: dcim/filtersets.py:1665
+#: netbox/dcim/filtersets.py:1665
 msgid "Cable (ID)"
-msgstr ""
+msgstr "Kabelis (ID)"
 
-#: dcim/filtersets.py:1791 ipam/filtersets.py:612 ipam/filtersets.py:853
-#: ipam/filtersets.py:1170 vpn/filtersets.py:389
+#: netbox/dcim/filtersets.py:1791 netbox/ipam/filtersets.py:612
+#: netbox/ipam/filtersets.py:853 netbox/ipam/filtersets.py:1170
+#: netbox/vpn/filtersets.py:389
 msgid "Virtual machine (name)"
-msgstr ""
+msgstr "Virtuālā mašīna (nosaukums)"
 
-#: 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
+#: netbox/dcim/filtersets.py:1796 netbox/ipam/filtersets.py:617
+#: netbox/ipam/filtersets.py:858 netbox/ipam/filtersets.py:1175
+#: netbox/virtualization/filtersets.py:253
+#: netbox/virtualization/filtersets.py:304 netbox/vpn/filtersets.py:394
 msgid "Virtual machine (ID)"
-msgstr ""
+msgstr "Virtuālā mašīna (ID)"
 
-#: dcim/filtersets.py:1802 ipam/filtersets.py:623 vpn/filtersets.py:98
-#: vpn/filtersets.py:400
+#: netbox/dcim/filtersets.py:1802 netbox/ipam/filtersets.py:623
+#: netbox/vpn/filtersets.py:98 netbox/vpn/filtersets.py:400
 msgid "Interface (name)"
-msgstr ""
+msgstr "Saskarne (nosaukums)"
 
-#: dcim/filtersets.py:1813 ipam/filtersets.py:634 vpn/filtersets.py:109
-#: vpn/filtersets.py:411
+#: netbox/dcim/filtersets.py:1813 netbox/ipam/filtersets.py:634
+#: netbox/vpn/filtersets.py:109 netbox/vpn/filtersets.py:411
 msgid "VM interface (name)"
-msgstr ""
+msgstr "VM interfeiss (nosaukums)"
 
-#: dcim/filtersets.py:1818 ipam/filtersets.py:639 vpn/filtersets.py:114
+#: netbox/dcim/filtersets.py:1818 netbox/ipam/filtersets.py:639
+#: netbox/vpn/filtersets.py:114
 msgid "VM interface (ID)"
-msgstr ""
+msgstr "VM saskarne (ID)"
 
-#: dcim/filtersets.py:1822 ipam/filtersets.py:652
+#: netbox/dcim/filtersets.py:1822 netbox/ipam/filtersets.py:652
 msgid "Is assigned"
-msgstr ""
+msgstr "Ir piešķirts"
 
-#: dcim/filtersets.py:1826 dcim/forms/bulk_import.py:1355
-#: ipam/forms/bulk_import.py:334
+#: netbox/dcim/filtersets.py:1826 netbox/dcim/forms/bulk_import.py:1355
+#: netbox/ipam/forms/bulk_import.py:334
 msgid "Is primary"
-msgstr ""
+msgstr "Ir primārais"
 
-#: dcim/filtersets.py:1891 templates/dcim/interface.html:81
-#: templates/virtualization/vminterface.html:55
-#: virtualization/forms/model_forms.py:393
+#: netbox/dcim/filtersets.py:1891 netbox/templates/dcim/interface.html:81
+#: netbox/templates/virtualization/vminterface.html:55
+#: netbox/virtualization/forms/model_forms.py:393
 msgid "802.1Q Mode"
-msgstr ""
+msgstr "802.1Q režīms"
 
-#: dcim/filtersets.py:1895 ipam/forms/bulk_import.py:192
-#: vpn/forms/bulk_import.py:313
+#: netbox/dcim/filtersets.py:1895 netbox/ipam/forms/bulk_import.py:192
+#: netbox/vpn/forms/bulk_import.py:313
 msgid "Assigned VLAN"
-msgstr ""
+msgstr "Piešķirtais VLAN"
 
-#: dcim/filtersets.py:1899
+#: netbox/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
+msgstr "Piešķirtais VID"
+
+#: netbox/dcim/filtersets.py:1904 netbox/dcim/forms/bulk_edit.py:1618
+#: netbox/dcim/forms/bulk_import.py:1024 netbox/dcim/forms/filtersets.py:1536
+#: netbox/dcim/forms/model_forms.py:1549
+#: netbox/dcim/models/device_components.py:810
+#: netbox/dcim/tables/devices.py:677 netbox/ipam/filtersets.py:335
+#: netbox/ipam/filtersets.py:346 netbox/ipam/filtersets.py:478
+#: netbox/ipam/filtersets.py:579 netbox/ipam/filtersets.py:590
+#: netbox/ipam/forms/bulk_edit.py:226 netbox/ipam/forms/bulk_edit.py:282
+#: netbox/ipam/forms/bulk_edit.py:329 netbox/ipam/forms/bulk_import.py:160
+#: netbox/ipam/forms/bulk_import.py:245 netbox/ipam/forms/bulk_import.py:281
+#: netbox/ipam/forms/filtersets.py:69 netbox/ipam/forms/filtersets.py:180
+#: netbox/ipam/forms/filtersets.py:332 netbox/ipam/forms/model_forms.py:66
+#: netbox/ipam/forms/model_forms.py:209 netbox/ipam/forms/model_forms.py:257
+#: netbox/ipam/forms/model_forms.py:311 netbox/ipam/forms/model_forms.py:475
+#: netbox/ipam/forms/model_forms.py:489 netbox/ipam/forms/model_forms.py:503
+#: netbox/ipam/models/ip.py:223 netbox/ipam/models/ip.py:519
+#: netbox/ipam/models/ip.py:748 netbox/ipam/models/vrfs.py:61
+#: netbox/ipam/tables/ip.py:189 netbox/ipam/tables/ip.py:262
+#: netbox/ipam/tables/ip.py:318 netbox/ipam/tables/ip.py:418
+#: netbox/templates/dcim/interface.html:152
+#: netbox/templates/ipam/ipaddress.html:18
+#: netbox/templates/ipam/iprange.html:47 netbox/templates/ipam/prefix.html:19
+#: netbox/templates/ipam/vrf.html:7 netbox/templates/ipam/vrf.html:13
+#: netbox/templates/virtualization/vminterface.html:90
+#: netbox/virtualization/forms/bulk_edit.py:243
+#: netbox/virtualization/forms/bulk_import.py:216
+#: netbox/virtualization/forms/filtersets.py:236
+#: netbox/virtualization/forms/model_forms.py:366
+#: netbox/virtualization/models/virtualmachines.py:336
+#: netbox/virtualization/tables/virtualmachines.py:113
 msgid "VRF"
-msgstr ""
+msgstr "VRF"
 
-#: dcim/filtersets.py:1910 ipam/filtersets.py:341 ipam/filtersets.py:352
-#: ipam/filtersets.py:484 ipam/filtersets.py:585 ipam/filtersets.py:596
+#: netbox/dcim/filtersets.py:1910 netbox/ipam/filtersets.py:341
+#: netbox/ipam/filtersets.py:352 netbox/ipam/filtersets.py:484
+#: netbox/ipam/filtersets.py:585 netbox/ipam/filtersets.py:596
 msgid "VRF (RD)"
-msgstr ""
+msgstr "VRF (RD)"
 
-#: dcim/filtersets.py:1915 ipam/filtersets.py:1024 vpn/filtersets.py:346
+#: netbox/dcim/filtersets.py:1915 netbox/ipam/filtersets.py:1024
+#: netbox/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
+msgstr "L2VPN (ID)"
+
+#: netbox/dcim/filtersets.py:1921 netbox/dcim/forms/filtersets.py:1541
+#: netbox/dcim/tables/devices.py:613 netbox/ipam/filtersets.py:1030
+#: netbox/ipam/forms/filtersets.py:592 netbox/ipam/tables/vlans.py:116
+#: netbox/templates/dcim/interface.html:99 netbox/templates/ipam/vlan.html:82
+#: netbox/templates/vpn/l2vpntermination.html:12
+#: netbox/virtualization/forms/filtersets.py:241
+#: netbox/vpn/forms/bulk_import.py:285 netbox/vpn/forms/filtersets.py:257
+#: netbox/vpn/forms/model_forms.py:412 netbox/vpn/forms/model_forms.py:430
+#: netbox/vpn/models/l2vpn.py:68 netbox/vpn/tables/l2vpn.py:58
 msgid "L2VPN"
-msgstr ""
+msgstr "L2VPN"
 
-#: dcim/filtersets.py:1926 ipam/filtersets.py:1107
+#: netbox/dcim/filtersets.py:1926 netbox/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
+msgstr "VLAN tulkošanas politika (ID)"
+
+#: netbox/dcim/filtersets.py:1932 netbox/dcim/forms/filtersets.py:1507
+#: netbox/dcim/forms/model_forms.py:1566
+#: netbox/dcim/models/device_components.py:612
+#: netbox/ipam/forms/filtersets.py:511 netbox/ipam/forms/model_forms.py:714
+#: netbox/templates/ipam/vlantranslationpolicy.html:11
+#: netbox/virtualization/forms/bulk_edit.py:248
+#: netbox/virtualization/forms/filtersets.py:251
+#: netbox/virtualization/forms/model_forms.py:371
 msgid "VLAN Translation Policy"
-msgstr ""
+msgstr "VLAN tulkošanas politika"
 
-#: dcim/filtersets.py:1966
+#: netbox/dcim/filtersets.py:1966
 msgid "Virtual Chassis Interfaces for Device when device is master"
-msgstr ""
+msgstr "Virtuālās šasijas saskarnes ierīcei, kad ierīce ir galvenā"
 
-#: dcim/filtersets.py:1971
+#: netbox/dcim/filtersets.py:1971
 msgid "Virtual Chassis Interfaces for Device when device is master (ID)"
-msgstr ""
+msgstr "Virtuālās šasijas saskarnes ierīcei, kad ierīce ir galvenā (ID)"
 
-#: dcim/filtersets.py:1976
+#: netbox/dcim/filtersets.py:1976
 msgid "Virtual Chassis Interfaces for Device"
-msgstr ""
+msgstr "Virtuālās šasijas saskarnes ierīcei"
 
-#: dcim/filtersets.py:1981
+#: netbox/dcim/filtersets.py:1981
 msgid "Virtual Chassis Interfaces for Device (ID)"
-msgstr ""
+msgstr "Virtuālās šasijas saskarnes ierīcei (ID)"
 
-#: dcim/filtersets.py:1985
+#: netbox/dcim/filtersets.py:1985
 msgid "Kind of interface"
-msgstr ""
+msgstr "Saskarnes veids"
 
-#: dcim/filtersets.py:1990 virtualization/filtersets.py:264
+#: netbox/dcim/filtersets.py:1990 netbox/virtualization/filtersets.py:264
 msgid "Parent interface (ID)"
-msgstr ""
+msgstr "Vecāku saskarne (ID)"
 
-#: dcim/filtersets.py:1995 virtualization/filtersets.py:269
+#: netbox/dcim/filtersets.py:1995 netbox/virtualization/filtersets.py:269
 msgid "Bridged interface (ID)"
-msgstr ""
+msgstr "Tilta saskarne (ID)"
 
-#: dcim/filtersets.py:2000
+#: netbox/dcim/filtersets.py:2000
 msgid "LAG interface (ID)"
-msgstr ""
+msgstr "LAG saskarne (ID)"
 
-#: 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
+#: netbox/dcim/filtersets.py:2008 netbox/dcim/tables/devices.py:635
+#: netbox/dcim/tables/devices.py:1164 netbox/templates/dcim/interface.html:131
+#: netbox/templates/dcim/macaddress.html:11
+#: netbox/templates/dcim/macaddress.html:14
+#: netbox/templates/virtualization/vminterface.html:79
 msgid "MAC Address"
-msgstr ""
+msgstr "MAC adrese"
 
-#: dcim/filtersets.py:2013 virtualization/filtersets.py:278
+#: netbox/dcim/filtersets.py:2013 netbox/virtualization/filtersets.py:278
 msgid "Primary MAC address (ID)"
-msgstr ""
+msgstr "Primārā MAC adrese (ID)"
 
-#: dcim/filtersets.py:2019 dcim/forms/model_forms.py:1553
-#: virtualization/filtersets.py:284 virtualization/forms/model_forms.py:309
+#: netbox/dcim/filtersets.py:2019 netbox/dcim/forms/model_forms.py:1553
+#: netbox/virtualization/filtersets.py:284
+#: netbox/virtualization/forms/model_forms.py:309
 msgid "Primary MAC address"
-msgstr ""
+msgstr "Primārā MAC adrese"
 
-#: dcim/filtersets.py:2041 dcim/filtersets.py:2053
-#: dcim/forms/filtersets.py:1443 dcim/forms/model_forms.py:1880
-#: templates/dcim/virtualdevicecontext.html:15
+#: netbox/dcim/filtersets.py:2041 netbox/dcim/filtersets.py:2053
+#: netbox/dcim/forms/filtersets.py:1443 netbox/dcim/forms/model_forms.py:1880
+#: netbox/templates/dcim/virtualdevicecontext.html:15
 msgid "Virtual Device Context"
-msgstr ""
+msgstr "Virtuālās ierīces konteksts"
 
-#: dcim/filtersets.py:2047
+#: netbox/dcim/filtersets.py:2047
 msgid "Virtual Device Context (Identifier)"
-msgstr ""
+msgstr "Virtuālās ierīces konteksts (identifikators)"
 
-#: dcim/filtersets.py:2058 templates/wireless/wirelesslan.html:11
-#: wireless/forms/model_forms.py:57
+#: netbox/dcim/filtersets.py:2058
+#: netbox/templates/wireless/wirelesslan.html:11
+#: netbox/wireless/forms/model_forms.py:57
 msgid "Wireless LAN"
-msgstr ""
+msgstr "Bezvadu LAN"
 
-#: dcim/filtersets.py:2062 dcim/tables/devices.py:664
+#: netbox/dcim/filtersets.py:2062 netbox/dcim/tables/devices.py:664
 msgid "Wireless link"
-msgstr ""
+msgstr "Bezvadu saite"
 
-#: dcim/filtersets.py:2072
+#: netbox/dcim/filtersets.py:2072
 msgid "Virtual circuit termination (ID)"
-msgstr ""
+msgstr "Virtuālās ķēdes pārtraukšana (ID)"
 
-#: dcim/filtersets.py:2159
+#: netbox/dcim/filtersets.py:2159
 msgid "Parent module bay (ID)"
-msgstr ""
+msgstr "Vecāku moduļa nodalījums (ID)"
 
-#: dcim/filtersets.py:2164
+#: netbox/dcim/filtersets.py:2164
 msgid "Installed module (ID)"
-msgstr ""
+msgstr "Instalētais modulis (ID)"
 
-#: dcim/filtersets.py:2175
+#: netbox/dcim/filtersets.py:2175
 msgid "Installed device (ID)"
-msgstr ""
+msgstr "Instalētā ierīce (ID)"
 
-#: dcim/filtersets.py:2181
+#: netbox/dcim/filtersets.py:2181
 msgid "Installed device (name)"
-msgstr ""
+msgstr "Instalētā ierīce (nosaukums)"
 
-#: dcim/filtersets.py:2251
+#: netbox/dcim/filtersets.py:2251
 msgid "Master (ID)"
-msgstr ""
+msgstr "Meistars (ID)"
 
-#: dcim/filtersets.py:2257
+#: netbox/dcim/filtersets.py:2257
 msgid "Master (name)"
-msgstr ""
+msgstr "Kapteinis (vārds)"
 
-#: dcim/filtersets.py:2341 dcim/forms/filtersets.py:1162
+#: netbox/dcim/filtersets.py:2341 netbox/dcim/forms/filtersets.py:1162
 msgid "Unterminated"
-msgstr ""
+msgstr "Neizbeigts"
 
-#: dcim/filtersets.py:2599
+#: netbox/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
+msgstr "Barošanas panelis (ID)"
+
+#: netbox/dcim/forms/bulk_create.py:40 netbox/extras/forms/filtersets.py:474
+#: netbox/extras/forms/model_forms.py:596
+#: netbox/extras/forms/model_forms.py:680
+#: netbox/extras/forms/model_forms.py:732 netbox/netbox/forms/base.py:87
+#: netbox/netbox/forms/mixins.py:111 netbox/netbox/tables/columns.py:490
+#: netbox/templates/circuits/inc/circuit_termination.html:32
+#: netbox/templates/generic/bulk_edit.html:65
+#: netbox/templates/inc/panels/tags.html:5
+#: netbox/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
+msgstr "Atzīmes"
+
+#: netbox/dcim/forms/bulk_create.py:115 netbox/dcim/forms/filtersets.py:1607
+#: netbox/dcim/forms/model_forms.py:602 netbox/dcim/forms/model_forms.py:661
+#: netbox/dcim/forms/object_create.py:208
+#: netbox/dcim/forms/object_create.py:357 netbox/dcim/tables/devices.py:183
+#: netbox/dcim/tables/devices.py:770 netbox/dcim/tables/devicetypes.py:253
+#: netbox/templates/dcim/device.html:49 netbox/templates/dcim/device.html:137
+#: netbox/templates/dcim/modulebay.html:38
+#: netbox/templates/dcim/virtualchassis.html:56
+#: netbox/templates/dcim/virtualchassis_edit.html:59
 msgid "Position"
-msgstr ""
+msgstr "Pozīcija"
 
-#: dcim/forms/bulk_create.py:117
+#: netbox/dcim/forms/bulk_create.py:117
 msgid ""
 "Alphanumeric ranges are supported. (Must match the number of names being "
 "created.)"
 msgstr ""
+"Tiek atbalstīti burtciparu diapazoni. (Jāatbilst izveidoto vārdu skaitam.)"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:137 netbox/dcim/forms/bulk_edit.py:207
+#: netbox/dcim/forms/filtersets.py:251 netbox/templates/dcim/location.html:58
+#: netbox/templates/dcim/site.html:56
 msgid "Facility"
-msgstr ""
+msgstr "Iekārta"
 
-#: dcim/forms/bulk_edit.py:147
+#: netbox/dcim/forms/bulk_edit.py:147
 msgid "Contact name"
-msgstr ""
+msgstr "Kontaktpersonas vārds"
 
-#: dcim/forms/bulk_edit.py:152
+#: netbox/dcim/forms/bulk_edit.py:152
 msgid "Contact phone"
-msgstr ""
+msgstr "Kontakttālrunis"
 
-#: dcim/forms/bulk_edit.py:158
+#: netbox/dcim/forms/bulk_edit.py:158
 msgid "Contact E-mail"
-msgstr ""
+msgstr "Kontaktinformācija E-pasts"
 
-#: dcim/forms/bulk_edit.py:161 dcim/forms/bulk_import.py:127
-#: dcim/forms/model_forms.py:138
+#: netbox/dcim/forms/bulk_edit.py:161 netbox/dcim/forms/bulk_import.py:127
+#: netbox/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
+msgstr "Laika josla"
+
+#: netbox/dcim/forms/bulk_edit.py:245 netbox/dcim/forms/bulk_edit.py:535
+#: netbox/dcim/forms/bulk_edit.py:623 netbox/dcim/forms/bulk_edit.py:707
+#: netbox/dcim/forms/bulk_edit.py:732 netbox/dcim/forms/bulk_edit.py:825
+#: netbox/dcim/forms/bulk_edit.py:1356 netbox/dcim/forms/bulk_edit.py:1792
+#: netbox/dcim/forms/bulk_import.py:189 netbox/dcim/forms/bulk_import.py:405
+#: netbox/dcim/forms/bulk_import.py:454 netbox/dcim/forms/bulk_import.py:540
+#: netbox/dcim/forms/bulk_import.py:576 netbox/dcim/forms/bulk_import.py:1223
+#: netbox/dcim/forms/filtersets.py:317 netbox/dcim/forms/filtersets.py:376
+#: netbox/dcim/forms/filtersets.py:508 netbox/dcim/forms/filtersets.py:646
+#: netbox/dcim/forms/filtersets.py:737 netbox/dcim/forms/filtersets.py:819
+#: netbox/dcim/forms/filtersets.py:1032 netbox/dcim/forms/filtersets.py:1648
+#: netbox/dcim/forms/model_forms.py:219 netbox/dcim/forms/model_forms.py:355
+#: netbox/dcim/forms/model_forms.py:367 netbox/dcim/forms/model_forms.py:439
+#: netbox/dcim/forms/model_forms.py:546 netbox/dcim/forms/model_forms.py:1233
+#: netbox/dcim/forms/model_forms.py:1702
+#: netbox/dcim/forms/object_import.py:188 netbox/dcim/tables/devices.py:115
+#: netbox/dcim/tables/devices.py:190 netbox/dcim/tables/devices.py:999
+#: netbox/dcim/tables/devicetypes.py:85 netbox/dcim/tables/devicetypes.py:315
+#: netbox/dcim/tables/modules.py:49 netbox/dcim/tables/modules.py:95
+#: netbox/dcim/tables/racks.py:58 netbox/dcim/tables/racks.py:135
+#: netbox/templates/dcim/devicetype.html:14
+#: netbox/templates/dcim/inventoryitem.html:48
+#: netbox/templates/dcim/manufacturer.html:33
+#: netbox/templates/dcim/module.html:95
+#: netbox/templates/dcim/modulebay.html:62
+#: netbox/templates/dcim/moduletype.html:31
+#: netbox/templates/dcim/platform.html:41
+#: netbox/templates/dcim/racktype.html:16
 msgid "Manufacturer"
-msgstr ""
+msgstr "Ražotājs"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:250 netbox/dcim/forms/bulk_edit.py:403
+#: netbox/dcim/forms/bulk_import.py:198 netbox/dcim/forms/bulk_import.py:277
+#: netbox/dcim/forms/filtersets.py:264
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:6
 msgid "Form factor"
-msgstr ""
+msgstr "Formas faktors"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:255 netbox/dcim/forms/bulk_edit.py:408
+#: netbox/dcim/forms/bulk_import.py:206 netbox/dcim/forms/bulk_import.py:280
+#: netbox/dcim/forms/filtersets.py:269
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:10
 msgid "Width"
-msgstr ""
+msgstr "Platums"
 
-#: dcim/forms/bulk_edit.py:261 dcim/forms/bulk_edit.py:414
-#: dcim/forms/bulk_import.py:287 templates/dcim/devicetype.html:37
+#: netbox/dcim/forms/bulk_edit.py:261 netbox/dcim/forms/bulk_edit.py:414
+#: netbox/dcim/forms/bulk_import.py:287
+#: netbox/templates/dcim/devicetype.html:37
 msgid "Height (U)"
-msgstr ""
+msgstr "Augstums (U)"
 
-#: dcim/forms/bulk_edit.py:270 dcim/forms/bulk_edit.py:419
-#: dcim/forms/filtersets.py:283
+#: netbox/dcim/forms/bulk_edit.py:270 netbox/dcim/forms/bulk_edit.py:419
+#: netbox/dcim/forms/filtersets.py:283
 msgid "Descending units"
-msgstr ""
+msgstr "Dilstošas vienības"
 
-#: dcim/forms/bulk_edit.py:273 dcim/forms/bulk_edit.py:422
+#: netbox/dcim/forms/bulk_edit.py:273 netbox/dcim/forms/bulk_edit.py:422
 msgid "Outer width"
-msgstr ""
+msgstr "Ārējais platums"
 
-#: dcim/forms/bulk_edit.py:278 dcim/forms/bulk_edit.py:427
+#: netbox/dcim/forms/bulk_edit.py:278 netbox/dcim/forms/bulk_edit.py:427
 msgid "Outer height"
-msgstr ""
+msgstr "Ārējais augstums"
 
-#: dcim/forms/bulk_edit.py:283 dcim/forms/bulk_edit.py:432
+#: netbox/dcim/forms/bulk_edit.py:283 netbox/dcim/forms/bulk_edit.py:432
 msgid "Outer depth"
-msgstr ""
+msgstr "Ārējais dziļums"
 
-#: dcim/forms/bulk_edit.py:288 dcim/forms/bulk_edit.py:437
-#: dcim/forms/bulk_import.py:211 dcim/forms/bulk_import.py:290
+#: netbox/dcim/forms/bulk_edit.py:288 netbox/dcim/forms/bulk_edit.py:437
+#: netbox/dcim/forms/bulk_import.py:211 netbox/dcim/forms/bulk_import.py:290
 msgid "Outer unit"
-msgstr ""
+msgstr "Ārējā vienība"
 
-#: dcim/forms/bulk_edit.py:293 dcim/forms/bulk_edit.py:442
+#: netbox/dcim/forms/bulk_edit.py:293 netbox/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
+msgstr "Montāžas dziļums"
+
+#: netbox/dcim/forms/bulk_edit.py:298 netbox/dcim/forms/bulk_edit.py:325
+#: netbox/dcim/forms/bulk_edit.py:452 netbox/dcim/forms/bulk_edit.py:480
+#: netbox/dcim/forms/bulk_edit.py:569 netbox/dcim/forms/bulk_edit.py:592
+#: netbox/dcim/forms/bulk_edit.py:637 netbox/dcim/forms/bulk_edit.py:659
+#: netbox/dcim/forms/bulk_import.py:418 netbox/dcim/forms/bulk_import.py:465
+#: netbox/dcim/forms/filtersets.py:289 netbox/dcim/forms/filtersets.py:311
+#: netbox/dcim/forms/filtersets.py:331 netbox/dcim/forms/filtersets.py:410
+#: netbox/dcim/forms/filtersets.py:502 netbox/dcim/forms/filtersets.py:608
+#: netbox/dcim/forms/filtersets.py:635 netbox/dcim/forms/filtersets.py:701
+#: netbox/dcim/forms/model_forms.py:234 netbox/dcim/forms/model_forms.py:316
+#: netbox/dcim/tables/devicetypes.py:111 netbox/dcim/tables/modules.py:57
+#: netbox/dcim/tables/racks.py:78 netbox/dcim/tables/racks.py:179
+#: netbox/extras/forms/bulk_edit.py:57 netbox/extras/forms/bulk_edit.py:137
+#: netbox/extras/forms/bulk_edit.py:191 netbox/extras/forms/bulk_edit.py:219
+#: netbox/extras/forms/bulk_edit.py:315 netbox/extras/forms/bulk_edit.py:347
+#: netbox/extras/forms/bulk_import.py:275 netbox/extras/forms/filtersets.py:70
+#: netbox/extras/forms/filtersets.py:164 netbox/extras/forms/filtersets.py:258
+#: netbox/extras/forms/filtersets.py:288
+#: netbox/extras/forms/model_forms.py:574 netbox/ipam/forms/bulk_edit.py:193
+#: netbox/templates/dcim/device.html:330
+#: netbox/templates/dcim/devicetype.html:49
+#: netbox/templates/dcim/moduletype.html:51 netbox/templates/dcim/rack.html:81
+#: netbox/templates/dcim/racktype.html:37
+#: netbox/templates/extras/configcontext.html:17
+#: netbox/templates/extras/customlink.html:25
+#: netbox/templates/extras/savedfilter.html:33
+#: netbox/templates/extras/tableconfig.html:41
+#: netbox/templates/extras/tag.html:32 netbox/templates/ipam/role.html:30
 msgid "Weight"
-msgstr ""
+msgstr "Svars"
 
-#: dcim/forms/bulk_edit.py:303 dcim/forms/bulk_edit.py:457
-#: dcim/forms/filtersets.py:294
+#: netbox/dcim/forms/bulk_edit.py:303 netbox/dcim/forms/bulk_edit.py:457
+#: netbox/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
+msgstr "Maksimālais svars"
+
+#: netbox/dcim/forms/bulk_edit.py:308 netbox/dcim/forms/bulk_edit.py:462
+#: netbox/dcim/forms/bulk_edit.py:574 netbox/dcim/forms/bulk_edit.py:642
+#: netbox/dcim/forms/bulk_import.py:217 netbox/dcim/forms/bulk_import.py:302
+#: netbox/dcim/forms/bulk_import.py:423 netbox/dcim/forms/bulk_import.py:470
+#: netbox/dcim/forms/filtersets.py:299 netbox/dcim/forms/filtersets.py:612
+#: netbox/dcim/forms/filtersets.py:705
 msgid "Weight unit"
-msgstr ""
+msgstr "Svara vienība"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:322 netbox/dcim/forms/filtersets.py:309
+#: netbox/dcim/forms/model_forms.py:230 netbox/dcim/forms/model_forms.py:269
+#: netbox/templates/dcim/rack.html:45 netbox/templates/dcim/racktype.html:13
 msgid "Rack Type"
-msgstr ""
+msgstr "Plaukta veids"
 
-#: dcim/forms/bulk_edit.py:324 dcim/forms/bulk_edit.py:478
-#: dcim/forms/model_forms.py:233 dcim/forms/model_forms.py:315
+#: netbox/dcim/forms/bulk_edit.py:324 netbox/dcim/forms/bulk_edit.py:478
+#: netbox/dcim/forms/model_forms.py:233 netbox/dcim/forms/model_forms.py:315
 msgid "Outer Dimensions"
-msgstr ""
+msgstr "Ārējie izmēri"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:327 netbox/dcim/forms/model_forms.py:235
+#: netbox/dcim/forms/model_forms.py:317 netbox/extras/tables/tables.py:250
+#: netbox/templates/dcim/device.html:321
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:3
+#: netbox/templates/extras/imageattachment.html:40
 msgid "Dimensions"
-msgstr ""
+msgstr "Izmēri"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:329 netbox/dcim/forms/filtersets.py:310
+#: netbox/dcim/forms/filtersets.py:330 netbox/dcim/forms/model_forms.py:237
+#: netbox/templates/dcim/inc/panels/racktype_numbering.html:3
 msgid "Numbering"
-msgstr ""
+msgstr "Numerācija"
 
-#: dcim/forms/bulk_edit.py:388 dcim/forms/bulk_import.py:267
-#: dcim/forms/filtersets.py:384
+#: netbox/dcim/forms/bulk_edit.py:388 netbox/dcim/forms/bulk_import.py:267
+#: netbox/dcim/forms/filtersets.py:384
 msgid "Rack type"
-msgstr ""
+msgstr "Plaukta veids"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:395 netbox/dcim/forms/bulk_edit.py:788
+#: netbox/dcim/forms/bulk_edit.py:849 netbox/templates/dcim/device.html:110
+#: netbox/templates/dcim/module.html:77
+#: netbox/templates/dcim/modulebay.html:70 netbox/templates/dcim/rack.html:57
+#: netbox/templates/virtualization/virtualmachine.html:35
 msgid "Serial Number"
-msgstr ""
+msgstr "Sērijas numurs"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:398 netbox/dcim/forms/filtersets.py:396
+#: netbox/dcim/forms/filtersets.py:850 netbox/dcim/forms/filtersets.py:1052
+#: netbox/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
+msgstr "Aktīvu atzīme"
+
+#: netbox/dcim/forms/bulk_edit.py:447 netbox/dcim/forms/bulk_edit.py:564
+#: netbox/dcim/forms/bulk_edit.py:632 netbox/dcim/forms/bulk_edit.py:781
+#: netbox/dcim/forms/bulk_import.py:296 netbox/dcim/forms/bulk_import.py:459
+#: netbox/dcim/forms/bulk_import.py:670 netbox/dcim/forms/filtersets.py:387
+#: netbox/dcim/forms/filtersets.py:525 netbox/dcim/forms/filtersets.py:696
+#: netbox/dcim/forms/filtersets.py:841 netbox/templates/dcim/device.html:104
+#: netbox/templates/dcim/devicetype.html:65
+#: netbox/templates/dcim/moduletype.html:47 netbox/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
+msgstr "Gaisa plūsma"
+
+#: netbox/dcim/forms/bulk_edit.py:476 netbox/dcim/forms/bulk_edit.py:995
+#: netbox/dcim/forms/bulk_import.py:351 netbox/dcim/forms/bulk_import.py:354
+#: netbox/dcim/forms/bulk_import.py:643 netbox/dcim/forms/bulk_import.py:1666
+#: netbox/dcim/forms/bulk_import.py:1670 netbox/dcim/forms/filtersets.py:107
+#: netbox/dcim/forms/filtersets.py:328 netbox/dcim/forms/filtersets.py:414
+#: netbox/dcim/forms/filtersets.py:428 netbox/dcim/forms/filtersets.py:466
+#: netbox/dcim/forms/filtersets.py:809 netbox/dcim/forms/filtersets.py:1022
+#: netbox/dcim/forms/filtersets.py:1120 netbox/dcim/forms/filtersets.py:1252
+#: netbox/dcim/forms/model_forms.py:280 netbox/dcim/forms/model_forms.py:324
+#: netbox/dcim/forms/model_forms.py:593 netbox/dcim/forms/model_forms.py:874
+#: netbox/dcim/forms/object_create.py:404 netbox/dcim/tables/devices.py:179
+#: netbox/dcim/tables/power.py:70 netbox/dcim/tables/racks.py:225
+#: netbox/ipam/forms/filtersets.py:467 netbox/templates/dcim/device.html:36
+#: netbox/templates/dcim/inc/cable_termination.html:16
+#: netbox/templates/dcim/powerfeed.html:28 netbox/templates/dcim/rack.html:13
+#: netbox/templates/dcim/rack/base.html:4
+#: netbox/templates/dcim/rackreservation.html:19
+#: netbox/templates/dcim/rackreservation.html:36
+#: netbox/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
+msgstr "Plaukts"
+
+#: netbox/dcim/forms/bulk_edit.py:479 netbox/dcim/forms/bulk_edit.py:814
+#: netbox/dcim/forms/filtersets.py:329 netbox/dcim/forms/filtersets.py:407
+#: netbox/dcim/forms/filtersets.py:495 netbox/dcim/forms/filtersets.py:630
+#: netbox/dcim/forms/filtersets.py:758 netbox/dcim/forms/filtersets.py:980
+#: netbox/dcim/forms/model_forms.py:448 netbox/dcim/forms/model_forms.py:788
+#: netbox/dcim/forms/model_forms.py:1770
+#: netbox/templates/dcim/device_edit.html:22
 msgid "Hardware"
-msgstr ""
+msgstr "Aparatūra"
 
-#: dcim/forms/bulk_edit.py:540 dcim/forms/bulk_import.py:411
-#: dcim/forms/filtersets.py:513 dcim/forms/model_forms.py:372
+#: netbox/dcim/forms/bulk_edit.py:540 netbox/dcim/forms/bulk_import.py:411
+#: netbox/dcim/forms/filtersets.py:513 netbox/dcim/forms/model_forms.py:372
 msgid "Default platform"
-msgstr ""
+msgstr "Noklusējuma platforma"
 
-#: dcim/forms/bulk_edit.py:545 dcim/forms/bulk_edit.py:628
-#: dcim/forms/filtersets.py:516 dcim/forms/filtersets.py:649
+#: netbox/dcim/forms/bulk_edit.py:545 netbox/dcim/forms/bulk_edit.py:628
+#: netbox/dcim/forms/filtersets.py:516 netbox/dcim/forms/filtersets.py:649
 msgid "Part number"
-msgstr ""
+msgstr "Detaļas numurs"
 
-#: dcim/forms/bulk_edit.py:549
+#: netbox/dcim/forms/bulk_edit.py:549
 msgid "U height"
-msgstr ""
+msgstr "U augstums"
 
-#: dcim/forms/bulk_edit.py:561 dcim/tables/devicetypes.py:107
+#: netbox/dcim/forms/bulk_edit.py:561 netbox/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
+msgstr "Izslēgt no izmantošanas"
+
+#: netbox/dcim/forms/bulk_edit.py:590 netbox/dcim/forms/model_forms.py:387
+#: netbox/dcim/forms/model_forms.py:1027 netbox/dcim/forms/model_forms.py:1069
+#: netbox/dcim/forms/model_forms.py:1096 netbox/dcim/forms/model_forms.py:1124
+#: netbox/dcim/forms/model_forms.py:1155 netbox/dcim/forms/model_forms.py:1174
+#: netbox/dcim/forms/model_forms.py:1192
+#: netbox/dcim/forms/object_create.py:123 netbox/dcim/tables/devicetypes.py:82
+#: netbox/templates/dcim/device.html:94
+#: netbox/templates/dcim/devicebay.html:52
+#: netbox/templates/dcim/module.html:61
 msgid "Device Type"
-msgstr ""
+msgstr "Ierīces tips"
 
-#: dcim/forms/bulk_edit.py:599 dcim/forms/model_forms.py:414
-#: extras/forms/model_forms.py:591 templates/dcim/moduletypeprofile.html:32
+#: netbox/dcim/forms/bulk_edit.py:599 netbox/dcim/forms/model_forms.py:414
+#: netbox/extras/forms/model_forms.py:591
+#: netbox/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
+msgstr "Shēma"
+
+#: netbox/dcim/forms/bulk_edit.py:611 netbox/dcim/forms/bulk_edit.py:618
+#: netbox/dcim/forms/bulk_import.py:448 netbox/dcim/forms/filtersets.py:641
+#: netbox/dcim/forms/model_forms.py:421 netbox/dcim/forms/model_forms.py:434
+#: netbox/dcim/tables/modules.py:45 netbox/extras/forms/filtersets.py:396
+#: netbox/extras/forms/model_forms.py:615 netbox/extras/tables/tables.py:583
+#: netbox/templates/account/base.html:7
+#: netbox/templates/dcim/moduletype.html:27
+#: netbox/templates/extras/configcontext.html:21
+#: netbox/templates/inc/user_menu.html:40 netbox/vpn/forms/bulk_edit.py:255
+#: netbox/vpn/forms/filtersets.py:194 netbox/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
+msgstr "Profils"
+
+#: netbox/dcim/forms/bulk_edit.py:656 netbox/dcim/forms/model_forms.py:447
+#: netbox/dcim/forms/model_forms.py:1028 netbox/dcim/forms/model_forms.py:1070
+#: netbox/dcim/forms/model_forms.py:1097 netbox/dcim/forms/model_forms.py:1125
+#: netbox/dcim/forms/model_forms.py:1156 netbox/dcim/forms/model_forms.py:1175
+#: netbox/dcim/forms/model_forms.py:1193
+#: netbox/dcim/forms/object_create.py:124 netbox/dcim/tables/modules.py:54
+#: netbox/dcim/tables/modules.py:100 netbox/templates/dcim/module.html:92
+#: netbox/templates/dcim/modulebay.html:66
+#: netbox/templates/dcim/moduletype.html:24
 msgid "Module Type"
-msgstr ""
+msgstr "Moduļa tips"
 
-#: dcim/forms/bulk_edit.py:660 dcim/forms/model_forms.py:390
-#: templates/dcim/devicetype.html:11
+#: netbox/dcim/forms/bulk_edit.py:660 netbox/dcim/forms/model_forms.py:390
+#: netbox/templates/dcim/devicetype.html:11
 msgid "Chassis"
-msgstr ""
+msgstr "Šasija"
 
-#: dcim/forms/bulk_edit.py:679 dcim/models/devices.py:387
-#: dcim/tables/devices.py:82
+#: netbox/dcim/forms/bulk_edit.py:679 netbox/dcim/models/devices.py:387
+#: netbox/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
+msgstr "VM loma"
+
+#: netbox/dcim/forms/bulk_edit.py:682 netbox/dcim/forms/bulk_edit.py:712
+#: netbox/dcim/forms/bulk_edit.py:796 netbox/dcim/forms/bulk_import.py:512
+#: netbox/dcim/forms/bulk_import.py:516 netbox/dcim/forms/bulk_import.py:547
+#: netbox/dcim/forms/bulk_import.py:551 netbox/dcim/forms/bulk_import.py:676
+#: netbox/dcim/forms/bulk_import.py:680 netbox/dcim/forms/filtersets.py:716
+#: netbox/dcim/forms/filtersets.py:742 netbox/dcim/forms/filtersets.py:860
+#: netbox/dcim/forms/model_forms.py:513 netbox/dcim/forms/model_forms.py:552
+#: netbox/dcim/forms/model_forms.py:670
+#: netbox/virtualization/forms/bulk_import.py:143
+#: netbox/virtualization/forms/bulk_import.py:144
+#: netbox/virtualization/forms/filtersets.py:194
+#: netbox/virtualization/forms/model_forms.py:222
 msgid "Config template"
-msgstr ""
+msgstr "Konfigurācijas veidne"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:737 netbox/dcim/forms/bulk_edit.py:1150
+#: netbox/dcim/forms/bulk_import.py:582 netbox/dcim/forms/filtersets.py:117
+#: netbox/dcim/forms/model_forms.py:615 netbox/dcim/forms/model_forms.py:991
+#: netbox/dcim/forms/model_forms.py:1008 netbox/extras/filtersets.py:684
 msgid "Device type"
-msgstr ""
+msgstr "Ierīces tips"
 
-#: dcim/forms/bulk_edit.py:748 dcim/forms/bulk_import.py:563
-#: dcim/forms/filtersets.py:122 dcim/forms/model_forms.py:623
+#: netbox/dcim/forms/bulk_edit.py:748 netbox/dcim/forms/bulk_import.py:563
+#: netbox/dcim/forms/filtersets.py:122 netbox/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
+msgstr "Ierīces loma"
+
+#: netbox/dcim/forms/bulk_edit.py:771 netbox/dcim/forms/bulk_import.py:588
+#: netbox/dcim/forms/filtersets.py:833 netbox/dcim/forms/model_forms.py:564
+#: netbox/dcim/forms/model_forms.py:628 netbox/dcim/tables/devices.py:205
+#: netbox/extras/filtersets.py:700 netbox/templates/dcim/device.html:192
+#: netbox/templates/dcim/platform.html:26
+#: netbox/templates/virtualization/virtualmachine.html:27
+#: netbox/virtualization/forms/bulk_edit.py:142
+#: netbox/virtualization/forms/bulk_import.py:133
+#: netbox/virtualization/forms/filtersets.py:174
+#: netbox/virtualization/forms/model_forms.py:210
+#: netbox/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
+msgstr "Platforma"
+
+#: netbox/dcim/forms/bulk_edit.py:801 netbox/dcim/forms/bulk_import.py:607
+#: netbox/dcim/forms/filtersets.py:765 netbox/dcim/forms/filtersets.py:935
+#: netbox/dcim/forms/model_forms.py:637 netbox/dcim/tables/devices.py:225
+#: netbox/extras/filtersets.py:733 netbox/extras/forms/filtersets.py:390
+#: netbox/ipam/forms/filtersets.py:439 netbox/ipam/forms/filtersets.py:472
+#: netbox/templates/dcim/device.html:245
+#: netbox/templates/virtualization/cluster.html:10
+#: netbox/templates/virtualization/virtualmachine.html:92
+#: netbox/templates/virtualization/virtualmachine.html:101
+#: netbox/virtualization/filtersets.py:123
+#: netbox/virtualization/filtersets.py:248
+#: netbox/virtualization/forms/bulk_edit.py:111
+#: netbox/virtualization/forms/bulk_import.py:103
+#: netbox/virtualization/forms/filtersets.py:105
+#: netbox/virtualization/forms/filtersets.py:129
+#: netbox/virtualization/forms/filtersets.py:212
+#: netbox/virtualization/forms/model_forms.py:78
+#: netbox/virtualization/forms/model_forms.py:183
+#: netbox/virtualization/tables/virtualmachines.py:37
 msgid "Cluster"
-msgstr ""
+msgstr "Klasteris"
 
-#: dcim/forms/bulk_edit.py:815 templates/extras/dashboard/widget_config.html:7
-#: virtualization/forms/bulk_edit.py:173
+#: netbox/dcim/forms/bulk_edit.py:815
+#: netbox/templates/extras/dashboard/widget_config.html:7
+#: netbox/virtualization/forms/bulk_edit.py:173
 msgid "Configuration"
-msgstr ""
+msgstr "Konfigurācija"
 
-#: dcim/forms/bulk_edit.py:816 netbox/navigation/menu.py:252
-#: templates/dcim/device_edit.html:80
+#: netbox/dcim/forms/bulk_edit.py:816 netbox/netbox/navigation/menu.py:252
+#: netbox/templates/dcim/device_edit.html:80
 msgid "Virtualization"
-msgstr ""
+msgstr "Virtualizācija"
 
-#: dcim/forms/bulk_edit.py:830 dcim/forms/bulk_import.py:749
-#: dcim/forms/model_forms.py:765 dcim/forms/model_forms.py:1016
+#: netbox/dcim/forms/bulk_edit.py:830 netbox/dcim/forms/bulk_import.py:749
+#: netbox/dcim/forms/model_forms.py:765 netbox/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
+msgstr "Moduļa tips"
+
+#: netbox/dcim/forms/bulk_edit.py:884 netbox/dcim/forms/bulk_edit.py:1073
+#: netbox/dcim/forms/bulk_edit.py:1092 netbox/dcim/forms/bulk_edit.py:1115
+#: netbox/dcim/forms/bulk_edit.py:1157 netbox/dcim/forms/bulk_edit.py:1201
+#: netbox/dcim/forms/bulk_edit.py:1252 netbox/dcim/forms/bulk_edit.py:1279
+#: netbox/dcim/forms/bulk_edit.py:1306 netbox/dcim/forms/bulk_edit.py:1324
+#: netbox/dcim/forms/bulk_edit.py:1342 netbox/dcim/forms/filtersets.py:70
+#: netbox/dcim/forms/object_create.py:46 netbox/templates/dcim/cable.html:32
+#: netbox/templates/dcim/consoleport.html:32
+#: netbox/templates/dcim/consoleserverport.html:32
+#: netbox/templates/dcim/devicebay.html:28
+#: netbox/templates/dcim/frontport.html:32
+#: netbox/templates/dcim/inc/panels/inventory_items.html:19
+#: netbox/templates/dcim/interface.html:42
+#: netbox/templates/dcim/inventoryitem.html:32
+#: netbox/templates/dcim/modulebay.html:34
+#: netbox/templates/dcim/poweroutlet.html:32
+#: netbox/templates/dcim/powerport.html:32
+#: netbox/templates/dcim/rearport.html:32
+#: netbox/templates/extras/customfield.html:26
+#: netbox/templates/generic/bulk_import.html:193
 msgid "Label"
-msgstr ""
+msgstr "Etiķete"
 
-#: dcim/forms/bulk_edit.py:893 dcim/forms/filtersets.py:1153
-#: templates/dcim/cable.html:50
+#: netbox/dcim/forms/bulk_edit.py:893 netbox/dcim/forms/filtersets.py:1153
+#: netbox/templates/dcim/cable.html:50
 msgid "Length"
-msgstr ""
+msgstr "Garums"
 
-#: dcim/forms/bulk_edit.py:898 dcim/forms/bulk_import.py:1488
-#: dcim/forms/bulk_import.py:1491 dcim/forms/filtersets.py:1157
+#: netbox/dcim/forms/bulk_edit.py:898 netbox/dcim/forms/bulk_import.py:1488
+#: netbox/dcim/forms/bulk_import.py:1491 netbox/dcim/forms/filtersets.py:1157
 msgid "Length unit"
-msgstr ""
+msgstr "Garuma vienība"
 
-#: dcim/forms/bulk_edit.py:922 templates/dcim/virtualchassis.html:13
+#: netbox/dcim/forms/bulk_edit.py:922
+#: netbox/templates/dcim/virtualchassis.html:13
 msgid "Domain"
-msgstr ""
+msgstr "Domēns"
 
-#: dcim/forms/bulk_edit.py:990 dcim/forms/bulk_import.py:1653
-#: dcim/forms/filtersets.py:1243 dcim/forms/model_forms.py:868
+#: netbox/dcim/forms/bulk_edit.py:990 netbox/dcim/forms/bulk_import.py:1653
+#: netbox/dcim/forms/filtersets.py:1243 netbox/dcim/forms/model_forms.py:868
 msgid "Power panel"
-msgstr ""
+msgstr "Strāvas panelis"
 
-#: dcim/forms/bulk_edit.py:1012 dcim/forms/bulk_import.py:1689
-#: dcim/forms/filtersets.py:1265 templates/dcim/powerfeed.html:83
+#: netbox/dcim/forms/bulk_edit.py:1012 netbox/dcim/forms/bulk_import.py:1689
+#: netbox/dcim/forms/filtersets.py:1265
+#: netbox/templates/dcim/powerfeed.html:83
 msgid "Supply"
-msgstr ""
+msgstr "Piegāde"
 
-#: dcim/forms/bulk_edit.py:1018 dcim/forms/bulk_import.py:1694
-#: dcim/forms/filtersets.py:1270 templates/dcim/powerfeed.html:95
+#: netbox/dcim/forms/bulk_edit.py:1018 netbox/dcim/forms/bulk_import.py:1694
+#: netbox/dcim/forms/filtersets.py:1270
+#: netbox/templates/dcim/powerfeed.html:95
 msgid "Phase"
-msgstr ""
+msgstr "fāze"
 
-#: dcim/forms/bulk_edit.py:1024 dcim/forms/filtersets.py:1275
-#: templates/dcim/powerfeed.html:87
+#: netbox/dcim/forms/bulk_edit.py:1024 netbox/dcim/forms/filtersets.py:1275
+#: netbox/templates/dcim/powerfeed.html:87
 msgid "Voltage"
-msgstr ""
+msgstr "Spriegums"
 
-#: dcim/forms/bulk_edit.py:1028 dcim/forms/filtersets.py:1279
-#: templates/dcim/powerfeed.html:91
+#: netbox/dcim/forms/bulk_edit.py:1028 netbox/dcim/forms/filtersets.py:1279
+#: netbox/templates/dcim/powerfeed.html:91
 msgid "Amperage"
-msgstr ""
+msgstr "Strāvas stiprums"
 
-#: dcim/forms/bulk_edit.py:1032 dcim/forms/filtersets.py:1283
+#: netbox/dcim/forms/bulk_edit.py:1032 netbox/dcim/forms/filtersets.py:1283
 msgid "Max utilization"
-msgstr ""
+msgstr "Maksimālā izmantošana"
 
-#: dcim/forms/bulk_edit.py:1125
+#: netbox/dcim/forms/bulk_edit.py:1125
 msgid "Maximum draw"
-msgstr ""
+msgstr "Maksimālā izloze"
 
-#: dcim/forms/bulk_edit.py:1128 dcim/models/device_component_templates.py:282
-#: dcim/models/device_components.py:384
+#: netbox/dcim/forms/bulk_edit.py:1128
+#: netbox/dcim/models/device_component_templates.py:282
+#: netbox/dcim/models/device_components.py:384
 msgid "Maximum power draw (watts)"
-msgstr ""
+msgstr "Maksimālā jaudas patēriņš (vati)"
 
-#: dcim/forms/bulk_edit.py:1131
+#: netbox/dcim/forms/bulk_edit.py:1131
 msgid "Allocated draw"
-msgstr ""
+msgstr "Piešķirtā izloze"
 
-#: dcim/forms/bulk_edit.py:1134 dcim/models/device_component_templates.py:289
-#: dcim/models/device_components.py:391
+#: netbox/dcim/forms/bulk_edit.py:1134
+#: netbox/dcim/models/device_component_templates.py:289
+#: netbox/dcim/models/device_components.py:391
 msgid "Allocated power draw (watts)"
-msgstr ""
+msgstr "Piešķirtā jaudas patēriņš (vati)"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1167 netbox/dcim/forms/bulk_import.py:882
+#: netbox/dcim/forms/model_forms.py:1085 netbox/dcim/forms/model_forms.py:1439
+#: netbox/dcim/forms/model_forms.py:1754 netbox/dcim/forms/object_import.py:55
 msgid "Power port"
-msgstr ""
+msgstr "Strāvas ports"
 
-#: dcim/forms/bulk_edit.py:1172 dcim/forms/bulk_import.py:889
+#: netbox/dcim/forms/bulk_edit.py:1172 netbox/dcim/forms/bulk_import.py:889
 msgid "Feed leg"
-msgstr ""
+msgstr "Barošanas kāja"
 
-#: dcim/forms/bulk_edit.py:1218 dcim/forms/bulk_edit.py:1539
+#: netbox/dcim/forms/bulk_edit.py:1218 netbox/dcim/forms/bulk_edit.py:1539
 msgid "Management only"
-msgstr ""
+msgstr "Tikai vadība"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1228 netbox/dcim/forms/bulk_edit.py:1545
+#: netbox/dcim/forms/bulk_import.py:975 netbox/dcim/forms/filtersets.py:1492
+#: netbox/dcim/forms/object_import.py:90
+#: netbox/dcim/models/device_component_templates.py:446
+#: netbox/dcim/models/device_components.py:782
 msgid "PoE mode"
-msgstr ""
+msgstr "PoE režīms"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1234 netbox/dcim/forms/bulk_edit.py:1551
+#: netbox/dcim/forms/bulk_import.py:981 netbox/dcim/forms/filtersets.py:1497
+#: netbox/dcim/forms/object_import.py:95
+#: netbox/dcim/models/device_component_templates.py:453
+#: netbox/dcim/models/device_components.py:789
 msgid "PoE type"
-msgstr ""
+msgstr "PoE tips"
 
-#: dcim/forms/bulk_edit.py:1240 dcim/forms/filtersets.py:1512
-#: dcim/forms/object_import.py:100
+#: netbox/dcim/forms/bulk_edit.py:1240 netbox/dcim/forms/filtersets.py:1512
+#: netbox/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
+msgstr "Bezvadu loma"
+
+#: netbox/dcim/forms/bulk_edit.py:1377 netbox/dcim/forms/model_forms.py:787
+#: netbox/dcim/forms/model_forms.py:1384 netbox/dcim/tables/devices.py:345
+#: netbox/templates/dcim/consoleport.html:24
+#: netbox/templates/dcim/consoleserverport.html:24
+#: netbox/templates/dcim/frontport.html:24
+#: netbox/templates/dcim/interface.html:34
+#: netbox/templates/dcim/module.html:54
+#: netbox/templates/dcim/modulebay.html:26
+#: netbox/templates/dcim/modulebay.html:58
+#: netbox/templates/dcim/poweroutlet.html:24
+#: netbox/templates/dcim/powerport.html:24
+#: netbox/templates/dcim/rearport.html:24
 msgid "Module"
-msgstr ""
+msgstr "modulis"
 
-#: dcim/forms/bulk_edit.py:1519 dcim/tables/devices.py:728
-#: templates/dcim/interface.html:116
+#: netbox/dcim/forms/bulk_edit.py:1519 netbox/dcim/tables/devices.py:728
+#: netbox/templates/dcim/interface.html:116
 msgid "LAG"
-msgstr ""
+msgstr "AIZKAVĒŠANĀS"
 
-#: dcim/forms/bulk_edit.py:1524 dcim/forms/model_forms.py:1466
+#: netbox/dcim/forms/bulk_edit.py:1524 netbox/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
+msgstr "Virtuālo ierīču konteksti"
+
+#: netbox/dcim/forms/bulk_edit.py:1530 netbox/dcim/forms/bulk_import.py:810
+#: netbox/dcim/forms/bulk_import.py:836 netbox/dcim/forms/filtersets.py:1338
+#: netbox/dcim/forms/filtersets.py:1363 netbox/dcim/forms/filtersets.py:1456
+#: netbox/dcim/tables/devices.py:661
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:62
+#: netbox/templates/dcim/consoleport.html:40
+#: netbox/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
+msgstr "Ātrums"
+
+#: netbox/dcim/forms/bulk_edit.py:1559 netbox/dcim/forms/bulk_import.py:984
+#: netbox/templates/vpn/ikepolicy.html:25
+#: netbox/templates/vpn/ipsecprofile.html:21
+#: netbox/templates/vpn/ipsecprofile.html:48
+#: netbox/virtualization/forms/bulk_edit.py:215
+#: netbox/virtualization/forms/bulk_import.py:176
+#: netbox/vpn/forms/bulk_edit.py:146 netbox/vpn/forms/bulk_edit.py:232
+#: netbox/vpn/forms/bulk_import.py:176 netbox/vpn/forms/bulk_import.py:234
+#: netbox/vpn/forms/filtersets.py:140 netbox/vpn/forms/filtersets.py:183
+#: netbox/vpn/forms/filtersets.py:197 netbox/vpn/tables/crypto.py:64
+#: netbox/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
+msgstr "Režīms"
+
+#: netbox/dcim/forms/bulk_edit.py:1567 netbox/dcim/forms/bulk_import.py:990
+#: netbox/dcim/forms/model_forms.py:1515 netbox/ipam/forms/bulk_import.py:174
+#: netbox/ipam/forms/filtersets.py:561 netbox/ipam/models/vlans.py:93
+#: netbox/virtualization/forms/bulk_edit.py:222
+#: netbox/virtualization/forms/bulk_import.py:182
+#: netbox/virtualization/forms/model_forms.py:333
 msgid "VLAN group"
-msgstr ""
+msgstr "VLAN grupa"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1576 netbox/dcim/forms/bulk_import.py:997
+#: netbox/dcim/forms/model_forms.py:1521 netbox/dcim/tables/devices.py:622
+#: netbox/virtualization/forms/bulk_edit.py:230
+#: netbox/virtualization/forms/bulk_import.py:189
+#: netbox/virtualization/forms/model_forms.py:338
 msgid "Untagged VLAN"
-msgstr ""
+msgstr "Neatzīmēts VLAN"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1585 netbox/dcim/forms/bulk_import.py:1004
+#: netbox/dcim/forms/model_forms.py:1530 netbox/dcim/tables/devices.py:628
+#: netbox/virtualization/forms/bulk_edit.py:238
+#: netbox/virtualization/forms/bulk_import.py:196
+#: netbox/virtualization/forms/model_forms.py:347
 msgid "Tagged VLANs"
-msgstr ""
+msgstr "Atzīmēti VLAN"
 
-#: dcim/forms/bulk_edit.py:1588
+#: netbox/dcim/forms/bulk_edit.py:1588
 msgid "Add tagged VLANs"
-msgstr ""
+msgstr "Pievienot atzīmētus VLAN"
 
-#: dcim/forms/bulk_edit.py:1597
+#: netbox/dcim/forms/bulk_edit.py:1597
 msgid "Remove tagged VLANs"
-msgstr ""
+msgstr "Noņemt atzīmētos VLAN"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1608 netbox/dcim/forms/bulk_import.py:1017
+#: netbox/dcim/forms/model_forms.py:1539
+#: netbox/virtualization/forms/bulk_import.py:209
+#: netbox/virtualization/forms/model_forms.py:356
 msgid "Q-in-Q Service VLAN"
-msgstr ""
+msgstr "Q-in-Q pakalpojums VLAN"
 
-#: dcim/forms/bulk_edit.py:1623 dcim/forms/model_forms.py:1502
+#: netbox/dcim/forms/bulk_edit.py:1623 netbox/dcim/forms/model_forms.py:1502
 msgid "Wireless LAN group"
-msgstr ""
+msgstr "Bezvadu LAN grupa"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1628 netbox/dcim/forms/model_forms.py:1507
+#: netbox/dcim/tables/devices.py:670 netbox/netbox/navigation/menu.py:153
+#: netbox/templates/dcim/interface.html:337
+#: netbox/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
+msgstr "Bezvadu LAN"
+
+#: netbox/dcim/forms/bulk_edit.py:1637 netbox/dcim/forms/filtersets.py:1424
+#: netbox/dcim/forms/model_forms.py:1573 netbox/ipam/forms/bulk_edit.py:269
+#: netbox/ipam/forms/bulk_edit.py:367 netbox/ipam/forms/filtersets.py:177
+#: netbox/netbox/navigation/menu.py:109
+#: netbox/templates/dcim/interface.html:128
+#: netbox/templates/ipam/prefix.html:91
+#: netbox/templates/virtualization/vminterface.html:76
+#: netbox/virtualization/forms/filtersets.py:205
+#: netbox/virtualization/forms/model_forms.py:376
 msgid "Addressing"
-msgstr ""
+msgstr "Adresošana"
 
-#: dcim/forms/bulk_edit.py:1638 dcim/forms/filtersets.py:757
-#: dcim/forms/model_forms.py:1574 virtualization/forms/model_forms.py:377
+#: netbox/dcim/forms/bulk_edit.py:1638 netbox/dcim/forms/filtersets.py:757
+#: netbox/dcim/forms/model_forms.py:1574
+#: netbox/virtualization/forms/model_forms.py:377
 msgid "Operation"
-msgstr ""
+msgstr "Darbība"
 
-#: dcim/forms/bulk_edit.py:1639 dcim/forms/filtersets.py:1425
-#: dcim/forms/model_forms.py:1129 dcim/forms/model_forms.py:1576
+#: netbox/dcim/forms/bulk_edit.py:1639 netbox/dcim/forms/filtersets.py:1425
+#: netbox/dcim/forms/model_forms.py:1129 netbox/dcim/forms/model_forms.py:1576
 msgid "PoE"
-msgstr ""
+msgstr "PoE"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1640 netbox/dcim/forms/model_forms.py:1575
+#: netbox/templates/dcim/interface.html:105
+#: netbox/virtualization/forms/bulk_edit.py:254
+#: netbox/virtualization/forms/model_forms.py:378
 msgid "Related Interfaces"
-msgstr ""
+msgstr "Saistītās saskarnes"
 
-#: 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
+#: netbox/dcim/forms/bulk_edit.py:1642 netbox/dcim/forms/filtersets.py:1426
+#: netbox/dcim/forms/model_forms.py:1579
+#: netbox/virtualization/forms/bulk_edit.py:257
+#: netbox/virtualization/forms/filtersets.py:206
+#: netbox/virtualization/forms/model_forms.py:381
 msgid "802.1Q Switching"
-msgstr ""
+msgstr "802.1Q pārslēgšana"
 
-#: dcim/forms/bulk_edit.py:1647
+#: netbox/dcim/forms/bulk_edit.py:1647
 msgid "Add/Remove"
-msgstr ""
+msgstr "Pievienot/noņemt"
 
-#: dcim/forms/bulk_edit.py:1706 dcim/forms/bulk_edit.py:1708
+#: netbox/dcim/forms/bulk_edit.py:1706 netbox/dcim/forms/bulk_edit.py:1708
 msgid "Interface mode must be specified to assign VLANs"
-msgstr ""
+msgstr "Lai piešķirtu VLAN, ir jānorāda saskarnes režīms"
 
-#: dcim/forms/bulk_edit.py:1713
+#: netbox/dcim/forms/bulk_edit.py:1713
 msgid "An access interface cannot have tagged VLANs assigned."
-msgstr ""
+msgstr "Piekļuves saskarnei nevar būt piešķirti marķēti VLAN."
 
-#: dcim/forms/bulk_import.py:68
+#: netbox/dcim/forms/bulk_import.py:68
 msgid "Name of parent region"
-msgstr ""
+msgstr "Mātes reģiona nosaukums"
 
-#: dcim/forms/bulk_import.py:82
+#: netbox/dcim/forms/bulk_import.py:82
 msgid "Name of parent site group"
-msgstr ""
+msgstr "Vecāku vietņu grupas nosaukums"
 
-#: dcim/forms/bulk_import.py:101
+#: netbox/dcim/forms/bulk_import.py:101
 msgid "Assigned region"
-msgstr ""
+msgstr "Piešķirtais reģions"
 
-#: dcim/forms/bulk_import.py:108 tenancy/forms/bulk_import.py:45
-#: wireless/forms/bulk_import.py:42
+#: netbox/dcim/forms/bulk_import.py:108 netbox/tenancy/forms/bulk_import.py:45
+#: netbox/wireless/forms/bulk_import.py:42
 msgid "Assigned group"
-msgstr ""
+msgstr "Piešķirtā grupa"
 
-#: dcim/forms/bulk_import.py:127
+#: netbox/dcim/forms/bulk_import.py:127
 msgid "available options"
-msgstr ""
+msgstr "pieejamās iespējas"
 
-#: 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
+#: netbox/dcim/forms/bulk_import.py:138 netbox/dcim/forms/bulk_import.py:633
+#: netbox/dcim/forms/bulk_import.py:1650 netbox/ipam/forms/bulk_import.py:489
+#: netbox/virtualization/forms/bulk_import.py:69
+#: netbox/virtualization/forms/bulk_import.py:100
 msgid "Assigned site"
-msgstr ""
+msgstr "Piešķirtā vietne"
 
-#: dcim/forms/bulk_import.py:145
+#: netbox/dcim/forms/bulk_import.py:145
 msgid "Parent location"
-msgstr ""
+msgstr "Vecāku atrašanās vieta"
 
-#: dcim/forms/bulk_import.py:147
+#: netbox/dcim/forms/bulk_import.py:147
 msgid "Location not found."
-msgstr ""
+msgstr "Atrašanās vieta nav atrasta."
 
-#: dcim/forms/bulk_import.py:192
+#: netbox/dcim/forms/bulk_import.py:192
 msgid "The manufacturer of this rack type"
-msgstr ""
+msgstr "Šī statīva tipa ražotājs"
 
-#: dcim/forms/bulk_import.py:203
+#: netbox/dcim/forms/bulk_import.py:203
 msgid "The lowest-numbered position in the rack"
-msgstr ""
+msgstr "Zemākā numura pozīcija plauktā"
 
-#: dcim/forms/bulk_import.py:208 dcim/forms/bulk_import.py:283
+#: netbox/dcim/forms/bulk_import.py:208 netbox/dcim/forms/bulk_import.py:283
 msgid "Rail-to-rail width (in inches)"
-msgstr ""
+msgstr "Platums no dzelzceļa līdz sliedēm (collās)"
 
-#: dcim/forms/bulk_import.py:214 dcim/forms/bulk_import.py:293
+#: netbox/dcim/forms/bulk_import.py:214 netbox/dcim/forms/bulk_import.py:293
 msgid "Unit for outer dimensions"
-msgstr ""
+msgstr "Ārējo izmēru vienība"
 
-#: dcim/forms/bulk_import.py:220 dcim/forms/bulk_import.py:305
+#: netbox/dcim/forms/bulk_import.py:220 netbox/dcim/forms/bulk_import.py:305
 msgid "Unit for rack weights"
-msgstr ""
+msgstr "Vienība statīvu svariem"
 
-#: dcim/forms/bulk_import.py:252
+#: netbox/dcim/forms/bulk_import.py:252
 msgid "Name of assigned tenant"
-msgstr ""
+msgstr "Piešķirtā īrnieka vārds"
 
-#: dcim/forms/bulk_import.py:264
+#: netbox/dcim/forms/bulk_import.py:264
 msgid "Name of assigned role"
-msgstr ""
+msgstr "Piešķirtās lomas nosaukums"
 
-#: dcim/forms/bulk_import.py:271
+#: netbox/dcim/forms/bulk_import.py:271
 msgid "Rack type model"
-msgstr ""
+msgstr "Plaukta tipa modelis"
 
-#: dcim/forms/bulk_import.py:299 dcim/forms/bulk_import.py:462
-#: dcim/forms/bulk_import.py:673
+#: netbox/dcim/forms/bulk_import.py:299 netbox/dcim/forms/bulk_import.py:462
+#: netbox/dcim/forms/bulk_import.py:673
 msgid "Airflow direction"
-msgstr ""
+msgstr "Gaisa plūsmas virziens"
 
-#: dcim/forms/bulk_import.py:331
+#: netbox/dcim/forms/bulk_import.py:331
 msgid "Width must be set if not specifying a rack type."
-msgstr ""
+msgstr "Platums ir jāiestata, ja netiek norādīts plaukta tips."
 
-#: dcim/forms/bulk_import.py:333
+#: netbox/dcim/forms/bulk_import.py:333
 msgid "U height must be set if not specifying a rack type."
-msgstr ""
+msgstr "U augstums ir jāiestata, ja nav norādīts statīva tips."
 
-#: dcim/forms/bulk_import.py:341
+#: netbox/dcim/forms/bulk_import.py:341
 msgid "Parent site"
-msgstr ""
+msgstr "Vecāku vietne"
 
-#: dcim/forms/bulk_import.py:348 dcim/forms/bulk_import.py:1663
+#: netbox/dcim/forms/bulk_import.py:348 netbox/dcim/forms/bulk_import.py:1663
 msgid "Rack's location (if any)"
-msgstr ""
+msgstr "Plaukta atrašanās vieta (ja tāda ir)"
 
-#: 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
+#: netbox/dcim/forms/bulk_import.py:357 netbox/dcim/forms/model_forms.py:329
+#: netbox/dcim/tables/racks.py:230
+#: netbox/templates/dcim/rackreservation.html:12
+#: netbox/templates/dcim/rackreservation.html:45
 msgid "Units"
-msgstr ""
+msgstr "Vienības"
 
-#: dcim/forms/bulk_import.py:360
+#: netbox/dcim/forms/bulk_import.py:360
 msgid "Comma-separated list of individual unit numbers"
-msgstr ""
+msgstr "Atsevišķu vienību numuru saraksts ar komatiem"
 
-#: dcim/forms/bulk_import.py:408
+#: netbox/dcim/forms/bulk_import.py:408
 msgid "The manufacturer which produces this device type"
-msgstr ""
+msgstr "Ražotājs, kas ražo šāda veida ierīci"
 
-#: dcim/forms/bulk_import.py:415
+#: netbox/dcim/forms/bulk_import.py:415
 msgid "The default platform for devices of this type (optional)"
-msgstr ""
+msgstr "Noklusējuma platforma šāda veida ierīcēm (pēc izvēles)"
 
-#: dcim/forms/bulk_import.py:420
+#: netbox/dcim/forms/bulk_import.py:420
 msgid "Device weight"
-msgstr ""
+msgstr "Ierīces svars"
 
-#: dcim/forms/bulk_import.py:426
+#: netbox/dcim/forms/bulk_import.py:426
 msgid "Unit for device weight"
-msgstr ""
+msgstr "Ierīces svara vienība"
 
-#: dcim/forms/bulk_import.py:467
+#: netbox/dcim/forms/bulk_import.py:467
 msgid "Module weight"
-msgstr ""
+msgstr "Moduļa svars"
 
-#: dcim/forms/bulk_import.py:473
+#: netbox/dcim/forms/bulk_import.py:473
 msgid "Unit for module weight"
-msgstr ""
+msgstr "Moduļa svara vienība"
 
-#: dcim/forms/bulk_import.py:478
+#: netbox/dcim/forms/bulk_import.py:478
 msgid "Attribute values for the assigned profile, passed as a dictionary"
-msgstr ""
+msgstr "Piešķirtā profila atribūtu vērtības, kas nodotas kā vārdnīca"
 
-#: dcim/forms/bulk_import.py:493
+#: netbox/dcim/forms/bulk_import.py:493
 msgid "Profile must be specified if attribute data is provided."
-msgstr ""
+msgstr "Ja tiek sniegti atribūtu dati, jānorāda profils."
 
-#: dcim/forms/bulk_import.py:506
+#: netbox/dcim/forms/bulk_import.py:506
 msgid "Parent Device Role"
-msgstr ""
+msgstr "Vecāku ierīces loma"
 
-#: dcim/forms/bulk_import.py:508
+#: netbox/dcim/forms/bulk_import.py:508
 msgid "Device role not found."
-msgstr ""
+msgstr "Ierīces loma nav atrasta."
 
-#: dcim/forms/bulk_import.py:534
+#: netbox/dcim/forms/bulk_import.py:534
 msgid "Parent platform"
-msgstr ""
+msgstr "Vecāku platforma"
 
-#: dcim/forms/bulk_import.py:536
+#: netbox/dcim/forms/bulk_import.py:536
 msgid "Platform not found."
-msgstr ""
+msgstr "Platforma nav atrasta."
 
-#: dcim/forms/bulk_import.py:544
+#: netbox/dcim/forms/bulk_import.py:544
 msgid "Limit platform assignments to this manufacturer"
-msgstr ""
+msgstr "Ierobežojiet platformas piešķiršanu šim ražotājam"
 
-#: dcim/forms/bulk_import.py:566 dcim/forms/bulk_import.py:1733
-#: tenancy/forms/bulk_import.py:111
+#: netbox/dcim/forms/bulk_import.py:566 netbox/dcim/forms/bulk_import.py:1733
+#: netbox/tenancy/forms/bulk_import.py:111
 msgid "Assigned role"
-msgstr ""
+msgstr "Piešķirtā loma"
 
-#: dcim/forms/bulk_import.py:579
+#: netbox/dcim/forms/bulk_import.py:579
 msgid "Device type manufacturer"
-msgstr ""
+msgstr "Ierīces tipa ražotājs"
 
-#: dcim/forms/bulk_import.py:585
+#: netbox/dcim/forms/bulk_import.py:585
 msgid "Device type model"
-msgstr ""
+msgstr "Ierīces tipa modelis"
 
-#: dcim/forms/bulk_import.py:592 virtualization/forms/bulk_import.py:137
+#: netbox/dcim/forms/bulk_import.py:592
+#: netbox/virtualization/forms/bulk_import.py:137
 msgid "Assigned platform"
-msgstr ""
+msgstr "Piešķirtā platforma"
 
-#: dcim/forms/bulk_import.py:600 dcim/forms/bulk_import.py:604
-#: dcim/forms/model_forms.py:651
+#: netbox/dcim/forms/bulk_import.py:600 netbox/dcim/forms/bulk_import.py:604
+#: netbox/dcim/forms/model_forms.py:651
 msgid "Virtual chassis"
-msgstr ""
+msgstr "Virtuālā šasija"
 
-#: dcim/forms/bulk_import.py:611
+#: netbox/dcim/forms/bulk_import.py:611
 msgid "Virtualization cluster"
-msgstr ""
+msgstr "Virtualizācijas klasteris"
 
-#: dcim/forms/bulk_import.py:640
+#: netbox/dcim/forms/bulk_import.py:640
 msgid "Assigned location (if any)"
-msgstr ""
+msgstr "Piešķirtā atrašanās vieta (ja tāda ir)"
 
-#: dcim/forms/bulk_import.py:647
+#: netbox/dcim/forms/bulk_import.py:647
 msgid "Assigned rack (if any)"
-msgstr ""
+msgstr "Piešķirtais plaukts (ja tāds ir)"
 
-#: dcim/forms/bulk_import.py:650
+#: netbox/dcim/forms/bulk_import.py:650
 msgid "Face"
-msgstr ""
+msgstr "Seja"
 
-#: dcim/forms/bulk_import.py:653
+#: netbox/dcim/forms/bulk_import.py:653
 msgid "Mounted rack face"
-msgstr ""
+msgstr "Uzstādīta statīva seja"
 
-#: dcim/forms/bulk_import.py:660
+#: netbox/dcim/forms/bulk_import.py:660
 msgid "Parent device (for child devices)"
-msgstr ""
+msgstr "Vecāku ierīce (bērnu ierīcēm)"
 
-#: dcim/forms/bulk_import.py:663
+#: netbox/dcim/forms/bulk_import.py:663
 msgid "Device bay"
-msgstr ""
+msgstr "Ierīces nodalījums"
 
-#: dcim/forms/bulk_import.py:667
+#: netbox/dcim/forms/bulk_import.py:667
 msgid "Device bay in which this device is installed (for child devices)"
-msgstr ""
+msgstr "Ierīces nodalījums, kurā šī ierīce ir uzstādīta (bērnu ierīcēm)"
 
-#: dcim/forms/bulk_import.py:740
+#: netbox/dcim/forms/bulk_import.py:740
 msgid "The device in which this module is installed"
-msgstr ""
+msgstr "Ierīce, kurā šis modulis ir instalēts"
 
-#: dcim/forms/bulk_import.py:743 dcim/forms/model_forms.py:755
+#: netbox/dcim/forms/bulk_import.py:743 netbox/dcim/forms/model_forms.py:755
 msgid "Module bay"
-msgstr ""
+msgstr "Moduļu nodalījums"
 
-#: dcim/forms/bulk_import.py:746
+#: netbox/dcim/forms/bulk_import.py:746
 msgid "The module bay in which this module is installed"
-msgstr ""
+msgstr "Moduļa līcis, kurā šis modulis ir uzstādīts"
 
-#: dcim/forms/bulk_import.py:752
+#: netbox/dcim/forms/bulk_import.py:752
 msgid "The type of module"
-msgstr ""
+msgstr "Moduļa veids"
 
-#: dcim/forms/bulk_import.py:760 dcim/forms/model_forms.py:774
+#: netbox/dcim/forms/bulk_import.py:760 netbox/dcim/forms/model_forms.py:774
 msgid "Replicate components"
-msgstr ""
+msgstr "Atkārtojiet komponentus"
 
-#: dcim/forms/bulk_import.py:762
+#: netbox/dcim/forms/bulk_import.py:762
 msgid ""
 "Automatically populate components associated with this module type (enabled "
 "by default)"
 msgstr ""
+"Automātiski aizpildīt komponentus, kas saistīti ar šo moduļa tipu (pēc "
+"noklusējuma iespējots)"
 
-#: dcim/forms/bulk_import.py:765 dcim/forms/model_forms.py:780
+#: netbox/dcim/forms/bulk_import.py:765 netbox/dcim/forms/model_forms.py:780
 msgid "Adopt components"
-msgstr ""
+msgstr "Pieņemt komponentus"
 
-#: dcim/forms/bulk_import.py:767 dcim/forms/model_forms.py:783
+#: netbox/dcim/forms/bulk_import.py:767 netbox/dcim/forms/model_forms.py:783
 msgid "Adopt already existing components"
-msgstr ""
+msgstr "Pieņemt jau esošos komponentus"
 
-#: dcim/forms/bulk_import.py:807 dcim/forms/bulk_import.py:833
-#: dcim/forms/bulk_import.py:859
+#: netbox/dcim/forms/bulk_import.py:807 netbox/dcim/forms/bulk_import.py:833
+#: netbox/dcim/forms/bulk_import.py:859
 msgid "Port type"
-msgstr ""
+msgstr "Ostas veids"
 
-#: dcim/forms/bulk_import.py:815 dcim/forms/bulk_import.py:841
+#: netbox/dcim/forms/bulk_import.py:815 netbox/dcim/forms/bulk_import.py:841
 msgid "Port speed in bps"
-msgstr ""
+msgstr "Porta ātrums bps"
 
-#: dcim/forms/bulk_import.py:879
+#: netbox/dcim/forms/bulk_import.py:879
 msgid "Outlet type"
-msgstr ""
+msgstr "Izplūdes veids"
 
-#: dcim/forms/bulk_import.py:886
+#: netbox/dcim/forms/bulk_import.py:886
 msgid "Local power port which feeds this outlet"
-msgstr ""
+msgstr "Vietējais strāvas ports, kas baro šo kontaktligzdu"
 
-#: dcim/forms/bulk_import.py:892
+#: netbox/dcim/forms/bulk_import.py:892
 msgid "Electrical phase (for three-phase circuits)"
-msgstr ""
+msgstr "Elektriskā fāze (trīsfāžu ķēdēm)"
 
-#: dcim/forms/bulk_import.py:936 dcim/forms/model_forms.py:1477
-#: virtualization/forms/bulk_import.py:166
-#: virtualization/forms/model_forms.py:317
+#: netbox/dcim/forms/bulk_import.py:936 netbox/dcim/forms/model_forms.py:1477
+#: netbox/virtualization/forms/bulk_import.py:166
+#: netbox/virtualization/forms/model_forms.py:317
 msgid "Parent interface"
-msgstr ""
+msgstr "Vecāku saskarne"
 
-#: dcim/forms/bulk_import.py:943 dcim/forms/model_forms.py:1485
-#: virtualization/forms/bulk_import.py:173
-#: virtualization/forms/model_forms.py:325
+#: netbox/dcim/forms/bulk_import.py:943 netbox/dcim/forms/model_forms.py:1485
+#: netbox/virtualization/forms/bulk_import.py:173
+#: netbox/virtualization/forms/model_forms.py:325
 msgid "Bridged interface"
-msgstr ""
+msgstr "Tilta saskarne"
 
-#: dcim/forms/bulk_import.py:946
+#: netbox/dcim/forms/bulk_import.py:946
 msgid "Lag"
-msgstr ""
+msgstr "Atlaidība"
 
-#: dcim/forms/bulk_import.py:950
+#: netbox/dcim/forms/bulk_import.py:950
 msgid "Parent LAG interface"
-msgstr ""
+msgstr "Vecāku LAG saskarne"
 
-#: dcim/forms/bulk_import.py:953
+#: netbox/dcim/forms/bulk_import.py:953
 msgid "Vdcs"
-msgstr ""
+msgstr "Vdc"
 
-#: dcim/forms/bulk_import.py:958
+#: netbox/dcim/forms/bulk_import.py:958
 msgid "VDC names separated by commas, encased with double quotes. Example:"
 msgstr ""
+"VDC nosaukumi, kas atdalīti ar komatiem, iesaiņoti ar dubultām pēdiņām. "
+"Piemērs:"
 
-#: dcim/forms/bulk_import.py:964
+#: netbox/dcim/forms/bulk_import.py:964
 msgid "Physical medium"
-msgstr ""
+msgstr "Fiziskais līdzeklis"
 
-#: dcim/forms/bulk_import.py:967 dcim/forms/filtersets.py:1463
+#: netbox/dcim/forms/bulk_import.py:967 netbox/dcim/forms/filtersets.py:1463
 msgid "Duplex"
-msgstr ""
+msgstr "Duplekss"
 
-#: dcim/forms/bulk_import.py:972
+#: netbox/dcim/forms/bulk_import.py:972
 msgid "Poe mode"
-msgstr ""
+msgstr "Poe režīms"
 
-#: dcim/forms/bulk_import.py:978
+#: netbox/dcim/forms/bulk_import.py:978
 msgid "Poe type"
-msgstr ""
+msgstr "Poe tips"
 
-#: dcim/forms/bulk_import.py:987 virtualization/forms/bulk_import.py:179
+#: netbox/dcim/forms/bulk_import.py:987
+#: netbox/virtualization/forms/bulk_import.py:179
 msgid "IEEE 802.1Q operational mode (for L2 interfaces)"
-msgstr ""
+msgstr "IEEE 802.1Q darbības režīms (L2 saskarnēm)"
 
-#: dcim/forms/bulk_import.py:994 virtualization/forms/bulk_import.py:186
+#: netbox/dcim/forms/bulk_import.py:994
+#: netbox/virtualization/forms/bulk_import.py:186
 msgid "Filter VLANs available for assignment by group"
-msgstr ""
+msgstr "Filtrējiet VLAN, kas pieejami piešķiršanai pa grupām"
 
-#: dcim/forms/bulk_import.py:1001 virtualization/forms/bulk_import.py:193
+#: netbox/dcim/forms/bulk_import.py:1001
+#: netbox/virtualization/forms/bulk_import.py:193
 msgid "Assigned untagged VLAN ID (filtered by VLAN group)"
-msgstr ""
+msgstr "Piešķirts neatzīmēts VLAN ID (filtrēts pēc VLAN grupas)"
 
-#: dcim/forms/bulk_import.py:1010 virtualization/forms/bulk_import.py:202
+#: netbox/dcim/forms/bulk_import.py:1010
+#: netbox/virtualization/forms/bulk_import.py:202
 msgid ""
 "Assigned tagged VLAN IDs separated by commas, encased with double quotes "
 "(filtered by VLAN group). Example:"
 msgstr ""
+"Piešķirtie atzīmētie VLAN ID, kas atdalīti ar komatiem, iesaiņoti ar "
+"dubultpēdiņām (filtrēti pēc VLAN grupas). Piemērs:"
 
-#: dcim/forms/bulk_import.py:1021 virtualization/forms/bulk_import.py:213
+#: netbox/dcim/forms/bulk_import.py:1021
+#: netbox/virtualization/forms/bulk_import.py:213
 msgid "Assigned Q-in-Q Service VLAN ID (filtered by VLAN group)"
-msgstr ""
+msgstr "Piešķirtais Q-in-Q pakalpojuma VLAN ID (filtrēts pēc VLAN grupas)"
 
-#: 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
+#: netbox/dcim/forms/bulk_import.py:1028 netbox/ipam/forms/bulk_import.py:164
+#: netbox/ipam/forms/bulk_import.py:249 netbox/ipam/forms/bulk_import.py:285
+#: netbox/ipam/forms/filtersets.py:210 netbox/ipam/forms/filtersets.py:293
+#: netbox/ipam/forms/filtersets.py:360
+#: netbox/virtualization/forms/bulk_import.py:220
 msgid "Assigned VRF"
-msgstr ""
+msgstr "Piešķirtais VRF"
 
-#: dcim/forms/bulk_import.py:1031
+#: netbox/dcim/forms/bulk_import.py:1031
 msgid "Rf role"
-msgstr ""
+msgstr "Rf loma"
 
-#: dcim/forms/bulk_import.py:1034
+#: netbox/dcim/forms/bulk_import.py:1034
 msgid "Wireless role (AP/station)"
-msgstr ""
+msgstr "Bezvadu loma (AP/stacija)"
 
-#: dcim/forms/bulk_import.py:1078
+#: netbox/dcim/forms/bulk_import.py:1078
 #, python-brace-format
 msgid "VDC {vdc} is not assigned to device {device}"
-msgstr ""
+msgstr "VDC {vdc} nav piešķirts ierīcei {device}"
 
-#: dcim/forms/bulk_import.py:1092 dcim/forms/model_forms.py:1143
-#: dcim/forms/model_forms.py:1762 dcim/forms/object_import.py:117
+#: netbox/dcim/forms/bulk_import.py:1092 netbox/dcim/forms/model_forms.py:1143
+#: netbox/dcim/forms/model_forms.py:1762
+#: netbox/dcim/forms/object_import.py:117
 msgid "Rear port"
-msgstr ""
+msgstr "Aizmugurējais ports"
 
-#: dcim/forms/bulk_import.py:1095
+#: netbox/dcim/forms/bulk_import.py:1095
 msgid "Corresponding rear port"
-msgstr ""
+msgstr "Atbilstošais aizmugurējais ports"
 
-#: dcim/forms/bulk_import.py:1100 dcim/forms/bulk_import.py:1141
-#: dcim/forms/bulk_import.py:1478
+#: netbox/dcim/forms/bulk_import.py:1100 netbox/dcim/forms/bulk_import.py:1141
+#: netbox/dcim/forms/bulk_import.py:1478
 msgid "Physical medium classification"
-msgstr ""
+msgstr "Fiziskā vidēja klasifikācija"
 
-#: dcim/forms/bulk_import.py:1169 dcim/tables/devices.py:883
+#: netbox/dcim/forms/bulk_import.py:1169 netbox/dcim/tables/devices.py:883
 msgid "Installed device"
-msgstr ""
+msgstr "Instalēta ierīce"
 
-#: dcim/forms/bulk_import.py:1173
+#: netbox/dcim/forms/bulk_import.py:1173
 msgid "Child device installed within this bay"
-msgstr ""
+msgstr "Bērnu ierīce, kas uzstādīta šajā līcī"
 
-#: dcim/forms/bulk_import.py:1175
+#: netbox/dcim/forms/bulk_import.py:1175
 msgid "Child device not found."
-msgstr ""
+msgstr "Bērnu ierīce nav atrasta."
 
-#: dcim/forms/bulk_import.py:1233
+#: netbox/dcim/forms/bulk_import.py:1233
 msgid "Parent inventory item"
-msgstr ""
+msgstr "Vecāka inventāra vienība"
 
-#: dcim/forms/bulk_import.py:1236
+#: netbox/dcim/forms/bulk_import.py:1236
 msgid "Component type"
-msgstr ""
+msgstr "Komponenta tips"
 
-#: dcim/forms/bulk_import.py:1240
+#: netbox/dcim/forms/bulk_import.py:1240
 msgid "Component Type"
-msgstr ""
+msgstr "Komponenta tips"
 
-#: dcim/forms/bulk_import.py:1243
+#: netbox/dcim/forms/bulk_import.py:1243
 msgid "Component name"
-msgstr ""
+msgstr "Komponenta nosaukums"
 
-#: dcim/forms/bulk_import.py:1245
+#: netbox/dcim/forms/bulk_import.py:1245
 msgid "Component Name"
-msgstr ""
+msgstr "Komponenta nosaukums"
 
-#: dcim/forms/bulk_import.py:1288 dcim/forms/bulk_import.py:1306
+#: netbox/dcim/forms/bulk_import.py:1288 netbox/dcim/forms/bulk_import.py:1306
 msgid "Component name must be specified when component type is specified"
-msgstr ""
+msgstr "Komponenta nosaukums jānorāda, kad ir norādīts komponenta tips"
 
-#: dcim/forms/bulk_import.py:1298
+#: netbox/dcim/forms/bulk_import.py:1298
 #, python-brace-format
 msgid "Component not found: {device} - {component_name}"
-msgstr ""
+msgstr "Komponents nav atrasts: {device} - {component_name}"
 
-#: dcim/forms/bulk_import.py:1311
+#: netbox/dcim/forms/bulk_import.py:1311
 msgid "Component type must be specified when component name is specified"
-msgstr ""
+msgstr "Komponenta tips jānorāda, kad ir norādīts komponenta nosaukums"
 
-#: dcim/forms/bulk_import.py:1338 ipam/forms/bulk_import.py:310
+#: netbox/dcim/forms/bulk_import.py:1338 netbox/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
+msgstr "Piešķirtā saskarnes vecāku ierīce (ja tāda ir)"
+
+#: netbox/dcim/forms/bulk_import.py:1341 netbox/ipam/forms/bulk_import.py:313
+#: netbox/virtualization/filtersets.py:259
+#: netbox/virtualization/filtersets.py:310
+#: netbox/virtualization/forms/bulk_edit.py:182
+#: netbox/virtualization/forms/bulk_edit.py:316
+#: netbox/virtualization/forms/bulk_import.py:157
+#: netbox/virtualization/forms/bulk_import.py:259
+#: netbox/virtualization/forms/filtersets.py:220
+#: netbox/virtualization/forms/filtersets.py:266
+#: netbox/virtualization/forms/model_forms.py:293
+#: netbox/vpn/forms/bulk_import.py:93 netbox/vpn/forms/bulk_import.py:295
 msgid "Virtual machine"
-msgstr ""
+msgstr "Virtuālā mašīna"
 
-#: dcim/forms/bulk_import.py:1345 ipam/forms/bulk_import.py:317
+#: netbox/dcim/forms/bulk_import.py:1345 netbox/ipam/forms/bulk_import.py:317
 msgid "Parent VM of assigned interface (if any)"
-msgstr ""
+msgstr "Piešķirtā saskarnes vecāku VM (ja tāda ir)"
 
-#: dcim/forms/bulk_import.py:1352 ipam/filtersets.py:1035
-#: ipam/forms/bulk_import.py:324
+#: netbox/dcim/forms/bulk_import.py:1352 netbox/ipam/filtersets.py:1035
+#: netbox/ipam/forms/bulk_import.py:324
 msgid "Assigned interface"
-msgstr ""
+msgstr "Piešķirtais interfeiss"
 
-#: dcim/forms/bulk_import.py:1356
+#: netbox/dcim/forms/bulk_import.py:1356
 msgid "Make this the primary MAC address for the assigned interface"
-msgstr ""
+msgstr "Padariet šo par primāro MAC adresi piešķirtajai saskarnei"
 
-#: dcim/forms/bulk_import.py:1393
+#: netbox/dcim/forms/bulk_import.py:1393
 msgid "Must specify the parent device or VM when assigning an interface"
-msgstr ""
+msgstr "Piešķirot saskarni, jānorāda mātes ierīce vai VM"
 
-#: dcim/forms/bulk_import.py:1419
+#: netbox/dcim/forms/bulk_import.py:1419
 msgid "Side A site"
-msgstr ""
+msgstr "A puses vietne"
 
-#: dcim/forms/bulk_import.py:1423 wireless/forms/bulk_import.py:94
+#: netbox/dcim/forms/bulk_import.py:1423
+#: netbox/wireless/forms/bulk_import.py:94
 msgid "Site of parent device A (if any)"
-msgstr ""
+msgstr "Mātes ierīces A vietne (ja tāda ir)"
 
-#: dcim/forms/bulk_import.py:1426
+#: netbox/dcim/forms/bulk_import.py:1426
 msgid "Side A device"
-msgstr ""
+msgstr "A sānu ierīce"
 
-#: dcim/forms/bulk_import.py:1429 dcim/forms/bulk_import.py:1454
+#: netbox/dcim/forms/bulk_import.py:1429 netbox/dcim/forms/bulk_import.py:1454
 msgid "Device name"
-msgstr ""
+msgstr "Ierīces nosaukums"
 
-#: dcim/forms/bulk_import.py:1432
+#: netbox/dcim/forms/bulk_import.py:1432
 msgid "Side A type"
-msgstr ""
+msgstr "A sānu tips"
 
-#: dcim/forms/bulk_import.py:1438
+#: netbox/dcim/forms/bulk_import.py:1438
 msgid "Side A name"
-msgstr ""
+msgstr "A puses nosaukums"
 
-#: dcim/forms/bulk_import.py:1439 dcim/forms/bulk_import.py:1464
+#: netbox/dcim/forms/bulk_import.py:1439 netbox/dcim/forms/bulk_import.py:1464
 msgid "Termination name"
-msgstr ""
+msgstr "Izbeigšanas nosaukums"
 
-#: dcim/forms/bulk_import.py:1444
+#: netbox/dcim/forms/bulk_import.py:1444
 msgid "Side B site"
-msgstr ""
+msgstr "B puses vietne"
 
-#: dcim/forms/bulk_import.py:1448 wireless/forms/bulk_import.py:115
+#: netbox/dcim/forms/bulk_import.py:1448
+#: netbox/wireless/forms/bulk_import.py:115
 msgid "Site of parent device B (if any)"
-msgstr ""
+msgstr "Mātes ierīces B vieta (ja tāda ir)"
 
-#: dcim/forms/bulk_import.py:1451
+#: netbox/dcim/forms/bulk_import.py:1451
 msgid "Side B device"
-msgstr ""
+msgstr "B sānu ierīce"
 
-#: dcim/forms/bulk_import.py:1457
+#: netbox/dcim/forms/bulk_import.py:1457
 msgid "Side B type"
-msgstr ""
+msgstr "B sānu tips"
 
-#: dcim/forms/bulk_import.py:1463
+#: netbox/dcim/forms/bulk_import.py:1463
 msgid "Side B name"
-msgstr ""
+msgstr "B puses nosaukums"
 
-#: dcim/forms/bulk_import.py:1472 wireless/forms/bulk_import.py:134
+#: netbox/dcim/forms/bulk_import.py:1472
+#: netbox/wireless/forms/bulk_import.py:134
 msgid "Connection status"
-msgstr ""
+msgstr "Savienojuma statuss"
 
-#: dcim/forms/bulk_import.py:1497
+#: netbox/dcim/forms/bulk_import.py:1497
 msgid "Color name (e.g. \"Red\") or hex code (e.g. \"f44336\")"
 msgstr ""
+"Krāsas nosaukums (piemēram, “Sarkans”) vai sešstūra kods (piemēram, "
+"“f44336\")"
 
-#: dcim/forms/bulk_import.py:1549
+#: netbox/dcim/forms/bulk_import.py:1549
 #, python-brace-format
 msgid "Side {side_upper}: {device} {termination_object} is already connected"
-msgstr ""
+msgstr "Sānu {side_upper}: {device} {termination_object} jau ir savienots"
 
-#: dcim/forms/bulk_import.py:1555
+#: netbox/dcim/forms/bulk_import.py:1555
 #, python-brace-format
 msgid "{side_upper} side termination not found: {device} {name}"
-msgstr ""
+msgstr "{side_upper} sānu izbeigšana nav atrasta: {device} {name}"
 
-#: dcim/forms/bulk_import.py:1576
+#: netbox/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 ""
+"{color} neatbilda nevienam izmantotajam krāsu nosaukumam un bija garāks par "
+"sešām rakstzīmēm: nederīgs hex."
 
-#: 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
+#: netbox/dcim/forms/bulk_import.py:1601 netbox/dcim/forms/model_forms.py:904
+#: netbox/dcim/tables/devices.py:1088 netbox/templates/dcim/device.html:138
+#: netbox/templates/dcim/virtualchassis.html:17
+#: netbox/templates/dcim/virtualchassis.html:57
 msgid "Master"
-msgstr ""
+msgstr "Meistars"
 
-#: dcim/forms/bulk_import.py:1605
+#: netbox/dcim/forms/bulk_import.py:1605
 msgid "Master device"
-msgstr ""
+msgstr "Galvenā ierīce"
 
-#: dcim/forms/bulk_import.py:1622
+#: netbox/dcim/forms/bulk_import.py:1622
 msgid "Name of parent site"
-msgstr ""
+msgstr "Mātes vietnes nosaukums"
 
-#: dcim/forms/bulk_import.py:1656
+#: netbox/dcim/forms/bulk_import.py:1656
 msgid "Upstream power panel"
-msgstr ""
+msgstr "Augšstrāvas strāvas panelis"
 
-#: dcim/forms/bulk_import.py:1686
+#: netbox/dcim/forms/bulk_import.py:1686
 msgid "Primary or redundant"
-msgstr ""
+msgstr "Primārais vai lieks"
 
-#: dcim/forms/bulk_import.py:1691
+#: netbox/dcim/forms/bulk_import.py:1691
 msgid "Supply type (AC/DC)"
-msgstr ""
+msgstr "Barošanas veids (maiņstrāvas/līdzstrāva)"
 
-#: dcim/forms/bulk_import.py:1696
+#: netbox/dcim/forms/bulk_import.py:1696
 msgid "Single or three-phase"
-msgstr ""
+msgstr "Viena vai trīsfāzu"
 
-#: 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
+#: netbox/dcim/forms/bulk_import.py:1747 netbox/dcim/forms/model_forms.py:1860
+#: netbox/templates/dcim/device.html:196
+#: netbox/templates/dcim/virtualdevicecontext.html:30
+#: netbox/templates/virtualization/virtualmachine.html:52
 msgid "Primary IPv4"
-msgstr ""
+msgstr "Primārais IPv4"
 
-#: dcim/forms/bulk_import.py:1751
+#: netbox/dcim/forms/bulk_import.py:1751
 msgid "IPv4 address with mask, e.g. 1.2.3.4/24"
-msgstr ""
+msgstr "IPv4 adrese ar masku, piemēram, 1.2.3.4/24"
 
-#: 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
+#: netbox/dcim/forms/bulk_import.py:1754 netbox/dcim/forms/model_forms.py:1869
+#: netbox/templates/dcim/device.html:212
+#: netbox/templates/dcim/virtualdevicecontext.html:41
+#: netbox/templates/virtualization/virtualmachine.html:68
 msgid "Primary IPv6"
-msgstr ""
+msgstr "Primārais IPv6"
 
-#: dcim/forms/bulk_import.py:1758
+#: netbox/dcim/forms/bulk_import.py:1758
 msgid "IPv6 address with prefix length, e.g. 2001:db8::1/64"
-msgstr ""
+msgstr "IPv6 adrese ar prefiksa garumu, piemēram, 2001:db8: :1/64"
 
-#: 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
+#: netbox/dcim/forms/common.py:19 netbox/dcim/models/device_components.py:559
+#: netbox/templates/dcim/interface.html:57
+#: netbox/templates/virtualization/vminterface.html:51
+#: netbox/virtualization/forms/bulk_edit.py:207
 msgid "MTU"
-msgstr ""
+msgstr "MTU"
 
-#: dcim/forms/common.py:59
+#: netbox/dcim/forms/common.py:59
 #, python-brace-format
 msgid ""
 "The tagged VLANs ({vlans}) must belong to the same site as the interface's "
 "parent device/VM, or they must be global"
 msgstr ""
+"Atzīmētie VLAN ({vlans}) jāpieder tai pašai vietnei kā saskarnes mātes "
+"ierīce/VM, vai arī tām jābūt globālām"
 
-#: dcim/forms/common.py:126
+#: netbox/dcim/forms/common.py:126
 msgid ""
 "Cannot install module with placeholder values in a module bay with no "
 "position defined."
 msgstr ""
+"Nevar instalēt moduli ar vietturētāju vērtībām moduļa nodalījumā bez "
+"noteiktas pozīcijas."
 
-#: dcim/forms/common.py:132
+#: netbox/dcim/forms/common.py:132
 #, python-brace-format
 msgid ""
 "Cannot install module with placeholder values in a module bay tree {level} "
 "in tree but {tokens} placeholders given."
 msgstr ""
+"Nevar instalēt moduli ar vietturētāju vērtībām moduļa lauru kokā {level} "
+"kokā, bet {tokens} norādītie vietturētāji."
 
-#: dcim/forms/common.py:147
+#: netbox/dcim/forms/common.py:147
 #, python-brace-format
 msgid "Cannot adopt {model} {name} as it already belongs to a module"
-msgstr ""
+msgstr "Nevar adoptēt {model} {name} jo tas jau pieder modulim"
 
-#: dcim/forms/common.py:156
+#: netbox/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
+msgstr "A {model} nosaukts {name} jau pastāv"
+
+#: netbox/dcim/forms/connections.py:54 netbox/dcim/forms/model_forms.py:856
+#: netbox/dcim/tables/power.py:66
+#: netbox/templates/dcim/inc/cable_termination.html:40
+#: netbox/templates/dcim/powerfeed.html:24
+#: netbox/templates/dcim/powerpanel.html:19
+#: netbox/templates/dcim/trace/powerpanel.html:4
 msgid "Power Panel"
-msgstr ""
+msgstr "Barošanas panelis"
 
-#: dcim/forms/connections.py:63 dcim/forms/model_forms.py:884
-#: templates/dcim/powerfeed.html:21 templates/dcim/powerport.html:80
+#: netbox/dcim/forms/connections.py:63 netbox/dcim/forms/model_forms.py:884
+#: netbox/templates/dcim/powerfeed.html:21
+#: netbox/templates/dcim/powerport.html:80
 msgid "Power Feed"
-msgstr ""
+msgstr "Strāvas padeve"
 
-#: dcim/forms/filtersets.py:145 dcim/tables/devices.py:327
+#: netbox/dcim/forms/filtersets.py:145 netbox/dcim/tables/devices.py:327
 msgid "Device Status"
-msgstr ""
+msgstr "Ierīces statuss"
 
-#: dcim/forms/filtersets.py:158
+#: netbox/dcim/forms/filtersets.py:158
 msgid "Parent region"
-msgstr ""
+msgstr "Vecāku reģions"
 
-#: 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
+#: netbox/dcim/forms/filtersets.py:172 netbox/tenancy/forms/bulk_import.py:29
+#: netbox/tenancy/forms/bulk_import.py:63
+#: netbox/tenancy/forms/filtersets.py:33 netbox/tenancy/forms/filtersets.py:62
+#: netbox/wireless/forms/bulk_import.py:27
+#: netbox/wireless/forms/filtersets.py:27
 msgid "Parent group"
-msgstr ""
+msgstr "Vecāku grupa"
 
-#: dcim/forms/filtersets.py:406
+#: netbox/dcim/forms/filtersets.py:406
 msgid "Function"
-msgstr ""
+msgstr "Funkcija"
 
-#: dcim/forms/filtersets.py:427 dcim/forms/model_forms.py:340
-#: dcim/tables/racks.py:210
+#: netbox/dcim/forms/filtersets.py:427 netbox/dcim/forms/model_forms.py:340
+#: netbox/dcim/tables/racks.py:210
 msgid "Reservation"
-msgstr ""
+msgstr "Rezervācija"
 
-#: 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
+#: netbox/dcim/forms/filtersets.py:497 netbox/dcim/forms/model_forms.py:392
+#: netbox/netbox/views/generic/feature_views.py:97
+#: netbox/templates/inc/panels/image_attachments.html:6
 msgid "Images"
-msgstr ""
+msgstr "Attēli"
 
-#: dcim/forms/filtersets.py:500 dcim/forms/filtersets.py:633
-#: dcim/forms/filtersets.py:763
+#: netbox/dcim/forms/filtersets.py:500 netbox/dcim/forms/filtersets.py:633
+#: netbox/dcim/forms/filtersets.py:763
 msgid "Components"
-msgstr ""
+msgstr "Komponenti"
 
-#: dcim/forms/filtersets.py:520
+#: netbox/dcim/forms/filtersets.py:520
 msgid "Subdevice role"
-msgstr ""
+msgstr "Apakšierīces loma"
 
-#: dcim/forms/filtersets.py:827 dcim/tables/racks.py:54
-#: templates/dcim/module.html:99 templates/dcim/racktype.html:20
+#: netbox/dcim/forms/filtersets.py:827 netbox/dcim/tables/racks.py:54
+#: netbox/templates/dcim/module.html:99 netbox/templates/dcim/racktype.html:20
 msgid "Model"
-msgstr ""
+msgstr "Modelis"
 
-#: dcim/forms/filtersets.py:871
+#: netbox/dcim/forms/filtersets.py:871
 msgid "Has an OOB IP"
-msgstr ""
+msgstr "Ir OOB IP"
 
-#: dcim/forms/filtersets.py:878
+#: netbox/dcim/forms/filtersets.py:878
 msgid "Virtual chassis member"
-msgstr ""
+msgstr "Virtuālais šasijas loceklis"
 
-#: dcim/forms/filtersets.py:927
+#: netbox/dcim/forms/filtersets.py:927
 msgid "Has virtual device contexts"
-msgstr ""
+msgstr "Ir virtuālo ierīču konteksts"
 
-#: dcim/forms/filtersets.py:940 extras/filtersets.py:722
-#: ipam/forms/filtersets.py:477 virtualization/forms/filtersets.py:118
+#: netbox/dcim/forms/filtersets.py:940 netbox/extras/filtersets.py:722
+#: netbox/ipam/forms/filtersets.py:477
+#: netbox/virtualization/forms/filtersets.py:118
 msgid "Cluster group"
-msgstr ""
+msgstr "Klasteru grupa"
 
-#: dcim/forms/filtersets.py:1295
+#: netbox/dcim/forms/filtersets.py:1295
 msgid "Cabled"
-msgstr ""
+msgstr "Ar kabeļiem"
 
-#: dcim/forms/filtersets.py:1302
+#: netbox/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
+msgstr "Aizņemts"
+
+#: netbox/dcim/forms/filtersets.py:1330 netbox/dcim/forms/filtersets.py:1355
+#: netbox/dcim/forms/filtersets.py:1380 netbox/dcim/forms/filtersets.py:1400
+#: netbox/dcim/forms/filtersets.py:1434 netbox/dcim/tables/devices.py:396
+#: netbox/dcim/tables/devices.py:692
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:16
+#: netbox/templates/dcim/consoleport.html:55
+#: netbox/templates/dcim/consoleserverport.html:55
+#: netbox/templates/dcim/frontport.html:69
+#: netbox/templates/dcim/interface.html:197
+#: netbox/templates/dcim/powerfeed.html:110
+#: netbox/templates/dcim/poweroutlet.html:73
+#: netbox/templates/dcim/powerport.html:59
+#: netbox/templates/dcim/rearport.html:65
 msgid "Connection"
-msgstr ""
+msgstr "Savienojums"
 
-#: 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
+#: netbox/dcim/forms/filtersets.py:1446 netbox/extras/forms/bulk_edit.py:427
+#: netbox/extras/forms/bulk_import.py:298
+#: netbox/extras/forms/filtersets.py:565
+#: netbox/extras/forms/model_forms.py:793 netbox/extras/tables/tables.py:703
+#: netbox/templates/extras/journalentry.html:30
 msgid "Kind"
-msgstr ""
+msgstr "Laipns"
 
-#: dcim/forms/filtersets.py:1475
+#: netbox/dcim/forms/filtersets.py:1475
 msgid "Mgmt only"
-msgstr ""
+msgstr "Tikai MGMT"
 
-#: dcim/forms/filtersets.py:1487 dcim/forms/model_forms.py:1561
-#: dcim/models/device_components.py:735 templates/dcim/interface.html:142
+#: netbox/dcim/forms/filtersets.py:1487 netbox/dcim/forms/model_forms.py:1561
+#: netbox/dcim/models/device_components.py:735
+#: netbox/templates/dcim/interface.html:142
 msgid "WWN"
-msgstr ""
+msgstr "IECERNIS"
 
-#: dcim/forms/filtersets.py:1502 virtualization/forms/filtersets.py:246
+#: netbox/dcim/forms/filtersets.py:1502
+#: netbox/virtualization/forms/filtersets.py:246
 msgid "802.1Q mode"
-msgstr ""
+msgstr "802.1Q režīms"
 
-#: dcim/forms/filtersets.py:1517
+#: netbox/dcim/forms/filtersets.py:1517
 msgid "Wireless channel"
-msgstr ""
+msgstr "Bezvadu kanāls"
 
-#: dcim/forms/filtersets.py:1521
+#: netbox/dcim/forms/filtersets.py:1521
 msgid "Channel frequency (MHz)"
-msgstr ""
+msgstr "Kanāla frekvence (MHz)"
 
-#: dcim/forms/filtersets.py:1525
+#: netbox/dcim/forms/filtersets.py:1525
 msgid "Channel width (MHz)"
-msgstr ""
+msgstr "Kanāla platums (MHz)"
 
-#: dcim/forms/filtersets.py:1529 templates/dcim/interface.html:91
+#: netbox/dcim/forms/filtersets.py:1529
+#: netbox/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
+msgstr "Pārraides jauda (dBm)"
+
+#: netbox/dcim/forms/filtersets.py:1555 netbox/dcim/forms/filtersets.py:1580
+#: netbox/dcim/tables/devices.py:359 netbox/templates/dcim/cable.html:12
+#: netbox/templates/dcim/cable_trace.html:46
+#: netbox/templates/dcim/frontport.html:77
+#: netbox/templates/dcim/htmx/cable_edit.html:53
+#: netbox/templates/dcim/inc/connection_endpoints.html:4
+#: netbox/templates/dcim/rearport.html:73
+#: netbox/templates/dcim/trace/cable.html:7
 msgid "Cable"
-msgstr ""
+msgstr "Kabelis"
 
-#: dcim/forms/filtersets.py:1659 dcim/tables/devices.py:1008
+#: netbox/dcim/forms/filtersets.py:1659 netbox/dcim/tables/devices.py:1008
 msgid "Discovered"
-msgstr ""
+msgstr "Atklāts"
 
-#: dcim/forms/filtersets.py:1704 ipam/forms/filtersets.py:371
+#: netbox/dcim/forms/filtersets.py:1704 netbox/ipam/forms/filtersets.py:371
 msgid "Assigned Device"
-msgstr ""
+msgstr "Piešķirtā ierīce"
 
-#: dcim/forms/filtersets.py:1709 ipam/forms/filtersets.py:376
+#: netbox/dcim/forms/filtersets.py:1709 netbox/ipam/forms/filtersets.py:376
 msgid "Assigned VM"
-msgstr ""
+msgstr "Piešķirtais VM"
 
-#: dcim/forms/filtersets.py:1713 ipam/forms/filtersets.py:390
+#: netbox/dcim/forms/filtersets.py:1713 netbox/ipam/forms/filtersets.py:390
 msgid "Assigned to an interface"
-msgstr ""
+msgstr "Piešķirts saskarnei"
 
-#: dcim/forms/filtersets.py:1720
+#: netbox/dcim/forms/filtersets.py:1720
 msgid "Primary MAC of an interface"
-msgstr ""
+msgstr "Saskarnes primārais MAC"
 
-#: dcim/forms/formsets.py:20
+#: netbox/dcim/forms/formsets.py:20
 #, python-brace-format
 msgid "A virtual chassis member already exists in position {vc_position}."
-msgstr ""
+msgstr "Virtuālais šasijas elements jau pastāv pozīcijā {vc_position}."
 
-#: dcim/forms/mixins.py:27 dcim/forms/mixins.py:88 ipam/forms/bulk_edit.py:425
-#: ipam/forms/model_forms.py:611
+#: netbox/dcim/forms/mixins.py:27 netbox/dcim/forms/mixins.py:88
+#: netbox/ipam/forms/bulk_edit.py:425 netbox/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
+msgstr "Darbības jomas veids"
+
+#: netbox/dcim/forms/mixins.py:30 netbox/dcim/forms/mixins.py:91
+#: netbox/ipam/forms/bulk_edit.py:270 netbox/ipam/forms/bulk_edit.py:428
+#: netbox/ipam/forms/bulk_edit.py:447 netbox/ipam/forms/filtersets.py:181
+#: netbox/ipam/forms/model_forms.py:232 netbox/ipam/forms/model_forms.py:614
+#: netbox/ipam/forms/model_forms.py:624 netbox/ipam/tables/ip.py:195
+#: netbox/ipam/tables/vlans.py:40 netbox/templates/ipam/prefix.html:48
+#: netbox/templates/ipam/vlangroup.html:38
+#: netbox/templates/virtualization/cluster.html:42
+#: netbox/templates/wireless/wirelesslan.html:26
+#: netbox/virtualization/forms/bulk_edit.py:91
+#: netbox/virtualization/forms/filtersets.py:47
+#: netbox/virtualization/forms/model_forms.py:79
+#: netbox/virtualization/tables/clusters.py:80
+#: netbox/wireless/forms/bulk_edit.py:94
+#: netbox/wireless/forms/filtersets.py:37
+#: netbox/wireless/forms/model_forms.py:58
+#: netbox/wireless/tables/wirelesslan.py:62
 msgid "Scope"
-msgstr ""
+msgstr "Darbības joma"
 
-#: dcim/forms/mixins.py:56 dcim/forms/mixins.py:128 dcim/models/mixins.py:94
+#: netbox/dcim/forms/mixins.py:56 netbox/dcim/forms/mixins.py:128
+#: netbox/dcim/models/mixins.py:94
 #, python-brace-format
 msgid "Please select a {scope_type}."
-msgstr ""
+msgstr "Lūdzu, izvēlieties {scope_type}."
 
-#: dcim/forms/mixins.py:117 ipam/forms/bulk_import.py:462
+#: netbox/dcim/forms/mixins.py:117 netbox/ipam/forms/bulk_import.py:462
 msgid "Scope type (app & model)"
-msgstr ""
+msgstr "Darbības jomas veids (lietotne un modelis)"
 
-#: dcim/forms/model_forms.py:150
+#: netbox/dcim/forms/model_forms.py:150
 msgid "Contact Info"
-msgstr ""
+msgstr "Kontaktinformācija"
 
-#: dcim/forms/model_forms.py:207 templates/dcim/rackrole.html:19
+#: netbox/dcim/forms/model_forms.py:207 netbox/templates/dcim/rackrole.html:19
 msgid "Rack Role"
-msgstr ""
+msgstr "Plaukta loma"
 
-#: dcim/forms/model_forms.py:225 dcim/forms/model_forms.py:381
-#: dcim/forms/model_forms.py:557 utilities/forms/fields/fields.py:48
+#: netbox/dcim/forms/model_forms.py:225 netbox/dcim/forms/model_forms.py:381
+#: netbox/dcim/forms/model_forms.py:557
+#: netbox/utilities/forms/fields/fields.py:48
 msgid "Slug"
-msgstr ""
+msgstr "Gliemeži"
 
-#: dcim/forms/model_forms.py:273
+#: netbox/dcim/forms/model_forms.py:273
 msgid "Select a pre-defined rack type, or set physical characteristics below."
 msgstr ""
+"Izvēlieties iepriekš definētu statīva tipu vai iestatiet fiziskās īpašības "
+"zemāk."
 
-#: dcim/forms/model_forms.py:282
+#: netbox/dcim/forms/model_forms.py:282
 msgid "Inventory Control"
-msgstr ""
+msgstr "Krājumu kontrole"
 
-#: dcim/forms/model_forms.py:331
+#: netbox/dcim/forms/model_forms.py:331
 msgid ""
 "Comma-separated list of numeric unit IDs. A range may be specified using a "
 "hyphen."
 msgstr ""
+"Ar komatu atdalīts ciparu vienību ID saraksts. Diapazonu var norādīt, "
+"izmantojot defisi."
 
-#: dcim/forms/model_forms.py:416 extras/forms/model_forms.py:593
+#: netbox/dcim/forms/model_forms.py:416 netbox/extras/forms/model_forms.py:593
 msgid "Enter a valid JSON schema to define supported attributes."
-msgstr ""
+msgstr "Ievadiet derīgu JSON shēmu, lai definētu atbalstītos atribūtus."
 
-#: dcim/forms/model_forms.py:449
+#: netbox/dcim/forms/model_forms.py:449
 msgid "Profile & Attributes"
-msgstr ""
+msgstr "Profils un atribūti"
 
-#: dcim/forms/model_forms.py:528 templates/dcim/devicerole.html:23
+#: netbox/dcim/forms/model_forms.py:528
+#: netbox/templates/dcim/devicerole.html:23
 msgid "Device Role"
-msgstr ""
+msgstr "Ierīces loma"
 
-#: dcim/forms/model_forms.py:604 dcim/models/devices.py:570
+#: netbox/dcim/forms/model_forms.py:604 netbox/dcim/models/devices.py:570
 msgid "The lowest-numbered unit occupied by the device"
-msgstr ""
+msgstr "Zemākā numura vienība, ko aizņem ierīce"
 
-#: dcim/forms/model_forms.py:662
+#: netbox/dcim/forms/model_forms.py:662
 msgid "The position in the virtual chassis this device is identified by"
-msgstr ""
+msgstr "Šīs ierīces atrašanās vietu virtuālajā šasijā identificē ar"
 
-#: dcim/forms/model_forms.py:667
+#: netbox/dcim/forms/model_forms.py:667
 msgid "The priority of the device in the virtual chassis"
-msgstr ""
+msgstr "Ierīces prioritāte virtuālajā šasijā"
 
-#: dcim/forms/model_forms.py:777
+#: netbox/dcim/forms/model_forms.py:777
 msgid "Automatically populate components associated with this module type"
-msgstr ""
+msgstr "Automātiski aizpildiet komponentus, kas saistīti ar šo moduļa tipu"
 
-#: dcim/forms/model_forms.py:886
+#: netbox/dcim/forms/model_forms.py:886
 msgid "Characteristics"
-msgstr ""
+msgstr "Raksturlielumi"
 
-#: dcim/forms/model_forms.py:1043
+#: netbox/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: <code>[ge,xe]-0/0/[0-9]</"
-"code>). The token <code>{module}</code>, if present, will be automatically "
-"replaced with the position value when creating a new module."
+"within a single range are not supported (example: "
+"<code>[ge,xe]-0/0/[0-9]</code>). The token <code>{module}</code>, if "
+"present, will be automatically replaced with the position value when "
+"creating a new module."
 msgstr ""
+"Lielapjoma izveidei tiek atbalstīti burtciparu diapazoni. Jaukti gadījumi un"
+" veidi vienā diapazonā netiek atbalstīti (piemērs: <code>[ge, xe] -0/0/ "
+"[0-9]</code>). Marķieris <code>{module}</code>, ja tāds ir, tiks automātiski"
+" aizstāts ar pozīcijas vērtību, veidojot jaunu moduli."
 
-#: dcim/forms/model_forms.py:1245
+#: netbox/dcim/forms/model_forms.py:1245
 msgid "Console port template"
-msgstr ""
+msgstr "Konsoles porta veidne"
 
-#: dcim/forms/model_forms.py:1253
+#: netbox/dcim/forms/model_forms.py:1253
 msgid "Console server port template"
-msgstr ""
+msgstr "Konsoles servera porta veidne"
 
-#: dcim/forms/model_forms.py:1261
+#: netbox/dcim/forms/model_forms.py:1261
 msgid "Front port template"
-msgstr ""
+msgstr "Priekšējā porta veidne"
 
-#: dcim/forms/model_forms.py:1269
+#: netbox/dcim/forms/model_forms.py:1269
 msgid "Interface template"
-msgstr ""
+msgstr "Interfeisa veidne"
 
-#: dcim/forms/model_forms.py:1277
+#: netbox/dcim/forms/model_forms.py:1277
 msgid "Power outlet template"
-msgstr ""
+msgstr "Strāvas kontaktligzdas veidne"
 
-#: dcim/forms/model_forms.py:1285
+#: netbox/dcim/forms/model_forms.py:1285
 msgid "Power port template"
-msgstr ""
+msgstr "Barošanas porta veidne"
 
-#: dcim/forms/model_forms.py:1293
+#: netbox/dcim/forms/model_forms.py:1293
 msgid "Rear port template"
-msgstr ""
+msgstr "Aizmugurējā porta veidne"
 
-#: 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
+#: netbox/dcim/forms/model_forms.py:1303 netbox/dcim/forms/model_forms.py:1774
+#: netbox/dcim/tables/connections.py:27
+#: netbox/templates/dcim/consoleport.html:17
+#: netbox/templates/dcim/consoleserverport.html:73
+#: netbox/templates/dcim/frontport.html:112
 msgid "Console Port"
-msgstr ""
+msgstr "Konsoles ports"
 
-#: 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
+#: netbox/dcim/forms/model_forms.py:1304 netbox/dcim/forms/model_forms.py:1775
+#: netbox/templates/dcim/consoleport.html:73
+#: netbox/templates/dcim/consoleserverport.html:17
+#: netbox/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
+msgstr "Konsoles servera ports"
+
+#: netbox/dcim/forms/model_forms.py:1305 netbox/dcim/forms/model_forms.py:1776
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:53
+#: netbox/templates/dcim/consoleport.html:76
+#: netbox/templates/dcim/consoleserverport.html:76
+#: netbox/templates/dcim/frontport.html:17
+#: netbox/templates/dcim/frontport.html:115
+#: netbox/templates/dcim/interface.html:244
+#: netbox/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
+msgstr "Priekšējais ports"
+
+#: netbox/dcim/forms/model_forms.py:1306 netbox/dcim/forms/model_forms.py:1777
+#: netbox/dcim/tables/devices.py:773
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:54
+#: netbox/templates/dcim/consoleport.html:79
+#: netbox/templates/dcim/consoleserverport.html:79
+#: netbox/templates/dcim/frontport.html:50
+#: netbox/templates/dcim/frontport.html:118
+#: netbox/templates/dcim/interface.html:247
+#: netbox/templates/dcim/rearport.html:17
+#: netbox/templates/dcim/rearport.html:108
 msgid "Rear Port"
-msgstr ""
+msgstr "Aizmugurējais ports"
 
-#: 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
+#: netbox/dcim/forms/model_forms.py:1307 netbox/dcim/forms/model_forms.py:1778
+#: netbox/dcim/tables/connections.py:46 netbox/dcim/tables/devices.py:543
+#: netbox/templates/dcim/poweroutlet.html:58
+#: netbox/templates/dcim/powerport.html:17
 msgid "Power Port"
-msgstr ""
+msgstr "Strāvas ports"
 
-#: dcim/forms/model_forms.py:1308 dcim/forms/model_forms.py:1779
-#: templates/dcim/poweroutlet.html:17 templates/dcim/powerport.html:77
+#: netbox/dcim/forms/model_forms.py:1308 netbox/dcim/forms/model_forms.py:1779
+#: netbox/templates/dcim/poweroutlet.html:17
+#: netbox/templates/dcim/powerport.html:77
 msgid "Power Outlet"
-msgstr ""
+msgstr "Strāvas kontaktligzda"
 
-#: dcim/forms/model_forms.py:1310 dcim/forms/model_forms.py:1781
+#: netbox/dcim/forms/model_forms.py:1310 netbox/dcim/forms/model_forms.py:1781
 msgid "Component Assignment"
-msgstr ""
+msgstr "Komponentu piešķiršana"
 
-#: dcim/forms/model_forms.py:1356 dcim/forms/model_forms.py:1828
+#: netbox/dcim/forms/model_forms.py:1356 netbox/dcim/forms/model_forms.py:1828
 msgid "An InventoryItem can only be assigned to a single component."
-msgstr ""
+msgstr "InventoryItem var piešķirt tikai vienam komponentam."
 
-#: dcim/forms/model_forms.py:1493
+#: netbox/dcim/forms/model_forms.py:1493
 msgid "LAG interface"
-msgstr ""
+msgstr "LAG saskarne"
 
-#: dcim/forms/model_forms.py:1516
+#: netbox/dcim/forms/model_forms.py:1516
 msgid "Filter VLANs available for assignment by group."
-msgstr ""
+msgstr "Filtrējiet VLAN, kas pieejami piešķiršanai pa grupām."
 
-#: dcim/forms/model_forms.py:1671
+#: netbox/dcim/forms/model_forms.py:1671
 msgid "Child Device"
-msgstr ""
+msgstr "Bērnu ierīce"
 
-#: dcim/forms/model_forms.py:1672
+#: netbox/dcim/forms/model_forms.py:1672
 msgid ""
-"Child devices must first be created and assigned to the site and rack of the "
-"parent device."
+"Child devices must first be created and assigned to the site and rack of the"
+" parent device."
 msgstr ""
+"Bērnu ierīces vispirms ir jāizveido un jāpiešķir vecāku ierīces vietnei un "
+"statīvam."
 
-#: dcim/forms/model_forms.py:1714
+#: netbox/dcim/forms/model_forms.py:1714
 msgid "Console port"
-msgstr ""
+msgstr "Konsoles ports"
 
-#: dcim/forms/model_forms.py:1722
+#: netbox/dcim/forms/model_forms.py:1722
 msgid "Console server port"
-msgstr ""
+msgstr "Konsoles servera ports"
 
-#: dcim/forms/model_forms.py:1730
+#: netbox/dcim/forms/model_forms.py:1730
 msgid "Front port"
-msgstr ""
+msgstr "Priekšējais ports"
 
-#: dcim/forms/model_forms.py:1746
+#: netbox/dcim/forms/model_forms.py:1746
 msgid "Power outlet"
-msgstr ""
+msgstr "Strāvas kontaktligzda"
 
-#: dcim/forms/model_forms.py:1768 templates/dcim/inventoryitem.html:17
+#: netbox/dcim/forms/model_forms.py:1768
+#: netbox/templates/dcim/inventoryitem.html:17
 msgid "Inventory Item"
-msgstr ""
+msgstr "Inventāra vienība"
 
-#: dcim/forms/model_forms.py:1842 templates/dcim/inventoryitemrole.html:15
+#: netbox/dcim/forms/model_forms.py:1842
+#: netbox/templates/dcim/inventoryitemrole.html:15
 msgid "Inventory Item Role"
-msgstr ""
+msgstr "Inventāra vienuma loma"
 
-#: dcim/forms/model_forms.py:1912
+#: netbox/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
+msgstr "VM saskarne"
+
+#: netbox/dcim/forms/model_forms.py:1928 netbox/ipam/forms/filtersets.py:631
+#: netbox/ipam/forms/model_forms.py:335 netbox/ipam/tables/vlans.py:174
+#: netbox/templates/virtualization/virtualdisk.html:21
+#: netbox/templates/virtualization/virtualmachine.html:12
+#: netbox/templates/virtualization/vminterface.html:21
+#: netbox/templates/vpn/tunneltermination.html:25
+#: netbox/virtualization/forms/filtersets.py:203
+#: netbox/virtualization/forms/filtersets.py:260
+#: netbox/virtualization/forms/model_forms.py:227
+#: netbox/virtualization/tables/virtualmachines.py:105
+#: netbox/virtualization/tables/virtualmachines.py:161
+#: netbox/vpn/choices.py:53 netbox/vpn/forms/filtersets.py:304
+#: netbox/vpn/forms/model_forms.py:161 netbox/vpn/forms/model_forms.py:172
+#: netbox/vpn/forms/model_forms.py:274 netbox/vpn/forms/model_forms.py:457
 msgid "Virtual Machine"
-msgstr ""
+msgstr "Virtuālā mašīna"
 
-#: dcim/forms/model_forms.py:1967
+#: netbox/dcim/forms/model_forms.py:1967
 msgid "A MAC address can only be assigned to a single object."
-msgstr ""
+msgstr "MAC adresi var piešķirt tikai vienam objektam."
 
-#: dcim/forms/object_create.py:48 dcim/forms/object_create.py:210
-#: dcim/forms/object_create.py:359
+#: netbox/dcim/forms/object_create.py:48
+#: netbox/dcim/forms/object_create.py:210
+#: netbox/dcim/forms/object_create.py:359
 msgid ""
 "Alphanumeric ranges are supported. (Must match the number of objects being "
 "created.)"
 msgstr ""
+"Tiek atbalstīti burtciparu diapazoni. (Jāatbilst izveidoto objektu skaitam.)"
 
-#: dcim/forms/object_create.py:72
+#: netbox/dcim/forms/object_create.py:72
 #, python-brace-format
 msgid ""
-"The provided pattern specifies {value_count} values, but {pattern_count} are "
-"expected."
+"The provided pattern specifies {value_count} values, but {pattern_count} are"
+" expected."
 msgstr ""
+"Nodrošinātais modelis norāda {value_count} vērtības, bet {pattern_count} ir "
+"sagaidāmi."
 
-#: dcim/forms/object_create.py:114 dcim/forms/object_create.py:274
-#: dcim/tables/devices.py:275
+#: netbox/dcim/forms/object_create.py:114
+#: netbox/dcim/forms/object_create.py:274 netbox/dcim/tables/devices.py:275
 msgid "Rear ports"
-msgstr ""
+msgstr "Aizmugurējie porti"
 
-#: dcim/forms/object_create.py:115 dcim/forms/object_create.py:275
+#: netbox/dcim/forms/object_create.py:115
+#: netbox/dcim/forms/object_create.py:275
 msgid "Select one rear port assignment for each front port being created."
 msgstr ""
+"Katram izveidotajam priekšējam portam atlasiet vienu aizmugurējo portu "
+"piešķiršanu."
 
-#: dcim/forms/object_create.py:175
+#: netbox/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 ""
+"Izveidojamo priekšējo portu veidņu skaits ({frontport_count}) jāatbilst "
+"izvēlētajam aizmugurējo ostu pozīciju skaitam ({rearport_count})."
 
-#: dcim/forms/object_create.py:324
+#: netbox/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 ""
+"Izveidojamo priekšējo portu skaits ({frontport_count}) jāatbilst izvēlētajam"
+" aizmugurējo ostu pozīciju skaitam ({rearport_count})."
 
-#: 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
+#: netbox/dcim/forms/object_create.py:413 netbox/dcim/tables/devices.py:1094
+#: netbox/ipam/tables/fhrp.py:31 netbox/templates/dcim/virtualchassis.html:43
+#: netbox/templates/dcim/virtualchassis_edit.html:51
+#: netbox/templates/ipam/fhrpgroup.html:38
 msgid "Members"
-msgstr ""
+msgstr "Biedri"
 
-#: dcim/forms/object_create.py:423
+#: netbox/dcim/forms/object_create.py:423
 msgid "Initial position"
-msgstr ""
+msgstr "Sākotnējā pozīcija"
 
-#: dcim/forms/object_create.py:426
+#: netbox/dcim/forms/object_create.py:426
 msgid ""
 "Position of the first member device. Increases by one for each additional "
 "member."
 msgstr ""
+"Pirmā dalībnieka ierīces atrašanās vieta. Palielinās par vienu par katru "
+"papildu dalībnieku."
 
-#: dcim/forms/object_create.py:431
+#: netbox/dcim/forms/object_create.py:431
 msgid "Member Devices"
-msgstr ""
+msgstr "Dalībnieku ierīces"
 
-#: dcim/forms/object_create.py:446
+#: netbox/dcim/forms/object_create.py:446
 msgid "A position must be specified for the first VC member."
-msgstr ""
+msgstr "Pirmajam VC dalībniekam ir jānorāda amats."
 
-#: dcim/models/cables.py:64 dcim/models/device_component_templates.py:52
-#: dcim/models/device_components.py:58 extras/models/customfields.py:113
+#: netbox/dcim/models/cables.py:64
+#: netbox/dcim/models/device_component_templates.py:52
+#: netbox/dcim/models/device_components.py:58
+#: netbox/extras/models/customfields.py:113
 msgid "label"
-msgstr ""
+msgstr "etiķete"
 
-#: dcim/models/cables.py:73
+#: netbox/dcim/models/cables.py:73
 msgid "length"
-msgstr ""
+msgstr "garums"
 
-#: dcim/models/cables.py:80
+#: netbox/dcim/models/cables.py:80
 msgid "length unit"
-msgstr ""
+msgstr "garuma vienība"
 
-#: dcim/models/cables.py:98
+#: netbox/dcim/models/cables.py:98
 msgid "cable"
-msgstr ""
+msgstr "kabelis"
 
-#: dcim/models/cables.py:99
+#: netbox/dcim/models/cables.py:99
 msgid "cables"
-msgstr ""
+msgstr "kabeļi"
 
-#: dcim/models/cables.py:192
+#: netbox/dcim/models/cables.py:192
 msgid "Must specify a unit when setting a cable length"
-msgstr ""
+msgstr "Iestatot kabeļa garumu, jānorāda vienība"
 
-#: dcim/models/cables.py:195
+#: netbox/dcim/models/cables.py:195
 msgid "Must define A and B terminations when creating a new cable."
-msgstr ""
+msgstr "Veidojot jaunu kabeli, jādefinē A un B beigas."
 
-#: dcim/models/cables.py:202
+#: netbox/dcim/models/cables.py:202
 msgid "Cannot connect different termination types to same end of cable."
 msgstr ""
+"Nevar savienot dažādus izbeigšanas veidus vienam un tam pašam kabeļa galam."
 
-#: dcim/models/cables.py:210
+#: netbox/dcim/models/cables.py:210
 #, python-brace-format
 msgid "Incompatible termination types: {type_a} and {type_b}"
-msgstr ""
+msgstr "Nesaderīgi izbeigšanas veidi: {type_a} un {type_b}"
 
-#: dcim/models/cables.py:220
+#: netbox/dcim/models/cables.py:220
 msgid "A and B terminations cannot connect to the same object."
-msgstr ""
+msgstr "A un B beigas nevar savienot ar vienu un to pašu objektu."
 
-#: dcim/models/cables.py:337 ipam/models/asns.py:38
+#: netbox/dcim/models/cables.py:337 netbox/ipam/models/asns.py:38
 msgid "end"
-msgstr ""
+msgstr "beigas"
 
-#: dcim/models/cables.py:386
+#: netbox/dcim/models/cables.py:386
 msgid "cable termination"
-msgstr ""
+msgstr "kabeļa pārtraukšana"
 
-#: dcim/models/cables.py:387
+#: netbox/dcim/models/cables.py:387
 msgid "cable terminations"
-msgstr ""
+msgstr "kabeļu pārtraukumi"
 
-#: dcim/models/cables.py:400
+#: netbox/dcim/models/cables.py:400
 #, python-brace-format
 msgid ""
 "Cannot connect a cable to {obj_parent} > {obj} because it is marked as "
 "connected."
 msgstr ""
+"Nevar savienot kabeli {obj_parent} > {obj} jo tas ir atzīmēts kā savienots."
 
-#: dcim/models/cables.py:417
+#: netbox/dcim/models/cables.py:417
 #, python-brace-format
 msgid ""
 "Duplicate termination found for {app_label}.{model} {termination_id}: cable "
 "{cable_pk}"
 msgstr ""
+"Atrasts izbeigšanas dublikāts {app_label}.{model} {termination_id}: kabelis "
+"{cable_pk}"
 
-#: dcim/models/cables.py:427
+#: netbox/dcim/models/cables.py:427
 #, python-brace-format
 msgid "Cables cannot be terminated to {type_display} interfaces"
-msgstr ""
+msgstr "Kabeļus nevar pārtraukt {type_display} interfeisi"
 
-#: dcim/models/cables.py:434
+#: netbox/dcim/models/cables.py:434
 msgid "Circuit terminations attached to a provider network may not be cabled."
 msgstr ""
+"Ķēdes pārtraukumi, kas pievienoti pakalpojumu sniedzēja tīklam, nedrīkst "
+"tikt savienoti ar kabeļiem."
 
-#: dcim/models/cables.py:532 extras/models/configs.py:99
+#: netbox/dcim/models/cables.py:532 netbox/extras/models/configs.py:99
 msgid "is active"
-msgstr ""
+msgstr "ir aktīvs"
 
-#: dcim/models/cables.py:536
+#: netbox/dcim/models/cables.py:536
 msgid "is complete"
-msgstr ""
+msgstr "ir pabeigts"
 
-#: dcim/models/cables.py:540
+#: netbox/dcim/models/cables.py:540
 msgid "is split"
-msgstr ""
+msgstr "ir sadalīts"
 
-#: dcim/models/cables.py:548
+#: netbox/dcim/models/cables.py:548
 msgid "cable path"
-msgstr ""
+msgstr "kabeļa ceļš"
 
-#: dcim/models/cables.py:549
+#: netbox/dcim/models/cables.py:549
 msgid "cable paths"
-msgstr ""
+msgstr "kabeļu ceļi"
 
-#: dcim/models/cables.py:624
+#: netbox/dcim/models/cables.py:624
 msgid "All originating terminations must be attached to the same link"
 msgstr ""
+"Visiem izcelsmes izbeigumiem jābūt pievienotiem vienai un tai pašai saitei"
 
-#: dcim/models/cables.py:636
+#: netbox/dcim/models/cables.py:636
 msgid "All mid-span terminations must have the same termination type"
-msgstr ""
+msgstr "Visiem vidēja termiņa beigām jābūt vienādam izbeigšanas veidam"
 
-#: dcim/models/cables.py:644
+#: netbox/dcim/models/cables.py:644
 msgid "All mid-span terminations must have the same parent object"
-msgstr ""
+msgstr "Visiem vidēja termiņa beigām jābūt vienam un tam pašam mātesobjektam"
 
-#: dcim/models/cables.py:668
+#: netbox/dcim/models/cables.py:668
 msgid "All links must be cable or wireless"
-msgstr ""
+msgstr "Visām saitēm jābūt kabeļiem vai bezvadu"
 
-#: dcim/models/cables.py:670
+#: netbox/dcim/models/cables.py:670
 msgid "All links must match first link type"
-msgstr ""
+msgstr "Visām saitēm jāatbilst pirmās saites veidam"
 
-#: dcim/models/cables.py:753
+#: netbox/dcim/models/cables.py:753
 msgid ""
 "All positions counts within the path on opposite ends of links must match"
 msgstr ""
+"Visām pozīcijām, kas skaitītas ceļa ietvaros pretējos saišu galos, jāsakrīt"
 
-#: dcim/models/cables.py:762
+#: netbox/dcim/models/cables.py:762
 msgid "Remote termination position filter is missing"
-msgstr ""
+msgstr "Trūkst attālās izbeigšanas pozīcijas filtra"
 
-#: dcim/models/device_component_templates.py:47
+#: netbox/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 ""
+"{module} tiek pieņemts kā moduļa nodalījuma pozīcijas aizstājējs, ja tas ir "
+"pievienots moduļa tipam."
 
-#: dcim/models/device_component_templates.py:55
-#: dcim/models/device_components.py:61
+#: netbox/dcim/models/device_component_templates.py:55
+#: netbox/dcim/models/device_components.py:61
 msgid "Physical label"
-msgstr ""
+msgstr "Fiziskā etiķete"
 
-#: dcim/models/device_component_templates.py:100
+#: netbox/dcim/models/device_component_templates.py:100
 msgid "Component templates cannot be moved to a different device type."
-msgstr ""
+msgstr "Komponentu veidnes nevar pārvietot uz citu ierīces tipu."
 
-#: dcim/models/device_component_templates.py:151
+#: netbox/dcim/models/device_component_templates.py:151
 msgid ""
 "A component template cannot be associated with both a device type and a "
 "module type."
 msgstr ""
+"Komponenta veidni nevar saistīt gan ar ierīces tipu, gan ar moduļa tipu."
 
-#: dcim/models/device_component_templates.py:155
+#: netbox/dcim/models/device_component_templates.py:155
 msgid ""
 "A component template must be associated with either a device type or a "
 "module type."
 msgstr ""
+"Komponenta veidnei jābūt saistītai vai nu ar ierīces tipu, vai ar moduļa "
+"tipu."
 
-#: dcim/models/device_component_templates.py:210
+#: netbox/dcim/models/device_component_templates.py:210
 msgid "console port template"
-msgstr ""
+msgstr "konsoles porta veidne"
 
-#: dcim/models/device_component_templates.py:211
+#: netbox/dcim/models/device_component_templates.py:211
 msgid "console port templates"
-msgstr ""
+msgstr "konsoles portu veidnes"
 
-#: dcim/models/device_component_templates.py:245
+#: netbox/dcim/models/device_component_templates.py:245
 msgid "console server port template"
-msgstr ""
+msgstr "konsoles servera porta veidne"
 
-#: dcim/models/device_component_templates.py:246
+#: netbox/dcim/models/device_component_templates.py:246
 msgid "console server port templates"
-msgstr ""
+msgstr "konsoles servera portu veidnes"
 
-#: dcim/models/device_component_templates.py:278
-#: dcim/models/device_components.py:380
+#: netbox/dcim/models/device_component_templates.py:278
+#: netbox/dcim/models/device_components.py:380
 msgid "maximum draw"
-msgstr ""
+msgstr "maksimālā izloze"
 
-#: dcim/models/device_component_templates.py:285
-#: dcim/models/device_components.py:387
+#: netbox/dcim/models/device_component_templates.py:285
+#: netbox/dcim/models/device_components.py:387
 msgid "allocated draw"
-msgstr ""
+msgstr "piešķirtā izloze"
 
-#: dcim/models/device_component_templates.py:295
+#: netbox/dcim/models/device_component_templates.py:295
 msgid "power port template"
-msgstr ""
+msgstr "barošanas porta veidne"
 
-#: dcim/models/device_component_templates.py:296
+#: netbox/dcim/models/device_component_templates.py:296
 msgid "power port templates"
-msgstr ""
+msgstr "barošanas portu veidnes"
 
-#: dcim/models/device_component_templates.py:316
-#: dcim/models/device_components.py:407
+#: netbox/dcim/models/device_component_templates.py:316
+#: netbox/dcim/models/device_components.py:407
 #, python-brace-format
 msgid "Allocated draw cannot exceed the maximum draw ({maximum_draw}W)."
 msgstr ""
+"Piešķirtā izloze nedrīkst pārsniegt maksimālo izlozi ({maximum_draw}W)."
 
-#: dcim/models/device_component_templates.py:350
-#: dcim/models/device_components.py:509
+#: netbox/dcim/models/device_component_templates.py:350
+#: netbox/dcim/models/device_components.py:509
 msgid "feed leg"
-msgstr ""
+msgstr "barības kāja"
 
-#: dcim/models/device_component_templates.py:355
-#: dcim/models/device_components.py:514
+#: netbox/dcim/models/device_component_templates.py:355
+#: netbox/dcim/models/device_components.py:514
 msgid "Phase (for three-phase feeds)"
-msgstr ""
+msgstr "Fāze (trīsfāžu padevēm)"
 
-#: dcim/models/device_component_templates.py:361
+#: netbox/dcim/models/device_component_templates.py:361
 msgid "power outlet template"
-msgstr ""
+msgstr "strāvas kontaktligzdas veidne"
 
-#: dcim/models/device_component_templates.py:362
+#: netbox/dcim/models/device_component_templates.py:362
 msgid "power outlet templates"
-msgstr ""
+msgstr "strāvas kontaktligzdas veidnes"
 
-#: dcim/models/device_component_templates.py:371
+#: netbox/dcim/models/device_component_templates.py:371
 #, python-brace-format
 msgid "Parent power port ({power_port}) must belong to the same device type"
 msgstr ""
+"Vecāku barošanas ports ({power_port}) jāpieder vienam un tam pašam ierīces "
+"tipam"
 
-#: dcim/models/device_component_templates.py:377
+#: netbox/dcim/models/device_component_templates.py:377
 #, python-brace-format
 msgid "Parent power port ({power_port}) must belong to the same module type"
 msgstr ""
+"Vecāku barošanas ports ({power_port}) jāpieder vienam un tam pašam moduļa "
+"tipam"
 
-#: dcim/models/device_component_templates.py:431
-#: dcim/models/device_components.py:717
+#: netbox/dcim/models/device_component_templates.py:431
+#: netbox/dcim/models/device_components.py:717
 msgid "management only"
-msgstr ""
+msgstr "tikai vadība"
 
-#: dcim/models/device_component_templates.py:439
-#: dcim/models/device_components.py:583
+#: netbox/dcim/models/device_component_templates.py:439
+#: netbox/dcim/models/device_components.py:583
 msgid "bridge interface"
-msgstr ""
+msgstr "tilta saskarne"
 
-#: dcim/models/device_component_templates.py:460
-#: dcim/models/device_components.py:743
+#: netbox/dcim/models/device_component_templates.py:460
+#: netbox/dcim/models/device_components.py:743
 msgid "wireless role"
-msgstr ""
+msgstr "bezvadu loma"
 
-#: dcim/models/device_component_templates.py:466
+#: netbox/dcim/models/device_component_templates.py:466
 msgid "interface template"
-msgstr ""
+msgstr "saskarnes veidne"
 
-#: dcim/models/device_component_templates.py:467
+#: netbox/dcim/models/device_component_templates.py:467
 msgid "interface templates"
-msgstr ""
+msgstr "interfeisa veidnes"
 
-#: dcim/models/device_component_templates.py:476
+#: netbox/dcim/models/device_component_templates.py:476
 #, python-brace-format
 msgid "Bridge interface ({bridge}) must belong to the same device type"
-msgstr ""
+msgstr "Tilta saskarne ({bridge}) jāpieder vienam un tam pašam ierīces tipam"
 
-#: dcim/models/device_component_templates.py:482
+#: netbox/dcim/models/device_component_templates.py:482
 #, python-brace-format
 msgid "Bridge interface ({bridge}) must belong to the same module type"
-msgstr ""
+msgstr "Tilta saskarne ({bridge}) jāpieder vienam un tam pašam moduļa tipam"
 
-#: dcim/models/device_component_templates.py:534
-#: dcim/models/device_components.py:1072
+#: netbox/dcim/models/device_component_templates.py:534
+#: netbox/dcim/models/device_components.py:1072
 msgid "rear port position"
-msgstr ""
+msgstr "aizmugurējā porta pozīcija"
 
-#: dcim/models/device_component_templates.py:559
+#: netbox/dcim/models/device_component_templates.py:559
 msgid "front port template"
-msgstr ""
+msgstr "priekšējā porta veidne"
 
-#: dcim/models/device_component_templates.py:560
+#: netbox/dcim/models/device_component_templates.py:560
 msgid "front port templates"
-msgstr ""
+msgstr "priekšējo portu veidnes"
 
-#: dcim/models/device_component_templates.py:570
+#: netbox/dcim/models/device_component_templates.py:570
 #, python-brace-format
 msgid "Rear port ({name}) must belong to the same device type"
 msgstr ""
+"Aizmugurējais ports ({name}) jāpieder vienam un tam pašam ierīces tipam"
 
-#: dcim/models/device_component_templates.py:576
+#: netbox/dcim/models/device_component_templates.py:576
 #, python-brace-format
 msgid ""
 "Invalid rear port position ({position}); rear port {name} has only {count} "
 "positions"
 msgstr ""
+"Nederīga aizmugurējā porta pozīcija ({position}); aizmugurējais ports {name}"
+" ir tikai {count} pozīcijas"
 
-#: dcim/models/device_component_templates.py:629
-#: dcim/models/device_components.py:1138
+#: netbox/dcim/models/device_component_templates.py:629
+#: netbox/dcim/models/device_components.py:1138
 msgid "positions"
-msgstr ""
+msgstr "pozīcijas"
 
-#: dcim/models/device_component_templates.py:640
+#: netbox/dcim/models/device_component_templates.py:640
 msgid "rear port template"
-msgstr ""
+msgstr "aizmugurējā porta veidne"
 
-#: dcim/models/device_component_templates.py:641
+#: netbox/dcim/models/device_component_templates.py:641
 msgid "rear port templates"
-msgstr ""
+msgstr "aizmugurējo portu veidnes"
 
-#: dcim/models/device_component_templates.py:670
-#: dcim/models/device_components.py:1185
+#: netbox/dcim/models/device_component_templates.py:670
+#: netbox/dcim/models/device_components.py:1185
 msgid "position"
-msgstr ""
+msgstr "pozīcija"
 
-#: dcim/models/device_component_templates.py:673
-#: dcim/models/device_components.py:1188
+#: netbox/dcim/models/device_component_templates.py:673
+#: netbox/dcim/models/device_components.py:1188
 msgid "Identifier to reference when renaming installed components"
-msgstr ""
+msgstr "Identifikators, uz kuru jānorāda, pārdēvējot instalētos komponentus"
 
-#: dcim/models/device_component_templates.py:679
+#: netbox/dcim/models/device_component_templates.py:679
 msgid "module bay template"
-msgstr ""
+msgstr "moduļa līča veidne"
 
-#: dcim/models/device_component_templates.py:680
+#: netbox/dcim/models/device_component_templates.py:680
 msgid "module bay templates"
-msgstr ""
+msgstr "moduļu līča veidnes"
 
-#: dcim/models/device_component_templates.py:707
+#: netbox/dcim/models/device_component_templates.py:707
 msgid "device bay template"
-msgstr ""
+msgstr "ierīces nodalījuma veidne"
 
-#: dcim/models/device_component_templates.py:708
+#: netbox/dcim/models/device_component_templates.py:708
 msgid "device bay templates"
-msgstr ""
+msgstr "ierīces līča veidnes"
 
-#: dcim/models/device_component_templates.py:722
+#: netbox/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 ""
+"Ierīces tipa apakšierīces loma ({device_type}) jābūt iestatītam uz “vecāku”,"
+" lai atļautu ierīču nodalījumus."
 
-#: dcim/models/device_component_templates.py:777
-#: dcim/models/device_components.py:1342
+#: netbox/dcim/models/device_component_templates.py:777
+#: netbox/dcim/models/device_components.py:1342
 msgid "part ID"
-msgstr ""
+msgstr "daļas ID"
 
-#: dcim/models/device_component_templates.py:779
-#: dcim/models/device_components.py:1344
+#: netbox/dcim/models/device_component_templates.py:779
+#: netbox/dcim/models/device_components.py:1344
 msgid "Manufacturer-assigned part identifier"
-msgstr ""
+msgstr "Ražotāja piešķirtais detaļas identifikators"
 
-#: dcim/models/device_component_templates.py:796
+#: netbox/dcim/models/device_component_templates.py:796
 msgid "inventory item template"
-msgstr ""
+msgstr "inventāra vienības veidne"
 
-#: dcim/models/device_component_templates.py:797
+#: netbox/dcim/models/device_component_templates.py:797
 msgid "inventory item templates"
-msgstr ""
+msgstr "inventāra vienību veidnes"
 
-#: dcim/models/device_components.py:124
+#: netbox/dcim/models/device_components.py:124
 msgid "Components cannot be moved to a different device."
-msgstr ""
+msgstr "Komponentus nevar pārvietot uz citu ierīci."
 
-#: dcim/models/device_components.py:171
+#: netbox/dcim/models/device_components.py:171
 msgid "cable end"
-msgstr ""
+msgstr "kabeļa gals"
 
-#: dcim/models/device_components.py:178
+#: netbox/dcim/models/device_components.py:178
 msgid "mark connected"
-msgstr ""
+msgstr "atzīme pievienota"
 
-#: dcim/models/device_components.py:180
+#: netbox/dcim/models/device_components.py:180
 msgid "Treat as if a cable is connected"
-msgstr ""
+msgstr "Izturieties tā, it kā būtu pievienots kabelis"
 
-#: dcim/models/device_components.py:198
+#: netbox/dcim/models/device_components.py:198
 msgid "Must specify cable end (A or B) when attaching a cable."
-msgstr ""
+msgstr "Piestiprinot kabeli, jānorāda kabeļa gals (A vai B)."
 
-#: dcim/models/device_components.py:202
+#: netbox/dcim/models/device_components.py:202
 msgid "Cable end must not be set without a cable."
-msgstr ""
+msgstr "Kabeļa galu nedrīkst iestatīt bez kabeļa."
 
-#: dcim/models/device_components.py:206
+#: netbox/dcim/models/device_components.py:206
 msgid "Cannot mark as connected with a cable attached."
-msgstr ""
+msgstr "Nevar atzīmēt kā savienotu ar pievienotu kabeli."
 
-#: dcim/models/device_components.py:233
+#: netbox/dcim/models/device_components.py:233
 #, python-brace-format
 msgid "{class_name} models must declare a parent_object property"
-msgstr ""
+msgstr "{class_name} modeļiem ir jādeklarē parent_object rekvizīts"
 
-#: dcim/models/device_components.py:319 dcim/models/device_components.py:346
-#: dcim/models/device_components.py:377 dcim/models/device_components.py:499
+#: netbox/dcim/models/device_components.py:319
+#: netbox/dcim/models/device_components.py:346
+#: netbox/dcim/models/device_components.py:377
+#: netbox/dcim/models/device_components.py:499
 msgid "Physical port type"
-msgstr ""
+msgstr "Fiziskā porta tips"
 
-#: dcim/models/device_components.py:322 dcim/models/device_components.py:349
+#: netbox/dcim/models/device_components.py:322
+#: netbox/dcim/models/device_components.py:349
 msgid "speed"
-msgstr ""
+msgstr "ātrums"
 
-#: dcim/models/device_components.py:326 dcim/models/device_components.py:353
+#: netbox/dcim/models/device_components.py:326
+#: netbox/dcim/models/device_components.py:353
 msgid "Port speed in bits per second"
-msgstr ""
+msgstr "Porta ātrums bitos sekundē"
 
-#: dcim/models/device_components.py:332
+#: netbox/dcim/models/device_components.py:332
 msgid "console port"
-msgstr ""
+msgstr "konsoles ports"
 
-#: dcim/models/device_components.py:333
+#: netbox/dcim/models/device_components.py:333
 msgid "console ports"
-msgstr ""
+msgstr "konsoles porti"
 
-#: dcim/models/device_components.py:359
+#: netbox/dcim/models/device_components.py:359
 msgid "console server port"
-msgstr ""
+msgstr "konsoles servera ports"
 
-#: dcim/models/device_components.py:360
+#: netbox/dcim/models/device_components.py:360
 msgid "console server ports"
-msgstr ""
+msgstr "konsoles servera porti"
 
-#: dcim/models/device_components.py:397
+#: netbox/dcim/models/device_components.py:397
 msgid "power port"
-msgstr ""
+msgstr "strāvas ports"
 
-#: dcim/models/device_components.py:398
+#: netbox/dcim/models/device_components.py:398
 msgid "power ports"
-msgstr ""
+msgstr "barošanas porti"
 
-#: dcim/models/device_components.py:524
+#: netbox/dcim/models/device_components.py:524
 msgid "power outlet"
-msgstr ""
+msgstr "strāvas kontaktligzda"
 
-#: dcim/models/device_components.py:525
+#: netbox/dcim/models/device_components.py:525
 msgid "power outlets"
-msgstr ""
+msgstr "strāvas kontaktligzdas"
 
-#: dcim/models/device_components.py:533
+#: netbox/dcim/models/device_components.py:533
 #, python-brace-format
 msgid "Parent power port ({power_port}) must belong to the same device"
 msgstr ""
+"Vecāku barošanas ports ({power_port}) jāpieder vienai un tai pašai ierīcei"
 
-#: dcim/models/device_components.py:562 vpn/models/crypto.py:80
-#: vpn/models/crypto.py:222
+#: netbox/dcim/models/device_components.py:562 netbox/vpn/models/crypto.py:80
+#: netbox/vpn/models/crypto.py:222
 msgid "mode"
-msgstr ""
+msgstr "režīms"
 
-#: dcim/models/device_components.py:567
+#: netbox/dcim/models/device_components.py:567
 msgid "IEEE 802.1Q tagging strategy"
-msgstr ""
+msgstr "IEEE 802.1Q marķēšanas stratēģija"
 
-#: dcim/models/device_components.py:575
+#: netbox/dcim/models/device_components.py:575
 msgid "parent interface"
-msgstr ""
+msgstr "vecāku saskarne"
 
-#: dcim/models/device_components.py:591
+#: netbox/dcim/models/device_components.py:591
 msgid "untagged VLAN"
-msgstr ""
+msgstr "bez atzīmes VLAN"
 
-#: dcim/models/device_components.py:597
+#: netbox/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
+msgstr "ar atzīmi VLAN"
+
+#: netbox/dcim/models/device_components.py:605
+#: netbox/dcim/tables/devices.py:631 netbox/ipam/forms/bulk_edit.py:521
+#: netbox/ipam/forms/bulk_import.py:524 netbox/ipam/forms/filtersets.py:587
+#: netbox/ipam/forms/model_forms.py:694 netbox/ipam/tables/vlans.py:109
+#: netbox/templates/dcim/interface.html:86 netbox/templates/ipam/vlan.html:77
+#: netbox/templates/virtualization/vminterface.html:60
 msgid "Q-in-Q SVLAN"
-msgstr ""
+msgstr "Q-in-Q SVLAN"
 
-#: dcim/models/device_components.py:620
+#: netbox/dcim/models/device_components.py:620
 msgid "primary MAC address"
-msgstr ""
+msgstr "primārā MAC adrese"
 
-#: dcim/models/device_components.py:632
+#: netbox/dcim/models/device_components.py:632
 msgid "Only Q-in-Q interfaces may specify a service VLAN."
-msgstr ""
+msgstr "Pakalpojuma VLAN var norādīt tikai Q-in-Q saskarnes."
 
-#: dcim/models/device_components.py:643
+#: netbox/dcim/models/device_components.py:643
 #, python-brace-format
 msgid ""
-"MAC address {mac_address} is assigned to a different interface ({interface})."
+"MAC address {mac_address} is assigned to a different interface "
+"({interface})."
 msgstr ""
+"MAC adrese {mac_address} tiek piešķirts citam saskarnei ({interface})."
 
-#: dcim/models/device_components.py:708
+#: netbox/dcim/models/device_components.py:708
 msgid "parent LAG"
-msgstr ""
+msgstr "vecāku LAG"
 
-#: dcim/models/device_components.py:718
+#: netbox/dcim/models/device_components.py:718
 msgid "This interface is used only for out-of-band management"
-msgstr ""
+msgstr "Šī saskarne tiek izmantota tikai ārpus joslas pārvaldībai"
 
-#: dcim/models/device_components.py:723
+#: netbox/dcim/models/device_components.py:723
 msgid "speed (Kbps)"
-msgstr ""
+msgstr "ātrums (Kbps)"
 
-#: dcim/models/device_components.py:726
+#: netbox/dcim/models/device_components.py:726
 msgid "duplex"
-msgstr ""
+msgstr "dubults"
 
-#: dcim/models/device_components.py:736
+#: netbox/dcim/models/device_components.py:736
 msgid "64-bit World Wide Name"
-msgstr ""
+msgstr "64 bitu pasaules mēroga nosaukums"
 
-#: dcim/models/device_components.py:750
+#: netbox/dcim/models/device_components.py:750
 msgid "wireless channel"
-msgstr ""
+msgstr "bezvadu kanāls"
 
-#: dcim/models/device_components.py:757
+#: netbox/dcim/models/device_components.py:757
 msgid "channel frequency (MHz)"
-msgstr ""
+msgstr "kanāla frekvence (MHz)"
 
-#: dcim/models/device_components.py:758 dcim/models/device_components.py:766
+#: netbox/dcim/models/device_components.py:758
+#: netbox/dcim/models/device_components.py:766
 msgid "Populated by selected channel (if set)"
-msgstr ""
+msgstr "Aizpildīts pēc izvēlētā kanāla (ja iestatīts)"
 
-#: dcim/models/device_components.py:775
+#: netbox/dcim/models/device_components.py:775
 msgid "transmit power (dBm)"
-msgstr ""
+msgstr "pārraides jauda (dBm)"
 
-#: dcim/models/device_components.py:802 wireless/models.py:117
+#: netbox/dcim/models/device_components.py:802 netbox/wireless/models.py:117
 msgid "wireless LANs"
-msgstr ""
+msgstr "bezvadu LAN"
 
-#: dcim/models/device_components.py:850
-#: virtualization/models/virtualmachines.py:364
+#: netbox/dcim/models/device_components.py:850
+#: netbox/virtualization/models/virtualmachines.py:364
 msgid "interface"
-msgstr ""
+msgstr "saskarne"
 
-#: dcim/models/device_components.py:851
-#: virtualization/models/virtualmachines.py:365
+#: netbox/dcim/models/device_components.py:851
+#: netbox/virtualization/models/virtualmachines.py:365
 msgid "interfaces"
-msgstr ""
+msgstr "interfeisi"
 
-#: dcim/models/device_components.py:859
+#: netbox/dcim/models/device_components.py:859
 #, python-brace-format
 msgid "{display_type} interfaces cannot have a cable attached."
-msgstr ""
+msgstr "{display_type} saskarnēm nevar būt pievienots kabelis."
 
-#: dcim/models/device_components.py:867
+#: netbox/dcim/models/device_components.py:867
 #, python-brace-format
 msgid "{display_type} interfaces cannot be marked as connected."
-msgstr ""
+msgstr "{display_type} saskarnes nevar atzīmēt kā savienotas."
 
-#: dcim/models/device_components.py:876
-#: virtualization/models/virtualmachines.py:375
+#: netbox/dcim/models/device_components.py:876
+#: netbox/virtualization/models/virtualmachines.py:375
 msgid "An interface cannot be its own parent."
-msgstr ""
+msgstr "Interfeiss nevar būt pats vecāks."
 
-#: dcim/models/device_components.py:880
+#: netbox/dcim/models/device_components.py:880
 msgid "Only virtual interfaces may be assigned to a parent interface."
-msgstr ""
+msgstr "Vecāku saskarnei var piešķirt tikai virtuālās saskarnes."
 
-#: dcim/models/device_components.py:887
+#: netbox/dcim/models/device_components.py:887
 #, python-brace-format
 msgid ""
 "The selected parent interface ({interface}) belongs to a different device "
 "({device})"
 msgstr ""
+"Izvēlētā vecāku saskarne ({interface}) pieder citai ierīcei ({device})"
 
-#: dcim/models/device_components.py:893
+#: netbox/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 ""
+"Izvēlētā vecāku saskarne ({interface}) pieder {device}, kas nav virtuālās "
+"šasijas sastāvdaļa {virtual_chassis}."
 
-#: dcim/models/device_components.py:909
+#: netbox/dcim/models/device_components.py:909
 #, python-brace-format
 msgid ""
 "The selected bridge interface ({bridge}) belongs to a different device "
 "({device})."
 msgstr ""
+"Izvēlētais tilta interfeiss ({bridge}) pieder citai ierīcei ({device})."
 
-#: dcim/models/device_components.py:915
+#: netbox/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 ""
+"Izvēlētais tilta interfeiss ({interface}) pieder {device}, kas nav virtuālās"
+" šasijas sastāvdaļa {virtual_chassis}."
 
-#: dcim/models/device_components.py:926
+#: netbox/dcim/models/device_components.py:926
 msgid "Virtual interfaces cannot have a parent LAG interface."
-msgstr ""
+msgstr "Virtuālajām saskarnēm nevar būt vecāku LAG saskarne."
 
-#: dcim/models/device_components.py:930
+#: netbox/dcim/models/device_components.py:930
 msgid "A LAG interface cannot be its own parent."
-msgstr ""
+msgstr "LAG interfeiss nevar būt pats vecāks."
 
-#: dcim/models/device_components.py:937
+#: netbox/dcim/models/device_components.py:937
 #, python-brace-format
 msgid ""
 "The selected LAG interface ({lag}) belongs to a different device ({device})."
-msgstr ""
+msgstr "Izvēlētais LAG interfeiss ({lag}) pieder citai ierīcei ({device})."
 
-#: dcim/models/device_components.py:943
+#: netbox/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}."
+"The selected LAG interface ({lag}) belongs to {device}, which is not part of"
+" virtual chassis {virtual_chassis}."
 msgstr ""
+"Izvēlētais LAG interfeiss ({lag}) pieder {device}, kas nav virtuālās šasijas"
+" sastāvdaļa {virtual_chassis}."
 
-#: dcim/models/device_components.py:953
+#: netbox/dcim/models/device_components.py:953
 msgid "Channel may be set only on wireless interfaces."
-msgstr ""
+msgstr "Kanālu var iestatīt tikai bezvadu saskarnēs."
 
-#: dcim/models/device_components.py:959
+#: netbox/dcim/models/device_components.py:959
 msgid "Channel frequency may be set only on wireless interfaces."
-msgstr ""
+msgstr "Kanāla frekvenci var iestatīt tikai bezvadu saskarnēs."
 
-#: dcim/models/device_components.py:963
+#: netbox/dcim/models/device_components.py:963
 msgid "Cannot specify custom frequency with channel selected."
-msgstr ""
+msgstr "Nevar norādīt pielāgoto frekvenci ar atlasīto kanālu."
 
-#: dcim/models/device_components.py:969
+#: netbox/dcim/models/device_components.py:969
 msgid "Channel width may be set only on wireless interfaces."
-msgstr ""
+msgstr "Kanāla platumu var iestatīt tikai bezvadu saskarnēs."
 
-#: dcim/models/device_components.py:971
+#: netbox/dcim/models/device_components.py:971
 msgid "Cannot specify custom width with channel selected."
-msgstr ""
+msgstr "Nevar norādīt pielāgoto platumu ar atlasīto kanālu."
 
-#: dcim/models/device_components.py:975
+#: netbox/dcim/models/device_components.py:975
 msgid "Interface mode does not support an untagged vlan."
-msgstr ""
+msgstr "Saskarnes režīms neatbalsta neatzīmētu vlan."
 
-#: dcim/models/device_components.py:981
+#: netbox/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 ""
+"Neatzīmētais VLAN ({untagged_vlan}) jāpieder tai pašai vietnei kā saskarnes "
+"mātes ierīce, vai arī tai jābūt globālai."
 
-#: dcim/models/device_components.py:1078
+#: netbox/dcim/models/device_components.py:1078
 msgid "Mapped position on corresponding rear port"
-msgstr ""
+msgstr "Kartēta pozīcija attiecīgajā aizmugurējā pieslēgvietā"
 
-#: dcim/models/device_components.py:1094
+#: netbox/dcim/models/device_components.py:1094
 msgid "front port"
-msgstr ""
+msgstr "priekšējais ports"
 
-#: dcim/models/device_components.py:1095
+#: netbox/dcim/models/device_components.py:1095
 msgid "front ports"
-msgstr ""
+msgstr "priekšējās pieslēgvietas"
 
-#: dcim/models/device_components.py:1106
+#: netbox/dcim/models/device_components.py:1106
 #, python-brace-format
 msgid "Rear port ({rear_port}) must belong to the same device"
 msgstr ""
+"Aizmugurējais ports ({rear_port}) jāpieder vienai un tai pašai ierīcei"
 
-#: dcim/models/device_components.py:1114
+#: netbox/dcim/models/device_components.py:1114
 #, python-brace-format
 msgid ""
-"Invalid rear port position ({rear_port_position}): Rear port {name} has only "
-"{positions} positions."
+"Invalid rear port position ({rear_port_position}): Rear port {name} has only"
+" {positions} positions."
 msgstr ""
+"Nederīga aizmugurējā porta pozīcija ({rear_port_position}): Aizmugurējais "
+"ports {name} ir tikai {positions} pozīcijas."
 
-#: dcim/models/device_components.py:1144
+#: netbox/dcim/models/device_components.py:1144
 msgid "Number of front ports which may be mapped"
-msgstr ""
+msgstr "Kartējamo priekšējo pieslēgvietu skaits"
 
-#: dcim/models/device_components.py:1149
+#: netbox/dcim/models/device_components.py:1149
 msgid "rear port"
-msgstr ""
+msgstr "aizmugurējais ports"
 
-#: dcim/models/device_components.py:1150
+#: netbox/dcim/models/device_components.py:1150
 msgid "rear ports"
-msgstr ""
+msgstr "aizmugurējie porti"
 
-#: dcim/models/device_components.py:1161
+#: netbox/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})"
+"The number of positions cannot be less than the number of mapped front ports"
+" ({frontport_count})"
 msgstr ""
+"Pozīciju skaits nedrīkst būt mazāks par kartēto priekšējo portu skaitu "
+"({frontport_count})"
 
-#: dcim/models/device_components.py:1202
+#: netbox/dcim/models/device_components.py:1202
 msgid "module bay"
-msgstr ""
+msgstr "moduļu līcis"
 
-#: dcim/models/device_components.py:1203
+#: netbox/dcim/models/device_components.py:1203
 msgid "module bays"
-msgstr ""
+msgstr "moduļu līči"
 
-#: dcim/models/device_components.py:1217 dcim/models/modules.py:257
+#: netbox/dcim/models/device_components.py:1217
+#: netbox/dcim/models/modules.py:257
 msgid "A module bay cannot belong to a module installed within it."
-msgstr ""
+msgstr "Moduļa līcis nevar piederēt tajā uzstādītam modulim."
 
-#: dcim/models/device_components.py:1245
+#: netbox/dcim/models/device_components.py:1245
 msgid "device bay"
-msgstr ""
+msgstr "ierīces nodalījums"
 
-#: dcim/models/device_components.py:1246
+#: netbox/dcim/models/device_components.py:1246
 msgid "device bays"
-msgstr ""
+msgstr "ierīču nodalījumi"
 
-#: dcim/models/device_components.py:1253
+#: netbox/dcim/models/device_components.py:1253
 #, python-brace-format
 msgid "This type of device ({device_type}) does not support device bays."
-msgstr ""
+msgstr "Šāda veida ierīce ({device_type}) neatbalsta ierīču nodalījumus."
 
-#: dcim/models/device_components.py:1259
+#: netbox/dcim/models/device_components.py:1259
 msgid "Cannot install a device into itself."
-msgstr ""
+msgstr "Nevar instalēt ierīci sevī."
 
-#: dcim/models/device_components.py:1267
+#: netbox/dcim/models/device_components.py:1267
 #, python-brace-format
 msgid ""
 "Cannot install the specified device; device is already installed in {bay}."
-msgstr ""
+msgstr "Nevar instalēt norādīto ierīci; ierīce jau ir instalēta {bay}."
 
-#: dcim/models/device_components.py:1288
+#: netbox/dcim/models/device_components.py:1288
 msgid "inventory item role"
-msgstr ""
+msgstr "inventāra vienības loma"
 
-#: dcim/models/device_components.py:1289
+#: netbox/dcim/models/device_components.py:1289
 msgid "inventory item roles"
-msgstr ""
+msgstr "inventāra vienību lomas"
 
-#: 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
+#: netbox/dcim/models/device_components.py:1348
+#: netbox/dcim/models/devices.py:533 netbox/dcim/models/modules.py:217
+#: netbox/dcim/models/racks.py:310
+#: netbox/virtualization/models/virtualmachines.py:125
 msgid "serial number"
-msgstr ""
+msgstr "sērijas numurs"
 
-#: dcim/models/device_components.py:1356 dcim/models/devices.py:541
-#: dcim/models/modules.py:224 dcim/models/racks.py:317
+#: netbox/dcim/models/device_components.py:1356
+#: netbox/dcim/models/devices.py:541 netbox/dcim/models/modules.py:224
+#: netbox/dcim/models/racks.py:317
 msgid "asset tag"
-msgstr ""
+msgstr "aktīvu birka"
 
-#: dcim/models/device_components.py:1357
+#: netbox/dcim/models/device_components.py:1357
 msgid "A unique tag used to identify this item"
-msgstr ""
+msgstr "Unikāls atzīme, ko izmanto, lai identificētu šo vienumu"
 
-#: dcim/models/device_components.py:1360
+#: netbox/dcim/models/device_components.py:1360
 msgid "discovered"
-msgstr ""
+msgstr "atklāts"
 
-#: dcim/models/device_components.py:1362
+#: netbox/dcim/models/device_components.py:1362
 msgid "This item was automatically discovered"
-msgstr ""
+msgstr "Šis vienums tika automātiski atklāts"
 
-#: dcim/models/device_components.py:1380
+#: netbox/dcim/models/device_components.py:1380
 msgid "inventory item"
-msgstr ""
+msgstr "inventāra vienība"
 
-#: dcim/models/device_components.py:1381
+#: netbox/dcim/models/device_components.py:1381
 msgid "inventory items"
-msgstr ""
+msgstr "inventāra vienības"
 
-#: dcim/models/device_components.py:1389
+#: netbox/dcim/models/device_components.py:1389
 msgid "Cannot assign self as parent."
-msgstr ""
+msgstr "Nevar sevi piešķirt kā vecāku."
 
-#: dcim/models/device_components.py:1397
+#: netbox/dcim/models/device_components.py:1397
 msgid "Parent inventory item does not belong to the same device."
-msgstr ""
+msgstr "Vecāku inventāra vienība nepieder vienai un tai pašai ierīcei."
 
-#: dcim/models/device_components.py:1403
+#: netbox/dcim/models/device_components.py:1403
 msgid "Cannot move an inventory item with dependent children"
-msgstr ""
+msgstr "Nevar pārvietot inventāra vienumu ar apgādājamiem bērniem"
 
-#: dcim/models/device_components.py:1411
+#: netbox/dcim/models/device_components.py:1411
 msgid "Cannot assign inventory item to component on another device"
-msgstr ""
+msgstr "Nevar piešķirt inventāra vienumu komponentam citā ierīcē"
 
-#: dcim/models/devices.py:60
+#: netbox/dcim/models/devices.py:60
 msgid "manufacturer"
-msgstr ""
+msgstr "ražotājs"
 
-#: dcim/models/devices.py:61
+#: netbox/dcim/models/devices.py:61
 msgid "manufacturers"
-msgstr ""
+msgstr "ražotāji"
 
-#: dcim/models/devices.py:85 dcim/models/modules.py:73 dcim/models/racks.py:139
+#: netbox/dcim/models/devices.py:85 netbox/dcim/models/modules.py:73
+#: netbox/dcim/models/racks.py:139
 msgid "model"
-msgstr ""
+msgstr "modelis"
 
-#: dcim/models/devices.py:98
+#: netbox/dcim/models/devices.py:98
 msgid "default platform"
-msgstr ""
+msgstr "noklusējuma platforma"
 
-#: dcim/models/devices.py:101 dcim/models/modules.py:77
+#: netbox/dcim/models/devices.py:101 netbox/dcim/models/modules.py:77
 msgid "part number"
-msgstr ""
+msgstr "daļas numurs"
 
-#: dcim/models/devices.py:104 dcim/models/modules.py:80
+#: netbox/dcim/models/devices.py:104 netbox/dcim/models/modules.py:80
 msgid "Discrete part number (optional)"
-msgstr ""
+msgstr "Diskrēts detaļas numurs (pēc izvēles)"
 
-#: dcim/models/devices.py:110 dcim/models/racks.py:53
+#: netbox/dcim/models/devices.py:110 netbox/dcim/models/racks.py:53
 msgid "height (U)"
-msgstr ""
+msgstr "augstums (U)"
 
-#: dcim/models/devices.py:114
+#: netbox/dcim/models/devices.py:114
 msgid "exclude from utilization"
-msgstr ""
+msgstr "izslēgt no izmantošanas"
 
-#: dcim/models/devices.py:115
+#: netbox/dcim/models/devices.py:115
 msgid "Devices of this type are excluded when calculating rack utilization."
-msgstr ""
+msgstr "Aprēķinot plauktu izmantošanu, šāda veida ierīces tiek izslēgtas."
 
-#: dcim/models/devices.py:119
+#: netbox/dcim/models/devices.py:119
 msgid "is full depth"
-msgstr ""
+msgstr "ir pilnā dziļumā"
 
-#: dcim/models/devices.py:120
+#: netbox/dcim/models/devices.py:120
 msgid "Device consumes both front and rear rack faces."
-msgstr ""
+msgstr "Ierīce patērē gan priekšējo, gan aizmugurējo plauktu virsmas."
 
-#: dcim/models/devices.py:127
+#: netbox/dcim/models/devices.py:127
 msgid "parent/child status"
-msgstr ""
+msgstr "vecāka/bērna statuss"
 
-#: dcim/models/devices.py:128
+#: netbox/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 ""
+"Vecāku ierīces ierīču novieto bērnu ierīces ierīču nodalījumos. Atstājiet "
+"tukšu, ja šis ierīces tips nav ne vecāks, ne bērns."
 
-#: dcim/models/devices.py:132 dcim/models/devices.py:586
-#: dcim/models/modules.py:83 dcim/models/racks.py:321
+#: netbox/dcim/models/devices.py:132 netbox/dcim/models/devices.py:586
+#: netbox/dcim/models/modules.py:83 netbox/dcim/models/racks.py:321
 msgid "airflow"
-msgstr ""
+msgstr "gaisa plūsma"
 
-#: dcim/models/devices.py:209
+#: netbox/dcim/models/devices.py:209
 msgid "device type"
-msgstr ""
+msgstr "ierīces tips"
 
-#: dcim/models/devices.py:210
+#: netbox/dcim/models/devices.py:210
 msgid "device types"
-msgstr ""
+msgstr "ierīču veidi"
 
-#: dcim/models/devices.py:292
+#: netbox/dcim/models/devices.py:292
 msgid "U height must be in increments of 0.5 rack units."
-msgstr ""
+msgstr "U augstumam jābūt soli pa 0,5 plaukta vienībām."
 
-#: dcim/models/devices.py:309
+#: netbox/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"
+"Device {device} in rack {rack} does not have sufficient space to accommodate"
+" a height of {height}U"
 msgstr ""
+"Ierīce {device} plauktā {rack} nav pietiekami daudz vietas, lai ievietotu "
+"augstumu {height}U"
 
-#: dcim/models/devices.py:324
+#: netbox/dcim/models/devices.py:324
 #, python-brace-format
 msgid ""
 "Unable to set 0U height: Found <a href=\"{url}\">{racked_instance_count} "
 "instances</a> already mounted within racks."
 msgstr ""
+"Nevar iestatīt 0U augstumu: Atrasts <a "
+"href=\"{url}\">{racked_instance_count} gadījumi</a> jau uzstādīts plauktos."
 
-#: dcim/models/devices.py:333
+#: netbox/dcim/models/devices.py:333
 msgid ""
 "Must delete all device bay templates associated with this device before "
 "declassifying it as a parent device."
 msgstr ""
+"Pirms atklasificēt to kā vecāku ierīci, ir jāizdzēš visas ierīces nodalījuma"
+" veidnes, kas saistītas ar šo ierīci."
 
-#: dcim/models/devices.py:339
+#: netbox/dcim/models/devices.py:339
 msgid "Child device types must be 0U."
-msgstr ""
+msgstr "Bērnu ierīču tipiem jābūt 0U."
 
-#: dcim/models/devices.py:388
+#: netbox/dcim/models/devices.py:388
 msgid "Virtual machines may be assigned to this role"
-msgstr ""
+msgstr "Šai lomai var piešķirt virtuālās mašīnas"
 
-#: dcim/models/devices.py:411
+#: netbox/dcim/models/devices.py:411
 msgid "A top-level device role with this name already exists."
-msgstr ""
+msgstr "Augstākā līmeņa ierīces loma ar šo nosaukumu jau pastāv."
 
-#: dcim/models/devices.py:421
+#: netbox/dcim/models/devices.py:421
 msgid "A top-level device role with this slug already exists."
-msgstr ""
+msgstr "Augstākā līmeņa ierīces loma ar šo gliemežu jau pastāv."
 
-#: dcim/models/devices.py:424
+#: netbox/dcim/models/devices.py:424
 msgid "device role"
-msgstr ""
+msgstr "ierīces loma"
 
-#: dcim/models/devices.py:425
+#: netbox/dcim/models/devices.py:425
 msgid "device roles"
-msgstr ""
+msgstr "ierīces lomas"
 
-#: dcim/models/devices.py:439
+#: netbox/dcim/models/devices.py:439
 msgid "Optionally limit this platform to devices of a certain manufacturer"
-msgstr ""
+msgstr "Pēc izvēles ierobežojiet šo platformu ar noteikta ražotāja ierīcēm"
 
-#: dcim/models/devices.py:453
+#: netbox/dcim/models/devices.py:453
 msgid "platform"
-msgstr ""
+msgstr "platforma"
 
-#: dcim/models/devices.py:454
+#: netbox/dcim/models/devices.py:454
 msgid "platforms"
-msgstr ""
+msgstr "platformas"
 
-#: dcim/models/devices.py:464
+#: netbox/dcim/models/devices.py:464
 msgid "Platform name must be unique."
-msgstr ""
+msgstr "Platformas nosaukumam jābūt unikālam."
 
-#: dcim/models/devices.py:474
+#: netbox/dcim/models/devices.py:474
 msgid "Platform slug must be unique."
-msgstr ""
+msgstr "Platformas gliemežam jābūt unikālam."
 
-#: dcim/models/devices.py:507
+#: netbox/dcim/models/devices.py:507
 msgid "The function this device serves"
-msgstr ""
+msgstr "Funkcija, ko šī ierīce kalpo"
 
-#: dcim/models/devices.py:534
+#: netbox/dcim/models/devices.py:534
 msgid "Chassis serial number, assigned by the manufacturer"
-msgstr ""
+msgstr "Ražotāja piešķirtais šasijas sērijas numurs"
 
-#: dcim/models/devices.py:542 dcim/models/modules.py:225
+#: netbox/dcim/models/devices.py:542 netbox/dcim/models/modules.py:225
 msgid "A unique tag used to identify this device"
-msgstr ""
+msgstr "Unikāls atzīme, ko izmanto, lai identificētu šo ierīci"
 
-#: dcim/models/devices.py:569
+#: netbox/dcim/models/devices.py:569
 msgid "position (U)"
-msgstr ""
+msgstr "pozīcija (U)"
 
-#: dcim/models/devices.py:577
+#: netbox/dcim/models/devices.py:577
 msgid "rack face"
-msgstr ""
+msgstr "statīva seja"
 
-#: dcim/models/devices.py:598 dcim/models/devices.py:1223
-#: virtualization/models/virtualmachines.py:94
+#: netbox/dcim/models/devices.py:598 netbox/dcim/models/devices.py:1223
+#: netbox/virtualization/models/virtualmachines.py:94
 msgid "primary IPv4"
-msgstr ""
+msgstr "primārais IPv4"
 
-#: dcim/models/devices.py:606 dcim/models/devices.py:1231
-#: virtualization/models/virtualmachines.py:102
+#: netbox/dcim/models/devices.py:606 netbox/dcim/models/devices.py:1231
+#: netbox/virtualization/models/virtualmachines.py:102
 msgid "primary IPv6"
-msgstr ""
+msgstr "primārais IPv6"
 
-#: dcim/models/devices.py:614
+#: netbox/dcim/models/devices.py:614
 msgid "out-of-band IP"
-msgstr ""
+msgstr "ārpus joslas IP"
 
-#: dcim/models/devices.py:631
+#: netbox/dcim/models/devices.py:631
 msgid "VC position"
-msgstr ""
+msgstr "VC pozīcija"
 
-#: dcim/models/devices.py:634
+#: netbox/dcim/models/devices.py:634
 msgid "Virtual chassis position"
-msgstr ""
+msgstr "Virtuālā šasijas pozīcija"
 
-#: dcim/models/devices.py:637
+#: netbox/dcim/models/devices.py:637
 msgid "VC priority"
-msgstr ""
+msgstr "VC prioritāte"
 
-#: dcim/models/devices.py:641
+#: netbox/dcim/models/devices.py:641
 msgid "Virtual chassis master election priority"
-msgstr ""
+msgstr "Virtuālās šasijas galvenā vēlēšanu prioritāte"
 
-#: dcim/models/devices.py:644 dcim/models/sites.py:211
+#: netbox/dcim/models/devices.py:644 netbox/dcim/models/sites.py:211
 msgid "latitude"
-msgstr ""
+msgstr "platums"
 
-#: dcim/models/devices.py:653 dcim/models/devices.py:665
-#: dcim/models/sites.py:220 dcim/models/sites.py:232
+#: netbox/dcim/models/devices.py:653 netbox/dcim/models/devices.py:665
+#: netbox/dcim/models/sites.py:220 netbox/dcim/models/sites.py:232
 msgid "GPS coordinate in decimal format (xx.yyyyyy)"
-msgstr ""
+msgstr "GPS koordināta decimālformātā (xx.gggg)"
 
-#: dcim/models/devices.py:656 dcim/models/sites.py:223
+#: netbox/dcim/models/devices.py:656 netbox/dcim/models/sites.py:223
 msgid "longitude"
-msgstr ""
+msgstr "garums"
 
-#: dcim/models/devices.py:739
+#: netbox/dcim/models/devices.py:739
 msgid "Device name must be unique per site."
-msgstr ""
+msgstr "Ierīces nosaukumam jābūt unikālam katrai vietnei."
 
-#: dcim/models/devices.py:750
+#: netbox/dcim/models/devices.py:750
 msgid "device"
-msgstr ""
+msgstr "ierīce"
 
-#: dcim/models/devices.py:751
+#: netbox/dcim/models/devices.py:751
 msgid "devices"
-msgstr ""
+msgstr "ierīces"
 
-#: dcim/models/devices.py:770
+#: netbox/dcim/models/devices.py:770
 #, python-brace-format
 msgid "Rack {rack} does not belong to site {site}."
-msgstr ""
+msgstr "Plaukts {rack} nepieder vietnei {site}."
 
-#: dcim/models/devices.py:775
+#: netbox/dcim/models/devices.py:775
 #, python-brace-format
 msgid "Location {location} does not belong to site {site}."
-msgstr ""
+msgstr "Atrašanās vieta {location} nepieder vietnei {site}."
 
-#: dcim/models/devices.py:781
+#: netbox/dcim/models/devices.py:781
 #, python-brace-format
 msgid "Rack {rack} does not belong to location {location}."
-msgstr ""
+msgstr "Plaukts {rack} nepieder atrašanās vietai {location}."
 
-#: dcim/models/devices.py:788
+#: netbox/dcim/models/devices.py:788
 msgid "Cannot select a rack face without assigning a rack."
-msgstr ""
+msgstr "Nevar izvēlēties statīva virsmu, nepiešķirot plauktu."
 
-#: dcim/models/devices.py:792
+#: netbox/dcim/models/devices.py:792
 msgid "Cannot select a rack position without assigning a rack."
-msgstr ""
+msgstr "Nevar izvēlēties statīva pozīciju, nepiešķirot plauktu."
 
-#: dcim/models/devices.py:798
+#: netbox/dcim/models/devices.py:798
 msgid "Position must be in increments of 0.5 rack units."
-msgstr ""
+msgstr "Pozīcijai jābūt ar soli pa 0,5 plaukta vienībām."
 
-#: dcim/models/devices.py:802
+#: netbox/dcim/models/devices.py:802
 msgid "Must specify rack face when defining rack position."
-msgstr ""
+msgstr "Nosakot statīva pozīciju, jānorāda statīva virsma."
 
-#: dcim/models/devices.py:810
+#: netbox/dcim/models/devices.py:810
 #, python-brace-format
-msgid "A 0U device type ({device_type}) cannot be assigned to a rack position."
-msgstr ""
+msgid ""
+"A 0U device type ({device_type}) cannot be assigned to a rack position."
+msgstr "0U ierīces tips ({device_type}) nevar piešķirt statīva pozīcijai."
 
-#: dcim/models/devices.py:821
+#: netbox/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 ""
+"Bērnu ierīču tipus nevar tikt piešķirti statīva virsmai. Tas ir vecāku "
+"ierīces atribūts."
 
-#: dcim/models/devices.py:828
+#: netbox/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 ""
+"Bērnu ierīču tipus nevar tikt piešķirti statīva pozīcijai. Tas ir vecāku "
+"ierīces atribūts."
 
-#: dcim/models/devices.py:842
+#: netbox/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 ""
+"U{position} jau ir aizņemts vai tam nav pietiekami daudz vietas, lai "
+"izvietotu šo ierīces tipu: {device_type} ({u_height}U)"
 
-#: dcim/models/devices.py:857
+#: netbox/dcim/models/devices.py:857
 #, python-brace-format
 msgid "{ip} is not an IPv4 address."
-msgstr ""
+msgstr "{ip} nav IPv4 adrese."
 
-#: dcim/models/devices.py:869 dcim/models/devices.py:887
+#: netbox/dcim/models/devices.py:869 netbox/dcim/models/devices.py:887
 #, python-brace-format
 msgid "The specified IP address ({ip}) is not assigned to this device."
-msgstr ""
+msgstr "Norādītā IP adrese ({ip}) nav piešķirts šai ierīcei."
 
-#: dcim/models/devices.py:875
+#: netbox/dcim/models/devices.py:875
 #, python-brace-format
 msgid "{ip} is not an IPv6 address."
-msgstr ""
+msgstr "{ip} nav IPv6 adrese."
 
-#: dcim/models/devices.py:905
+#: netbox/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 ""
+"Piešķirtā platforma ir ierobežota līdz {platform_manufacturer} ierīces tipi,"
+" bet šī ierīces tips pieder pie {devicetype_manufacturer}."
 
-#: dcim/models/devices.py:916
+#: netbox/dcim/models/devices.py:916
 #, python-brace-format
 msgid "The assigned cluster belongs to a different site ({site})"
-msgstr ""
+msgstr "Piešķirtais klasteris pieder citai vietnei ({site})"
 
-#: dcim/models/devices.py:923
+#: netbox/dcim/models/devices.py:923
 #, python-brace-format
 msgid "The assigned cluster belongs to a different location ({location})"
-msgstr ""
+msgstr "Piešķirtais klasteris pieder citai vietai ({location})"
 
-#: dcim/models/devices.py:931
+#: netbox/dcim/models/devices.py:931
 msgid "A device assigned to a virtual chassis must have its position defined."
-msgstr ""
+msgstr "Virtuālajai šasijai piešķirtai ierīcei jābūt noteiktai pozīcijai."
 
-#: dcim/models/devices.py:937
+#: netbox/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 ""
+"Ierīci nevar noņemt no virtuālās šasijas {virtual_chassis} jo šobrīd tā ir "
+"izraudzīta par savu kapteini."
 
-#: dcim/models/devices.py:1138
+#: netbox/dcim/models/devices.py:1138
 msgid "domain"
-msgstr ""
+msgstr "domēns"
 
-#: dcim/models/devices.py:1151 dcim/models/devices.py:1152
+#: netbox/dcim/models/devices.py:1151 netbox/dcim/models/devices.py:1152
 msgid "virtual chassis"
-msgstr ""
+msgstr "virtuālā šasija"
 
-#: dcim/models/devices.py:1164
+#: netbox/dcim/models/devices.py:1164
 #, python-brace-format
-msgid "The selected master ({master}) is not assigned to this virtual chassis."
+msgid ""
+"The selected master ({master}) is not assigned to this virtual chassis."
 msgstr ""
+"Izvēlētais kapteinis ({master}) nav piešķirts šai virtuālajai šasijai."
 
-#: dcim/models/devices.py:1179
+#: netbox/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 ""
+"Nevar izdzēst virtuālo šasiju {self}. Ir dalībnieku saskarnes, kas veido "
+"šķērsšasiju LAG saskarnes."
 
-#: dcim/models/devices.py:1212 vpn/models/l2vpn.py:42
+#: netbox/dcim/models/devices.py:1212 netbox/vpn/models/l2vpn.py:42
 msgid "identifier"
-msgstr ""
+msgstr "identifikators"
 
-#: dcim/models/devices.py:1213
+#: netbox/dcim/models/devices.py:1213
 msgid "Numeric identifier unique to the parent device"
-msgstr ""
+msgstr "Ciparu identifikators, kas ir unikāls vecāku ierīcei"
 
-#: 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
+#: netbox/dcim/models/devices.py:1241 netbox/extras/models/customfields.py:231
+#: netbox/extras/models/models.py:111 netbox/extras/models/models.py:800
+#: netbox/netbox/models/__init__.py:120 netbox/netbox/models/__init__.py:155
 msgid "comments"
-msgstr ""
+msgstr "komentāri"
 
-#: dcim/models/devices.py:1257
+#: netbox/dcim/models/devices.py:1257
 msgid "virtual device context"
-msgstr ""
+msgstr "virtuālās ierīces konteksts"
 
-#: dcim/models/devices.py:1258
+#: netbox/dcim/models/devices.py:1258
 msgid "virtual device contexts"
-msgstr ""
+msgstr "virtuālo ierīču konteksti"
 
-#: dcim/models/devices.py:1287
+#: netbox/dcim/models/devices.py:1287
 #, python-brace-format
 msgid "{ip} is not an IPv{family} address."
-msgstr ""
+msgstr "{ip} nav IPV{family} adrese."
 
-#: dcim/models/devices.py:1293
+#: netbox/dcim/models/devices.py:1293
 msgid "Primary IP address must belong to an interface on the assigned device."
-msgstr ""
+msgstr "Primārajai IP adresei jāpieder piešķirtās ierīces saskarnei."
 
-#: dcim/models/devices.py:1324
+#: netbox/dcim/models/devices.py:1324
 msgid "MAC addresses"
-msgstr ""
+msgstr "MAC adreses"
 
-#: dcim/models/devices.py:1356
+#: netbox/dcim/models/devices.py:1356
 msgid ""
-"Cannot unassign MAC Address while it is designated as the primary MAC for an "
-"object"
+"Cannot unassign MAC Address while it is designated as the primary MAC for an"
+" object"
 msgstr ""
+"Nevar atcelt MAC adreses piešķiršanu, kamēr tā ir apzīmēta kā objekta "
+"primārais MAC"
 
-#: dcim/models/devices.py:1360
+#: netbox/dcim/models/devices.py:1360
 msgid ""
-"Cannot reassign MAC Address while it is designated as the primary MAC for an "
-"object"
+"Cannot reassign MAC Address while it is designated as the primary MAC for an"
+" object"
 msgstr ""
+"Nevar mainīt MAC adresi, kamēr tā ir apzīmēta kā objekta primārais MAC"
 
-#: dcim/models/mixins.py:131 virtualization/models/virtualmachines.py:390
+#: netbox/dcim/models/mixins.py:131
+#: netbox/virtualization/models/virtualmachines.py:390
 msgid "An interface cannot be bridged to itself."
-msgstr ""
+msgstr "Saskarni nevar savienot ar sevi."
 
-#: dcim/models/mixins.py:136
+#: netbox/dcim/models/mixins.py:136
 msgid "Virtual interfaces cannot have a PoE mode."
-msgstr ""
+msgstr "Virtuālajām saskarnēm nevar būt PoE režīms."
 
-#: dcim/models/mixins.py:140
+#: netbox/dcim/models/mixins.py:140
 msgid "Virtual interfaces cannot have a PoE type."
-msgstr ""
+msgstr "Virtuālajām saskarnēm nevar būt PoE tipa."
 
-#: dcim/models/mixins.py:146
+#: netbox/dcim/models/mixins.py:146
 msgid "Must specify PoE mode when designating a PoE type."
-msgstr ""
+msgstr "Norādot PoE veidu, jānorāda PoE režīms."
 
-#: dcim/models/mixins.py:151
+#: netbox/dcim/models/mixins.py:151
 msgid "Wireless role may be set only on wireless interfaces."
-msgstr ""
+msgstr "Bezvadu lomu var iestatīt tikai bezvadu saskarnēs."
 
-#: dcim/models/modules.py:39 extras/models/configs.py:49
+#: netbox/dcim/models/modules.py:39 netbox/extras/models/configs.py:49
 msgid "schema"
-msgstr ""
+msgstr "shēma"
 
-#: dcim/models/modules.py:46
+#: netbox/dcim/models/modules.py:46
 msgid "module type profile"
-msgstr ""
+msgstr "moduļa tipa profils"
 
-#: dcim/models/modules.py:47
+#: netbox/dcim/models/modules.py:47
 msgid "module type profiles"
-msgstr ""
+msgstr "moduļa tipa profili"
 
-#: dcim/models/modules.py:92
+#: netbox/dcim/models/modules.py:92
 msgid "attributes"
-msgstr ""
+msgstr "atribūti"
 
-#: dcim/models/modules.py:108
+#: netbox/dcim/models/modules.py:108
 msgid "module type"
-msgstr ""
+msgstr "moduļa tips"
 
-#: dcim/models/modules.py:109
+#: netbox/dcim/models/modules.py:109
 msgid "module types"
-msgstr ""
+msgstr "moduļu veidi"
 
-#: dcim/models/modules.py:139
+#: netbox/dcim/models/modules.py:139
 #, python-brace-format
 msgid "Invalid schema: {error}"
-msgstr ""
+msgstr "Nederīga shēma: {error}"
 
-#: dcim/models/modules.py:232
+#: netbox/dcim/models/modules.py:232
 msgid "module"
-msgstr ""
+msgstr "modulis"
 
-#: dcim/models/modules.py:233
+#: netbox/dcim/models/modules.py:233
 msgid "modules"
-msgstr ""
+msgstr "moduļi"
 
-#: dcim/models/modules.py:246
+#: netbox/dcim/models/modules.py:246
 #, python-brace-format
 msgid ""
 "Module must be installed within a module bay belonging to the assigned "
 "device ({device})."
 msgstr ""
+"Modulis jāuzstāda moduļa nodalījumā, kas pieder piešķirtajai ierīcei "
+"({device})."
 
-#: dcim/models/power.py:55
+#: netbox/dcim/models/power.py:55
 msgid "power panel"
-msgstr ""
+msgstr "barošanas panelis"
 
-#: dcim/models/power.py:56
+#: netbox/dcim/models/power.py:56
 msgid "power panels"
-msgstr ""
+msgstr "barošanas paneļi"
 
-#: dcim/models/power.py:67
+#: netbox/dcim/models/power.py:67
 #, python-brace-format
 msgid ""
 "Location {location} ({location_site}) is in a different site than {site}"
 msgstr ""
+"Atrašanās vieta {location} ({location_site}) atrodas citā vietā nekā {site}"
 
-#: dcim/models/power.py:106
+#: netbox/dcim/models/power.py:106
 msgid "supply"
-msgstr ""
+msgstr "piegāde"
 
-#: dcim/models/power.py:112
+#: netbox/dcim/models/power.py:112
 msgid "phase"
-msgstr ""
+msgstr "fāze"
 
-#: dcim/models/power.py:118
+#: netbox/dcim/models/power.py:118
 msgid "voltage"
-msgstr ""
+msgstr "spriegums"
 
-#: dcim/models/power.py:123
+#: netbox/dcim/models/power.py:123
 msgid "amperage"
-msgstr ""
+msgstr "strāvas stiprums"
 
-#: dcim/models/power.py:128
+#: netbox/dcim/models/power.py:128
 msgid "max utilization"
-msgstr ""
+msgstr "maksimālā izmantošana"
 
-#: dcim/models/power.py:131
+#: netbox/dcim/models/power.py:131
 msgid "Maximum permissible draw (percentage)"
-msgstr ""
+msgstr "Maksimālā pieļaujamā izloze (procentos)"
 
-#: dcim/models/power.py:134
+#: netbox/dcim/models/power.py:134
 msgid "available power"
-msgstr ""
+msgstr "pieejamā jauda"
 
-#: dcim/models/power.py:162
+#: netbox/dcim/models/power.py:162
 msgid "power feed"
-msgstr ""
+msgstr "strāvas padeve"
 
-#: dcim/models/power.py:163
+#: netbox/dcim/models/power.py:163
 msgid "power feeds"
-msgstr ""
+msgstr "strāvas padeves"
 
-#: dcim/models/power.py:174
+#: netbox/dcim/models/power.py:174
 #, python-brace-format
 msgid ""
 "Rack {rack} ({rack_site}) and power panel {powerpanel} ({powerpanel_site}) "
 "are in different sites."
 msgstr ""
+"Plaukts {rack} ({rack_site}) un barošanas panelis {powerpanel} "
+"({powerpanel_site}) atrodas dažādās vietās."
 
-#: dcim/models/power.py:185
+#: netbox/dcim/models/power.py:185
 msgid "Voltage cannot be negative for AC supply"
-msgstr ""
+msgstr "Maiņstrāvas padevei spriegums nevar būt negatīvs"
 
-#: dcim/models/racks.py:46
+#: netbox/dcim/models/racks.py:46
 msgid "width"
-msgstr ""
+msgstr "platums"
 
-#: dcim/models/racks.py:47
+#: netbox/dcim/models/racks.py:47
 msgid "Rail-to-rail width"
-msgstr ""
+msgstr "Platums no dzelzceļa līdz sliedēm"
 
-#: dcim/models/racks.py:55
+#: netbox/dcim/models/racks.py:55
 msgid "Height in rack units"
-msgstr ""
+msgstr "Augstums plauktu vienībās"
 
-#: dcim/models/racks.py:59
+#: netbox/dcim/models/racks.py:59
 msgid "starting unit"
-msgstr ""
+msgstr "starta vienība"
 
-#: dcim/models/racks.py:61
+#: netbox/dcim/models/racks.py:61
 msgid "Starting unit for rack"
-msgstr ""
+msgstr "Starta bloks statīvam"
 
-#: dcim/models/racks.py:65
+#: netbox/dcim/models/racks.py:65
 msgid "descending units"
-msgstr ""
+msgstr "dilstošas vienības"
 
-#: dcim/models/racks.py:66
+#: netbox/dcim/models/racks.py:66
 msgid "Units are numbered top-to-bottom"
-msgstr ""
+msgstr "Vienības ir numurētas no augšas uz leju"
 
-#: dcim/models/racks.py:71
+#: netbox/dcim/models/racks.py:71
 msgid "outer width"
-msgstr ""
+msgstr "ārējais platums"
 
-#: dcim/models/racks.py:74
+#: netbox/dcim/models/racks.py:74
 msgid "Outer dimension of rack (width)"
-msgstr ""
+msgstr "Plaukta ārējais izmērs (platums)"
 
-#: dcim/models/racks.py:77
+#: netbox/dcim/models/racks.py:77
 msgid "outer height"
-msgstr ""
+msgstr "ārējais augstums"
 
-#: dcim/models/racks.py:80
+#: netbox/dcim/models/racks.py:80
 msgid "Outer dimension of rack (height)"
-msgstr ""
+msgstr "Plaukta ārējais izmērs (augstums)"
 
-#: dcim/models/racks.py:83
+#: netbox/dcim/models/racks.py:83
 msgid "outer depth"
-msgstr ""
+msgstr "ārējais dziļums"
 
-#: dcim/models/racks.py:86
+#: netbox/dcim/models/racks.py:86
 msgid "Outer dimension of rack (depth)"
-msgstr ""
+msgstr "Plaukta ārējais izmērs (dziļums)"
 
-#: dcim/models/racks.py:89
+#: netbox/dcim/models/racks.py:89
 msgid "outer unit"
-msgstr ""
+msgstr "ārējā vienība"
 
-#: dcim/models/racks.py:96
+#: netbox/dcim/models/racks.py:96
 msgid "mounting depth"
-msgstr ""
+msgstr "montāžas dziļums"
 
-#: dcim/models/racks.py:100
+#: netbox/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."
+"Maximum depth of a mounted device, in millimeters. For four-post racks, this"
+" is the distance between the front and rear rails."
 msgstr ""
+"Uzstādītās ierīces maksimālais dziļums milimetros. Četru stabu statīviem tas"
+" ir attālums starp priekšējām un aizmugurējām sliedēm."
 
-#: dcim/models/racks.py:108
+#: netbox/dcim/models/racks.py:108
 msgid "max weight"
-msgstr ""
+msgstr "maksimālais svars"
 
-#: dcim/models/racks.py:111
+#: netbox/dcim/models/racks.py:111
 msgid "Maximum load capacity for the rack"
-msgstr ""
+msgstr "Maksimālā plaukta kravnesība"
 
-#: dcim/models/racks.py:131 dcim/models/racks.py:253
+#: netbox/dcim/models/racks.py:131 netbox/dcim/models/racks.py:253
 msgid "form factor"
-msgstr ""
+msgstr "formas faktors"
 
-#: dcim/models/racks.py:168
+#: netbox/dcim/models/racks.py:168
 msgid "rack type"
-msgstr ""
+msgstr "plaukta veids"
 
-#: dcim/models/racks.py:169
+#: netbox/dcim/models/racks.py:169
 msgid "rack types"
-msgstr ""
+msgstr "plauktu veidi"
 
-#: dcim/models/racks.py:183 dcim/models/racks.py:375
+#: netbox/dcim/models/racks.py:183 netbox/dcim/models/racks.py:375
 msgid "Must specify a unit when setting an outer dimension"
-msgstr ""
+msgstr "Iestatot ārējo izmēru, jānorāda vienība"
 
-#: dcim/models/racks.py:187 dcim/models/racks.py:379
+#: netbox/dcim/models/racks.py:187 netbox/dcim/models/racks.py:379
 msgid "Must specify a unit when setting a maximum weight"
-msgstr ""
+msgstr "Jānorāda vienība, iestatot maksimālo svaru"
 
-#: dcim/models/racks.py:233
+#: netbox/dcim/models/racks.py:233
 msgid "rack role"
-msgstr ""
+msgstr "statīva loma"
 
-#: dcim/models/racks.py:234
+#: netbox/dcim/models/racks.py:234
 msgid "rack roles"
-msgstr ""
+msgstr "statīva lomas"
 
-#: dcim/models/racks.py:271
+#: netbox/dcim/models/racks.py:271
 msgid "facility ID"
-msgstr ""
+msgstr "objekta ID"
 
-#: dcim/models/racks.py:272
+#: netbox/dcim/models/racks.py:272
 msgid "Locally-assigned identifier"
-msgstr ""
+msgstr "Lokāli piešķirtais identifikators"
 
-#: 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
+#: netbox/dcim/models/racks.py:305 netbox/ipam/forms/bulk_import.py:204
+#: netbox/ipam/forms/bulk_import.py:268 netbox/ipam/forms/bulk_import.py:303
+#: netbox/ipam/forms/bulk_import.py:515
+#: netbox/virtualization/forms/bulk_import.py:123
 msgid "Functional role"
-msgstr ""
+msgstr "Funkcionālā loma"
 
-#: dcim/models/racks.py:318
+#: netbox/dcim/models/racks.py:318
 msgid "A unique tag used to identify this rack"
-msgstr ""
+msgstr "Unikāls etiķete, ko izmanto, lai identificētu šo plauktu"
 
-#: dcim/models/racks.py:358
+#: netbox/dcim/models/racks.py:358
 msgid "rack"
-msgstr ""
+msgstr "bagāžnieks"
 
-#: dcim/models/racks.py:359
+#: netbox/dcim/models/racks.py:359
 msgid "racks"
-msgstr ""
+msgstr "pakaramie"
 
-#: dcim/models/racks.py:371
+#: netbox/dcim/models/racks.py:371
 #, python-brace-format
 msgid "Assigned location must belong to parent site ({site})."
-msgstr ""
+msgstr "Piešķirtai atrašanās vietai jāpieder mātes vietnei ({site})."
 
-#: dcim/models/racks.py:394
+#: netbox/dcim/models/racks.py:394
 #, python-brace-format
 msgid ""
 "Rack must be at least {min_height}U tall to house currently installed "
 "devices."
 msgstr ""
+"Plauktam jābūt vismaz {min_height}Augstas līdz pašlaik uzstādītajām ierīcēm."
 
-#: dcim/models/racks.py:403
+#: netbox/dcim/models/racks.py:403
 #, python-brace-format
 msgid ""
 "Rack unit numbering must begin at {position} or less to house currently "
 "installed devices."
 msgstr ""
+"Plauktu vienību numerācijai jāsākas no {position} vai mazāk, lai izvietotu "
+"pašlaik instalētās ierīces."
 
-#: dcim/models/racks.py:411
+#: netbox/dcim/models/racks.py:411
 #, python-brace-format
 msgid "Location must be from the same site, {site}."
-msgstr ""
+msgstr "Atrašanās vietai jābūt no vienas vietas, {site}."
 
-#: dcim/models/racks.py:673
+#: netbox/dcim/models/racks.py:673
 msgid "units"
-msgstr ""
+msgstr "vienības"
 
-#: dcim/models/racks.py:705
+#: netbox/dcim/models/racks.py:705
 msgid "rack reservation"
-msgstr ""
+msgstr "statīvu rezervācija"
 
-#: dcim/models/racks.py:706
+#: netbox/dcim/models/racks.py:706
 msgid "rack reservations"
-msgstr ""
+msgstr "statīvu rezervācijas"
 
-#: dcim/models/racks.py:720
+#: netbox/dcim/models/racks.py:720
 #, python-brace-format
 msgid "Invalid unit(s) for {height}U rack: {unit_list}"
-msgstr ""
+msgstr "Nederīga (-as) vienība (-as) {height}U plaukts: {unit_list}"
 
-#: dcim/models/racks.py:733
+#: netbox/dcim/models/racks.py:733
 #, python-brace-format
 msgid "The following units have already been reserved: {unit_list}"
-msgstr ""
+msgstr "Šādas vienības jau ir rezervētas: {unit_list}"
 
-#: dcim/models/sites.py:56
+#: netbox/dcim/models/sites.py:56
 msgid "A top-level region with this name already exists."
-msgstr ""
+msgstr "Augstākā līmeņa reģions ar šo nosaukumu jau pastāv."
 
-#: dcim/models/sites.py:66
+#: netbox/dcim/models/sites.py:66
 msgid "A top-level region with this slug already exists."
-msgstr ""
+msgstr "Augstākā līmeņa reģions ar šo gliemežu jau pastāv."
 
-#: dcim/models/sites.py:69
+#: netbox/dcim/models/sites.py:69
 msgid "region"
-msgstr ""
+msgstr "reģions"
 
-#: dcim/models/sites.py:70
+#: netbox/dcim/models/sites.py:70
 msgid "regions"
-msgstr ""
+msgstr "reģioni"
 
-#: dcim/models/sites.py:112
+#: netbox/dcim/models/sites.py:112
 msgid "A top-level site group with this name already exists."
-msgstr ""
+msgstr "Augstākā līmeņa vietņu grupa ar šo nosaukumu jau pastāv."
 
-#: dcim/models/sites.py:122
+#: netbox/dcim/models/sites.py:122
 msgid "A top-level site group with this slug already exists."
-msgstr ""
+msgstr "Augstākā līmeņa vietņu grupa ar šo gliemežu jau pastāv."
 
-#: dcim/models/sites.py:125
+#: netbox/dcim/models/sites.py:125
 msgid "site group"
-msgstr ""
+msgstr "vietņu grupa"
 
-#: dcim/models/sites.py:126
+#: netbox/dcim/models/sites.py:126
 msgid "site groups"
-msgstr ""
+msgstr "vietņu grupas"
 
-#: dcim/models/sites.py:148
+#: netbox/dcim/models/sites.py:148
 msgid "Full name of the site"
-msgstr ""
+msgstr "Pilns vietnes nosaukums"
 
-#: dcim/models/sites.py:184 dcim/models/sites.py:294
+#: netbox/dcim/models/sites.py:184 netbox/dcim/models/sites.py:294
 msgid "facility"
-msgstr ""
+msgstr "iekārta"
 
-#: dcim/models/sites.py:187 dcim/models/sites.py:297
+#: netbox/dcim/models/sites.py:187 netbox/dcim/models/sites.py:297
 msgid "Local facility ID or description"
-msgstr ""
+msgstr "Vietējā objekta ID vai apraksts"
 
-#: dcim/models/sites.py:199
+#: netbox/dcim/models/sites.py:199
 msgid "physical address"
-msgstr ""
+msgstr "fiziskā adrese"
 
-#: dcim/models/sites.py:202
+#: netbox/dcim/models/sites.py:202
 msgid "Physical location of the building"
-msgstr ""
+msgstr "Ēkas fiziskā atrašanās vieta"
 
-#: dcim/models/sites.py:205
+#: netbox/dcim/models/sites.py:205
 msgid "shipping address"
-msgstr ""
+msgstr "piegādes adrese"
 
-#: dcim/models/sites.py:208
+#: netbox/dcim/models/sites.py:208
 msgid "If different from the physical address"
-msgstr ""
+msgstr "Ja atšķiras no fiziskās adreses"
 
-#: dcim/models/sites.py:256
+#: netbox/dcim/models/sites.py:256
 msgid "site"
-msgstr ""
+msgstr "vietne"
 
-#: dcim/models/sites.py:257
+#: netbox/dcim/models/sites.py:257
 msgid "sites"
-msgstr ""
+msgstr "vietnes"
 
-#: dcim/models/sites.py:330
+#: netbox/dcim/models/sites.py:330
 msgid "A location with this name already exists within the specified site."
-msgstr ""
+msgstr "Atrašanās vieta ar šo nosaukumu jau pastāv norādītajā vietnē."
 
-#: dcim/models/sites.py:340
+#: netbox/dcim/models/sites.py:340
 msgid "A location with this slug already exists within the specified site."
-msgstr ""
+msgstr "Atrašanās vieta ar šo gliemežu jau pastāv norādītajā vietā."
 
-#: dcim/models/sites.py:343
+#: netbox/dcim/models/sites.py:343
 msgid "location"
-msgstr ""
+msgstr "atrašanās vieta"
 
-#: dcim/models/sites.py:344
+#: netbox/dcim/models/sites.py:344
 msgid "locations"
-msgstr ""
+msgstr "atrašanās vietas"
 
-#: dcim/models/sites.py:355
+#: netbox/dcim/models/sites.py:355
 #, python-brace-format
 msgid "Parent location ({parent}) must belong to the same site ({site})."
 msgstr ""
+"Vecāku atrašanās vieta ({parent}) jāpieder tai pašai vietnei ({site})."
 
-#: 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
+#: netbox/dcim/object_actions.py:15 netbox/templates/dcim/device/base.html:21
+#: netbox/templates/dcim/devicetype/base.html:18
+#: netbox/templates/dcim/inc/moduletype_buttons.html:9
+#: netbox/templates/dcim/module.html:18
+#: netbox/templates/virtualization/buttons/bulk_add_components.html:4
+#: netbox/templates/virtualization/virtualmachine/base.html:22
+#: netbox/virtualization/object_actions.py:14
 msgid "Add Components"
-msgstr ""
+msgstr "Pievienot komponentus"
 
-#: dcim/object_actions.py:32
+#: netbox/dcim/object_actions.py:32
 msgid "Disconnect Selected"
-msgstr ""
+msgstr "Atvienot atlasīto"
 
-#: dcim/tables/cables.py:55
+#: netbox/dcim/tables/cables.py:55
 msgid "Termination A"
-msgstr ""
+msgstr "Izbeigšana A"
 
-#: dcim/tables/cables.py:60
+#: netbox/dcim/tables/cables.py:60
 msgid "Termination B"
-msgstr ""
+msgstr "Izbeigšana B"
 
-#: dcim/tables/cables.py:66 wireless/forms/bulk_import.py:97
-#: wireless/tables/wirelesslink.py:22
+#: netbox/dcim/tables/cables.py:66 netbox/wireless/forms/bulk_import.py:97
+#: netbox/wireless/tables/wirelesslink.py:22
 msgid "Device A"
-msgstr ""
+msgstr "Ierīce A"
 
-#: dcim/tables/cables.py:72 wireless/forms/bulk_import.py:118
-#: wireless/tables/wirelesslink.py:31
+#: netbox/dcim/tables/cables.py:72 netbox/wireless/forms/bulk_import.py:118
+#: netbox/wireless/tables/wirelesslink.py:31
 msgid "Device B"
-msgstr ""
+msgstr "Ierīce B"
 
-#: dcim/tables/cables.py:78
+#: netbox/dcim/tables/cables.py:78
 msgid "Location A"
-msgstr ""
+msgstr "Atrašanās vieta A"
 
-#: dcim/tables/cables.py:84
+#: netbox/dcim/tables/cables.py:84
 msgid "Location B"
-msgstr ""
+msgstr "Atrašanās vieta B"
 
-#: dcim/tables/cables.py:90
+#: netbox/dcim/tables/cables.py:90
 msgid "Rack A"
-msgstr ""
+msgstr "Plaukts A"
 
-#: dcim/tables/cables.py:96
+#: netbox/dcim/tables/cables.py:96
 msgid "Rack B"
-msgstr ""
+msgstr "Plaukts B"
 
-#: dcim/tables/cables.py:102 wireless/forms/bulk_import.py:90
+#: netbox/dcim/tables/cables.py:102 netbox/wireless/forms/bulk_import.py:90
 msgid "Site A"
-msgstr ""
+msgstr "Vietne A"
 
-#: dcim/tables/cables.py:108 wireless/forms/bulk_import.py:111
+#: netbox/dcim/tables/cables.py:108 netbox/wireless/forms/bulk_import.py:111
 msgid "Site B"
-msgstr ""
+msgstr "Vietne B"
 
-#: dcim/tables/cables.py:117
+#: netbox/dcim/tables/cables.py:117
 msgid "Color Name"
-msgstr ""
+msgstr "Krāsas nosaukums"
 
-#: dcim/tables/connections.py:31 dcim/tables/connections.py:50
-#: dcim/tables/connections.py:71
-#: templates/dcim/inc/connection_endpoints.html:16
+#: netbox/dcim/tables/connections.py:31 netbox/dcim/tables/connections.py:50
+#: netbox/dcim/tables/connections.py:71
+#: netbox/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
+msgstr "Sasniedzams"
+
+#: netbox/dcim/tables/devices.py:73 netbox/dcim/tables/devices.py:125
+#: netbox/dcim/tables/racks.py:153 netbox/dcim/tables/sites.py:118
+#: netbox/dcim/tables/sites.py:165 netbox/extras/tables/tables.py:668
+#: netbox/netbox/navigation/menu.py:69 netbox/netbox/navigation/menu.py:73
+#: netbox/netbox/navigation/menu.py:75
+#: netbox/virtualization/forms/model_forms.py:122
+#: netbox/virtualization/tables/clusters.py:87
+#: netbox/virtualization/views.py:243
 msgid "Devices"
-msgstr ""
+msgstr "Ierīces"
 
-#: dcim/tables/devices.py:78 dcim/tables/devices.py:130
-#: virtualization/tables/clusters.py:92
+#: netbox/dcim/tables/devices.py:78 netbox/dcim/tables/devices.py:130
+#: netbox/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
+msgstr "VM"
+
+#: netbox/dcim/tables/devices.py:119 netbox/dcim/tables/devices.py:239
+#: netbox/extras/forms/model_forms.py:743
+#: netbox/templates/dcim/device.html:118
+#: netbox/templates/dcim/devicerole.html:48
+#: netbox/templates/dcim/platform.html:45
+#: netbox/templates/extras/configtemplate.html:10
+#: netbox/templates/extras/object_render_config.html:12
+#: netbox/templates/extras/object_render_config.html:15
+#: netbox/templates/virtualization/virtualmachine.html:48
+#: netbox/virtualization/tables/virtualmachines.py:77
 msgid "Config Template"
-msgstr ""
+msgstr "Konfigurācijas veidne"
 
-#: dcim/tables/devices.py:200 dcim/tables/devicetypes.py:103
+#: netbox/dcim/tables/devices.py:200 netbox/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
+msgstr "U augstums"
+
+#: netbox/dcim/tables/devices.py:210 netbox/dcim/tables/devices.py:1128
+#: netbox/ipam/forms/bulk_import.py:597 netbox/ipam/forms/model_forms.py:317
+#: netbox/ipam/forms/model_forms.py:330 netbox/ipam/tables/ip.py:314
+#: netbox/ipam/tables/ip.py:381 netbox/ipam/tables/ip.py:391
+#: netbox/ipam/tables/ip.py:414 netbox/templates/ipam/ipaddress.html:11
+#: netbox/virtualization/tables/virtualmachines.py:65
 msgid "IP Address"
-msgstr ""
+msgstr "IP adrese"
 
-#: dcim/tables/devices.py:214 dcim/tables/devices.py:1132
-#: virtualization/tables/virtualmachines.py:56
+#: netbox/dcim/tables/devices.py:214 netbox/dcim/tables/devices.py:1132
+#: netbox/virtualization/tables/virtualmachines.py:56
 msgid "IPv4 Address"
-msgstr ""
+msgstr "IPv4 Adrese"
 
-#: dcim/tables/devices.py:218 dcim/tables/devices.py:1136
-#: virtualization/tables/virtualmachines.py:60
+#: netbox/dcim/tables/devices.py:218 netbox/dcim/tables/devices.py:1136
+#: netbox/virtualization/tables/virtualmachines.py:60
 msgid "IPv6 Address"
-msgstr ""
+msgstr "IPv6 adrese"
 
-#: dcim/tables/devices.py:233
+#: netbox/dcim/tables/devices.py:233
 msgid "VC Position"
-msgstr ""
+msgstr "VC pozīcija"
 
-#: dcim/tables/devices.py:236
+#: netbox/dcim/tables/devices.py:236
 msgid "VC Priority"
-msgstr ""
+msgstr "VC prioritāte"
 
-#: dcim/tables/devices.py:243 templates/dcim/device_edit.html:40
-#: templates/dcim/devicebay_populate.html:16
+#: netbox/dcim/tables/devices.py:243 netbox/templates/dcim/device_edit.html:40
+#: netbox/templates/dcim/devicebay_populate.html:16
 msgid "Parent Device"
-msgstr ""
+msgstr "Vecāku ierīce"
 
-#: dcim/tables/devices.py:248
+#: netbox/dcim/tables/devices.py:248
 msgid "Position (Device Bay)"
-msgstr ""
+msgstr "Pozīcija (ierīces nodalījums)"
 
-#: dcim/tables/devices.py:257
+#: netbox/dcim/tables/devices.py:257
 msgid "Console ports"
-msgstr ""
+msgstr "Konsoles porti"
 
-#: dcim/tables/devices.py:260
+#: netbox/dcim/tables/devices.py:260
 msgid "Console server ports"
-msgstr ""
+msgstr "Konsoles servera porti"
 
-#: dcim/tables/devices.py:263
+#: netbox/dcim/tables/devices.py:263
 msgid "Power ports"
-msgstr ""
+msgstr "Strāvas porti"
 
-#: dcim/tables/devices.py:266
+#: netbox/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
+msgstr "Strāvas kontaktligzdas"
+
+#: netbox/dcim/tables/devices.py:269 netbox/dcim/tables/devices.py:1141
+#: netbox/dcim/tables/devicetypes.py:133 netbox/dcim/views.py:1215
+#: netbox/dcim/views.py:1528 netbox/dcim/views.py:2318
+#: netbox/netbox/navigation/menu.py:95 netbox/netbox/navigation/menu.py:259
+#: netbox/templates/dcim/buttons/bulk_add_components.html:38
+#: netbox/templates/dcim/device/base.html:37
+#: netbox/templates/dcim/devicetype/base.html:34
+#: netbox/templates/dcim/inc/moduletype_buttons.html:25
+#: netbox/templates/dcim/module.html:34
+#: netbox/templates/dcim/virtualdevicecontext.html:61
+#: netbox/templates/dcim/virtualdevicecontext.html:81
+#: netbox/templates/virtualization/buttons/bulk_add_components.html:10
+#: netbox/templates/virtualization/virtualmachine/base.html:27
+#: netbox/virtualization/tables/virtualmachines.py:71
+#: netbox/virtualization/views.py:362 netbox/wireless/tables/wirelesslan.py:67
 msgid "Interfaces"
-msgstr ""
+msgstr "Saskarnes"
 
-#: dcim/tables/devices.py:272
+#: netbox/dcim/tables/devices.py:272
 msgid "Front ports"
-msgstr ""
+msgstr "Priekšējie porti"
 
-#: dcim/tables/devices.py:278
+#: netbox/dcim/tables/devices.py:278
 msgid "Device bays"
-msgstr ""
+msgstr "Ierīces nodalījumi"
 
-#: dcim/tables/devices.py:281
+#: netbox/dcim/tables/devices.py:281
 msgid "Module bays"
-msgstr ""
+msgstr "Moduļu nodalījumi"
 
-#: dcim/tables/devices.py:284
+#: netbox/dcim/tables/devices.py:284
 msgid "Inventory items"
-msgstr ""
+msgstr "Inventāra preces"
 
-#: dcim/tables/devices.py:317
+#: netbox/dcim/tables/devices.py:317
 msgid "Device Location"
-msgstr ""
+msgstr "Ierīces atrašanās vieta"
 
-#: dcim/tables/devices.py:322
+#: netbox/dcim/tables/devices.py:322
 msgid "Device Site"
-msgstr ""
+msgstr "Ierīces vietne"
 
-#: dcim/tables/devices.py:337 dcim/tables/modules.py:91
-#: templates/dcim/module.html:65 templates/dcim/modulebay.html:17
+#: netbox/dcim/tables/devices.py:337 netbox/dcim/tables/modules.py:91
+#: netbox/templates/dcim/module.html:65
+#: netbox/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
+msgstr "Moduļa līcis"
+
+#: netbox/dcim/tables/devices.py:350 netbox/dcim/tables/devicetypes.py:52
+#: netbox/dcim/tables/devicetypes.py:148 netbox/dcim/views.py:1290
+#: netbox/dcim/views.py:2404 netbox/netbox/navigation/menu.py:104
+#: netbox/templates/dcim/buttons/bulk_add_components.html:66
+#: netbox/templates/dcim/device/base.html:52
+#: netbox/templates/dcim/devicetype/base.html:49
+#: netbox/templates/dcim/inc/panels/inventory_items.html:6
+#: netbox/templates/dcim/inventoryitemrole.html:32
 msgid "Inventory Items"
-msgstr ""
+msgstr "Inventāra preces"
 
-#: dcim/tables/devices.py:365
+#: netbox/dcim/tables/devices.py:365
 msgid "Cable Color"
-msgstr ""
+msgstr "Kabeļa krāsa"
 
-#: dcim/tables/devices.py:371
+#: netbox/dcim/tables/devices.py:371
 msgid "Link Peers"
-msgstr ""
+msgstr "Saistiet vienaudžus"
 
-#: dcim/tables/devices.py:374
+#: netbox/dcim/tables/devices.py:374
 msgid "Mark Connected"
-msgstr ""
+msgstr "Atzīmējiet savienotu"
 
-#: dcim/tables/devices.py:493
+#: netbox/dcim/tables/devices.py:493
 msgid "Maximum draw (W)"
-msgstr ""
+msgstr "Maksimālā izloze (W)"
 
-#: dcim/tables/devices.py:496
+#: netbox/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
+msgstr "Piešķirtā izloze (W)"
+
+#: netbox/dcim/tables/devices.py:601 netbox/ipam/forms/model_forms.py:787
+#: netbox/ipam/tables/fhrp.py:28 netbox/ipam/views.py:689
+#: netbox/ipam/views.py:790 netbox/netbox/navigation/menu.py:165
+#: netbox/netbox/navigation/menu.py:167
+#: netbox/templates/dcim/interface.html:396
+#: netbox/templates/ipam/ipaddress_bulk_add.html:15
+#: netbox/templates/ipam/service.html:42
+#: netbox/templates/virtualization/vminterface.html:107
+#: netbox/vpn/tables/tunnels.py:101
 msgid "IP Addresses"
-msgstr ""
+msgstr "IP adreses"
 
-#: dcim/tables/devices.py:607 netbox/navigation/menu.py:211
-#: templates/ipam/inc/panels/fhrp_groups.html:6
+#: netbox/dcim/tables/devices.py:607 netbox/netbox/navigation/menu.py:211
+#: netbox/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
+msgstr "FHRP grupas"
+
+#: netbox/dcim/tables/devices.py:619 netbox/templates/dcim/interface.html:95
+#: netbox/templates/virtualization/vminterface.html:65
+#: netbox/templates/vpn/tunnel.html:18
+#: netbox/templates/vpn/tunneltermination.html:13
+#: netbox/vpn/forms/bulk_edit.py:76 netbox/vpn/forms/bulk_import.py:76
+#: netbox/vpn/forms/filtersets.py:46 netbox/vpn/forms/filtersets.py:87
+#: netbox/vpn/forms/model_forms.py:61 netbox/vpn/forms/model_forms.py:146
+#: netbox/vpn/tables/tunnels.py:80
 msgid "Tunnel"
-msgstr ""
+msgstr "Tunelis"
 
-#: dcim/tables/devices.py:655 dcim/tables/devicetypes.py:234
-#: templates/dcim/interface.html:65
+#: netbox/dcim/tables/devices.py:655 netbox/dcim/tables/devicetypes.py:234
+#: netbox/templates/dcim/interface.html:65
 msgid "Management Only"
-msgstr ""
+msgstr "Tikai vadība"
 
-#: dcim/tables/devices.py:674
+#: netbox/dcim/tables/devices.py:674
 msgid "VDCs"
-msgstr ""
+msgstr "VDC"
 
-#: dcim/tables/devices.py:681 templates/dcim/interface.html:163
+#: netbox/dcim/tables/devices.py:681 netbox/templates/dcim/interface.html:163
 msgid "Virtual Circuit"
-msgstr ""
+msgstr "Virtuālā ķēde"
 
-#: dcim/tables/devices.py:933 templates/dcim/modulebay.html:53
+#: netbox/dcim/tables/devices.py:933 netbox/templates/dcim/modulebay.html:53
 msgid "Installed Module"
-msgstr ""
+msgstr "Instalēts modulis"
 
-#: dcim/tables/devices.py:936
+#: netbox/dcim/tables/devices.py:936
 msgid "Module Serial"
-msgstr ""
+msgstr "Sērijas modulis"
 
-#: dcim/tables/devices.py:940
+#: netbox/dcim/tables/devices.py:940
 msgid "Module Asset Tag"
-msgstr ""
+msgstr "Moduļa aktīvu tags"
 
-#: dcim/tables/devices.py:949
+#: netbox/dcim/tables/devices.py:949
 msgid "Module Status"
-msgstr ""
+msgstr "Moduļa statuss"
 
-#: dcim/tables/devices.py:1003 dcim/tables/devicetypes.py:319
-#: templates/dcim/inventoryitem.html:44
+#: netbox/dcim/tables/devices.py:1003 netbox/dcim/tables/devicetypes.py:319
+#: netbox/templates/dcim/inventoryitem.html:44
 msgid "Component"
-msgstr ""
+msgstr "Komponents"
 
-#: dcim/tables/devices.py:1061
+#: netbox/dcim/tables/devices.py:1061
 msgid "Items"
-msgstr ""
+msgstr "Priekšmeti"
 
-#: dcim/tables/devicetypes.py:37 netbox/navigation/menu.py:60
-#: netbox/navigation/menu.py:62
+#: netbox/dcim/tables/devicetypes.py:37 netbox/netbox/navigation/menu.py:60
+#: netbox/netbox/navigation/menu.py:62
 msgid "Rack Types"
-msgstr ""
+msgstr "Plauktu veidi"
 
-#: dcim/tables/devicetypes.py:42 netbox/navigation/menu.py:84
-#: netbox/navigation/menu.py:86
+#: netbox/dcim/tables/devicetypes.py:42 netbox/netbox/navigation/menu.py:84
+#: netbox/netbox/navigation/menu.py:86
 msgid "Device Types"
-msgstr ""
+msgstr "Ierīču veidi"
 
-#: dcim/tables/devicetypes.py:47 netbox/navigation/menu.py:87
-#: templates/dcim/moduletypeprofile.html:45
+#: netbox/dcim/tables/devicetypes.py:47 netbox/netbox/navigation/menu.py:87
+#: netbox/templates/dcim/moduletypeprofile.html:45
 msgid "Module Types"
-msgstr ""
+msgstr "Moduļu veidi"
 
-#: 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
+#: netbox/dcim/tables/devicetypes.py:57 netbox/extras/forms/filtersets.py:444
+#: netbox/extras/forms/model_forms.py:650 netbox/extras/tables/tables.py:663
+#: netbox/netbox/navigation/menu.py:78
 msgid "Platforms"
-msgstr ""
+msgstr "Platformas"
 
-#: dcim/tables/devicetypes.py:89 templates/dcim/devicetype.html:29
+#: netbox/dcim/tables/devicetypes.py:89
+#: netbox/templates/dcim/devicetype.html:29
 msgid "Default Platform"
-msgstr ""
+msgstr "Noklusējuma platforma"
 
-#: dcim/tables/devicetypes.py:93 templates/dcim/devicetype.html:45
+#: netbox/dcim/tables/devicetypes.py:93
+#: netbox/templates/dcim/devicetype.html:45
 msgid "Full Depth"
-msgstr ""
+msgstr "Pilns dziļums"
 
-#: dcim/tables/devicetypes.py:118 dcim/tables/modules.py:65
-#: dcim/tables/racks.py:93
+#: netbox/dcim/tables/devicetypes.py:118 netbox/dcim/tables/modules.py:65
+#: netbox/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
+msgstr "Gadījumi"
+
+#: netbox/dcim/tables/devicetypes.py:121 netbox/dcim/views.py:1155
+#: netbox/dcim/views.py:1468 netbox/dcim/views.py:2253
+#: netbox/netbox/navigation/menu.py:98
+#: netbox/templates/dcim/buttons/bulk_add_components.html:10
+#: netbox/templates/dcim/device/base.html:25
+#: netbox/templates/dcim/devicetype/base.html:22
+#: netbox/templates/dcim/inc/moduletype_buttons.html:13
+#: netbox/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
+msgstr "Konsoles porti"
+
+#: netbox/dcim/tables/devicetypes.py:124 netbox/dcim/views.py:1170
+#: netbox/dcim/views.py:1483 netbox/dcim/views.py:2269
+#: netbox/netbox/navigation/menu.py:99
+#: netbox/templates/dcim/buttons/bulk_add_components.html:17
+#: netbox/templates/dcim/device/base.html:28
+#: netbox/templates/dcim/devicetype/base.html:25
+#: netbox/templates/dcim/inc/moduletype_buttons.html:16
+#: netbox/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
+msgstr "Konsoles servera porti"
+
+#: netbox/dcim/tables/devicetypes.py:127 netbox/dcim/views.py:1185
+#: netbox/dcim/views.py:1498 netbox/dcim/views.py:2285
+#: netbox/netbox/navigation/menu.py:100
+#: netbox/templates/dcim/buttons/bulk_add_components.html:24
+#: netbox/templates/dcim/device/base.html:31
+#: netbox/templates/dcim/devicetype/base.html:28
+#: netbox/templates/dcim/inc/moduletype_buttons.html:19
+#: netbox/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
+msgstr "Strāvas porti"
+
+#: netbox/dcim/tables/devicetypes.py:130 netbox/dcim/views.py:1200
+#: netbox/dcim/views.py:1513 netbox/dcim/views.py:2301
+#: netbox/netbox/navigation/menu.py:101
+#: netbox/templates/dcim/buttons/bulk_add_components.html:31
+#: netbox/templates/dcim/device/base.html:34
+#: netbox/templates/dcim/devicetype/base.html:31
+#: netbox/templates/dcim/inc/moduletype_buttons.html:22
+#: netbox/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
+msgstr "Strāvas kontaktligzdas"
+
+#: netbox/dcim/tables/devicetypes.py:136 netbox/dcim/views.py:1230
+#: netbox/dcim/views.py:1543 netbox/dcim/views.py:2340
+#: netbox/netbox/navigation/menu.py:96
+#: netbox/templates/dcim/device/base.html:40
+#: netbox/templates/dcim/devicetype/base.html:37
+#: netbox/templates/dcim/inc/moduletype_buttons.html:28
+#: netbox/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
+msgstr "Priekšējās ostas"
+
+#: netbox/dcim/tables/devicetypes.py:139 netbox/dcim/views.py:1245
+#: netbox/dcim/views.py:1558 netbox/dcim/views.py:2356
+#: netbox/netbox/navigation/menu.py:97
+#: netbox/templates/dcim/buttons/bulk_add_components.html:45
+#: netbox/templates/dcim/device/base.html:43
+#: netbox/templates/dcim/devicetype/base.html:40
+#: netbox/templates/dcim/inc/moduletype_buttons.html:31
+#: netbox/templates/dcim/module.html:40
 msgid "Rear Ports"
-msgstr ""
+msgstr "Aizmugurējie porti"
 
-#: 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
+#: netbox/dcim/tables/devicetypes.py:142 netbox/dcim/views.py:1275
+#: netbox/dcim/views.py:2388 netbox/netbox/navigation/menu.py:103
+#: netbox/templates/dcim/buttons/bulk_add_components.html:52
+#: netbox/templates/dcim/device/base.html:49
+#: netbox/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
+msgstr "Ierīces nodalījumi"
+
+#: netbox/dcim/tables/devicetypes.py:145 netbox/dcim/views.py:1260
+#: netbox/dcim/views.py:1573 netbox/dcim/views.py:2372
+#: netbox/netbox/navigation/menu.py:102
+#: netbox/templates/dcim/buttons/bulk_add_components.html:59
+#: netbox/templates/dcim/device/base.html:46
+#: netbox/templates/dcim/devicetype/base.html:43
+#: netbox/templates/dcim/inc/moduletype_buttons.html:34
+#: netbox/templates/dcim/module.html:43
 msgid "Module Bays"
-msgstr ""
+msgstr "Moduļu līči"
 
-#: dcim/tables/power.py:36 netbox/navigation/menu.py:319
-#: templates/dcim/powerpanel.html:51
+#: netbox/dcim/tables/power.py:36 netbox/netbox/navigation/menu.py:319
+#: netbox/templates/dcim/powerpanel.html:51
 msgid "Power Feeds"
-msgstr ""
+msgstr "Strāvas padeves"
 
-#: dcim/tables/power.py:80 templates/dcim/powerfeed.html:99
+#: netbox/dcim/tables/power.py:80 netbox/templates/dcim/powerfeed.html:99
 msgid "Max Utilization"
-msgstr ""
+msgstr "Maksimālā izmantošana"
 
-#: dcim/tables/power.py:84
+#: netbox/dcim/tables/power.py:84
 msgid "Available Power (VA)"
-msgstr ""
+msgstr "Pieejamā jauda (VA)"
 
-#: 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
+#: netbox/dcim/tables/racks.py:30 netbox/dcim/tables/sites.py:160
+#: netbox/netbox/navigation/menu.py:43 netbox/netbox/navigation/menu.py:47
+#: netbox/netbox/navigation/menu.py:49
 msgid "Racks"
-msgstr ""
+msgstr "Statīvi"
 
-#: dcim/tables/racks.py:63 dcim/tables/racks.py:145
-#: templates/dcim/device.html:324
-#: templates/dcim/inc/panels/racktype_dimensions.html:14
+#: netbox/dcim/tables/racks.py:63 netbox/dcim/tables/racks.py:145
+#: netbox/templates/dcim/device.html:324
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:14
 msgid "Height"
-msgstr ""
+msgstr "Augstums"
 
-#: dcim/tables/racks.py:67 dcim/tables/racks.py:168
-#: templates/dcim/inc/panels/racktype_dimensions.html:18
+#: netbox/dcim/tables/racks.py:67 netbox/dcim/tables/racks.py:168
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:18
 msgid "Outer Width"
-msgstr ""
+msgstr "Ārējais platums"
 
-#: dcim/tables/racks.py:71 dcim/tables/racks.py:172
-#: templates/dcim/inc/panels/racktype_dimensions.html:28
+#: netbox/dcim/tables/racks.py:71 netbox/dcim/tables/racks.py:172
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:28
 msgid "Outer Height"
-msgstr ""
+msgstr "Ārējais augstums"
 
-#: dcim/tables/racks.py:75 dcim/tables/racks.py:176
-#: templates/dcim/inc/panels/racktype_dimensions.html:38
+#: netbox/dcim/tables/racks.py:75 netbox/dcim/tables/racks.py:176
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:38
 msgid "Outer Depth"
-msgstr ""
+msgstr "Ārējais dziļums"
 
-#: dcim/tables/racks.py:83 dcim/tables/racks.py:184
+#: netbox/dcim/tables/racks.py:83 netbox/dcim/tables/racks.py:184
 msgid "Max Weight"
-msgstr ""
+msgstr "Maksimālais svars"
 
-#: dcim/tables/racks.py:157
+#: netbox/dcim/tables/racks.py:157
 msgid "Space"
-msgstr ""
+msgstr "Kosmosa"
 
-#: 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
+#: netbox/dcim/tables/sites.py:34 netbox/dcim/tables/sites.py:68
+#: netbox/extras/forms/filtersets.py:424
+#: netbox/extras/forms/model_forms.py:630 netbox/ipam/forms/bulk_edit.py:134
+#: netbox/ipam/forms/model_forms.py:160 netbox/ipam/tables/asn.py:76
+#: netbox/netbox/navigation/menu.py:15 netbox/netbox/navigation/menu.py:19
 msgid "Sites"
-msgstr ""
+msgstr "Vietnes"
 
-#: dcim/tables/sites.py:170 netbox/navigation/menu.py:203
+#: netbox/dcim/tables/sites.py:170 netbox/netbox/navigation/menu.py:203
 msgid "VLAN Groups"
-msgstr ""
+msgstr "VLAN grupas"
 
-#: dcim/tests/test_api.py:50
+#: netbox/dcim/tests/test_api.py:50
 msgid "Test case must set peer_termination_type"
-msgstr ""
+msgstr "Testa gadījumā jāiestata peer_termination_type"
 
-#: dcim/views.py:129
+#: netbox/dcim/views.py:129
 #, python-brace-format
 msgid "Disconnected {count} {type}"
-msgstr ""
+msgstr "Atvienots {count} {type}"
 
-#: dcim/views.py:893 netbox/navigation/menu.py:51
+#: netbox/dcim/views.py:893 netbox/netbox/navigation/menu.py:51
 msgid "Reservations"
-msgstr ""
+msgstr "Rezervācijas"
 
-#: dcim/views.py:912 templates/dcim/location.html:91
-#: templates/dcim/site.html:140
+#: netbox/dcim/views.py:912 netbox/templates/dcim/location.html:91
+#: netbox/templates/dcim/site.html:140
 msgid "Non-Racked Devices"
-msgstr ""
+msgstr "Ierīces bez plauktiem"
 
-#: 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
+#: netbox/dcim/views.py:2417 netbox/extras/forms/filtersets.py:386
+#: netbox/extras/forms/model_forms.py:690
+#: netbox/templates/extras/configcontext.html:10
+#: netbox/virtualization/forms/model_forms.py:232
+#: netbox/virtualization/views.py:399
 msgid "Config Context"
-msgstr ""
+msgstr "Konfigurācijas konteksts"
 
-#: dcim/views.py:2427 virtualization/views.py:409
+#: netbox/dcim/views.py:2427 netbox/virtualization/views.py:409
 msgid "Render Config"
-msgstr ""
+msgstr "Renderēšanas konfigurācija"
 
-#: dcim/views.py:2440 extras/tables/tables.py:673 netbox/navigation/menu.py:256
-#: netbox/navigation/menu.py:258 virtualization/views.py:224
+#: netbox/dcim/views.py:2440 netbox/extras/tables/tables.py:673
+#: netbox/netbox/navigation/menu.py:256 netbox/netbox/navigation/menu.py:258
+#: netbox/virtualization/views.py:224
 msgid "Virtual Machines"
-msgstr ""
+msgstr "Virtuālās mašīnas"
 
-#: dcim/views.py:3237
+#: netbox/dcim/views.py:3238
 #, python-brace-format
 msgid "Installed device {device} in bay {device_bay}."
-msgstr ""
+msgstr "Instalēta ierīce {device} līcī {device_bay}."
 
-#: dcim/views.py:3278
+#: netbox/dcim/views.py:3279
 #, python-brace-format
 msgid "Removed device {device} from bay {device_bay}."
-msgstr ""
+msgstr "Noņemta ierīce {device} no līča {device_bay}."
 
-#: dcim/views.py:3391 ipam/tables/ip.py:181
+#: netbox/dcim/views.py:3392 netbox/ipam/tables/ip.py:181
 msgid "Children"
-msgstr ""
+msgstr "Bērni"
 
-#: dcim/views.py:3864
+#: netbox/dcim/views.py:3865
 #, python-brace-format
 msgid "Added member <a href=\"{url}\">{device}</a>"
-msgstr ""
+msgstr "Pievienots dalībnieks <a href=\"{url}\">{device}</a>"
 
-#: dcim/views.py:3909
+#: netbox/dcim/views.py:3910
 #, python-brace-format
 msgid "Unable to remove master device {device} from the virtual chassis."
-msgstr ""
+msgstr "Nevar noņemt galveno ierīci {device} no virtuālās šasijas."
 
-#: dcim/views.py:3920
+#: netbox/dcim/views.py:3921
 #, python-brace-format
 msgid "Removed {device} from virtual chassis {chassis}"
-msgstr ""
+msgstr "Noņemts {device} no virtuālās šasijas {chassis}"
 
-#: extras/api/customfields.py:89
+#: netbox/extras/api/customfields.py:89
 #, python-brace-format
 msgid "Unknown related object(s): {name}"
-msgstr ""
+msgstr "Nezināms (-i) saistītais objekts (-i): {name}"
 
-#: extras/api/serializers_/customfields.py:74
+#: netbox/extras/api/serializers_/customfields.py:74
 msgid "Changing the type of custom fields is not supported."
-msgstr ""
+msgstr "Pielāgoto lauku veida maiņa netiek atbalstīta."
 
-#: extras/api/serializers_/scripts.py:75 extras/api/serializers_/scripts.py:85
+#: netbox/extras/api/serializers_/scripts.py:75
+#: netbox/extras/api/serializers_/scripts.py:85
 msgid "Scheduling is not enabled for this script."
-msgstr ""
+msgstr "Šim skriptam plānošana nav iespējota."
 
-#: extras/api/serializers_/scripts.py:77 extras/forms/reports.py:45
-#: extras/forms/scripts.py:53
+#: netbox/extras/api/serializers_/scripts.py:77
+#: netbox/extras/forms/reports.py:45 netbox/extras/forms/scripts.py:53
 msgid "Scheduled time must be in the future."
-msgstr ""
+msgstr "Plānotajam laikam jābūt nākotnē."
 
-#: extras/choices.py:30 extras/forms/misc.py:14
+#: netbox/extras/choices.py:30 netbox/extras/forms/misc.py:14
 msgid "Text"
-msgstr ""
+msgstr "Teksts"
 
-#: extras/choices.py:31
+#: netbox/extras/choices.py:31
 msgid "Text (long)"
-msgstr ""
+msgstr "Teksts (garš)"
 
-#: extras/choices.py:32
+#: netbox/extras/choices.py:32
 msgid "Integer"
-msgstr ""
+msgstr "Vesels skaitlis"
 
-#: extras/choices.py:33
+#: netbox/extras/choices.py:33
 msgid "Decimal"
-msgstr ""
+msgstr "Decimālā daļa"
 
-#: extras/choices.py:34
+#: netbox/extras/choices.py:34
 msgid "Boolean (true/false)"
-msgstr ""
+msgstr "Būla (patiess/nepatiess)"
 
-#: extras/choices.py:35
+#: netbox/extras/choices.py:35
 msgid "Date"
-msgstr ""
+msgstr "Datums"
 
-#: extras/choices.py:36
+#: netbox/extras/choices.py:36
 msgid "Date & time"
-msgstr ""
+msgstr "Datums un laiks"
 
-#: extras/choices.py:38
+#: netbox/extras/choices.py:38
 msgid "JSON"
-msgstr ""
+msgstr "JSON"
 
-#: extras/choices.py:39
+#: netbox/extras/choices.py:39
 msgid "Selection"
-msgstr ""
+msgstr "Atlases"
 
-#: extras/choices.py:40
+#: netbox/extras/choices.py:40
 msgid "Multiple selection"
-msgstr ""
+msgstr "Vairākkārtēja izvēle"
 
-#: extras/choices.py:42
+#: netbox/extras/choices.py:42
 msgid "Multiple objects"
-msgstr ""
+msgstr "Vairāki objekti"
 
-#: extras/choices.py:54
+#: netbox/extras/choices.py:54
 msgid "Loose"
-msgstr ""
+msgstr "Vaļīgs"
 
-#: extras/choices.py:55
+#: netbox/extras/choices.py:55
 msgid "Exact"
-msgstr ""
+msgstr "Precīzs"
 
-#: extras/choices.py:66
+#: netbox/extras/choices.py:66
 msgid "Always"
-msgstr ""
+msgstr "Vienmēr"
 
-#: extras/choices.py:67
+#: netbox/extras/choices.py:67
 msgid "If set"
-msgstr ""
+msgstr "Ja iestatīts"
 
-#: extras/choices.py:68 extras/choices.py:81
+#: netbox/extras/choices.py:68 netbox/extras/choices.py:81
 msgid "Hidden"
-msgstr ""
+msgstr "Slēpts"
 
-#: extras/choices.py:79
+#: netbox/extras/choices.py:79
 msgid "Yes"
-msgstr ""
+msgstr ""
 
-#: extras/choices.py:80
+#: netbox/extras/choices.py:80
 msgid "No"
-msgstr ""
+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
+#: netbox/extras/choices.py:108 netbox/templates/tenancy/contact.html:67
+#: netbox/tenancy/forms/bulk_edit.py:130
+#: netbox/tenancy/forms/bulk_import.py:88
+#: netbox/tenancy/forms/model_forms.py:104
+#: netbox/wireless/forms/model_forms.py:173
 msgid "Link"
-msgstr ""
+msgstr "Saite"
 
-#: extras/choices.py:124
+#: netbox/extras/choices.py:124
 msgid "Newest"
-msgstr ""
+msgstr "Jaunākais"
 
-#: extras/choices.py:125
+#: netbox/extras/choices.py:125
 msgid "Oldest"
-msgstr ""
+msgstr "Vecākais"
 
-#: extras/choices.py:126
+#: netbox/extras/choices.py:126
 msgid "Alphabetical (A-Z)"
-msgstr ""
+msgstr "Alfabētiskā secība (A-Z)"
 
-#: extras/choices.py:127
+#: netbox/extras/choices.py:127
 msgid "Alphabetical (Z-A)"
-msgstr ""
+msgstr "Alfabētiskā secība (Z-A)"
 
-#: extras/choices.py:145 extras/choices.py:166
+#: netbox/extras/choices.py:145 netbox/extras/choices.py:166
 msgid "Success"
-msgstr ""
+msgstr "Panākumi"
 
-#: extras/choices.py:147
+#: netbox/extras/choices.py:147
 msgid "Danger"
-msgstr ""
+msgstr "Briesmas"
 
-#: extras/choices.py:168
+#: netbox/extras/choices.py:168
 msgid "Failure"
-msgstr ""
+msgstr "Neveiksme"
 
-#: extras/choices.py:222 netbox/choices.py:59 netbox/choices.py:104
+#: netbox/extras/choices.py:222 netbox/netbox/choices.py:59
+#: netbox/netbox/choices.py:104
 msgid "Blue"
-msgstr ""
+msgstr "Zils"
 
-#: extras/choices.py:223 netbox/choices.py:58 netbox/choices.py:105
+#: netbox/extras/choices.py:223 netbox/netbox/choices.py:58
+#: netbox/netbox/choices.py:105
 msgid "Indigo"
-msgstr ""
+msgstr "Indigo"
 
-#: extras/choices.py:224 netbox/choices.py:56 netbox/choices.py:106
+#: netbox/extras/choices.py:224 netbox/netbox/choices.py:56
+#: netbox/netbox/choices.py:106
 msgid "Purple"
-msgstr ""
+msgstr "Violets"
 
-#: extras/choices.py:225 netbox/choices.py:53 netbox/choices.py:107
+#: netbox/extras/choices.py:225 netbox/netbox/choices.py:53
+#: netbox/netbox/choices.py:107
 msgid "Pink"
-msgstr ""
+msgstr "sārts"
 
-#: extras/choices.py:226 netbox/choices.py:52 netbox/choices.py:108
+#: netbox/extras/choices.py:226 netbox/netbox/choices.py:52
+#: netbox/netbox/choices.py:108
 msgid "Red"
-msgstr ""
+msgstr "sarkans"
 
-#: extras/choices.py:227 netbox/choices.py:70 netbox/choices.py:109
+#: netbox/extras/choices.py:227 netbox/netbox/choices.py:70
+#: netbox/netbox/choices.py:109
 msgid "Orange"
-msgstr ""
+msgstr "apelsīns"
 
-#: extras/choices.py:228 netbox/choices.py:68 netbox/choices.py:110
+#: netbox/extras/choices.py:228 netbox/netbox/choices.py:68
+#: netbox/netbox/choices.py:110
 msgid "Yellow"
-msgstr ""
+msgstr "Dzeltens"
 
-#: extras/choices.py:229 netbox/choices.py:65 netbox/choices.py:111
+#: netbox/extras/choices.py:229 netbox/netbox/choices.py:65
+#: netbox/netbox/choices.py:111
 msgid "Green"
-msgstr ""
+msgstr "Zaļš"
 
-#: extras/choices.py:230 netbox/choices.py:62 netbox/choices.py:112
+#: netbox/extras/choices.py:230 netbox/netbox/choices.py:62
+#: netbox/netbox/choices.py:112
 msgid "Teal"
-msgstr ""
+msgstr "Zilgans"
 
-#: extras/choices.py:231 netbox/choices.py:61 netbox/choices.py:113
+#: netbox/extras/choices.py:231 netbox/netbox/choices.py:61
+#: netbox/netbox/choices.py:113
 msgid "Cyan"
-msgstr ""
+msgstr "Ciāna"
 
-#: extras/choices.py:232 netbox/choices.py:114
+#: netbox/extras/choices.py:232 netbox/netbox/choices.py:114
 msgid "Gray"
-msgstr ""
+msgstr "Pelēks"
 
-#: extras/choices.py:233 netbox/choices.py:76 netbox/choices.py:115
+#: netbox/extras/choices.py:233 netbox/netbox/choices.py:76
+#: netbox/netbox/choices.py:115
 msgid "Black"
-msgstr ""
+msgstr "Melns"
 
-#: extras/choices.py:234 netbox/choices.py:77 netbox/choices.py:116
+#: netbox/extras/choices.py:234 netbox/netbox/choices.py:77
+#: netbox/netbox/choices.py:116
 msgid "White"
-msgstr ""
+msgstr "Balts"
 
-#: extras/choices.py:249 extras/forms/model_forms.py:433
-#: extras/forms/model_forms.py:510 templates/extras/webhook.html:10
+#: netbox/extras/choices.py:249 netbox/extras/forms/model_forms.py:433
+#: netbox/extras/forms/model_forms.py:510
+#: netbox/templates/extras/webhook.html:10
 msgid "Webhook"
-msgstr ""
+msgstr "Tīmekļa āķis"
 
-#: extras/choices.py:250 extras/forms/model_forms.py:498
-#: templates/extras/script/base.html:29
+#: netbox/extras/choices.py:250 netbox/extras/forms/model_forms.py:498
+#: netbox/templates/extras/script/base.html:29
 msgid "Script"
-msgstr ""
+msgstr "Skripts"
 
-#: extras/choices.py:251
+#: netbox/extras/choices.py:251
 msgid "Notification"
-msgstr ""
+msgstr "Paziņojums"
 
-#: extras/conditions.py:59
+#: netbox/extras/conditions.py:59
 #, python-brace-format
 msgid "Unknown operator: {op}. Must be one of: {operators}"
-msgstr ""
+msgstr "Nezināms operators: {op}. Jābūt vienam no: {operators}"
 
-#: extras/conditions.py:63
+#: netbox/extras/conditions.py:63
 #, python-brace-format
 msgid "Unsupported value type: {value}"
-msgstr ""
+msgstr "Neatbalstītais vērtības tips: {value}"
 
-#: extras/conditions.py:65
+#: netbox/extras/conditions.py:65
 #, python-brace-format
 msgid "Invalid type for {op} operation: {value}"
-msgstr ""
+msgstr "Nederīgs tips {op} operācija: {value}"
 
-#: extras/conditions.py:144
+#: netbox/extras/conditions.py:144
 #, python-brace-format
 msgid "Ruleset must be a dictionary, not {ruleset}."
-msgstr ""
+msgstr "Noteikumu komplektam jābūt vārdnīcai, nevis {ruleset}."
 
-#: extras/conditions.py:149
+#: netbox/extras/conditions.py:149
 msgid "Invalid logic type: must be 'AND' or 'OR'. Please check documentation."
 msgstr ""
+"Nederīgs loģikas tips: jābūt “AND” vai “OR”. Lūdzu, pārbaudiet "
+"dokumentāciju."
 
-#: extras/conditions.py:161
+#: netbox/extras/conditions.py:161
 msgid "Incorrect key(s) informed. Please check documentation."
 msgstr ""
+"Informēts par nepareizu atslēgu (-as). Lūdzu, pārbaudiet dokumentāciju."
 
-#: extras/dashboard/forms.py:38
+#: netbox/extras/dashboard/forms.py:38
 msgid "Widget type"
-msgstr ""
+msgstr "Logrīka veids"
 
-#: extras/dashboard/utils.py:36
+#: netbox/extras/dashboard/utils.py:36
 #, python-brace-format
 msgid "Unregistered widget class: {name}"
-msgstr ""
+msgstr "Nereģistrēta logrīku klase: {name}"
 
-#: extras/dashboard/widgets.py:148
+#: netbox/extras/dashboard/widgets.py:148
 #, python-brace-format
 msgid "{class_name} must define a render() method."
-msgstr ""
+msgstr "{class_name} jādefinē render () metode."
 
-#: extras/dashboard/widgets.py:167
+#: netbox/extras/dashboard/widgets.py:167
 msgid "Note"
-msgstr ""
+msgstr "Piezīme"
 
-#: extras/dashboard/widgets.py:168
+#: netbox/extras/dashboard/widgets.py:168
 msgid "Display some arbitrary custom content. Markdown is supported."
-msgstr ""
+msgstr "Parādiet kādu patvaļīgu pielāgotu saturu. Markdown tiek atbalstīts."
 
-#: extras/dashboard/widgets.py:181 templates/core/system.html:34
-#: templates/core/system.html:163
+#: netbox/extras/dashboard/widgets.py:181 netbox/templates/core/system.html:34
+#: netbox/templates/core/system.html:163
 msgid "Object Counts"
-msgstr ""
+msgstr "Objektu skaits"
 
-#: extras/dashboard/widgets.py:182
+#: netbox/extras/dashboard/widgets.py:182
 msgid ""
 "Display a set of NetBox models and the number of objects created for each "
 "type."
-msgstr ""
+msgstr "Parādiet NetBox modeļu kopu un katram tipam izveidoto objektu skaitu."
 
-#: extras/dashboard/widgets.py:192
+#: netbox/extras/dashboard/widgets.py:192
 msgid "Filters to apply when counting the number of objects"
-msgstr ""
+msgstr "Filtri, kas jāpiemēro, skaitot objektu skaitu"
 
-#: extras/dashboard/widgets.py:200
+#: netbox/extras/dashboard/widgets.py:200
 msgid "Invalid format. Object filters must be passed as a dictionary."
-msgstr ""
+msgstr "Nederīgs formāts. Objektu filtri jānodod kā vārdnīca."
 
-#: extras/dashboard/widgets.py:234
+#: netbox/extras/dashboard/widgets.py:234
 msgid "Object List"
-msgstr ""
+msgstr "Objektu saraksts"
 
-#: extras/dashboard/widgets.py:235
+#: netbox/extras/dashboard/widgets.py:235
 msgid "Display an arbitrary list of objects."
-msgstr ""
+msgstr "Parādīt patvaļīgu objektu sarakstu."
 
-#: extras/dashboard/widgets.py:248
+#: netbox/extras/dashboard/widgets.py:248
 msgid "The default number of objects to display"
-msgstr ""
+msgstr "Parādīto objektu noklusējuma skaits"
 
-#: extras/dashboard/widgets.py:260
+#: netbox/extras/dashboard/widgets.py:260
 msgid "Invalid format. URL parameters must be passed as a dictionary."
-msgstr ""
+msgstr "Nederīgs formāts. URL parametri jānodod kā vārdnīca."
 
-#: extras/dashboard/widgets.py:269
+#: netbox/extras/dashboard/widgets.py:269
 msgid "Invalid model selection: {self['model'].data} is not supported."
-msgstr ""
+msgstr "Nederīga modeļa izvēle: {self['model'].data} netiek atbalstīts."
 
-#: extras/dashboard/widgets.py:309
+#: netbox/extras/dashboard/widgets.py:309
 msgid "RSS Feed"
-msgstr ""
+msgstr "RSS plūsma"
 
-#: extras/dashboard/widgets.py:316
+#: netbox/extras/dashboard/widgets.py:316
 msgid "Embed an RSS feed from an external website."
-msgstr ""
+msgstr "Iegult RSS plūsmu no ārējas vietnes."
 
-#: extras/dashboard/widgets.py:323
+#: netbox/extras/dashboard/widgets.py:323
 msgid "Feed URL"
-msgstr ""
+msgstr "Fēmas URL"
 
-#: extras/dashboard/widgets.py:327
+#: netbox/extras/dashboard/widgets.py:327
 msgid "Requires external connection"
-msgstr ""
+msgstr "Nepieciešams ārējs savienojums"
 
-#: extras/dashboard/widgets.py:333
+#: netbox/extras/dashboard/widgets.py:333
 msgid "The maximum number of objects to display"
-msgstr ""
+msgstr "Maksimālais rādījamo objektu skaits"
 
-#: extras/dashboard/widgets.py:338
+#: netbox/extras/dashboard/widgets.py:338
 msgid "How long to stored the cached content (in seconds)"
-msgstr ""
+msgstr "Cik ilgi jāsaglabā kešatmiņā saglabātais saturs (sekundēs)"
 
-#: extras/dashboard/widgets.py:344
+#: netbox/extras/dashboard/widgets.py:344
 msgid "Timeout value for fetching the feed (in seconds)"
-msgstr ""
+msgstr "Laika beigu vērtība plūsmas iegūšanai (sekundēs)"
 
-#: extras/dashboard/widgets.py:401 templates/account/base.html:10
-#: templates/account/bookmarks.html:7 templates/inc/user_menu.html:43
+#: netbox/extras/dashboard/widgets.py:401
+#: netbox/templates/account/base.html:10
+#: netbox/templates/account/bookmarks.html:7
+#: netbox/templates/inc/user_menu.html:43
 msgid "Bookmarks"
-msgstr ""
+msgstr "Grāmatzīmes"
 
-#: extras/dashboard/widgets.py:405
+#: netbox/extras/dashboard/widgets.py:405
 msgid "Show your personal bookmarks"
-msgstr ""
+msgstr "Parādiet savas personīgās grāmatzīmes"
 
-#: extras/events.py:164
+#: netbox/extras/events.py:164
 #, python-brace-format
 msgid "Unknown action type for an event rule: {action_type}"
-msgstr ""
+msgstr "Nezināms darbības veids notikuma kārtulai: {action_type}"
 
-#: extras/events.py:209
+#: netbox/extras/events.py:209
 #, python-brace-format
 msgid "Cannot import events pipeline {name} error: {error}"
-msgstr ""
+msgstr "Nevar importēt notikumu cauruļvadu {name} kļūda: {error}"
 
-#: extras/filtersets.py:49
+#: netbox/extras/filtersets.py:49
 msgid "Script module (ID)"
-msgstr ""
+msgstr "Skripta modulis (ID)"
 
-#: extras/filtersets.py:258 extras/filtersets.py:603 extras/filtersets.py:774
-#: extras/filtersets.py:802
+#: netbox/extras/filtersets.py:258 netbox/extras/filtersets.py:603
+#: netbox/extras/filtersets.py:774 netbox/extras/filtersets.py:802
 msgid "Data file (ID)"
-msgstr ""
+msgstr "Datu fails (ID)"
 
-#: extras/filtersets.py:428 users/filtersets.py:68 users/filtersets.py:191
+#: netbox/extras/filtersets.py:428 netbox/users/filtersets.py:68
+#: netbox/users/filtersets.py:191
 msgid "Group (name)"
-msgstr ""
+msgstr "Grupa (nosaukums)"
 
-#: extras/filtersets.py:711 virtualization/forms/filtersets.py:124
+#: netbox/extras/filtersets.py:711
+#: netbox/virtualization/forms/filtersets.py:124
 msgid "Cluster type"
-msgstr ""
+msgstr "Klasteru tips"
 
-#: extras/filtersets.py:717 virtualization/filtersets.py:61
-#: virtualization/filtersets.py:113
+#: netbox/extras/filtersets.py:717 netbox/virtualization/filtersets.py:61
+#: netbox/virtualization/filtersets.py:113
 msgid "Cluster type (slug)"
-msgstr ""
+msgstr "Klasteru tips (gliemeži)"
 
-#: extras/filtersets.py:738 tenancy/forms/forms.py:16 tenancy/forms/forms.py:40
+#: netbox/extras/filtersets.py:738 netbox/tenancy/forms/forms.py:16
+#: netbox/tenancy/forms/forms.py:40
 msgid "Tenant group"
-msgstr ""
+msgstr "Īrnieku grupa"
 
-#: extras/filtersets.py:744 tenancy/filtersets.py:193 tenancy/filtersets.py:213
+#: netbox/extras/filtersets.py:744 netbox/tenancy/filtersets.py:193
+#: netbox/tenancy/filtersets.py:213
 msgid "Tenant group (slug)"
-msgstr ""
+msgstr "Īrnieku grupa (gliemeži)"
 
-#: extras/filtersets.py:760 extras/forms/model_forms.py:579
-#: templates/extras/tag.html:11
+#: netbox/extras/filtersets.py:760 netbox/extras/forms/model_forms.py:579
+#: netbox/templates/extras/tag.html:11
 msgid "Tag"
-msgstr ""
+msgstr "Birka"
 
-#: extras/filtersets.py:766
+#: netbox/extras/filtersets.py:766
 msgid "Tag (slug)"
-msgstr ""
+msgstr "Tag (gliemeži)"
 
-#: extras/filtersets.py:830 extras/forms/filtersets.py:530
+#: netbox/extras/filtersets.py:830 netbox/extras/forms/filtersets.py:530
 msgid "Has local config context data"
-msgstr ""
+msgstr "Ir lokālās konfigurācijas konteksta dati"
 
-#: extras/forms/bulk_edit.py:39 extras/forms/filtersets.py:66
+#: netbox/extras/forms/bulk_edit.py:39 netbox/extras/forms/filtersets.py:66
 msgid "Group name"
-msgstr ""
+msgstr "Grupas nosaukums"
 
-#: 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
+#: netbox/extras/forms/bulk_edit.py:47 netbox/extras/forms/filtersets.py:74
+#: netbox/extras/tables/tables.py:71
+#: netbox/templates/extras/customfield.html:38
+#: netbox/templates/generic/bulk_import.html:149
 msgid "Required"
-msgstr ""
+msgstr "Nepieciešams"
 
-#: extras/forms/bulk_edit.py:52 extras/forms/filtersets.py:81
+#: netbox/extras/forms/bulk_edit.py:52 netbox/extras/forms/filtersets.py:81
 msgid "Must be unique"
-msgstr ""
+msgstr "Jābūt unikālam"
 
-#: extras/forms/bulk_edit.py:65 extras/forms/bulk_import.py:61
-#: extras/forms/filtersets.py:95 extras/models/customfields.py:215
+#: netbox/extras/forms/bulk_edit.py:65 netbox/extras/forms/bulk_import.py:61
+#: netbox/extras/forms/filtersets.py:95
+#: netbox/extras/models/customfields.py:215
 msgid "UI visible"
-msgstr ""
+msgstr "Saskarne redzama"
 
-#: extras/forms/bulk_edit.py:70 extras/forms/bulk_import.py:67
-#: extras/forms/filtersets.py:100 extras/models/customfields.py:222
+#: netbox/extras/forms/bulk_edit.py:70 netbox/extras/forms/bulk_import.py:67
+#: netbox/extras/forms/filtersets.py:100
+#: netbox/extras/models/customfields.py:222
 msgid "UI editable"
-msgstr ""
+msgstr "Interfejs rediģējams"
 
-#: extras/forms/bulk_edit.py:75 extras/forms/filtersets.py:103
+#: netbox/extras/forms/bulk_edit.py:75 netbox/extras/forms/filtersets.py:103
 msgid "Is cloneable"
-msgstr ""
+msgstr "Ir klonējams"
 
-#: extras/forms/bulk_edit.py:80 extras/forms/filtersets.py:110
+#: netbox/extras/forms/bulk_edit.py:80 netbox/extras/forms/filtersets.py:110
 msgid "Minimum value"
-msgstr ""
+msgstr "Minimālā vērtība"
 
-#: extras/forms/bulk_edit.py:84 extras/forms/filtersets.py:114
+#: netbox/extras/forms/bulk_edit.py:84 netbox/extras/forms/filtersets.py:114
 msgid "Maximum value"
-msgstr ""
+msgstr "Maksimālā vērtība"
 
-#: extras/forms/bulk_edit.py:88 extras/forms/filtersets.py:118
+#: netbox/extras/forms/bulk_edit.py:88 netbox/extras/forms/filtersets.py:118
 msgid "Validation regex"
-msgstr ""
+msgstr "Validācija regex"
 
-#: extras/forms/bulk_edit.py:95 extras/forms/filtersets.py:47
-#: extras/forms/model_forms.py:81 templates/extras/customfield.html:70
+#: netbox/extras/forms/bulk_edit.py:95 netbox/extras/forms/filtersets.py:47
+#: netbox/extras/forms/model_forms.py:81
+#: netbox/templates/extras/customfield.html:70
 msgid "Behavior"
-msgstr ""
+msgstr "Uzvedība"
 
-#: extras/forms/bulk_edit.py:132 extras/forms/filtersets.py:157
+#: netbox/extras/forms/bulk_edit.py:132 netbox/extras/forms/filtersets.py:157
 msgid "New window"
-msgstr ""
+msgstr "Jauns logs"
 
-#: extras/forms/bulk_edit.py:141
+#: netbox/extras/forms/bulk_edit.py:141
 msgid "Button class"
-msgstr ""
+msgstr "Pogas klase"
 
-#: 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
+#: netbox/extras/forms/bulk_edit.py:158 netbox/extras/forms/bulk_edit.py:383
+#: netbox/extras/forms/filtersets.py:196 netbox/extras/forms/filtersets.py:508
+#: netbox/extras/models/mixins.py:100
 msgid "MIME type"
-msgstr ""
+msgstr "MIME tips"
 
-#: extras/forms/bulk_edit.py:163 extras/forms/bulk_edit.py:388
-#: extras/forms/filtersets.py:199 extras/forms/filtersets.py:511
+#: netbox/extras/forms/bulk_edit.py:163 netbox/extras/forms/bulk_edit.py:388
+#: netbox/extras/forms/filtersets.py:199 netbox/extras/forms/filtersets.py:511
 msgid "File name"
-msgstr ""
+msgstr "Faila nosaukums"
 
-#: extras/forms/bulk_edit.py:167 extras/forms/bulk_edit.py:392
-#: extras/forms/filtersets.py:203 extras/forms/filtersets.py:515
+#: netbox/extras/forms/bulk_edit.py:167 netbox/extras/forms/bulk_edit.py:392
+#: netbox/extras/forms/filtersets.py:203 netbox/extras/forms/filtersets.py:515
 msgid "File extension"
-msgstr ""
+msgstr "Faila paplašinājums"
 
-#: extras/forms/bulk_edit.py:172 extras/forms/bulk_edit.py:397
-#: extras/forms/filtersets.py:207 extras/forms/filtersets.py:519
+#: netbox/extras/forms/bulk_edit.py:172 netbox/extras/forms/bulk_edit.py:397
+#: netbox/extras/forms/filtersets.py:207 netbox/extras/forms/filtersets.py:519
 msgid "As attachment"
-msgstr ""
+msgstr "Kā pielikums"
 
-#: 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
+#: netbox/extras/forms/bulk_edit.py:200 netbox/extras/forms/bulk_edit.py:228
+#: netbox/extras/forms/filtersets.py:251 netbox/extras/forms/filtersets.py:281
+#: netbox/extras/tables/tables.py:294 netbox/extras/tables/tables.py:327
+#: netbox/templates/extras/savedfilter.html:29
+#: netbox/templates/extras/tableconfig.html:37
 msgid "Shared"
-msgstr ""
+msgstr "Kopīgots"
 
-#: extras/forms/bulk_edit.py:251 extras/forms/filtersets.py:310
-#: extras/models/models.py:186
+#: netbox/extras/forms/bulk_edit.py:251 netbox/extras/forms/filtersets.py:310
+#: netbox/extras/models/models.py:186
 msgid "HTTP method"
-msgstr ""
+msgstr "HTTP metode"
 
-#: extras/forms/bulk_edit.py:255 extras/forms/filtersets.py:304
-#: templates/extras/webhook.html:30
+#: netbox/extras/forms/bulk_edit.py:255 netbox/extras/forms/filtersets.py:304
+#: netbox/templates/extras/webhook.html:30
 msgid "Payload URL"
-msgstr ""
+msgstr "Lietderīgās slodzes URL"
 
-#: extras/forms/bulk_edit.py:260 extras/models/models.py:226
+#: netbox/extras/forms/bulk_edit.py:260 netbox/extras/models/models.py:226
 msgid "SSL verification"
-msgstr ""
+msgstr "SSL verifikācija"
 
-#: extras/forms/bulk_edit.py:263 templates/extras/webhook.html:38
+#: netbox/extras/forms/bulk_edit.py:263
+#: netbox/templates/extras/webhook.html:38
 msgid "Secret"
-msgstr ""
+msgstr "Noslēpums"
 
-#: extras/forms/bulk_edit.py:268
+#: netbox/extras/forms/bulk_edit.py:268
 msgid "CA file path"
-msgstr ""
+msgstr "CA faila ceļš"
 
-#: extras/forms/bulk_edit.py:289 extras/forms/bulk_import.py:231
-#: extras/forms/model_forms.py:457
+#: netbox/extras/forms/bulk_edit.py:289 netbox/extras/forms/bulk_import.py:231
+#: netbox/extras/forms/model_forms.py:457
 msgid "Event types"
-msgstr ""
+msgstr "Pasākumu veidi"
 
-#: extras/forms/bulk_edit.py:356
+#: netbox/extras/forms/bulk_edit.py:356
 msgid "Is active"
-msgstr ""
+msgstr "Ir aktīvs"
 
-#: extras/forms/bulk_edit.py:402 extras/forms/bulk_import.py:179
-#: extras/forms/filtersets.py:499
+#: netbox/extras/forms/bulk_edit.py:402 netbox/extras/forms/bulk_import.py:179
+#: netbox/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
+msgstr "Automātiskā sinhronizācija iespējo"
+
+#: netbox/extras/forms/bulk_import.py:38
+#: netbox/extras/forms/bulk_import.py:119
+#: netbox/extras/forms/bulk_import.py:140
+#: netbox/extras/forms/bulk_import.py:201
+#: netbox/extras/forms/bulk_import.py:225
+#: netbox/extras/forms/bulk_import.py:279 netbox/extras/forms/filtersets.py:53
+#: netbox/extras/forms/filtersets.py:145 netbox/extras/forms/filtersets.py:239
+#: netbox/extras/forms/filtersets.py:269 netbox/extras/forms/model_forms.py:52
+#: netbox/extras/forms/model_forms.py:224
+#: netbox/extras/forms/model_forms.py:256
+#: netbox/extras/forms/model_forms.py:299
+#: netbox/extras/forms/model_forms.py:452
+#: netbox/extras/forms/model_forms.py:569
+#: netbox/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
+msgstr "Objektu veidi"
+
+#: netbox/extras/forms/bulk_import.py:40
+#: netbox/extras/forms/bulk_import.py:121
+#: netbox/extras/forms/bulk_import.py:142
+#: netbox/extras/forms/bulk_import.py:203
+#: netbox/extras/forms/bulk_import.py:227
+#: netbox/extras/forms/bulk_import.py:281
+#: netbox/tenancy/forms/bulk_import.py:101
 msgid "One or more assigned object types"
-msgstr ""
+msgstr "Viens vai vairāki piešķirtie objektu tipi"
 
-#: extras/forms/bulk_import.py:45
+#: netbox/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
+msgstr "Lauka datu tips (piemēram, teksts, vesels skaitlis utt.)"
+
+#: netbox/extras/forms/bulk_import.py:48 netbox/extras/forms/filtersets.py:222
+#: netbox/extras/forms/filtersets.py:326
+#: netbox/extras/forms/model_forms.py:325
+#: netbox/extras/forms/model_forms.py:384
+#: netbox/extras/forms/model_forms.py:421
+#: netbox/tenancy/forms/filtersets.py:92
 msgid "Object type"
-msgstr ""
+msgstr "Objekta tips"
 
-#: extras/forms/bulk_import.py:51
+#: netbox/extras/forms/bulk_import.py:51
 msgid "Object type (for object or multi-object fields)"
-msgstr ""
+msgstr "Objekta tips (objektu vai vairāku objektu laukiem)"
 
-#: extras/forms/bulk_import.py:54 extras/forms/filtersets.py:90
+#: netbox/extras/forms/bulk_import.py:54 netbox/extras/forms/filtersets.py:90
 msgid "Choice set"
-msgstr ""
+msgstr "Izvēles komplekts"
 
-#: extras/forms/bulk_import.py:58
+#: netbox/extras/forms/bulk_import.py:58
 msgid "Choice set (for selection fields)"
-msgstr ""
+msgstr "Izvēles komplekts (atlases laukiem)"
 
-#: extras/forms/bulk_import.py:64
+#: netbox/extras/forms/bulk_import.py:64
 msgid "Whether the custom field is displayed in the UI"
-msgstr ""
+msgstr "Vai lietotāja saskarnē tiek parādīts pielāgotais lauks"
 
-#: extras/forms/bulk_import.py:70
+#: netbox/extras/forms/bulk_import.py:70
 msgid "Whether the custom field is editable in the UI"
-msgstr ""
+msgstr "Vai pielāgotais lauks ir rediģējams lietotāja saskarnē"
 
-#: extras/forms/bulk_import.py:86
+#: netbox/extras/forms/bulk_import.py:86
 msgid "The base set of predefined choices to use (if any)"
-msgstr ""
+msgstr "Izmantojamo iepriekš definētu izvēļu bāzes kopa (ja tāda ir)"
 
-#: extras/forms/bulk_import.py:92
+#: netbox/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 ""
+"Citēta ar komatu atdalītu lauku izvēles virkne ar izvēles etiķetēm, kas "
+"atdalītas ar kolu: “Choice1:First Choice, Choice2:Second Choice”"
 
-#: extras/forms/bulk_import.py:124 extras/models/models.py:335
+#: netbox/extras/forms/bulk_import.py:124 netbox/extras/models/models.py:335
 msgid "button class"
-msgstr ""
+msgstr "pogu klase"
 
-#: extras/forms/bulk_import.py:127 extras/models/models.py:339
+#: netbox/extras/forms/bulk_import.py:127 netbox/extras/models/models.py:339
 msgid ""
 "The class of the first link in a group will be used for the dropdown button"
-msgstr ""
+msgstr "Nolaižamajā pogai tiks izmantota pirmās saites klase grupā"
 
-#: extras/forms/bulk_import.py:168
+#: netbox/extras/forms/bulk_import.py:168
 msgid "Data source which provides the data file"
-msgstr ""
+msgstr "Datu avots, kas nodrošina datu failu"
 
-#: 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
+#: netbox/extras/forms/bulk_import.py:171
+#: netbox/extras/forms/filtersets.py:184 netbox/extras/forms/filtersets.py:375
+#: netbox/extras/forms/filtersets.py:406 netbox/extras/forms/filtersets.py:493
+#: netbox/netbox/choices.py:132 netbox/utilities/forms/bulk_import.py:28
 msgid "Data file"
-msgstr ""
+msgstr "Datu fails"
 
-#: extras/forms/bulk_import.py:175
+#: netbox/extras/forms/bulk_import.py:175
 msgid "Data file containing the template code"
-msgstr ""
+msgstr "Datu fails, kurā ir veidnes kods"
 
-#: extras/forms/bulk_import.py:180
+#: netbox/extras/forms/bulk_import.py:180
 msgid ""
 "Enable automatic synchronization of template content when the data file is "
 "updated"
 msgstr ""
+"Iespējot veidnes satura automātisko sinhronizāciju, kad datu fails tiek "
+"atjaunināts"
 
-#: extras/forms/bulk_import.py:195 extras/forms/model_forms.py:291
-#: extras/forms/model_forms.py:771
+#: netbox/extras/forms/bulk_import.py:195
+#: netbox/extras/forms/model_forms.py:291
+#: netbox/extras/forms/model_forms.py:771
 msgid "Must specify either local content or a data file"
-msgstr ""
+msgstr "Jānorāda vietējais saturs vai datu fails"
 
-#: extras/forms/bulk_import.py:232
+#: netbox/extras/forms/bulk_import.py:232
 msgid "The event type(s) which will trigger this rule"
-msgstr ""
+msgstr "Notikuma veids (-i), kas aktivizēs šo noteikumu"
 
-#: extras/forms/bulk_import.py:235
+#: netbox/extras/forms/bulk_import.py:235
 msgid "Action object"
-msgstr ""
+msgstr "Darbības objekts"
 
-#: extras/forms/bulk_import.py:237
+#: netbox/extras/forms/bulk_import.py:237
 msgid "Webhook name or script as dotted path module.Class"
-msgstr ""
+msgstr "Webhook nosaukums vai skripts kā punktēts ceļš module.Class"
 
-#: extras/forms/bulk_import.py:258
+#: netbox/extras/forms/bulk_import.py:258
 #, python-brace-format
 msgid "Webhook {name} not found"
-msgstr ""
+msgstr "Tīmekļa āķis {name} nav atrasts"
 
-#: extras/forms/bulk_import.py:267
+#: netbox/extras/forms/bulk_import.py:267
 #, python-brace-format
 msgid "Script {name} not found"
-msgstr ""
+msgstr "Skripts {name} nav atrasts"
 
-#: extras/forms/bulk_import.py:295
+#: netbox/extras/forms/bulk_import.py:295
 msgid "Assigned object type"
-msgstr ""
+msgstr "Piešķirtais objekta tips"
 
-#: extras/forms/bulk_import.py:300
+#: netbox/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
+msgstr "Ierakstu klasifikācija"
+
+#: netbox/extras/forms/bulk_import.py:316
+#: netbox/extras/forms/model_forms.py:400 netbox/netbox/navigation/menu.py:414
+#: netbox/templates/extras/notificationgroup.html:41
+#: netbox/templates/users/group.html:29 netbox/users/forms/model_forms.py:250
+#: netbox/users/forms/model_forms.py:262 netbox/users/forms/model_forms.py:337
+#: netbox/users/tables.py:106
 msgid "Users"
-msgstr ""
+msgstr "Lietotāji"
 
-#: extras/forms/bulk_import.py:320
+#: netbox/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
+msgstr "Lietotājvārdi, kas atdalīti ar komatiem, pārklāti ar dubultām pēdiņām"
+
+#: netbox/extras/forms/bulk_import.py:323
+#: netbox/extras/forms/model_forms.py:395 netbox/netbox/navigation/menu.py:295
+#: netbox/netbox/navigation/menu.py:434
+#: netbox/templates/extras/notificationgroup.html:31
+#: netbox/templates/tenancy/contact.html:21
+#: netbox/tenancy/forms/bulk_edit.py:144 netbox/tenancy/forms/filtersets.py:78
+#: netbox/tenancy/forms/model_forms.py:99 netbox/tenancy/tables/contacts.py:68
+#: netbox/tenancy/tables/contacts.py:115 netbox/users/forms/model_forms.py:195
+#: netbox/users/forms/model_forms.py:207 netbox/users/forms/model_forms.py:342
+#: netbox/users/tables.py:35 netbox/users/tables.py:110
 msgid "Groups"
-msgstr ""
+msgstr "Grupas"
 
-#: extras/forms/bulk_import.py:327
+#: netbox/extras/forms/bulk_import.py:327
 msgid "Group names separated by commas, encased with double quotes"
 msgstr ""
+"Grupu nosaukumi, kas atdalīti ar komatiem, iesaiņoti ar dubultām pēdiņām"
 
-#: extras/forms/filtersets.py:46
+#: netbox/extras/forms/filtersets.py:46
 msgid "Type Options"
-msgstr ""
+msgstr "Tipa opcijas"
 
-#: extras/forms/filtersets.py:58 extras/forms/model_forms.py:61
+#: netbox/extras/forms/filtersets.py:58 netbox/extras/forms/model_forms.py:61
 msgid "Related object type"
-msgstr ""
+msgstr "Saistītā objekta tips"
 
-#: extras/forms/filtersets.py:63
+#: netbox/extras/forms/filtersets.py:63
 msgid "Field type"
-msgstr ""
+msgstr "Lauka veids"
 
-#: extras/forms/filtersets.py:127 extras/forms/model_forms.py:162
-#: extras/tables/tables.py:97 templates/generic/bulk_import.html:185
+#: netbox/extras/forms/filtersets.py:127
+#: netbox/extras/forms/model_forms.py:162 netbox/extras/tables/tables.py:97
+#: netbox/templates/generic/bulk_import.html:185
 msgid "Choices"
-msgstr ""
+msgstr "Izvēles"
 
-#: 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
+#: netbox/extras/forms/filtersets.py:173 netbox/extras/forms/filtersets.py:365
+#: netbox/extras/forms/filtersets.py:387 netbox/extras/forms/filtersets.py:482
+#: netbox/extras/forms/model_forms.py:685 netbox/templates/core/job.html:69
+#: netbox/templates/extras/eventrule.html:84
 msgid "Data"
-msgstr ""
+msgstr "Dati"
 
-#: extras/forms/filtersets.py:174 extras/forms/filtersets.py:483
-#: extras/forms/model_forms.py:269 extras/forms/model_forms.py:746
+#: netbox/extras/forms/filtersets.py:174 netbox/extras/forms/filtersets.py:483
+#: netbox/extras/forms/model_forms.py:269
+#: netbox/extras/forms/model_forms.py:746
 msgid "Rendering"
-msgstr ""
+msgstr "Renderēšana"
 
-#: extras/forms/filtersets.py:192
+#: netbox/extras/forms/filtersets.py:192
 msgid "Content types"
-msgstr ""
+msgstr "Satura veidi"
 
-#: extras/forms/filtersets.py:300 extras/models/models.py:191
+#: netbox/extras/forms/filtersets.py:300 netbox/extras/models/models.py:191
 msgid "HTTP content type"
-msgstr ""
+msgstr "HTTP satura veids"
 
-#: extras/forms/filtersets.py:331
+#: netbox/extras/forms/filtersets.py:331
 msgid "Event type"
-msgstr ""
+msgstr "Pasākuma veids"
 
-#: extras/forms/filtersets.py:336
+#: netbox/extras/forms/filtersets.py:336
 msgid "Action type"
-msgstr ""
+msgstr "Darbības veids"
 
-#: extras/forms/filtersets.py:352
+#: netbox/extras/forms/filtersets.py:352
 msgid "Tagged object type"
-msgstr ""
+msgstr "Atzīmēta objekta tips"
 
-#: extras/forms/filtersets.py:357
+#: netbox/extras/forms/filtersets.py:357
 msgid "Allowed object type"
-msgstr ""
+msgstr "Atļautais objekta tips"
 
-#: extras/forms/filtersets.py:414 extras/forms/model_forms.py:620
-#: netbox/navigation/menu.py:17
+#: netbox/extras/forms/filtersets.py:414
+#: netbox/extras/forms/model_forms.py:620 netbox/netbox/navigation/menu.py:17
 msgid "Regions"
-msgstr ""
+msgstr "Reģioni"
 
-#: extras/forms/filtersets.py:419 extras/forms/model_forms.py:625
+#: netbox/extras/forms/filtersets.py:419
+#: netbox/extras/forms/model_forms.py:625
 msgid "Site groups"
-msgstr ""
+msgstr "Vietņu grupas"
 
-#: extras/forms/filtersets.py:429 extras/forms/model_forms.py:635
-#: netbox/navigation/menu.py:20 templates/dcim/site.html:127
+#: netbox/extras/forms/filtersets.py:429
+#: netbox/extras/forms/model_forms.py:635 netbox/netbox/navigation/menu.py:20
+#: netbox/templates/dcim/site.html:127
 msgid "Locations"
-msgstr ""
+msgstr "Atrašanās vietas"
 
-#: extras/forms/filtersets.py:434 extras/forms/model_forms.py:640
+#: netbox/extras/forms/filtersets.py:434
+#: netbox/extras/forms/model_forms.py:640
 msgid "Device types"
-msgstr ""
+msgstr "Ierīču veidi"
 
-#: extras/forms/filtersets.py:439 extras/forms/model_forms.py:645
+#: netbox/extras/forms/filtersets.py:439
+#: netbox/extras/forms/model_forms.py:645
 msgid "Roles"
-msgstr ""
+msgstr "Lomas"
 
-#: extras/forms/filtersets.py:449 extras/forms/model_forms.py:655
+#: netbox/extras/forms/filtersets.py:449
+#: netbox/extras/forms/model_forms.py:655
 msgid "Cluster types"
-msgstr ""
+msgstr "Klasteru veidi"
 
-#: extras/forms/filtersets.py:454 extras/forms/model_forms.py:660
+#: netbox/extras/forms/filtersets.py:454
+#: netbox/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
+msgstr "Klasteru grupas"
+
+#: netbox/extras/forms/filtersets.py:459
+#: netbox/extras/forms/model_forms.py:665 netbox/netbox/navigation/menu.py:264
+#: netbox/netbox/navigation/menu.py:266
+#: netbox/templates/virtualization/clustertype.html:30
+#: netbox/virtualization/tables/clusters.py:23
+#: netbox/virtualization/tables/clusters.py:45
 msgid "Clusters"
-msgstr ""
+msgstr "Klasteri"
 
-#: extras/forms/filtersets.py:464 extras/forms/model_forms.py:670
+#: netbox/extras/forms/filtersets.py:464
+#: netbox/extras/forms/model_forms.py:670
 msgid "Tenant groups"
-msgstr ""
+msgstr "Īrnieku grupas"
 
-#: extras/forms/model_forms.py:54
+#: netbox/extras/forms/model_forms.py:54
 msgid "The type(s) of object that have this custom field"
-msgstr ""
+msgstr "Objekta tips (-i), kam ir šis pielāgotais lauks"
 
-#: extras/forms/model_forms.py:57
+#: netbox/extras/forms/model_forms.py:57
 msgid "Default value"
-msgstr ""
+msgstr "Noklusējuma vērtība"
 
-#: extras/forms/model_forms.py:63
+#: netbox/extras/forms/model_forms.py:63
 msgid "Type of the related object (for object/multi-object fields only)"
-msgstr ""
+msgstr "Saistītā objekta tips (tikai objektu/vairāku objektu laukiem)"
 
-#: extras/forms/model_forms.py:66 templates/extras/customfield.html:60
+#: netbox/extras/forms/model_forms.py:66
+#: netbox/templates/extras/customfield.html:60
 msgid "Related object filter"
-msgstr ""
+msgstr "Saistīto objektu filtrs"
 
-#: extras/forms/model_forms.py:68
+#: netbox/extras/forms/model_forms.py:68
 msgid "Specify query parameters as a JSON object."
-msgstr ""
+msgstr "Norādiet vaicājuma parametrus kā JSON objektu."
 
-#: extras/forms/model_forms.py:78 templates/extras/customfield.html:10
+#: netbox/extras/forms/model_forms.py:78
+#: netbox/templates/extras/customfield.html:10
 msgid "Custom Field"
-msgstr ""
+msgstr "Pielāgots lauks"
 
-#: extras/forms/model_forms.py:90
+#: netbox/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 ""
+"Šajā laukā saglabāto datu veids. Objektu/vairāku objektu laukiem zemāk "
+"atlasiet saistīto objektu tipu."
 
-#: extras/forms/model_forms.py:93
+#: netbox/extras/forms/model_forms.py:93
 msgid ""
 "This will be displayed as help text for the form field. Markdown is "
 "supported."
 msgstr ""
+"Tas tiks parādīts kā veidlapas lauka palīdzības teksts. Markdown tiek "
+"atbalstīts."
 
-#: extras/forms/model_forms.py:148
+#: netbox/extras/forms/model_forms.py:148
 msgid "Related Object"
-msgstr ""
+msgstr "Saistītais objekts"
 
-#: extras/forms/model_forms.py:175
+#: netbox/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 ""
+"Ievadiet vienu izvēli katrā rindā. Katrai izvēlei var norādīt izvēles "
+"etiķeti, pievienojot to ar kolu. Piemērs:"
 
-#: extras/forms/model_forms.py:231 templates/extras/customlink.html:10
+#: netbox/extras/forms/model_forms.py:231
+#: netbox/templates/extras/customlink.html:10
 msgid "Custom Link"
-msgstr ""
+msgstr "Pielāgota saite"
 
-#: extras/forms/model_forms.py:233
+#: netbox/extras/forms/model_forms.py:233
 msgid "Templates"
-msgstr ""
+msgstr "Veidnes"
 
-#: extras/forms/model_forms.py:245
+#: netbox/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 ""
+"Jinja2 veidnes kods saites tekstam. Atsauciet objektu kā {example}. Saites, "
+"kas tiek atveidotas kā tukšs teksts, netiks parādītas."
 
-#: extras/forms/model_forms.py:249
+#: netbox/extras/forms/model_forms.py:249
 #, python-brace-format
 msgid ""
 "Jinja2 template code for the link URL. Reference the object as {example}."
-msgstr ""
+msgstr "Jinja2 veidnes kods saites URL. Atsauciet objektu kā {example}."
 
-#: extras/forms/model_forms.py:260 extras/forms/model_forms.py:737
+#: netbox/extras/forms/model_forms.py:260
+#: netbox/extras/forms/model_forms.py:737
 msgid "Template code"
-msgstr ""
+msgstr "Veidnes kods"
 
-#: extras/forms/model_forms.py:266 templates/extras/exporttemplate.html:12
+#: netbox/extras/forms/model_forms.py:266
+#: netbox/templates/extras/exporttemplate.html:12
 msgid "Export Template"
-msgstr ""
+msgstr "Eksportēšanas veidne"
 
-#: extras/forms/model_forms.py:284 extras/forms/model_forms.py:764
+#: netbox/extras/forms/model_forms.py:284
+#: netbox/extras/forms/model_forms.py:764
 msgid "Template content is populated from the remote source selected below."
-msgstr ""
+msgstr "Veidnes saturs tiek aizpildīts no tālāk atlasītā attālā avota."
 
-#: extras/forms/model_forms.py:305 netbox/forms/mixins.py:90
-#: templates/extras/savedfilter.html:10
+#: netbox/extras/forms/model_forms.py:305 netbox/netbox/forms/mixins.py:90
+#: netbox/templates/extras/savedfilter.html:10
 msgid "Saved Filter"
-msgstr ""
+msgstr "Saglabātais filtrs"
 
-#: extras/forms/model_forms.py:331 templates/account/preferences.html:50
-#: templates/extras/tableconfig.html:62
+#: netbox/extras/forms/model_forms.py:331
+#: netbox/templates/account/preferences.html:50
+#: netbox/templates/extras/tableconfig.html:62
 msgid "Ordering"
-msgstr ""
+msgstr "Pasūtīšana"
 
-#: extras/forms/model_forms.py:333
+#: netbox/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 ""
+"Ievadiet kolonnu nosaukumu sarakstu ar komatiem. Lai mainītu secību, "
+"norādiet vārdu ar defisi."
 
-#: extras/forms/model_forms.py:342 utilities/forms/forms.py:163
+#: netbox/extras/forms/model_forms.py:342 netbox/utilities/forms/forms.py:163
 msgid "Available Columns"
-msgstr ""
+msgstr "Pieejamās kolonnas"
 
-#: extras/forms/model_forms.py:349 utilities/forms/forms.py:171
+#: netbox/extras/forms/model_forms.py:349 netbox/utilities/forms/forms.py:171
 msgid "Selected Columns"
-msgstr ""
+msgstr "Atlasītās kolonnas"
 
-#: extras/forms/model_forms.py:414
+#: netbox/extras/forms/model_forms.py:414
 msgid "A notification group specify at least one user or group."
-msgstr ""
+msgstr "Paziņojumu grupā norāda vismaz vienu lietotāju vai grupu."
 
-#: extras/forms/model_forms.py:436 templates/extras/webhook.html:23
+#: netbox/extras/forms/model_forms.py:436
+#: netbox/templates/extras/webhook.html:23
 msgid "HTTP Request"
-msgstr ""
+msgstr "HTTP pieprasījums"
 
-#: extras/forms/model_forms.py:438 templates/extras/webhook.html:44
+#: netbox/extras/forms/model_forms.py:438
+#: netbox/templates/extras/webhook.html:44
 msgid "SSL"
-msgstr ""
+msgstr "SSL"
 
-#: extras/forms/model_forms.py:460
+#: netbox/extras/forms/model_forms.py:460
 msgid "Action choice"
-msgstr ""
+msgstr "Darbības izvēle"
 
-#: extras/forms/model_forms.py:465
+#: netbox/extras/forms/model_forms.py:465
 msgid "Enter conditions in <a href=\"https://json.org/\">JSON</a> format."
-msgstr ""
+msgstr "Ievadiet nosacījumus <a href=\"https://json.org/\">JSON</a> formāts."
 
-#: extras/forms/model_forms.py:469
+#: netbox/extras/forms/model_forms.py:469
 msgid ""
-"Enter parameters to pass to the action in <a href=\"https://json.org/"
-"\">JSON</a> format."
+"Enter parameters to pass to the action in <a "
+"href=\"https://json.org/\">JSON</a> format."
 msgstr ""
+"Ievadiet parametrus, lai pārietu darbībai <a "
+"href=\"https://json.org/\">JSON</a> formāts."
 
-#: extras/forms/model_forms.py:474 templates/extras/eventrule.html:10
+#: netbox/extras/forms/model_forms.py:474
+#: netbox/templates/extras/eventrule.html:10
 msgid "Event Rule"
-msgstr ""
+msgstr "Notikumu noteikums"
 
-#: extras/forms/model_forms.py:475
+#: netbox/extras/forms/model_forms.py:475
 msgid "Triggers"
-msgstr ""
+msgstr "Trigeri"
 
-#: extras/forms/model_forms.py:522
+#: netbox/extras/forms/model_forms.py:522
 msgid "Notification group"
-msgstr ""
+msgstr "Paziņojumu grupa"
 
-#: extras/forms/model_forms.py:602
-#: templates/extras/configcontextprofile.html:10
+#: netbox/extras/forms/model_forms.py:602
+#: netbox/templates/extras/configcontextprofile.html:10
 msgid "Config Context Profile"
-msgstr ""
+msgstr "Konfigurācijas konteksta profils"
 
-#: extras/forms/model_forms.py:675 netbox/navigation/menu.py:26
-#: tenancy/tables/tenants.py:26
+#: netbox/extras/forms/model_forms.py:675 netbox/netbox/navigation/menu.py:26
+#: netbox/tenancy/tables/tenants.py:26
 msgid "Tenants"
-msgstr ""
+msgstr "Īrnieki"
 
-#: extras/forms/model_forms.py:719
+#: netbox/extras/forms/model_forms.py:719
 msgid "Data is populated from the remote source selected below."
-msgstr ""
+msgstr "Dati tiek aizpildīti no tālāk atlasītā attālā avota."
 
-#: extras/forms/model_forms.py:725
+#: netbox/extras/forms/model_forms.py:725
 msgid "Must specify either local data or a data file"
-msgstr ""
+msgstr "Jānorāda vietējie dati vai datu fails"
 
-#: extras/forms/model_forms.py:787
+#: netbox/extras/forms/model_forms.py:787
 msgid "If no name is specified, the file name will be used."
-msgstr ""
+msgstr "Ja nosaukums nav norādīts, tiks izmantots faila nosaukums."
 
-#: extras/forms/reports.py:17 extras/forms/scripts.py:25
+#: netbox/extras/forms/reports.py:17 netbox/extras/forms/scripts.py:25
 msgid "Schedule at"
-msgstr ""
+msgstr "Grafiks plkst"
 
-#: extras/forms/reports.py:18
+#: netbox/extras/forms/reports.py:18
 msgid "Schedule execution of report to a set time"
-msgstr ""
+msgstr "Ieplānojiet ziņojuma izpildi noteiktā laikā"
 
-#: extras/forms/reports.py:23 extras/forms/scripts.py:31
+#: netbox/extras/forms/reports.py:23 netbox/extras/forms/scripts.py:31
 msgid "Recurs every"
-msgstr ""
+msgstr "Atkārtojas katru"
 
-#: extras/forms/reports.py:27
+#: netbox/extras/forms/reports.py:27
 msgid "Interval at which this report is re-run (in minutes)"
-msgstr ""
+msgstr "Intervāls, kādā šis ziņojums tiek atkārtoti izpildīts (minūtēs)"
 
-#: extras/forms/reports.py:35 extras/forms/scripts.py:43
+#: netbox/extras/forms/reports.py:35 netbox/extras/forms/scripts.py:43
 #, python-brace-format
 msgid " (current time: <strong>{now}</strong>)"
-msgstr ""
+msgstr " (pašreizējais laiks: <strong>{now}</strong>)"
 
-#: extras/forms/scripts.py:19
+#: netbox/extras/forms/scripts.py:19
 msgid "Commit changes"
-msgstr ""
+msgstr "Veikt izmaiņas"
 
-#: extras/forms/scripts.py:20
+#: netbox/extras/forms/scripts.py:20
 msgid "Commit changes to the database (uncheck for a dry-run)"
-msgstr ""
+msgstr "Veikt izmaiņas datu bāzē (noņemiet atzīmi sausai palaišanai)"
 
-#: extras/forms/scripts.py:26
+#: netbox/extras/forms/scripts.py:26
 msgid "Schedule execution of script to a set time"
-msgstr ""
+msgstr "Plānojiet skripta izpildi līdz noteiktam laikam"
 
-#: extras/forms/scripts.py:35
+#: netbox/extras/forms/scripts.py:35
 msgid "Interval at which this script is re-run (in minutes)"
-msgstr ""
+msgstr "Intervāls, kurā šis skripts tiek atkārtoti palaists (minūtēs)"
 
-#: extras/jobs.py:64
+#: netbox/extras/jobs.py:64
 msgid "Database changes have been reverted automatically."
-msgstr ""
+msgstr "Datu bāzes izmaiņas ir automātiski atgrieztas."
 
-#: extras/jobs.py:70
+#: netbox/extras/jobs.py:70
 msgid "Script aborted with error: "
-msgstr ""
+msgstr "Skripts pārtraukts ar kļūdu: "
 
-#: extras/jobs.py:81
+#: netbox/extras/jobs.py:81
 msgid "An exception occurred: "
-msgstr ""
+msgstr "Notika izņēmums: "
 
-#: extras/jobs.py:87
+#: netbox/extras/jobs.py:87
 msgid "Database changes have been reverted due to error."
-msgstr ""
+msgstr "Datu bāzes izmaiņas ir atceltas kļūdas dēļ."
 
-#: extras/management/commands/reindex.py:67
+#: netbox/extras/management/commands/reindex.py:67
 msgid "No indexers found!"
-msgstr ""
+msgstr "Netika atrasti indeksētāji!"
 
-#: extras/models/configs.py:50
+#: netbox/extras/models/configs.py:50
 msgid ""
 "A JSON schema specifying the structure of the context data for this profile"
-msgstr ""
+msgstr "JSON shēma, kas norāda šī profila konteksta datu struktūru"
 
-#: extras/models/configs.py:57
+#: netbox/extras/models/configs.py:57
 msgid "config context profile"
-msgstr ""
+msgstr "config konteksta profils"
 
-#: extras/models/configs.py:58
+#: netbox/extras/models/configs.py:58
 msgid "config context profiles"
-msgstr ""
+msgstr "konfigurēt konteksta profilus"
 
-#: 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
+#: netbox/extras/models/configs.py:90 netbox/extras/models/models.py:325
+#: netbox/extras/models/models.py:490 netbox/extras/models/models.py:569
+#: netbox/extras/models/search.py:48 netbox/extras/models/tags.py:44
+#: netbox/ipam/models/ip.py:194 netbox/netbox/models/mixins.py:16
 msgid "weight"
-msgstr ""
+msgstr "svars"
 
-#: extras/models/configs.py:178
+#: netbox/extras/models/configs.py:178
 msgid "config context"
-msgstr ""
+msgstr "konfigurācijas konteksts"
 
-#: extras/models/configs.py:179
+#: netbox/extras/models/configs.py:179
 msgid "config contexts"
-msgstr ""
+msgstr "konfigurācijas konteksti"
 
-#: extras/models/configs.py:197 extras/models/configs.py:260
+#: netbox/extras/models/configs.py:197 netbox/extras/models/configs.py:260
 msgid "JSON data must be in object form. Example:"
-msgstr ""
+msgstr "JSON datiem jābūt objekta formā. Piemērs:"
 
-#: extras/models/configs.py:205
+#: netbox/extras/models/configs.py:205
 #, python-brace-format
 msgid "Data does not conform to profile schema: {error}"
-msgstr ""
+msgstr "Dati neatbilst profila shēmai: {error}"
 
-#: extras/models/configs.py:224
+#: netbox/extras/models/configs.py:224
 msgid ""
-"Local config context data takes precedence over source contexts in the final "
-"rendered config context"
+"Local config context data takes precedence over source contexts in the final"
+" rendered config context"
 msgstr ""
+"Vietējās konfigurācijas konteksta datiem ir prioritāte salīdzinājumā ar "
+"avota kontekstiem galīgajā renderētajā konfigurācijas kontekstā"
 
-#: extras/models/configs.py:283
+#: netbox/extras/models/configs.py:283
 msgid "config template"
-msgstr ""
+msgstr "konfigurācijas veidne"
 
-#: extras/models/configs.py:284
+#: netbox/extras/models/configs.py:284
 msgid "config templates"
-msgstr ""
+msgstr "konfigurācijas veidnes"
 
-#: extras/models/customfields.py:77
+#: netbox/extras/models/customfields.py:77
 msgid "The object(s) to which this field applies."
-msgstr ""
+msgstr "Objekts (-i), uz kuru attiecas šis lauks."
 
-#: extras/models/customfields.py:84
+#: netbox/extras/models/customfields.py:84
 msgid "The type of data this custom field holds"
-msgstr ""
+msgstr "Datu veids, kāds ir šajā pielāgotajā laukā"
 
-#: extras/models/customfields.py:91
+#: netbox/extras/models/customfields.py:91
 msgid "The type of NetBox object this field maps to (for object fields)"
-msgstr ""
+msgstr "NetBox objekta tips, uz kuru šis lauks tiek kartēts (objektu laukiem)"
 
-#: extras/models/customfields.py:97
+#: netbox/extras/models/customfields.py:97
 msgid "Internal field name"
-msgstr ""
+msgstr "Iekšējā lauka nosaukums"
 
-#: extras/models/customfields.py:101
+#: netbox/extras/models/customfields.py:101
 msgid "Only alphanumeric characters and underscores are allowed."
-msgstr ""
+msgstr "Ir atļautas tikai burtciparu rakstzīmes un pasvītrojumi."
 
-#: extras/models/customfields.py:106
+#: netbox/extras/models/customfields.py:106
 msgid "Double underscores are not permitted in custom field names."
-msgstr ""
+msgstr "Pielāgotos lauku nosaukumos nav atļautas divkāršas pasvītrojumi."
 
-#: extras/models/customfields.py:117
+#: netbox/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 ""
+"Lietotājiem parādītā lauka nosaukums (ja tas nav norādīts, tiks izmantots "
+"lauka nosaukums)"
 
-#: extras/models/customfields.py:121 extras/models/models.py:329
+#: netbox/extras/models/customfields.py:121 netbox/extras/models/models.py:329
 msgid "group name"
-msgstr ""
+msgstr "grupas nosaukums"
 
-#: extras/models/customfields.py:124
+#: netbox/extras/models/customfields.py:124
 msgid "Custom fields within the same group will be displayed together"
-msgstr ""
+msgstr "Pielāgotie lauki vienā grupā tiks parādīti kopā"
 
-#: extras/models/customfields.py:132
+#: netbox/extras/models/customfields.py:132
 msgid "required"
-msgstr ""
+msgstr "nepieciešams"
 
-#: extras/models/customfields.py:134
+#: netbox/extras/models/customfields.py:134
 msgid ""
 "This field is required when creating new objects or editing an existing "
 "object."
 msgstr ""
+"Šis lauks ir nepieciešams, veidojot jaunus objektus vai rediģējot esošu "
+"objektu."
 
-#: extras/models/customfields.py:137
+#: netbox/extras/models/customfields.py:137
 msgid "must be unique"
-msgstr ""
+msgstr "jābūt unikālam"
 
-#: extras/models/customfields.py:139
+#: netbox/extras/models/customfields.py:139
 msgid "The value of this field must be unique for the assigned object"
-msgstr ""
+msgstr "Šī lauka vērtībai jābūt unikālai piešķirtajam objektam"
 
-#: extras/models/customfields.py:142
+#: netbox/extras/models/customfields.py:142
 msgid "search weight"
-msgstr ""
+msgstr "meklēšanas svars"
 
-#: extras/models/customfields.py:145
+#: netbox/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 ""
+"Svērums meklēšanai. Zemākas vērtības tiek uzskatītas par svarīgākām. Lauki, "
+"kuru meklēšanas svars ir nulle, tiks ignorēti."
 
-#: extras/models/customfields.py:150
+#: netbox/extras/models/customfields.py:150
 msgid "filter logic"
-msgstr ""
+msgstr "filtru loģika"
 
-#: extras/models/customfields.py:154
+#: netbox/extras/models/customfields.py:154
 msgid ""
-"Loose matches any instance of a given string; exact matches the entire field."
+"Loose matches any instance of a given string; exact matches the entire "
+"field."
 msgstr ""
+"Vaļīgs atbilst jebkuram dotās virknes gadījumam; precīzi atbilst visam "
+"laukam."
 
-#: extras/models/customfields.py:157
+#: netbox/extras/models/customfields.py:157
 msgid "default"
-msgstr ""
+msgstr "noklusējuma"
 
-#: extras/models/customfields.py:161
+#: netbox/extras/models/customfields.py:161
 msgid ""
-"Default value for the field (must be a JSON value). Encapsulate strings with "
-"double quotes (e.g. \"Foo\")."
+"Default value for the field (must be a JSON value). Encapsulate strings with"
+" double quotes (e.g. \"Foo\")."
 msgstr ""
+"Lauka noklusējuma vērtība (jābūt JSON vērtībai). Iekapsulējiet virknes ar "
+"dubultām pēdiņām (piemēram, “Foo”)."
 
-#: extras/models/customfields.py:168
+#: netbox/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 ""
+"Filtrējiet objektu atlases izvēles, izmantojot Query_params dict (jābūt JSON"
+" vērtībai). Iekapsulējiet virknes ar dubultām pēdiņām (piemēram, “Foo”)."
 
-#: extras/models/customfields.py:174
+#: netbox/extras/models/customfields.py:174
 msgid "display weight"
-msgstr ""
+msgstr "displeja svars"
 
-#: extras/models/customfields.py:175
+#: netbox/extras/models/customfields.py:175
 msgid "Fields with higher weights appear lower in a form."
-msgstr ""
+msgstr "Lauki ar lielāku svaru formā parādās zemāki."
 
-#: extras/models/customfields.py:182
+#: netbox/extras/models/customfields.py:182
 msgid "minimum value"
-msgstr ""
+msgstr "minimālā vērtība"
 
-#: extras/models/customfields.py:183
+#: netbox/extras/models/customfields.py:183
 msgid "Minimum allowed value (for numeric fields)"
-msgstr ""
+msgstr "Minimālā atļautā vērtība (skaitliskajiem laukiem)"
 
-#: extras/models/customfields.py:190
+#: netbox/extras/models/customfields.py:190
 msgid "maximum value"
-msgstr ""
+msgstr "maksimālā vērtība"
 
-#: extras/models/customfields.py:191
+#: netbox/extras/models/customfields.py:191
 msgid "Maximum allowed value (for numeric fields)"
-msgstr ""
+msgstr "Maksimālā pieļaujamā vērtība (skaitliskajiem laukiem)"
 
-#: extras/models/customfields.py:197
+#: netbox/extras/models/customfields.py:197
 msgid "validation regex"
-msgstr ""
+msgstr "validācija regex"
 
-#: extras/models/customfields.py:199
+#: netbox/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, <code>^[A-Z]{3}$</code> will limit "
 "values to exactly three uppercase letters."
 msgstr ""
+"Regulāra izteiksme, ko piemērot teksta lauka vērtībām. Izmantojiet ^ un $, "
+"lai piespiestu visas virknes saskaņošanu. Piemēram, <code>^ [A-Z]{3}$</code>"
+" ierobežos vērtības tieši līdz trim lielajiem burtiem."
 
-#: extras/models/customfields.py:207
+#: netbox/extras/models/customfields.py:207
 msgid "choice set"
-msgstr ""
+msgstr "izvēles komplekts"
 
-#: extras/models/customfields.py:216
+#: netbox/extras/models/customfields.py:216
 msgid "Specifies whether the custom field is displayed in the UI"
-msgstr ""
+msgstr "Norāda, vai lietotāja saskarnē tiek parādīts pielāgotais lauks"
 
-#: extras/models/customfields.py:223
+#: netbox/extras/models/customfields.py:223
 msgid "Specifies whether the custom field value can be edited in the UI"
-msgstr ""
+msgstr "Norāda, vai lietotāja saskarnē var rediģēt pielāgotā lauka vērtību"
 
-#: extras/models/customfields.py:227
+#: netbox/extras/models/customfields.py:227
 msgid "is cloneable"
-msgstr ""
+msgstr "ir klonējams"
 
-#: extras/models/customfields.py:228
+#: netbox/extras/models/customfields.py:228
 msgid "Replicate this value when cloning objects"
-msgstr ""
+msgstr "Atkārtojiet šo vērtību, klonējot objektus"
 
-#: extras/models/customfields.py:245
+#: netbox/extras/models/customfields.py:245
 msgid "custom field"
-msgstr ""
+msgstr "pielāgots lauks"
 
-#: extras/models/customfields.py:246
+#: netbox/extras/models/customfields.py:246
 msgid "custom fields"
-msgstr ""
+msgstr "pielāgoti lauki"
 
-#: extras/models/customfields.py:348
+#: netbox/extras/models/customfields.py:348
 #, python-brace-format
 msgid "Invalid default value \"{value}\": {error}"
-msgstr ""
+msgstr "Nederīga noklusējuma vērtība”{value}“: {error}"
 
-#: extras/models/customfields.py:355
+#: netbox/extras/models/customfields.py:355
 msgid "A minimum value may be set only for numeric fields"
-msgstr ""
+msgstr "Minimālo vērtību var iestatīt tikai skaitliskiem laukiem"
 
-#: extras/models/customfields.py:357
+#: netbox/extras/models/customfields.py:357
 msgid "A maximum value may be set only for numeric fields"
-msgstr ""
+msgstr "Maksimālo vērtību var iestatīt tikai skaitliskiem laukiem"
 
-#: extras/models/customfields.py:367
-msgid "Regular expression validation is supported only for text and URL fields"
+#: netbox/extras/models/customfields.py:367
+msgid ""
+"Regular expression validation is supported only for text and URL fields"
 msgstr ""
+"Regulārā izteiksmes validācija tiek atbalstīta tikai teksta un URL laukiem"
 
-#: extras/models/customfields.py:373
+#: netbox/extras/models/customfields.py:373
 msgid "Uniqueness cannot be enforced for boolean fields"
-msgstr ""
+msgstr "Unikālumu nevar piemērot logiskiem laukiem"
 
-#: extras/models/customfields.py:383
+#: netbox/extras/models/customfields.py:383
 msgid "Selection fields must specify a set of choices."
-msgstr ""
+msgstr "Atlases laukos jānorāda izvēles kopums."
 
-#: extras/models/customfields.py:387
+#: netbox/extras/models/customfields.py:387
 msgid "Choices may be set only on selection fields."
-msgstr ""
+msgstr "Izvēles var iestatīt tikai atlases laukos."
 
-#: extras/models/customfields.py:394
+#: netbox/extras/models/customfields.py:394
 msgid "Object fields must define an object type."
-msgstr ""
+msgstr "Objekta laukiem jādefinē objekta tips."
 
-#: extras/models/customfields.py:398
+#: netbox/extras/models/customfields.py:398
 #, python-brace-format
 msgid "{type} fields may not define an object type."
-msgstr ""
+msgstr "{type} lauki nedrīkst definēt objekta tipu."
 
-#: extras/models/customfields.py:405
+#: netbox/extras/models/customfields.py:405
 msgid "A related object filter can be defined only for object fields."
-msgstr ""
+msgstr "Saistīto objektu filtru var definēt tikai objektu laukiem."
 
-#: extras/models/customfields.py:409
+#: netbox/extras/models/customfields.py:409
 msgid "Filter must be defined as a dictionary mapping attributes to values."
-msgstr ""
+msgstr "Filtrs jādefinē kā vārdnīcas atribūtu kartēšana vērtībām."
 
-#: extras/models/customfields.py:488
+#: netbox/extras/models/customfields.py:496
 msgid "True"
-msgstr ""
+msgstr "Patiesība"
 
-#: extras/models/customfields.py:489
+#: netbox/extras/models/customfields.py:497
 msgid "False"
-msgstr ""
+msgstr "Viltus"
 
-#: extras/models/customfields.py:542 extras/models/customfields.py:590
+#: netbox/extras/models/customfields.py:550
+#: netbox/extras/models/customfields.py:598
 #, python-brace-format
 msgid "Values must match this regex: <code>{regex}</code>"
-msgstr ""
+msgstr "Vērtībām jāatbilst šim regex: <code>{regex}</code>"
 
-#: extras/models/customfields.py:692 extras/models/customfields.py:699
+#: netbox/extras/models/customfields.py:700
+#: netbox/extras/models/customfields.py:707
 msgid "Value must be a string."
-msgstr ""
+msgstr "Vērtībai jābūt virknei."
 
-#: extras/models/customfields.py:694 extras/models/customfields.py:701
+#: netbox/extras/models/customfields.py:702
+#: netbox/extras/models/customfields.py:709
 #, python-brace-format
 msgid "Value must match regex '{regex}'"
-msgstr ""
+msgstr "Vērtībai jāatbilst regex '{regex}”"
 
-#: extras/models/customfields.py:706
+#: netbox/extras/models/customfields.py:714
 msgid "Value must be an integer."
-msgstr ""
+msgstr "Vērtībai jābūt veselim skaitlim."
 
-#: extras/models/customfields.py:709 extras/models/customfields.py:724
+#: netbox/extras/models/customfields.py:717
+#: netbox/extras/models/customfields.py:732
 #, python-brace-format
 msgid "Value must be at least {minimum}"
-msgstr ""
+msgstr "Vērtībai jābūt vismaz {minimum}"
 
-#: extras/models/customfields.py:713 extras/models/customfields.py:728
+#: netbox/extras/models/customfields.py:721
+#: netbox/extras/models/customfields.py:736
 #, python-brace-format
 msgid "Value must not exceed {maximum}"
-msgstr ""
+msgstr "Vērtība nedrīkst pārsniegt {maximum}"
 
-#: extras/models/customfields.py:721
+#: netbox/extras/models/customfields.py:729
 msgid "Value must be a decimal."
-msgstr ""
+msgstr "Vērtībai jābūt decimāldaļai."
 
-#: extras/models/customfields.py:733
+#: netbox/extras/models/customfields.py:741
 msgid "Value must be true or false."
-msgstr ""
+msgstr "Vērtībai jābūt patiesai vai nepatiesai."
 
-#: extras/models/customfields.py:741
+#: netbox/extras/models/customfields.py:749
 msgid "Date values must be in ISO 8601 format (YYYY-MM-DD)."
-msgstr ""
+msgstr "Datuma vērtībām jābūt ISO 8601 formātā (GGGG-MM-DD)."
 
-#: extras/models/customfields.py:750
+#: netbox/extras/models/customfields.py:758
 msgid "Date and time values must be in ISO 8601 format (YYYY-MM-DD HH:MM:SS)."
 msgstr ""
+"Datuma un laika vērtībām jābūt ISO 8601 formātā (GGGG-MM-DD HH:MM:SS)."
 
-#: extras/models/customfields.py:757
+#: netbox/extras/models/customfields.py:765
 #, python-brace-format
 msgid "Invalid choice ({value}) for choice set {choiceset}."
-msgstr ""
+msgstr "Nederīga izvēle ({value}) izvēles komplektam {choiceset}."
 
-#: extras/models/customfields.py:767
+#: netbox/extras/models/customfields.py:775
 #, python-brace-format
 msgid "Invalid choice(s) ({value}) for choice set {choiceset}."
-msgstr ""
+msgstr "Nederīga izvēle (-as) ({value}) izvēles komplektam {choiceset}."
 
-#: extras/models/customfields.py:776
+#: netbox/extras/models/customfields.py:784
 #, python-brace-format
 msgid "Value must be an object ID, not {type}"
-msgstr ""
+msgstr "Vērtībai jābūt objekta ID, nevis {type}"
 
-#: extras/models/customfields.py:782
+#: netbox/extras/models/customfields.py:790
 #, python-brace-format
 msgid "Value must be a list of object IDs, not {type}"
-msgstr ""
+msgstr "Vērtībai jābūt objektu ID sarakstam, nevis {type}"
 
-#: extras/models/customfields.py:786
+#: netbox/extras/models/customfields.py:794
 #, python-brace-format
 msgid "Found invalid object ID: {id}"
-msgstr ""
+msgstr "Atrasts nederīgs objekta ID: {id}"
 
-#: extras/models/customfields.py:789
+#: netbox/extras/models/customfields.py:797
 msgid "Required field cannot be empty."
-msgstr ""
+msgstr "Obligātais lauks nevar būt tukšs."
 
-#: extras/models/customfields.py:809
+#: netbox/extras/models/customfields.py:817
 msgid "Base set of predefined choices (optional)"
-msgstr ""
+msgstr "Iepriekš definētu izvēļu bāzes komplekts (pēc izvēles)"
 
-#: extras/models/customfields.py:821
+#: netbox/extras/models/customfields.py:829
 msgid "Choices are automatically ordered alphabetically"
-msgstr ""
+msgstr "Izvēles tiek automātiski sakārtotas alfabētiskā secībā"
 
-#: extras/models/customfields.py:828
+#: netbox/extras/models/customfields.py:836
 msgid "custom field choice set"
-msgstr ""
+msgstr "pielāgots lauka izvēles komplekts"
 
-#: extras/models/customfields.py:829
+#: netbox/extras/models/customfields.py:837
 msgid "custom field choice sets"
-msgstr ""
+msgstr "pielāgotas lauka izvēles komplekti"
 
-#: extras/models/customfields.py:871
+#: netbox/extras/models/customfields.py:879
 msgid "Must define base or extra choices."
-msgstr ""
+msgstr "Jādefinē bāzes vai papildu izvēle."
 
-#: extras/models/customfields.py:895
+#: netbox/extras/models/customfields.py:903
 #, python-brace-format
 msgid ""
 "Cannot remove choice {choice} as there are {model} objects which reference "
 "it."
 msgstr ""
+"Nevar noņemt izvēli {choice} tāpat kā ir {model} objekti, kas uz to "
+"atsaucas."
 
-#: extras/models/dashboard.py:18
+#: netbox/extras/models/dashboard.py:18
 msgid "layout"
-msgstr ""
+msgstr "izkārtojums"
 
-#: extras/models/dashboard.py:22
+#: netbox/extras/models/dashboard.py:22
 msgid "config"
-msgstr ""
+msgstr "konfigurācija"
 
-#: extras/models/dashboard.py:27
+#: netbox/extras/models/dashboard.py:27
 msgid "dashboard"
-msgstr ""
+msgstr "mērinstrumentu panelis"
 
-#: extras/models/dashboard.py:28
+#: netbox/extras/models/dashboard.py:28
 msgid "dashboards"
-msgstr ""
+msgstr "paneļi"
 
-#: extras/models/mixins.py:85
+#: netbox/extras/models/mixins.py:85
 msgid "template code"
-msgstr ""
+msgstr "veidnes kods"
 
-#: extras/models/mixins.py:86
+#: netbox/extras/models/mixins.py:86
 msgid "Jinja template code."
-msgstr ""
+msgstr "Jinja veidnes kods."
 
-#: extras/models/mixins.py:89
+#: netbox/extras/models/mixins.py:89
 msgid "environment parameters"
-msgstr ""
+msgstr "vides parametri"
 
-#: extras/models/mixins.py:94
+#: netbox/extras/models/mixins.py:94
 #, python-brace-format
 msgid ""
 "Any <a href=\"{url}\">additional parameters</a> to pass when constructing "
 "the Jinja environment"
 msgstr ""
+"Jebkurš <a href=\"{url}\">papildu parametri</a> iziet, veidojot Jinja vidi"
 
-#: extras/models/mixins.py:101
+#: netbox/extras/models/mixins.py:101
 #, python-brace-format
 msgid "Defaults to <code>{default}</code>"
-msgstr ""
+msgstr "Noklusējuma iestatījumi <code>{default}</code>"
 
-#: extras/models/mixins.py:106
+#: netbox/extras/models/mixins.py:106
 msgid "Filename to give to the rendered export file"
-msgstr ""
+msgstr "Faila nosaukums, kas jāpiešķir renderētajam eksporta failam"
 
-#: extras/models/mixins.py:109
+#: netbox/extras/models/mixins.py:109
 msgid "file extension"
-msgstr ""
+msgstr "faila paplašinājums"
 
-#: extras/models/mixins.py:112
+#: netbox/extras/models/mixins.py:112
 msgid "Extension to append to the rendered filename"
-msgstr ""
+msgstr "Paplašinājums, lai pievienotu renderētajam faila nosaukumam"
 
-#: extras/models/mixins.py:115
+#: netbox/extras/models/mixins.py:115
 msgid "as attachment"
-msgstr ""
+msgstr "kā pielikums"
 
-#: extras/models/mixins.py:117
+#: netbox/extras/models/mixins.py:117
 msgid "Download file as attachment"
-msgstr ""
+msgstr "Lejupielādēt failu kā pielikumu"
 
-#: extras/models/mixins.py:124
+#: netbox/extras/models/mixins.py:124
 #, python-brace-format
 msgid "{class_name} must implement a get_context() method."
-msgstr ""
+msgstr "{class_name} jāievieš get_context () metode."
 
-#: extras/models/models.py:57
+#: netbox/extras/models/models.py:57
 msgid "The object(s) to which this rule applies."
-msgstr ""
+msgstr "Objekts (-i), uz kuru attiecas šis noteikums."
 
-#: extras/models/models.py:71
+#: netbox/extras/models/models.py:71
 msgid "The types of event which will trigger this rule."
-msgstr ""
+msgstr "Notikumu veidi, kas izraisīs šo noteikumu."
 
-#: extras/models/models.py:78
+#: netbox/extras/models/models.py:78
 msgid "conditions"
-msgstr ""
+msgstr "nosacījumi"
 
-#: extras/models/models.py:81
+#: netbox/extras/models/models.py:81
 msgid ""
 "A set of conditions which determine whether the event will be generated."
-msgstr ""
+msgstr "Nosacījumu kopums, kas nosaka, vai notikums tiks ģenerēts."
 
-#: extras/models/models.py:89
+#: netbox/extras/models/models.py:89
 msgid "action type"
-msgstr ""
+msgstr "darbības veids"
 
-#: extras/models/models.py:108
+#: netbox/extras/models/models.py:108
 msgid "Additional data to pass to the action object"
-msgstr ""
+msgstr "Papildu dati, kas jānodod darbības objektam"
 
-#: extras/models/models.py:120
+#: netbox/extras/models/models.py:120
 msgid "event rule"
-msgstr ""
+msgstr "notikuma noteikums"
 
-#: extras/models/models.py:121
+#: netbox/extras/models/models.py:121
 msgid "event rules"
-msgstr ""
+msgstr "pasākumu noteikumi"
 
-#: extras/models/models.py:178
+#: netbox/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."
+"called. Jinja2 template processing is supported with the same context as the"
+" request body."
 msgstr ""
+"Šis URL tiks izsaukts, izmantojot HTTP metodi, kas definēta, kad tiek "
+"izsaukts tīmekļa āķis. Jinja2 veidnes apstrāde tiek atbalstīta tādā pašā "
+"kontekstā kā pieprasījuma struktūra."
 
-#: extras/models/models.py:193
+#: netbox/extras/models/models.py:193
 msgid ""
-"The complete list of official content types is available <a href=\"https://"
-"www.iana.org/assignments/media-types/media-types.xhtml\">here</a>."
+"The complete list of official content types is available <a "
+"href=\"https://www.iana.org/assignments/media-types/media-"
+"types.xhtml\">here</a>."
 msgstr ""
+"Ir pieejams pilns oficiālo satura veidu saraksts <a "
+"href=\"https://www.iana.org/assignments/media-types/media-"
+"types.xhtml\">šeit</a>."
 
-#: extras/models/models.py:198
+#: netbox/extras/models/models.py:198
 msgid "additional headers"
-msgstr ""
+msgstr "papildu galvenes"
 
-#: extras/models/models.py:201
+#: netbox/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 <code>Name: "
 "Value</code>. Jinja2 template processing is supported with the same context "
 "as the request body (below)."
 msgstr ""
+"Lietotāja piegādātās HTTP galvenes, kas jānosūta kopā ar pieprasījumu "
+"papildus HTTP satura tipam. Galvenes jādefinē formātā <code>Nosaukums: "
+"Vērtība</code>. Jinja2 veidnes apstrāde tiek atbalstīta tādā pašā kontekstā "
+"kā pieprasījuma struktūra (zemāk)."
 
-#: extras/models/models.py:207
+#: netbox/extras/models/models.py:207
 msgid "body template"
-msgstr ""
+msgstr "ķermeņa veidne"
 
-#: extras/models/models.py:210
+#: netbox/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: "
 "<code>event</code>, <code>model</code>, <code>timestamp</code>, "
 "<code>username</code>, <code>request_id</code>, and <code>data</code>."
 msgstr ""
+"Jinja2 veidne pielāgotai pieprasījuma struktūrai. Ja tas ir tukšs, tiks "
+"iekļauts JSON objekts, kas attēlo izmaiņas. Pieejamie konteksta dati ietver:"
+" <code>notikums</code>, <code>modelis</code>, <code>laika zīmogs</code>, "
+"<code>lietotājvārds</code>, <code>pieprasījuma ID</code>, un "
+"<code>dati</code>."
 
-#: extras/models/models.py:216
+#: netbox/extras/models/models.py:216
 msgid "secret"
-msgstr ""
+msgstr "slepeni"
 
-#: extras/models/models.py:220
+#: netbox/extras/models/models.py:220
 msgid ""
 "When provided, the request will include a <code>X-Hook-Signature</code> "
 "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 ""
+"Kad tas tiek sniegts, pieprasījumā būs iekļauts <code>X-Hook-paraksts</code>"
+" galvene, kurā ir lietderīgās kravas korpusa HMAC sešstūra kopsavilkums, "
+"izmantojot noslēpumu kā atslēgu. Noslēpums netiek nosūtīts pieprasījumā."
 
-#: extras/models/models.py:227
+#: netbox/extras/models/models.py:227
 msgid "Enable SSL certificate verification. Disable with caution!"
-msgstr ""
+msgstr "Iespējot SSL sertifikāta verifikāciju. Atspējojiet piesardzīgi!"
 
-#: extras/models/models.py:233 templates/extras/webhook.html:51
+#: netbox/extras/models/models.py:233 netbox/templates/extras/webhook.html:51
 msgid "CA File Path"
-msgstr ""
+msgstr "CA faila ceļš"
 
-#: extras/models/models.py:235
+#: netbox/extras/models/models.py:235
 msgid ""
-"The specific CA certificate file to use for SSL verification. Leave blank to "
-"use the system defaults."
+"The specific CA certificate file to use for SSL verification. Leave blank to"
+" use the system defaults."
 msgstr ""
+"Konkrētais CA sertifikāta fails, ko izmantot SSL verifikācijai. Atstājiet "
+"tukšu, lai izmantotu sistēmas noklusējuma iestatījumus."
 
-#: extras/models/models.py:246
+#: netbox/extras/models/models.py:246
 msgid "webhook"
-msgstr ""
+msgstr "tīmekļa āķis"
 
-#: extras/models/models.py:247
+#: netbox/extras/models/models.py:247
 msgid "webhooks"
-msgstr ""
+msgstr "tīmekļa āķi"
 
-#: extras/models/models.py:265
+#: netbox/extras/models/models.py:265
 msgid "Do not specify a CA certificate file if SSL verification is disabled."
-msgstr ""
+msgstr "Ja SSL verifikācija ir atspējota, nenorādiet CA sertifikāta failu."
 
-#: extras/models/models.py:305
+#: netbox/extras/models/models.py:305
 msgid "The object type(s) to which this link applies."
-msgstr ""
+msgstr "Objekta tips (-i), uz kuru attiecas šī saite."
 
-#: extras/models/models.py:317
+#: netbox/extras/models/models.py:317
 msgid "link text"
-msgstr ""
+msgstr "saites teksts"
 
-#: extras/models/models.py:318
+#: netbox/extras/models/models.py:318
 msgid "Jinja2 template code for link text"
-msgstr ""
+msgstr "Jinja2 veidnes kods saites tekstam"
 
-#: extras/models/models.py:321
+#: netbox/extras/models/models.py:321
 msgid "link URL"
-msgstr ""
+msgstr "saites URL"
 
-#: extras/models/models.py:322
+#: netbox/extras/models/models.py:322
 msgid "Jinja2 template code for link URL"
-msgstr ""
+msgstr "Jinja2 veidnes kods saites URL"
 
-#: extras/models/models.py:332
+#: netbox/extras/models/models.py:332
 msgid "Links with the same group will appear as a dropdown menu"
-msgstr ""
+msgstr "Saites ar to pašu grupu parādīsies kā nolaižamā izvēlne"
 
-#: extras/models/models.py:342
+#: netbox/extras/models/models.py:342
 msgid "new window"
-msgstr ""
+msgstr "jauns logs"
 
-#: extras/models/models.py:344
+#: netbox/extras/models/models.py:344
 msgid "Force link to open in a new window"
-msgstr ""
+msgstr "Piespiest saiti, lai atvērtu jaunā logā"
 
-#: extras/models/models.py:353
+#: netbox/extras/models/models.py:353
 msgid "custom link"
-msgstr ""
+msgstr "pielāgota saite"
 
-#: extras/models/models.py:354
+#: netbox/extras/models/models.py:354
 msgid "custom links"
-msgstr ""
+msgstr "pielāgotas saites"
 
-#: extras/models/models.py:401
+#: netbox/extras/models/models.py:401
 msgid "The object type(s) to which this template applies."
-msgstr ""
+msgstr "Objekta tips (-i), uz kuru attiecas šī veidne."
 
-#: extras/models/models.py:419
+#: netbox/extras/models/models.py:419
 msgid "export template"
-msgstr ""
+msgstr "eksportēšanas veidne"
 
-#: extras/models/models.py:420
+#: netbox/extras/models/models.py:420
 msgid "export templates"
-msgstr ""
+msgstr "eksportēšanas veidnes"
 
-#: extras/models/models.py:437
+#: netbox/extras/models/models.py:437
 #, python-brace-format
 msgid "\"{name}\" is a reserved name. Please choose a different name."
-msgstr ""
+msgstr "“{name}“ir rezervēts vārds. Lūdzu, izvēlieties citu nosaukumu."
 
-#: extras/models/models.py:466
+#: netbox/extras/models/models.py:466
 msgid "The object type(s) to which this filter applies."
-msgstr ""
+msgstr "Objekta tips (-i), uz kuru attiecas šis filtrs."
 
-#: extras/models/models.py:498 extras/models/models.py:577
+#: netbox/extras/models/models.py:498 netbox/extras/models/models.py:577
 msgid "shared"
-msgstr ""
+msgstr "dalīts"
 
-#: extras/models/models.py:511
+#: netbox/extras/models/models.py:511
 msgid "saved filter"
-msgstr ""
+msgstr "saglabāts filtrs"
 
-#: extras/models/models.py:512
+#: netbox/extras/models/models.py:512
 msgid "saved filters"
-msgstr ""
+msgstr "saglabātie filtri"
 
-#: extras/models/models.py:530
+#: netbox/extras/models/models.py:530
 msgid "Filter parameters must be stored as a dictionary of keyword arguments."
-msgstr ""
+msgstr "Filtra parametri jāsaglabā kā atslēgvārdu argumentu vārdnīca."
 
-#: extras/models/models.py:547
+#: netbox/extras/models/models.py:547
 msgid "The table's object type"
-msgstr ""
+msgstr "Tabulas objekta tips"
 
-#: extras/models/models.py:550
+#: netbox/extras/models/models.py:550
 msgid "table"
-msgstr ""
+msgstr "tabula"
 
-#: extras/models/models.py:593
+#: netbox/extras/models/models.py:593
 msgid "table config"
-msgstr ""
+msgstr "tabulas konfigurācija"
 
-#: extras/models/models.py:594
+#: netbox/extras/models/models.py:594
 msgid "table configs"
-msgstr ""
+msgstr "tabulas konfigurācijas"
 
-#: extras/models/models.py:632
+#: netbox/extras/models/models.py:632
 #, python-brace-format
 msgid "Unknown table: {name}"
-msgstr ""
+msgstr "Nezināma tabula: {name}"
 
-#: extras/models/models.py:643 extras/models/models.py:650
+#: netbox/extras/models/models.py:643 netbox/extras/models/models.py:650
 #, python-brace-format
 msgid "Unknown column: {name}"
-msgstr ""
+msgstr "Nezināma sleja: {name}"
 
-#: extras/models/models.py:673
+#: netbox/extras/models/models.py:673
 msgid "image height"
-msgstr ""
+msgstr "attēla augstums"
 
-#: extras/models/models.py:676
+#: netbox/extras/models/models.py:676
 msgid "image width"
-msgstr ""
+msgstr "attēla platums"
 
-#: extras/models/models.py:698
+#: netbox/extras/models/models.py:698
 msgid "image attachment"
-msgstr ""
+msgstr "attēla pielikums"
 
-#: extras/models/models.py:699
+#: netbox/extras/models/models.py:699
 msgid "image attachments"
-msgstr ""
+msgstr "attēla pielikumi"
 
-#: extras/models/models.py:713
+#: netbox/extras/models/models.py:713
 #, python-brace-format
 msgid "Image attachments cannot be assigned to this object type ({type})."
-msgstr ""
+msgstr "Attēla pielikumus nevar piešķirt šim objekta tipam ({type})."
 
-#: extras/models/models.py:794
+#: netbox/extras/models/models.py:794
 msgid "kind"
-msgstr ""
+msgstr "laipns"
 
-#: extras/models/models.py:808
+#: netbox/extras/models/models.py:808
 msgid "journal entry"
-msgstr ""
+msgstr "žurnāla ieraksts"
 
-#: extras/models/models.py:809
+#: netbox/extras/models/models.py:809
 msgid "journal entries"
-msgstr ""
+msgstr "žurnāla ieraksti"
 
-#: extras/models/models.py:827
+#: netbox/extras/models/models.py:827
 #, python-brace-format
 msgid "Journaling is not supported for this object type ({type})."
-msgstr ""
+msgstr "Šim objektu tipam žurnāla sagatavošana netiek atbalstīta ({type})."
 
-#: extras/models/models.py:869
+#: netbox/extras/models/models.py:869
 msgid "bookmark"
-msgstr ""
+msgstr "grāmatzīme"
 
-#: extras/models/models.py:870
+#: netbox/extras/models/models.py:870
 msgid "bookmarks"
-msgstr ""
+msgstr "grāmatzīmes"
 
-#: extras/models/models.py:886
+#: netbox/extras/models/models.py:886
 #, python-brace-format
 msgid "Bookmarks cannot be assigned to this object type ({type})."
-msgstr ""
+msgstr "Grāmatzīmes nevar piešķirt šim objekta tipam ({type})."
 
-#: extras/models/notifications.py:43
+#: netbox/extras/models/notifications.py:43
 msgid "read"
-msgstr ""
+msgstr "lasīt"
 
-#: extras/models/notifications.py:66
+#: netbox/extras/models/notifications.py:66
 msgid "event"
-msgstr ""
+msgstr "notikums"
 
-#: extras/models/notifications.py:84
+#: netbox/extras/models/notifications.py:84
 msgid "notification"
-msgstr ""
+msgstr "paziņojums"
 
-#: extras/models/notifications.py:85
+#: netbox/extras/models/notifications.py:85
 msgid "notifications"
-msgstr ""
+msgstr "paziņojumi"
 
-#: extras/models/notifications.py:99 extras/models/notifications.py:243
+#: netbox/extras/models/notifications.py:99
+#: netbox/extras/models/notifications.py:243
 #, python-brace-format
 msgid "Objects of this type ({type}) do not support notifications."
-msgstr ""
+msgstr "Šāda veida objekti ({type}) neatbalsta paziņojumus."
 
-#: extras/models/notifications.py:137 users/models/users.py:58
-#: users/models/users.py:77
+#: netbox/extras/models/notifications.py:137 netbox/users/models/users.py:58
+#: netbox/users/models/users.py:77
 msgid "groups"
-msgstr ""
+msgstr "grupas"
 
-#: extras/models/notifications.py:143 users/models/users.py:93
+#: netbox/extras/models/notifications.py:143 netbox/users/models/users.py:93
 msgid "users"
-msgstr ""
+msgstr "lietotāji"
 
-#: extras/models/notifications.py:158
+#: netbox/extras/models/notifications.py:158
 msgid "notification group"
-msgstr ""
+msgstr "paziņojumu grupa"
 
-#: extras/models/notifications.py:159
+#: netbox/extras/models/notifications.py:159
 msgid "notification groups"
-msgstr ""
+msgstr "paziņojumu grupas"
 
-#: extras/models/notifications.py:226
+#: netbox/extras/models/notifications.py:226
 msgid "subscription"
-msgstr ""
+msgstr "abonēšana"
 
-#: extras/models/notifications.py:227
+#: netbox/extras/models/notifications.py:227
 msgid "subscriptions"
-msgstr ""
+msgstr "abonementi"
 
-#: extras/models/scripts.py:42
+#: netbox/extras/models/scripts.py:42
 msgid "is executable"
-msgstr ""
+msgstr "ir izpildāms"
 
-#: extras/models/scripts.py:64
+#: netbox/extras/models/scripts.py:64
 msgid "script"
-msgstr ""
+msgstr "skripts"
 
-#: extras/models/scripts.py:65
+#: netbox/extras/models/scripts.py:65
 msgid "scripts"
-msgstr ""
+msgstr "scenāriji"
 
-#: extras/models/scripts.py:111
+#: netbox/extras/models/scripts.py:111
 msgid "script module"
-msgstr ""
+msgstr "skripta modulis"
 
-#: extras/models/scripts.py:112
+#: netbox/extras/models/scripts.py:112
 msgid "script modules"
-msgstr ""
+msgstr "skriptu moduļi"
 
-#: extras/models/search.py:22
+#: netbox/extras/models/search.py:22
 msgid "timestamp"
-msgstr ""
+msgstr "laika zīmogs"
 
-#: extras/models/search.py:37
+#: netbox/extras/models/search.py:37
 msgid "field"
-msgstr ""
+msgstr "lauks"
 
-#: extras/models/search.py:45
+#: netbox/extras/models/search.py:45
 msgid "value"
-msgstr ""
+msgstr "vērtība"
 
-#: extras/models/search.py:56
+#: netbox/extras/models/search.py:56
 msgid "cached value"
-msgstr ""
+msgstr "kešatmiņā saglabāta vērtība"
 
-#: extras/models/search.py:57
+#: netbox/extras/models/search.py:57
 msgid "cached values"
-msgstr ""
+msgstr "kešatmiņā saglabātās vērtības"
 
-#: extras/models/tags.py:41
+#: netbox/extras/models/tags.py:41
 msgid "The object type(s) to which this tag can be applied."
-msgstr ""
+msgstr "Objekta tips (-i), kam var izmantot šo tagu."
 
-#: extras/models/tags.py:54
+#: netbox/extras/models/tags.py:54
 msgid "tag"
-msgstr ""
+msgstr "birka"
 
-#: extras/models/tags.py:55
+#: netbox/extras/models/tags.py:55
 msgid "tags"
-msgstr ""
+msgstr "tagi"
 
-#: extras/models/tags.py:84
+#: netbox/extras/models/tags.py:84
 msgid "tagged item"
-msgstr ""
+msgstr "marķēta prece"
 
-#: extras/models/tags.py:85
+#: netbox/extras/models/tags.py:85
 msgid "tagged items"
-msgstr ""
+msgstr "marķētas preces"
 
-#: extras/scripts.py:494
+#: netbox/extras/scripts.py:494
 msgid "Script Data"
-msgstr ""
+msgstr "Skripta dati"
 
-#: extras/scripts.py:498
+#: netbox/extras/scripts.py:498
 msgid "Script Execution Parameters"
-msgstr ""
+msgstr "Skripta izpildes parametri"
 
-#: extras/scripts.py:595
+#: netbox/extras/scripts.py:595
 msgid "load_yaml is deprecated and will be removed in v4.5"
-msgstr ""
+msgstr "load_yaml ir novecojis un tiks noņemts v4.5"
 
-#: extras/scripts.py:610
+#: netbox/extras/scripts.py:610
 msgid "load_json is deprecated and will be removed in v4.5"
-msgstr ""
+msgstr "load_json ir novecojis un tiks noņemts v4.5"
 
-#: extras/tables/columns.py:12 templates/htmx/notifications.html:29
+#: netbox/extras/tables/columns.py:12
+#: netbox/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
+msgstr "Atmest"
+
+#: netbox/extras/tables/tables.py:68 netbox/extras/tables/tables.py:165
+#: netbox/extras/tables/tables.py:190 netbox/extras/tables/tables.py:288
+#: netbox/extras/tables/tables.py:481 netbox/extras/tables/tables.py:515
+#: netbox/templates/extras/customfield.html:105
+#: netbox/templates/extras/eventrule.html:27
+#: netbox/templates/users/objectpermission.html:64 netbox/users/tables.py:80
 msgid "Object Types"
-msgstr ""
+msgstr "Objektu veidi"
 
-#: extras/tables/tables.py:75
+#: netbox/extras/tables/tables.py:75
 msgid "Validate Uniqueness"
-msgstr ""
+msgstr "Apstiprināt unikalitāti"
 
-#: extras/tables/tables.py:79
+#: netbox/extras/tables/tables.py:79
 msgid "Visible"
-msgstr ""
+msgstr "Redzams"
 
-#: extras/tables/tables.py:82
+#: netbox/extras/tables/tables.py:82
 msgid "Editable"
-msgstr ""
+msgstr "Rediģējams"
 
-#: extras/tables/tables.py:88
+#: netbox/extras/tables/tables.py:88
 msgid "Related Object Type"
-msgstr ""
+msgstr "Saistītā objekta tips"
 
-#: extras/tables/tables.py:92 templates/extras/customfield.html:51
+#: netbox/extras/tables/tables.py:92
+#: netbox/templates/extras/customfield.html:51
 msgid "Choice Set"
-msgstr ""
+msgstr "Izvēles komplekts"
 
-#: extras/tables/tables.py:100
+#: netbox/extras/tables/tables.py:100
 msgid "Is Cloneable"
-msgstr ""
+msgstr "Vai ir klonējams"
 
-#: extras/tables/tables.py:104 templates/extras/customfield.html:118
+#: netbox/extras/tables/tables.py:104
+#: netbox/templates/extras/customfield.html:118
 msgid "Minimum Value"
-msgstr ""
+msgstr "Minimālā vērtība"
 
-#: extras/tables/tables.py:107 templates/extras/customfield.html:122
+#: netbox/extras/tables/tables.py:107
+#: netbox/templates/extras/customfield.html:122
 msgid "Maximum Value"
-msgstr ""
+msgstr "Maksimālā vērtība"
 
-#: extras/tables/tables.py:110
+#: netbox/extras/tables/tables.py:110
 msgid "Validation Regex"
-msgstr ""
+msgstr "Validācija Regex"
 
-#: extras/tables/tables.py:143
+#: netbox/extras/tables/tables.py:143
 msgid "Count"
-msgstr ""
+msgstr "Skaitīt"
 
-#: extras/tables/tables.py:146
+#: netbox/extras/tables/tables.py:146
 msgid "Order Alphabetically"
-msgstr ""
+msgstr "Pasūtīt alfabētiskā secībā"
 
-#: extras/tables/tables.py:171 templates/extras/customlink.html:33
+#: netbox/extras/tables/tables.py:171
+#: netbox/templates/extras/customlink.html:33
 msgid "New Window"
-msgstr ""
+msgstr "Jauns logs"
 
-#: extras/tables/tables.py:193 extras/tables/tables.py:640
-#: templates/extras/configtemplate.html:21
-#: templates/extras/exporttemplate.html:23
+#: netbox/extras/tables/tables.py:193 netbox/extras/tables/tables.py:640
+#: netbox/templates/extras/configtemplate.html:21
+#: netbox/templates/extras/exporttemplate.html:23
 msgid "MIME Type"
-msgstr ""
+msgstr "MIME tips"
 
-#: extras/tables/tables.py:196 extras/tables/tables.py:643
-#: templates/extras/configtemplate.html:25
-#: templates/extras/exporttemplate.html:27
+#: netbox/extras/tables/tables.py:196 netbox/extras/tables/tables.py:643
+#: netbox/templates/extras/configtemplate.html:25
+#: netbox/templates/extras/exporttemplate.html:27
 msgid "File Name"
-msgstr ""
+msgstr "Faila nosaukums"
 
-#: extras/tables/tables.py:199 extras/tables/tables.py:646
-#: templates/extras/configtemplate.html:29
-#: templates/extras/exporttemplate.html:31
+#: netbox/extras/tables/tables.py:199 netbox/extras/tables/tables.py:646
+#: netbox/templates/extras/configtemplate.html:29
+#: netbox/templates/extras/exporttemplate.html:31
 msgid "File Extension"
-msgstr ""
+msgstr "Faila paplašinājums"
 
-#: extras/tables/tables.py:202 extras/tables/tables.py:649
+#: netbox/extras/tables/tables.py:202 netbox/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
+msgstr "Kā pielikums"
+
+#: netbox/extras/tables/tables.py:210 netbox/extras/tables/tables.py:560
+#: netbox/extras/tables/tables.py:590 netbox/extras/tables/tables.py:628
+#: netbox/templates/core/datafile.html:18
+#: netbox/templates/core/inc/datafile_panel.html:4
+#: netbox/templates/core/inc/datafile_panel.html:17
+#: netbox/templates/extras/configtemplate.html:47
+#: netbox/templates/extras/object_render_config.html:23
+#: netbox/templates/generic/bulk_import.html:35
 msgid "Data File"
-msgstr ""
+msgstr "Datu fails"
 
-#: extras/tables/tables.py:215 extras/tables/tables.py:565
-#: extras/tables/tables.py:602 extras/tables/tables.py:633
+#: netbox/extras/tables/tables.py:215 netbox/extras/tables/tables.py:565
+#: netbox/extras/tables/tables.py:602 netbox/extras/tables/tables.py:633
 msgid "Synced"
-msgstr ""
+msgstr "Sinhronizēts"
 
-#: extras/tables/tables.py:236 templates/extras/imageattachment.html:57
+#: netbox/extras/tables/tables.py:236
+#: netbox/templates/extras/imageattachment.html:57
 msgid "Image"
-msgstr ""
+msgstr "Attēls"
 
-#: extras/tables/tables.py:245 templates/extras/imageattachment.html:33
+#: netbox/extras/tables/tables.py:245
+#: netbox/templates/extras/imageattachment.html:33
 msgid "Filename"
-msgstr ""
+msgstr "Faila nosaukums"
 
-#: 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
+#: netbox/extras/tables/tables.py:264 netbox/templates/core/datafile.html:36
+#: netbox/templates/extras/imageattachment.html:44
+#: netbox/templates/ipam/iprange.html:25
+#: netbox/templates/virtualization/virtualdisk.html:29
+#: netbox/virtualization/tables/virtualmachines.py:169
 msgid "Size"
-msgstr ""
+msgstr "Izmērs"
 
-#: extras/tables/tables.py:321
+#: netbox/extras/tables/tables.py:321
 msgid "Table Name"
-msgstr ""
+msgstr "Tabulas nosaukums"
 
-#: extras/tables/tables.py:408
+#: netbox/extras/tables/tables.py:408
 msgid "Read"
-msgstr ""
+msgstr "Lasīt"
 
-#: extras/tables/tables.py:451
+#: netbox/extras/tables/tables.py:451
 msgid "SSL Validation"
-msgstr ""
+msgstr "SSL validācija"
 
-#: extras/tables/tables.py:487 templates/extras/eventrule.html:37
+#: netbox/extras/tables/tables.py:487
+#: netbox/templates/extras/eventrule.html:37
 msgid "Event Types"
-msgstr ""
+msgstr "Pasākumu veidi"
 
-#: extras/tables/tables.py:636 templates/extras/configtemplate.html:66
+#: netbox/extras/tables/tables.py:636
+#: netbox/templates/extras/configtemplate.html:66
 msgid "Auto Sync Enabled"
-msgstr ""
+msgstr "Automātiskā sinhronizācija iespējo"
 
-#: extras/tables/tables.py:658 netbox/navigation/menu.py:77
-#: templates/dcim/devicerole.html:8
+#: netbox/extras/tables/tables.py:658 netbox/netbox/navigation/menu.py:77
+#: netbox/templates/dcim/devicerole.html:8
 msgid "Device Roles"
-msgstr ""
+msgstr "Ierīces lomas"
 
-#: extras/tables/tables.py:711
+#: netbox/extras/tables/tables.py:711
 msgid "Comments (Short)"
-msgstr ""
+msgstr "Komentāri (īsi)"
 
-#: extras/tables/tables.py:730 extras/tables/tables.py:782
+#: netbox/extras/tables/tables.py:730 netbox/extras/tables/tables.py:782
 msgid "Line"
-msgstr ""
+msgstr "Līnija"
 
-#: extras/tables/tables.py:785
+#: netbox/extras/tables/tables.py:785
 msgid "Method"
-msgstr ""
+msgstr "Metode"
 
-#: extras/templatetags/dashboard.py:16
+#: netbox/extras/templatetags/dashboard.py:16
 msgid "An error was encountered when attempting to render this widget:"
-msgstr ""
+msgstr "Mēģinot atveidot šo logrīku, radās kļūda:"
 
-#: extras/templatetags/dashboard.py:17
+#: netbox/extras/templatetags/dashboard.py:17
 msgid "Please try reconfiguring the widget, or remove it from your dashboard."
 msgstr ""
+"Lūdzu, mēģiniet pārkonfigurēt logrīku vai noņemt to no informācijas paneļa."
 
-#: extras/validators.py:15
+#: netbox/extras/validators.py:15
 #, python-format
 msgid "Ensure this value is equal to %(limit_value)s."
-msgstr ""
+msgstr "Pārliecinieties, ka šī vērtība ir vienāda ar %(limit_value)s."
 
-#: extras/validators.py:26
+#: netbox/extras/validators.py:26
 #, python-format
 msgid "Ensure this value does not equal %(limit_value)s."
-msgstr ""
+msgstr "Pārliecinieties, ka šī vērtība nav vienāda %(limit_value)s."
 
-#: extras/validators.py:37
+#: netbox/extras/validators.py:37
 msgid "This field must be empty."
-msgstr ""
+msgstr "Šim laukam jābūt tukšam."
 
-#: extras/validators.py:52
+#: netbox/extras/validators.py:52
 msgid "This field must not be empty."
-msgstr ""
+msgstr "Šis lauks nedrīkst būt tukšs."
 
-#: extras/validators.py:94
+#: netbox/extras/validators.py:94
 msgid "Validation rules must be passed as a dictionary"
-msgstr ""
+msgstr "Validācijas noteikumi jāpieņem kā vārdnīca"
 
-#: extras/validators.py:119
+#: netbox/extras/validators.py:119
 #, python-brace-format
 msgid "Custom validation failed for {attribute}: {exception}"
-msgstr ""
+msgstr "Pielāgota validācija neizdevās {attribute}: {exception}"
 
-#: extras/validators.py:133
+#: netbox/extras/validators.py:133
 #, python-brace-format
 msgid "Invalid attribute \"{name}\" for request"
-msgstr ""
+msgstr "Nederīgs atribūts”{name}“pēc pieprasījuma"
 
-#: extras/validators.py:150
+#: netbox/extras/validators.py:150
 #, python-brace-format
 msgid "Invalid attribute \"{name}\" for {model}"
-msgstr ""
+msgstr "Nederīgs atribūts”{name}“par {model}"
 
-#: extras/views.py:1125
+#: netbox/extras/views.py:1125
 #, python-brace-format
 msgid "An error occurred while rendering the template: {error}"
-msgstr ""
+msgstr "Renderējot veidni, radās kļūda: {error}"
 
-#: extras/views.py:1288
+#: netbox/extras/views.py:1288
 msgid "Your dashboard has been reset."
-msgstr ""
+msgstr "Jūsu informācijas panelis ir atiestatīts."
 
-#: extras/views.py:1334
+#: netbox/extras/views.py:1334
 msgid "Added widget: "
-msgstr ""
+msgstr "Pievienots logrīks: "
 
-#: extras/views.py:1375
+#: netbox/extras/views.py:1375
 msgid "Updated widget: "
-msgstr ""
+msgstr "Atjaunināts logrīks: "
 
-#: extras/views.py:1411
+#: netbox/extras/views.py:1411
 msgid "Deleted widget: "
-msgstr ""
+msgstr "Dzēsts logrīks: "
 
-#: extras/views.py:1413
+#: netbox/extras/views.py:1413
 msgid "Error deleting widget: "
-msgstr ""
+msgstr "Kļūda dzēšot logrīku: "
 
-#: extras/views.py:1518
+#: netbox/extras/views.py:1518
 msgid "Unable to run script: RQ worker process not running."
-msgstr ""
+msgstr "Nevar palaist skriptu: RQ darbinieka process netiek palaists."
 
-#: ipam/api/field_serializers.py:17
+#: netbox/ipam/api/field_serializers.py:17
 msgid "Enter a valid IPv4 or IPv6 address with optional mask."
-msgstr ""
+msgstr "Ievadiet derīgu IPv4 vai IPv6 adresi ar izvēles masku."
 
-#: ipam/api/field_serializers.py:24
+#: netbox/ipam/api/field_serializers.py:24
 #, python-brace-format
 msgid "Invalid IP address format: {data}"
-msgstr ""
+msgstr "Nederīgs IP adreses formāts: {data}"
 
-#: ipam/api/field_serializers.py:37
+#: netbox/ipam/api/field_serializers.py:37
 msgid "Enter a valid IPv4 or IPv6 prefix and mask in CIDR notation."
-msgstr ""
+msgstr "Ievadiet derīgu IPv4 vai IPv6 prefiksu un masku CIDR apzīmējumā."
 
-#: ipam/api/field_serializers.py:44
+#: netbox/ipam/api/field_serializers.py:44
 #, python-brace-format
 msgid "Invalid IP prefix format: {data}"
-msgstr ""
+msgstr "Nederīgs IP prefiksa formāts: {data}"
 
-#: ipam/api/views.py:383
+#: netbox/ipam/api/views.py:383
 msgid ""
 "Insufficient space is available to accommodate the requested prefix size(s)"
 msgstr ""
+"Pieprasītā prefiksa izmēra (-u) pielāgošanai nav pietiekami daudz vietas"
 
-#: ipam/choices.py:30
+#: netbox/ipam/choices.py:30
 msgid "Container"
-msgstr ""
+msgstr "konteiners"
 
-#: ipam/choices.py:72
+#: netbox/ipam/choices.py:72
 msgid "DHCP"
-msgstr ""
+msgstr "DHCP"
 
-#: ipam/choices.py:73
+#: netbox/ipam/choices.py:73
 msgid "SLAAC"
-msgstr ""
+msgstr "SLACK"
 
-#: ipam/choices.py:89
+#: netbox/ipam/choices.py:89
 msgid "Loopback"
-msgstr ""
+msgstr "Atpakaļgaita"
 
-#: ipam/choices.py:91
+#: netbox/ipam/choices.py:91
 msgid "Anycast"
-msgstr ""
+msgstr "Jebkurš"
 
-#: ipam/choices.py:115
+#: netbox/ipam/choices.py:115
 msgid "Standard"
-msgstr ""
+msgstr "Standarta"
 
-#: ipam/choices.py:120
+#: netbox/ipam/choices.py:120
 msgid "CheckPoint"
-msgstr ""
+msgstr "Kontrolpunkts"
 
-#: ipam/choices.py:123
+#: netbox/ipam/choices.py:123
 msgid "Cisco"
-msgstr ""
+msgstr "Cisco"
 
-#: ipam/choices.py:137
+#: netbox/ipam/choices.py:137
 msgid "Plaintext"
-msgstr ""
+msgstr "Vienkāršs teksts"
 
-#: ipam/choices.py:166 templates/ipam/service.html:23
+#: netbox/ipam/choices.py:166 netbox/templates/ipam/service.html:23
 msgid "Service"
-msgstr ""
+msgstr "Pakalpojums"
 
-#: ipam/choices.py:167
+#: netbox/ipam/choices.py:167
 msgid "Customer"
-msgstr ""
+msgstr "Klients"
 
-#: ipam/fields.py:39
+#: netbox/ipam/fields.py:40
 #, python-brace-format
 msgid "Invalid IP address format: {address}"
-msgstr ""
+msgstr "Nederīgs IP adreses formāts: {address}"
 
-#: ipam/filtersets.py:52 vpn/filtersets.py:308
+#: netbox/ipam/filtersets.py:52 netbox/vpn/filtersets.py:308
 msgid "Import target"
-msgstr ""
+msgstr "Importēšanas mērķis"
 
-#: ipam/filtersets.py:58 vpn/filtersets.py:314
+#: netbox/ipam/filtersets.py:58 netbox/vpn/filtersets.py:314
 msgid "Import target (name)"
-msgstr ""
+msgstr "Importēšanas mērķis (nosaukums)"
 
-#: ipam/filtersets.py:63 vpn/filtersets.py:319
+#: netbox/ipam/filtersets.py:63 netbox/vpn/filtersets.py:319
 msgid "Export target"
-msgstr ""
+msgstr "Eksporta mērķis"
 
-#: ipam/filtersets.py:69 vpn/filtersets.py:325
+#: netbox/ipam/filtersets.py:69 netbox/vpn/filtersets.py:325
 msgid "Export target (name)"
-msgstr ""
+msgstr "Eksporta mērķis (nosaukums)"
 
-#: ipam/filtersets.py:90
+#: netbox/ipam/filtersets.py:90
 msgid "Importing VRF"
-msgstr ""
+msgstr "VRF importēšana"
 
-#: ipam/filtersets.py:96
+#: netbox/ipam/filtersets.py:96
 msgid "Import VRF (RD)"
-msgstr ""
+msgstr "Importēt VRF (RD)"
 
-#: ipam/filtersets.py:101
+#: netbox/ipam/filtersets.py:101
 msgid "Exporting VRF"
-msgstr ""
+msgstr "VRF eksportēšana"
 
-#: ipam/filtersets.py:107
+#: netbox/ipam/filtersets.py:107
 msgid "Export VRF (RD)"
-msgstr ""
+msgstr "Eksporta VRF (RD)"
 
-#: ipam/filtersets.py:112
+#: netbox/ipam/filtersets.py:112
 msgid "Importing L2VPN"
-msgstr ""
+msgstr "L2VPN importēšana"
 
-#: ipam/filtersets.py:118
+#: netbox/ipam/filtersets.py:118
 msgid "Importing L2VPN (identifier)"
-msgstr ""
+msgstr "L2VPN importēšana (identifikators)"
 
-#: ipam/filtersets.py:123
+#: netbox/ipam/filtersets.py:123
 msgid "Exporting L2VPN"
-msgstr ""
+msgstr "L2VPN eksportēšana"
 
-#: ipam/filtersets.py:129
+#: netbox/ipam/filtersets.py:129
 msgid "Exporting L2VPN (identifier)"
-msgstr ""
+msgstr "L2VPN eksportēšana (identifikators)"
 
-#: ipam/filtersets.py:159 ipam/filtersets.py:300 ipam/forms/model_forms.py:230
-#: ipam/tables/ip.py:159 templates/ipam/prefix.html:12
+#: netbox/ipam/filtersets.py:159 netbox/ipam/filtersets.py:300
+#: netbox/ipam/forms/model_forms.py:230 netbox/ipam/tables/ip.py:159
+#: netbox/templates/ipam/prefix.html:12
 msgid "Prefix"
-msgstr ""
+msgstr "Prefikss"
 
-#: ipam/filtersets.py:163 ipam/filtersets.py:202 ipam/filtersets.py:227
+#: netbox/ipam/filtersets.py:163 netbox/ipam/filtersets.py:202
+#: netbox/ipam/filtersets.py:227
 msgid "RIR (ID)"
-msgstr ""
+msgstr "RIR (ID)"
 
-#: ipam/filtersets.py:169 ipam/filtersets.py:208 ipam/filtersets.py:233
+#: netbox/ipam/filtersets.py:169 netbox/ipam/filtersets.py:208
+#: netbox/ipam/filtersets.py:233
 msgid "RIR (slug)"
-msgstr ""
+msgstr "RIR (gliemeži)"
 
-#: ipam/filtersets.py:304
+#: netbox/ipam/filtersets.py:304
 msgid "Within prefix"
-msgstr ""
+msgstr "Prefiksa ietvaros"
 
-#: ipam/filtersets.py:308
+#: netbox/ipam/filtersets.py:308
 msgid "Within and including prefix"
-msgstr ""
+msgstr "Iekšpusē un ieskaitot prefiksu"
 
-#: ipam/filtersets.py:312
+#: netbox/ipam/filtersets.py:312
 msgid "Prefixes which contain this prefix or IP"
-msgstr ""
+msgstr "Prefiksi, kas satur šo prefiksu vai IP"
 
-#: ipam/filtersets.py:323 ipam/filtersets.py:567 ipam/forms/bulk_edit.py:332
-#: ipam/forms/filtersets.py:205 ipam/forms/filtersets.py:355
+#: netbox/ipam/filtersets.py:323 netbox/ipam/filtersets.py:567
+#: netbox/ipam/forms/bulk_edit.py:332 netbox/ipam/forms/filtersets.py:205
+#: netbox/ipam/forms/filtersets.py:355
 msgid "Mask length"
-msgstr ""
+msgstr "Maskas garums"
 
-#: ipam/filtersets.py:358
+#: netbox/ipam/filtersets.py:358
 msgid "VLAN Group (ID)"
-msgstr ""
+msgstr "VLAN grupa (ID)"
 
-#: ipam/filtersets.py:364
+#: netbox/ipam/filtersets.py:364
 msgid "VLAN Group (slug)"
-msgstr ""
+msgstr "VLAN grupa (gliemeži)"
 
-#: ipam/filtersets.py:368 vpn/filtersets.py:431
+#: netbox/ipam/filtersets.py:368 netbox/vpn/filtersets.py:431
 msgid "VLAN (ID)"
-msgstr ""
+msgstr "VLAN (ID)"
 
-#: ipam/filtersets.py:372 vpn/filtersets.py:426
+#: netbox/ipam/filtersets.py:372 netbox/vpn/filtersets.py:426
 msgid "VLAN number (1-4094)"
-msgstr ""
+msgstr "VLAN numurs (1-4094)"
 
-#: 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
+#: netbox/ipam/filtersets.py:466 netbox/ipam/filtersets.py:470
+#: netbox/ipam/filtersets.py:562 netbox/ipam/forms/model_forms.py:507
+#: netbox/templates/tenancy/contact.html:63
+#: netbox/tenancy/forms/bulk_edit.py:125
 msgid "Address"
-msgstr ""
+msgstr "Adrese"
 
-#: ipam/filtersets.py:474
+#: netbox/ipam/filtersets.py:474
 msgid "Ranges which contain this prefix or IP"
-msgstr ""
+msgstr "Diapazoni, kas satur šo prefiksu vai IP"
 
-#: ipam/filtersets.py:502 ipam/filtersets.py:558
+#: netbox/ipam/filtersets.py:502 netbox/ipam/filtersets.py:558
 msgid "Parent prefix"
-msgstr ""
+msgstr "Vecāku prefikss"
 
-#: ipam/filtersets.py:644
+#: netbox/ipam/filtersets.py:644
 msgid "FHRP group (ID)"
-msgstr ""
+msgstr "FHRP grupa (ID)"
 
-#: ipam/filtersets.py:648
+#: netbox/ipam/filtersets.py:648
 msgid "Is assigned to an interface"
-msgstr ""
+msgstr "Tiek piešķirts saskarnei"
 
-#: ipam/filtersets.py:664
+#: netbox/ipam/filtersets.py:664
 msgid "Application Service (ID)"
-msgstr ""
+msgstr "Lietojumprogrammu pakalpojums (ID)"
 
-#: ipam/filtersets.py:669
+#: netbox/ipam/filtersets.py:669
 msgid "NAT inside IP address (ID)"
-msgstr ""
+msgstr "NAT iekšējā IP adrese (ID)"
 
-#: ipam/filtersets.py:1015
+#: netbox/ipam/filtersets.py:1015
 msgid "Q-in-Q SVLAN (ID)"
-msgstr ""
+msgstr "Q-in-Q SVLAN (ID)"
 
-#: ipam/filtersets.py:1019
+#: netbox/ipam/filtersets.py:1019
 msgid "Q-in-Q SVLAN number (1-4094)"
-msgstr ""
+msgstr "Q-in-Q SVLAN numurs (1-4094)"
 
-#: ipam/filtersets.py:1040
+#: netbox/ipam/filtersets.py:1040
 msgid "Assigned VM interface"
-msgstr ""
+msgstr "Piešķirtais VM interfeiss"
 
-#: ipam/filtersets.py:1113
+#: netbox/ipam/filtersets.py:1113
 msgid "VLAN Translation Policy (name)"
-msgstr ""
+msgstr "VLAN tulkošanas politika (nosaukums)"
 
-#: ipam/filtersets.py:1180
+#: netbox/ipam/filtersets.py:1180
 msgid "FHRP Group (name)"
-msgstr ""
+msgstr "FHRP grupa (nosaukums)"
 
-#: ipam/filtersets.py:1185
+#: netbox/ipam/filtersets.py:1185
 msgid "FHRP Group (ID)"
-msgstr ""
+msgstr "FHRP grupa (ID)"
 
-#: ipam/filtersets.py:1190
+#: netbox/ipam/filtersets.py:1190
 msgid "IP address (ID)"
-msgstr ""
+msgstr "IP adrese (ID)"
 
-#: ipam/filtersets.py:1196 ipam/models/ip.py:816
+#: netbox/ipam/filtersets.py:1196 netbox/ipam/models/ip.py:816
 msgid "IP address"
-msgstr ""
+msgstr "IP adrese"
 
-#: ipam/filtersets.py:1248
+#: netbox/ipam/filtersets.py:1248
 msgid "Primary IPv4 (ID)"
-msgstr ""
+msgstr "Primārais IPv4 (ID)"
 
-#: ipam/filtersets.py:1254
+#: netbox/ipam/filtersets.py:1254
 msgid "Primary IPv4 (address)"
-msgstr ""
+msgstr "Primārais IPv4 (adrese)"
 
-#: ipam/filtersets.py:1259
+#: netbox/ipam/filtersets.py:1259
 msgid "Primary IPv6 (ID)"
-msgstr ""
+msgstr "Primārais IPv6 (ID)"
 
-#: ipam/filtersets.py:1265
+#: netbox/ipam/filtersets.py:1265
 msgid "Primary IPv6 (address)"
-msgstr ""
+msgstr "Primārais IPv6 (adrese)"
 
-#: ipam/formfields.py:14
+#: netbox/ipam/formfields.py:14
 msgid "Enter a valid IPv4 or IPv6 address (without a mask)."
-msgstr ""
+msgstr "Ievadiet derīgu IPv4 vai IPv6 adresi (bez maskas)."
 
-#: ipam/formfields.py:32
+#: netbox/ipam/formfields.py:32
 #, python-brace-format
 msgid "Invalid IPv4/IPv6 address format: {address}"
-msgstr ""
+msgstr "Nederīgs IPv4/IPv6 adreses formāts: {address}"
 
-#: ipam/formfields.py:37
+#: netbox/ipam/formfields.py:37
 msgid "This field requires an IP address without a mask."
-msgstr ""
+msgstr "Šajā laukā nepieciešama IP adrese bez maskas."
 
-#: ipam/formfields.py:39 ipam/formfields.py:61
+#: netbox/ipam/formfields.py:39 netbox/ipam/formfields.py:61
 msgid "Please specify a valid IPv4 or IPv6 address."
-msgstr ""
+msgstr "Lūdzu, norādiet derīgu IPv4 vai IPv6 adresi."
 
-#: ipam/formfields.py:44
+#: netbox/ipam/formfields.py:44
 msgid "Enter a valid IPv4 or IPv6 address (with CIDR mask)."
-msgstr ""
+msgstr "Ievadiet derīgu IPv4 vai IPv6 adresi (ar CIDR masku)."
 
-#: ipam/formfields.py:56
+#: netbox/ipam/formfields.py:56
 msgid "CIDR mask (e.g. /24) is required."
-msgstr ""
+msgstr "Nepieciešama CIDR maska (piem/24)."
 
-#: ipam/forms/bulk_create.py:13
+#: netbox/ipam/forms/bulk_create.py:13
 msgid "Address pattern"
-msgstr ""
+msgstr "Adreses modelis"
 
-#: ipam/forms/bulk_edit.py:53
+#: netbox/ipam/forms/bulk_edit.py:53
 msgid "Enforce unique space"
-msgstr ""
+msgstr "Īstenojiet unikālu telpu"
 
-#: ipam/forms/bulk_edit.py:91
+#: netbox/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
+msgstr "Ir privāts"
+
+#: netbox/ipam/forms/bulk_edit.py:112 netbox/ipam/forms/bulk_edit.py:141
+#: netbox/ipam/forms/bulk_edit.py:166 netbox/ipam/forms/bulk_import.py:92
+#: netbox/ipam/forms/bulk_import.py:112 netbox/ipam/forms/bulk_import.py:132
+#: netbox/ipam/forms/filtersets.py:113 netbox/ipam/forms/filtersets.py:128
+#: netbox/ipam/forms/filtersets.py:151 netbox/ipam/forms/model_forms.py:100
+#: netbox/ipam/forms/model_forms.py:113 netbox/ipam/forms/model_forms.py:136
+#: netbox/ipam/forms/model_forms.py:155 netbox/ipam/models/asns.py:32
+#: netbox/ipam/models/asns.py:132 netbox/ipam/models/ip.py:72
+#: netbox/ipam/models/ip.py:88 netbox/ipam/tables/asn.py:20
+#: netbox/ipam/tables/asn.py:55 netbox/templates/ipam/aggregate.html:18
+#: netbox/templates/ipam/asn.html:27 netbox/templates/ipam/asnrange.html:19
+#: netbox/templates/ipam/rir.html:19
 msgid "RIR"
-msgstr ""
+msgstr "RING"
 
-#: ipam/forms/bulk_edit.py:174
+#: netbox/ipam/forms/bulk_edit.py:174
 msgid "Date added"
-msgstr ""
+msgstr "Pievienošanas datums"
 
-#: 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
+#: netbox/ipam/forms/bulk_edit.py:213 netbox/ipam/forms/filtersets.py:266
+#: netbox/ipam/forms/model_forms.py:622 netbox/ipam/forms/model_forms.py:670
+#: netbox/ipam/tables/ip.py:202 netbox/templates/ipam/vlan_edit.html:49
+#: netbox/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
+msgstr "VLAN grupa"
+
+#: netbox/ipam/forms/bulk_edit.py:218 netbox/ipam/forms/bulk_import.py:188
+#: netbox/ipam/forms/filtersets.py:271 netbox/ipam/forms/model_forms.py:218
+#: netbox/ipam/models/vlans.py:290 netbox/ipam/tables/ip.py:207
+#: netbox/templates/ipam/prefix.html:56 netbox/templates/ipam/vlan.html:12
+#: netbox/templates/ipam/vlan/base.html:6
+#: netbox/templates/ipam/vlan_edit.html:14
+#: netbox/templates/wireless/wirelesslan.html:38
+#: netbox/vpn/forms/bulk_import.py:309 netbox/vpn/forms/filtersets.py:295
+#: netbox/vpn/forms/model_forms.py:436 netbox/vpn/forms/model_forms.py:455
+#: netbox/wireless/forms/bulk_edit.py:58
+#: netbox/wireless/forms/bulk_import.py:50
+#: netbox/wireless/forms/model_forms.py:52 netbox/wireless/models.py:102
 msgid "VLAN"
-msgstr ""
+msgstr "VLAN"
 
-#: ipam/forms/bulk_edit.py:229
+#: netbox/ipam/forms/bulk_edit.py:229
 msgid "Prefix length"
-msgstr ""
+msgstr "Prefiksa garums"
 
-#: ipam/forms/bulk_edit.py:252 ipam/forms/filtersets.py:251
-#: templates/ipam/prefix.html:81
+#: netbox/ipam/forms/bulk_edit.py:252 netbox/ipam/forms/filtersets.py:251
+#: netbox/templates/ipam/prefix.html:81
 msgid "Is a pool"
-msgstr ""
+msgstr "Ir baseins"
 
-#: 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
+#: netbox/ipam/forms/bulk_edit.py:257 netbox/ipam/forms/bulk_edit.py:307
+#: netbox/ipam/forms/filtersets.py:258 netbox/ipam/forms/filtersets.py:316
+#: netbox/ipam/models/ip.py:262
 msgid "Treat as fully utilized"
-msgstr ""
+msgstr "Izturieties kā pilnībā izmantotu"
 
-#: ipam/forms/bulk_edit.py:271 ipam/forms/filtersets.py:179
-#: ipam/forms/model_forms.py:233
+#: netbox/ipam/forms/bulk_edit.py:271 netbox/ipam/forms/filtersets.py:179
+#: netbox/ipam/forms/model_forms.py:233
 msgid "VLAN Assignment"
-msgstr ""
+msgstr "VLAN uzdevums"
 
-#: ipam/forms/bulk_edit.py:302 ipam/forms/filtersets.py:309
+#: netbox/ipam/forms/bulk_edit.py:302 netbox/ipam/forms/filtersets.py:309
 msgid "Treat as populated"
-msgstr ""
+msgstr "Izturieties kā apdzīvotu"
 
-#: ipam/forms/bulk_edit.py:355 ipam/models/ip.py:800
+#: netbox/ipam/forms/bulk_edit.py:355 netbox/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
+msgstr "DNS nosaukums"
+
+#: netbox/ipam/forms/bulk_edit.py:376 netbox/ipam/forms/bulk_edit.py:573
+#: netbox/ipam/forms/bulk_import.py:443 netbox/ipam/forms/bulk_import.py:561
+#: netbox/ipam/forms/bulk_import.py:589 netbox/ipam/forms/filtersets.py:414
+#: netbox/ipam/forms/filtersets.py:604 netbox/templates/ipam/fhrpgroup.html:22
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:24
+#: netbox/templates/ipam/service.html:34
+#: netbox/templates/ipam/servicetemplate.html:19
 msgid "Protocol"
-msgstr ""
+msgstr "Protokols"
 
-#: ipam/forms/bulk_edit.py:383 ipam/forms/filtersets.py:421
-#: ipam/tables/fhrp.py:22 templates/ipam/fhrpgroup.html:26
+#: netbox/ipam/forms/bulk_edit.py:383 netbox/ipam/forms/filtersets.py:421
+#: netbox/ipam/tables/fhrp.py:22 netbox/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
+msgstr "Grupas ID"
+
+#: netbox/ipam/forms/bulk_edit.py:388 netbox/ipam/forms/filtersets.py:426
+#: netbox/wireless/forms/bulk_edit.py:71
+#: netbox/wireless/forms/bulk_edit.py:119
+#: netbox/wireless/forms/bulk_import.py:64
+#: netbox/wireless/forms/bulk_import.py:67
+#: netbox/wireless/forms/bulk_import.py:144
+#: netbox/wireless/forms/bulk_import.py:147
+#: netbox/wireless/forms/filtersets.py:57
+#: netbox/wireless/forms/filtersets.py:116
 msgid "Authentication type"
-msgstr ""
+msgstr "Autentifikācijas veids"
 
-#: ipam/forms/bulk_edit.py:393 ipam/forms/filtersets.py:430
+#: netbox/ipam/forms/bulk_edit.py:393 netbox/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
+msgstr "Autentifikācijas atslēga"
+
+#: netbox/ipam/forms/bulk_edit.py:410 netbox/ipam/forms/filtersets.py:407
+#: netbox/ipam/forms/model_forms.py:518 netbox/netbox/navigation/menu.py:410
+#: netbox/templates/ipam/fhrpgroup.html:49
+#: netbox/templates/wireless/inc/authentication_attrs.html:5
+#: netbox/wireless/forms/bulk_edit.py:95
+#: netbox/wireless/forms/bulk_edit.py:153
+#: netbox/wireless/forms/filtersets.py:39
+#: netbox/wireless/forms/filtersets.py:104
+#: netbox/wireless/forms/model_forms.py:60
+#: netbox/wireless/forms/model_forms.py:176
 msgid "Authentication"
-msgstr ""
+msgstr "Autentifikācija"
 
-#: ipam/forms/bulk_edit.py:435 ipam/models/vlans.py:62
+#: netbox/ipam/forms/bulk_edit.py:435 netbox/ipam/models/vlans.py:62
 msgid "VLAN ID ranges"
-msgstr ""
+msgstr "VLAN ID diapazoni"
 
-#: 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
+#: netbox/ipam/forms/bulk_edit.py:516 netbox/ipam/forms/bulk_import.py:518
+#: netbox/ipam/forms/filtersets.py:579 netbox/ipam/models/vlans.py:250
+#: netbox/ipam/tables/vlans.py:106
 msgid "Q-in-Q role"
-msgstr ""
+msgstr "Q-in-Q loma"
 
-#: ipam/forms/bulk_edit.py:533
+#: netbox/ipam/forms/bulk_edit.py:533
 msgid "Q-in-Q"
-msgstr ""
+msgstr "Q-in-Q"
 
-#: ipam/forms/bulk_edit.py:534
+#: netbox/ipam/forms/bulk_edit.py:534
 msgid "Site & Group"
-msgstr ""
+msgstr "Vietne un grupa"
 
-#: 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
+#: netbox/ipam/forms/bulk_edit.py:557 netbox/ipam/forms/bulk_import.py:548
+#: netbox/ipam/forms/model_forms.py:726 netbox/ipam/tables/vlans.py:259
+#: netbox/templates/ipam/vlantranslationrule.html:14
+#: netbox/vpn/forms/model_forms.py:322 netbox/vpn/forms/model_forms.py:359
 msgid "Policy"
-msgstr ""
+msgstr "Politika"
 
-#: 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
+#: netbox/ipam/forms/bulk_edit.py:578 netbox/ipam/forms/model_forms.py:744
+#: netbox/ipam/forms/model_forms.py:777 netbox/ipam/tables/services.py:20
+#: netbox/ipam/tables/services.py:50 netbox/templates/ipam/service.html:38
+#: netbox/templates/ipam/servicetemplate.html:23
 msgid "Ports"
-msgstr ""
+msgstr "ostas"
 
-#: ipam/forms/bulk_import.py:51
+#: netbox/ipam/forms/bulk_import.py:51
 msgid "Import route targets"
-msgstr ""
+msgstr "Importēt maršruta mērķus"
 
-#: ipam/forms/bulk_import.py:57
+#: netbox/ipam/forms/bulk_import.py:57
 msgid "Export route targets"
-msgstr ""
+msgstr "Eksporta maršruta mērķi"
 
-#: ipam/forms/bulk_import.py:95 ipam/forms/bulk_import.py:115
-#: ipam/forms/bulk_import.py:135
+#: netbox/ipam/forms/bulk_import.py:95 netbox/ipam/forms/bulk_import.py:115
+#: netbox/ipam/forms/bulk_import.py:135
 msgid "Assigned RIR"
-msgstr ""
+msgstr "Piešķirtais RIR"
 
-#: ipam/forms/bulk_import.py:178
+#: netbox/ipam/forms/bulk_import.py:178
 msgid "VLAN's group (if any)"
-msgstr ""
+msgstr "VLAN grupa (ja tāda ir)"
 
-#: ipam/forms/bulk_import.py:181
+#: netbox/ipam/forms/bulk_import.py:181
 msgid "VLAN Site"
-msgstr ""
+msgstr "VLAN vietne"
 
-#: ipam/forms/bulk_import.py:185
+#: netbox/ipam/forms/bulk_import.py:185
 msgid "VLAN's site (if any)"
-msgstr ""
+msgstr "VLAN vietne (ja tāda ir)"
 
-#: ipam/forms/bulk_import.py:214 virtualization/forms/bulk_import.py:85
-#: wireless/forms/bulk_import.py:83
+#: netbox/ipam/forms/bulk_import.py:214
+#: netbox/virtualization/forms/bulk_import.py:85
+#: netbox/wireless/forms/bulk_import.py:83
 msgid "Scope ID"
-msgstr ""
+msgstr "Darbības jomas ID"
 
-#: 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
+#: netbox/ipam/forms/bulk_import.py:327 netbox/ipam/forms/filtersets.py:636
+#: netbox/ipam/forms/model_forms.py:306 netbox/ipam/forms/model_forms.py:336
+#: netbox/ipam/forms/model_forms.py:517
+#: netbox/templates/ipam/fhrpgroup.html:19
 msgid "FHRP Group"
-msgstr ""
+msgstr "FHRP grupa"
 
-#: ipam/forms/bulk_import.py:331
+#: netbox/ipam/forms/bulk_import.py:331
 msgid "Assigned FHRP Group name"
-msgstr ""
+msgstr "Piešķirtais FHRP grupas nosaukums"
 
-#: ipam/forms/bulk_import.py:335
+#: netbox/ipam/forms/bulk_import.py:335
 msgid "Make this the primary IP for the assigned device"
-msgstr ""
+msgstr "Padariet šo par piešķirtās ierīces primāro IP"
 
-#: ipam/forms/bulk_import.py:339
+#: netbox/ipam/forms/bulk_import.py:339
 msgid "Is out-of-band"
-msgstr ""
+msgstr "Ir ārpus joslas"
 
-#: ipam/forms/bulk_import.py:340
+#: netbox/ipam/forms/bulk_import.py:340
 msgid "Designate this as the out-of-band IP address for the assigned device"
-msgstr ""
+msgstr "Norādiet to kā piešķirtās ierīces ārpus joslas IP adresi"
 
-#: ipam/forms/bulk_import.py:394
+#: netbox/ipam/forms/bulk_import.py:394
 msgid "No device or virtual machine specified; cannot set as primary IP"
-msgstr ""
+msgstr "Nav norādīta ierīce vai virtuālā mašīna; nevar iestatīt kā primāro IP"
 
-#: ipam/forms/bulk_import.py:398
+#: netbox/ipam/forms/bulk_import.py:398
 msgid "No device specified; cannot set as out-of-band IP"
-msgstr ""
+msgstr "Nav norādīta ierīce; nevar iestatīt kā ārpus joslas IP"
 
-#: ipam/forms/bulk_import.py:402
+#: netbox/ipam/forms/bulk_import.py:402
 msgid "Cannot set out-of-band IP for virtual machines"
-msgstr ""
+msgstr "Nevar iestatīt ārpus joslas IP virtuālajām mašīnām"
 
-#: ipam/forms/bulk_import.py:406
+#: netbox/ipam/forms/bulk_import.py:406
 msgid "No interface specified; cannot set as primary IP"
-msgstr ""
+msgstr "Nav norādīts interfeiss; nevar iestatīt kā primāro IP"
 
-#: ipam/forms/bulk_import.py:410
+#: netbox/ipam/forms/bulk_import.py:410
 msgid "No interface specified; cannot set as out-of-band IP"
-msgstr ""
+msgstr "Nav norādīts interfeiss; nevar iestatīt kā ārpus joslas IP"
 
-#: ipam/forms/bulk_import.py:447
+#: netbox/ipam/forms/bulk_import.py:447
 msgid "Auth type"
-msgstr ""
+msgstr "Autēšanas veids"
 
-#: ipam/forms/bulk_import.py:496
+#: netbox/ipam/forms/bulk_import.py:496
 msgid "Assigned VLAN group"
-msgstr ""
+msgstr "Piešķirtā VLAN grupa"
 
-#: ipam/forms/bulk_import.py:528
+#: netbox/ipam/forms/bulk_import.py:528
 msgid "Service VLAN (for Q-in-Q/802.1ad customer VLANs)"
-msgstr ""
+msgstr "Pakalpojuma VLAN (Q-in-Q/802.1ad klientu VLAN)"
 
-#: ipam/forms/bulk_import.py:551 ipam/models/vlans.py:369
+#: netbox/ipam/forms/bulk_import.py:551 netbox/ipam/models/vlans.py:369
 msgid "VLAN translation policy"
-msgstr ""
+msgstr "VLAN tulkošanas politika"
 
-#: ipam/forms/bulk_import.py:563 ipam/forms/bulk_import.py:591
+#: netbox/ipam/forms/bulk_import.py:563 netbox/ipam/forms/bulk_import.py:591
 msgid "IP protocol"
-msgstr ""
+msgstr "IP protokols"
 
-#: ipam/forms/bulk_import.py:575
+#: netbox/ipam/forms/bulk_import.py:575
 msgid "Parent type (app & model)"
-msgstr ""
+msgstr "Vecāku tips (lietotne un modelis)"
 
-#: ipam/forms/bulk_import.py:582
+#: netbox/ipam/forms/bulk_import.py:582
 msgid "Parent object name"
-msgstr ""
+msgstr "Vecāka objekta nosaukums"
 
-#: ipam/forms/bulk_import.py:586
+#: netbox/ipam/forms/bulk_import.py:586
 msgid "Parent object ID"
-msgstr ""
+msgstr "Vecāka objekta ID"
 
-#: ipam/forms/bulk_import.py:638
+#: netbox/ipam/forms/bulk_import.py:638
 msgid ""
 "One of parent or parent_object_id must be included with parent_object_type"
 msgstr ""
+"Viens no vecākiem vai parent_object_id jāiekļauj kopā ar parent_object_type"
 
-#: ipam/forms/bulk_import.py:651
+#: netbox/ipam/forms/bulk_import.py:651
 #, python-brace-format
 msgid "{ip} is not assigned to this parent."
-msgstr ""
+msgstr "{ip} nav piešķirts šim vecākam."
 
-#: ipam/forms/filtersets.py:49 ipam/forms/model_forms.py:67
-#: netbox/navigation/menu.py:196 vpn/forms/model_forms.py:413
+#: netbox/ipam/forms/filtersets.py:49 netbox/ipam/forms/model_forms.py:67
+#: netbox/netbox/navigation/menu.py:196 netbox/vpn/forms/model_forms.py:413
 msgid "Route Targets"
-msgstr ""
+msgstr "Maršruta mērķi"
 
-#: ipam/forms/filtersets.py:55 ipam/forms/model_forms.py:54
-#: vpn/forms/filtersets.py:235 vpn/forms/model_forms.py:400
+#: netbox/ipam/forms/filtersets.py:55 netbox/ipam/forms/model_forms.py:54
+#: netbox/vpn/forms/filtersets.py:235 netbox/vpn/forms/model_forms.py:400
 msgid "Import targets"
-msgstr ""
+msgstr "Importa mērķi"
 
-#: ipam/forms/filtersets.py:60 ipam/forms/model_forms.py:59
-#: vpn/forms/filtersets.py:240 vpn/forms/model_forms.py:405
+#: netbox/ipam/forms/filtersets.py:60 netbox/ipam/forms/model_forms.py:59
+#: netbox/vpn/forms/filtersets.py:240 netbox/vpn/forms/model_forms.py:405
 msgid "Export targets"
-msgstr ""
+msgstr "Eksporta mērķi"
 
-#: ipam/forms/filtersets.py:75
+#: netbox/ipam/forms/filtersets.py:75
 msgid "Imported by VRF"
-msgstr ""
+msgstr "Importēts ar VRF"
 
-#: ipam/forms/filtersets.py:80
+#: netbox/ipam/forms/filtersets.py:80
 msgid "Exported by VRF"
-msgstr ""
+msgstr "Eksportē VRF"
 
-#: ipam/forms/filtersets.py:89 ipam/tables/ip.py:36 templates/ipam/rir.html:30
+#: netbox/ipam/forms/filtersets.py:89 netbox/ipam/tables/ip.py:36
+#: netbox/templates/ipam/rir.html:30
 msgid "Private"
-msgstr ""
+msgstr "Privāts"
 
-#: ipam/forms/filtersets.py:108 ipam/forms/filtersets.py:200
-#: ipam/forms/filtersets.py:288 ipam/forms/filtersets.py:350
+#: netbox/ipam/forms/filtersets.py:108 netbox/ipam/forms/filtersets.py:200
+#: netbox/ipam/forms/filtersets.py:288 netbox/ipam/forms/filtersets.py:350
 msgid "Address family"
-msgstr ""
+msgstr "Adreses ģimene"
 
-#: ipam/forms/filtersets.py:122 templates/ipam/asnrange.html:25
+#: netbox/ipam/forms/filtersets.py:122 netbox/templates/ipam/asnrange.html:25
 msgid "Range"
-msgstr ""
+msgstr "Diapazons"
 
-#: ipam/forms/filtersets.py:131
+#: netbox/ipam/forms/filtersets.py:131
 msgid "Start"
-msgstr ""
+msgstr "Sākt"
 
-#: ipam/forms/filtersets.py:135
+#: netbox/ipam/forms/filtersets.py:135
 msgid "End"
-msgstr ""
+msgstr "Beigas"
 
-#: ipam/forms/filtersets.py:195
+#: netbox/ipam/forms/filtersets.py:195
 msgid "Search within"
-msgstr ""
+msgstr "Meklēt iekšienē"
 
-#: ipam/forms/filtersets.py:216 ipam/forms/filtersets.py:366
+#: netbox/ipam/forms/filtersets.py:216 netbox/ipam/forms/filtersets.py:366
 msgid "Present in VRF"
-msgstr ""
+msgstr "Klātesnis VRF"
 
-#: ipam/forms/filtersets.py:334
+#: netbox/ipam/forms/filtersets.py:334
 msgid "Device/VM"
-msgstr ""
+msgstr "Ierīce/VM"
 
-#: ipam/forms/filtersets.py:345
+#: netbox/ipam/forms/filtersets.py:345
 msgid "Parent Prefix"
-msgstr ""
+msgstr "Vecāku prefikss"
 
-#: ipam/forms/filtersets.py:397 templates/ipam/ipaddress.html:51
+#: netbox/ipam/forms/filtersets.py:397 netbox/templates/ipam/ipaddress.html:51
 msgid "DNS Name"
-msgstr ""
+msgstr "DNS nosaukums"
 
-#: 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
+#: netbox/ipam/forms/filtersets.py:440 netbox/ipam/models/vlans.py:291
+#: netbox/ipam/tables/ip.py:123 netbox/ipam/tables/vlans.py:52
+#: netbox/ipam/views.py:1094 netbox/netbox/navigation/menu.py:200
+#: netbox/netbox/navigation/menu.py:202
 msgid "VLANs"
-msgstr ""
+msgstr "VLAN"
 
-#: ipam/forms/filtersets.py:482
+#: netbox/ipam/forms/filtersets.py:482
 msgid "Contains VLAN ID"
-msgstr ""
+msgstr "Satur VLAN ID"
 
-#: ipam/forms/filtersets.py:516 ipam/models/vlans.py:389
+#: netbox/ipam/forms/filtersets.py:516 netbox/ipam/models/vlans.py:389
 msgid "Local VLAN ID"
-msgstr ""
+msgstr "Vietējais VLAN ID"
 
-#: ipam/forms/filtersets.py:521 ipam/models/vlans.py:397
+#: netbox/ipam/forms/filtersets.py:521 netbox/ipam/models/vlans.py:397
 msgid "Remote VLAN ID"
-msgstr ""
+msgstr "Attālā VLAN ID"
 
-#: ipam/forms/filtersets.py:531
+#: netbox/ipam/forms/filtersets.py:531
 msgid "Q-in-Q/802.1ad"
-msgstr ""
+msgstr "Q-in-Q/802.1ad"
 
-#: ipam/forms/filtersets.py:576 ipam/models/vlans.py:209
-#: templates/ipam/vlan.html:31
+#: netbox/ipam/forms/filtersets.py:576 netbox/ipam/models/vlans.py:209
+#: netbox/templates/ipam/vlan.html:31
 msgid "VLAN ID"
-msgstr ""
+msgstr "VLAN ID"
 
-#: ipam/forms/model_forms.py:84 templates/ipam/routetarget.html:10
+#: netbox/ipam/forms/model_forms.py:84
+#: netbox/templates/ipam/routetarget.html:10
 msgid "Route Target"
-msgstr ""
+msgstr "Maršruta mērķis"
 
-#: ipam/forms/model_forms.py:119 ipam/tables/ip.py:64
-#: templates/ipam/aggregate.html:11 templates/ipam/prefix.html:38
+#: netbox/ipam/forms/model_forms.py:119 netbox/ipam/tables/ip.py:64
+#: netbox/templates/ipam/aggregate.html:11
+#: netbox/templates/ipam/prefix.html:38
 msgid "Aggregate"
-msgstr ""
+msgstr "Agregācija"
 
-#: ipam/forms/model_forms.py:141 templates/ipam/asnrange.html:12
+#: netbox/ipam/forms/model_forms.py:141 netbox/templates/ipam/asnrange.html:12
 msgid "ASN Range"
-msgstr ""
+msgstr "ASN diapazons"
 
-#: ipam/forms/model_forms.py:270 templates/ipam/iprange.html:10
+#: netbox/ipam/forms/model_forms.py:270 netbox/templates/ipam/iprange.html:10
 msgid "IP Range"
-msgstr ""
+msgstr "IP diapazons"
 
-#: ipam/forms/model_forms.py:321
+#: netbox/ipam/forms/model_forms.py:321
 msgid "Make this the primary IP for the device/VM"
-msgstr ""
+msgstr "Padariet to par ierīces/VM primāro IP"
 
-#: ipam/forms/model_forms.py:325
+#: netbox/ipam/forms/model_forms.py:325
 msgid "Make this the out-of-band IP for the device"
-msgstr ""
+msgstr "Padariet to par ierīces ārpusjoslas IP"
 
-#: ipam/forms/model_forms.py:340
+#: netbox/ipam/forms/model_forms.py:340
 msgid "NAT IP (Inside)"
-msgstr ""
+msgstr "NAT IP (iekšpusē)"
 
-#: ipam/forms/model_forms.py:402
+#: netbox/ipam/forms/model_forms.py:402
 msgid "An IP address can only be assigned to a single object."
-msgstr ""
+msgstr "IP adresi var piešķirt tikai vienam objektam."
 
-#: ipam/forms/model_forms.py:409
+#: netbox/ipam/forms/model_forms.py:409
 msgid "Cannot reassign primary IP address for the parent device/VM"
-msgstr ""
+msgstr "Nevar mainīt mātes ierīce/VM primāro IP adresi"
 
-#: ipam/forms/model_forms.py:413
+#: netbox/ipam/forms/model_forms.py:413
 msgid "Cannot reassign out-of-Band IP address for the parent device"
-msgstr ""
+msgstr "Nevar mainīt mātesierīces IP adresi ārpus joslas"
 
-#: ipam/forms/model_forms.py:423
+#: netbox/ipam/forms/model_forms.py:423
 msgid ""
 "Only IP addresses assigned to an interface can be designated as primary IPs."
 msgstr ""
+"Par primārajiem IP adresēm var norādīt tikai saskarnei piešķirtās IP "
+"adreses."
 
-#: ipam/forms/model_forms.py:431
+#: netbox/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 ""
+"Tikai IP adreses, kas piešķirtas ierīces saskarnei, var norādīt kā ierīces "
+"ārpusjoslas IP adreses."
 
-#: ipam/forms/model_forms.py:519
+#: netbox/ipam/forms/model_forms.py:519
 msgid "Virtual IP Address"
-msgstr ""
+msgstr "Virtuālā IP adrese"
 
-#: ipam/forms/model_forms.py:596
+#: netbox/ipam/forms/model_forms.py:596
 msgid "Assignment already exists"
-msgstr ""
+msgstr "Uzdevums jau pastāv"
 
-#: ipam/forms/model_forms.py:605 templates/ipam/vlangroup.html:42
+#: netbox/ipam/forms/model_forms.py:605
+#: netbox/templates/ipam/vlangroup.html:42
 msgid "VLAN IDs"
-msgstr ""
+msgstr "VLAN ID"
 
-#: ipam/forms/model_forms.py:623
+#: netbox/ipam/forms/model_forms.py:623
 msgid "Child VLANs"
-msgstr ""
+msgstr "Bērnu VLAN"
 
-#: ipam/forms/model_forms.py:681
+#: netbox/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 ""
+"Tieša VLAN piešķiršana vietnei ir novecojusi un tiks noņemta turpmākajā "
+"laidienā. Lietotāji tiek aicināti šim nolūkam izmantot VLAN grupas."
 
-#: ipam/forms/model_forms.py:732 templates/ipam/vlantranslationrule.html:11
+#: netbox/ipam/forms/model_forms.py:732
+#: netbox/templates/ipam/vlantranslationrule.html:11
 msgid "VLAN Translation Rule"
-msgstr ""
+msgstr "VLAN tulkošanas noteikums"
 
-#: ipam/forms/model_forms.py:749 ipam/forms/model_forms.py:782
+#: netbox/ipam/forms/model_forms.py:749 netbox/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 ""
+"Viena vai vairāku portu numuru saraksts ar komatiem. Diapazonu var norādīt, "
+"izmantojot defisi."
 
-#: ipam/forms/model_forms.py:754 templates/ipam/servicetemplate.html:12
+#: netbox/ipam/forms/model_forms.py:754
+#: netbox/templates/ipam/servicetemplate.html:12
 msgid "Application Service Template"
-msgstr ""
+msgstr "Lietojumprogrammas pakalpojuma veidne"
 
-#: ipam/forms/model_forms.py:767
+#: netbox/ipam/forms/model_forms.py:767
 msgid "Parent type"
-msgstr ""
+msgstr "Vecāku tips"
 
-#: ipam/forms/model_forms.py:794
+#: netbox/ipam/forms/model_forms.py:794
 msgid "Port(s)"
-msgstr ""
+msgstr "Osta (-as)"
 
-#: ipam/forms/model_forms.py:795 ipam/forms/model_forms.py:861
+#: netbox/ipam/forms/model_forms.py:795 netbox/ipam/forms/model_forms.py:861
 msgid "Application Service"
-msgstr ""
+msgstr "Lietojumprogrammu pakalpojums"
 
-#: ipam/forms/model_forms.py:849
+#: netbox/ipam/forms/model_forms.py:849
 msgid "Application Service template"
-msgstr ""
+msgstr "Lietojumprogrammu pakalpojuma veidne"
 
-#: ipam/forms/model_forms.py:858
+#: netbox/ipam/forms/model_forms.py:858
 msgid "From Template"
-msgstr ""
+msgstr "No veidnes"
 
-#: ipam/forms/model_forms.py:859
+#: netbox/ipam/forms/model_forms.py:859
 msgid "Custom"
-msgstr ""
+msgstr "Pielāgots"
 
-#: ipam/forms/model_forms.py:891
+#: netbox/ipam/forms/model_forms.py:891
 msgid ""
-"Must specify name, protocol, and port(s) if not using an application service "
-"template."
+"Must specify name, protocol, and port(s) if not using an application service"
+" template."
 msgstr ""
+"Jānorāda nosaukums, protokols un ports (-i), ja netiek izmantota "
+"lietojumprogrammas pakalpojuma veidne."
 
-#: ipam/models/asns.py:35
+#: netbox/ipam/models/asns.py:35
 msgid "start"
-msgstr ""
+msgstr "sākt"
 
-#: ipam/models/asns.py:52
+#: netbox/ipam/models/asns.py:52
 msgid "ASN range"
-msgstr ""
+msgstr "ASN diapazons"
 
-#: ipam/models/asns.py:53
+#: netbox/ipam/models/asns.py:53
 msgid "ASN ranges"
-msgstr ""
+msgstr "ASN diapazoni"
 
-#: ipam/models/asns.py:70
+#: netbox/ipam/models/asns.py:63
 #, python-brace-format
 msgid "Starting ASN ({start}) must be lower than ending ASN ({end})."
-msgstr ""
+msgstr "Sākot ASN ({start}) jābūt zemākam par ASN beigām ({end})."
 
-#: ipam/models/asns.py:102
+#: netbox/ipam/models/asns.py:133
 msgid "Regional Internet Registry responsible for this AS number space"
-msgstr ""
+msgstr "Reģionālais interneta reģistrs, kas atbild par šo AS numuru vietu"
 
-#: ipam/models/asns.py:107
+#: netbox/ipam/models/asns.py:138
 msgid "16- or 32-bit autonomous system number"
-msgstr ""
+msgstr "16 vai 32 bitu autonomās sistēmas numurs"
 
-#: ipam/models/fhrp.py:21
+#: netbox/ipam/models/fhrp.py:21
 msgid "group ID"
-msgstr ""
+msgstr "grupas ID"
 
-#: ipam/models/fhrp.py:29 ipam/models/services.py:21
+#: netbox/ipam/models/fhrp.py:29 netbox/ipam/models/services.py:21
 msgid "protocol"
-msgstr ""
+msgstr "protokols"
 
-#: ipam/models/fhrp.py:38 wireless/models.py:29
+#: netbox/ipam/models/fhrp.py:38 netbox/wireless/models.py:29
 msgid "authentication type"
-msgstr ""
+msgstr "autentifikācijas veids"
 
-#: ipam/models/fhrp.py:43
+#: netbox/ipam/models/fhrp.py:43
 msgid "authentication key"
-msgstr ""
+msgstr "autentifikācijas atslēga"
 
-#: ipam/models/fhrp.py:62
+#: netbox/ipam/models/fhrp.py:62
 msgid "FHRP group"
-msgstr ""
+msgstr "FHRP grupa"
 
-#: ipam/models/fhrp.py:63
+#: netbox/ipam/models/fhrp.py:63
 msgid "FHRP groups"
-msgstr ""
+msgstr "FHRP grupas"
 
-#: ipam/models/fhrp.py:116
+#: netbox/ipam/models/fhrp.py:116
 msgid "FHRP group assignment"
-msgstr ""
+msgstr "FHRP grupas uzdevums"
 
-#: ipam/models/fhrp.py:117
+#: netbox/ipam/models/fhrp.py:117
 msgid "FHRP group assignments"
-msgstr ""
+msgstr "FHRP grupas uzdevumi"
 
-#: ipam/models/ip.py:66
+#: netbox/ipam/models/ip.py:66
 msgid "private"
-msgstr ""
+msgstr "privāts"
 
-#: ipam/models/ip.py:67
+#: netbox/ipam/models/ip.py:67
 msgid "IP space managed by this RIR is considered private"
-msgstr ""
+msgstr "IP telpa, ko pārvalda šī RIR, tiek uzskatīta par privātu"
 
-#: ipam/models/ip.py:73 netbox/navigation/menu.py:189
+#: netbox/ipam/models/ip.py:73 netbox/netbox/navigation/menu.py:189
 msgid "RIRs"
-msgstr ""
+msgstr "RIR"
 
-#: ipam/models/ip.py:82
+#: netbox/ipam/models/ip.py:82
 msgid "IPv4 or IPv6 network"
-msgstr ""
+msgstr "IPv4 vai IPv6 tīkls"
 
-#: ipam/models/ip.py:89
+#: netbox/ipam/models/ip.py:89
 msgid "Regional Internet Registry responsible for this IP space"
-msgstr ""
+msgstr "Reģionālais interneta reģistrs, kas atbild par šo IP telpu"
 
-#: ipam/models/ip.py:99
+#: netbox/ipam/models/ip.py:99
 msgid "date added"
-msgstr ""
+msgstr "pievienošanas datums"
 
-#: ipam/models/ip.py:113
+#: netbox/ipam/models/ip.py:113
 msgid "aggregate"
-msgstr ""
+msgstr "agregāts"
 
-#: ipam/models/ip.py:114
+#: netbox/ipam/models/ip.py:114
 msgid "aggregates"
-msgstr ""
+msgstr "kopums"
 
-#: ipam/models/ip.py:127
+#: netbox/ipam/models/ip.py:127
 msgid "Cannot create aggregate with /0 mask."
-msgstr ""
+msgstr "Nevar izveidot agregātu ar /0 masku."
 
-#: ipam/models/ip.py:139
+#: netbox/ipam/models/ip.py:139
 #, python-brace-format
 msgid ""
 "Aggregates cannot overlap. {prefix} is already covered by an existing "
 "aggregate ({aggregate})."
 msgstr ""
+"Agregāti nevar pārklāties. {prefix} jau ir iekļauts esošā kopsavilkumā "
+"({aggregate})."
 
-#: ipam/models/ip.py:153
+#: netbox/ipam/models/ip.py:153
 #, python-brace-format
 msgid ""
 "Prefixes cannot overlap aggregates. {prefix} covers an existing aggregate "
 "({aggregate})."
 msgstr ""
+"Prefiksi nevar pārklāties ar agregātiem. {prefix} aptver esošu kopsavilkumu "
+"({aggregate})."
 
-#: ipam/models/ip.py:201
+#: netbox/ipam/models/ip.py:201
 msgid "roles"
-msgstr ""
+msgstr "lomas"
 
-#: ipam/models/ip.py:214 ipam/models/ip.py:283
+#: netbox/ipam/models/ip.py:214 netbox/ipam/models/ip.py:283
 msgid "prefix"
-msgstr ""
+msgstr "priedēklis"
 
-#: ipam/models/ip.py:215
+#: netbox/ipam/models/ip.py:215
 msgid "IPv4 or IPv6 network with mask"
-msgstr ""
+msgstr "IPv4 vai IPv6 tīkls ar masku"
 
-#: ipam/models/ip.py:244
+#: netbox/ipam/models/ip.py:244
 msgid "Operational status of this prefix"
-msgstr ""
+msgstr "Šī prefiksa darbības statuss"
 
-#: ipam/models/ip.py:252
+#: netbox/ipam/models/ip.py:252
 msgid "The primary function of this prefix"
-msgstr ""
+msgstr "Šī prefiksa primārā funkcija"
 
-#: ipam/models/ip.py:255
+#: netbox/ipam/models/ip.py:255
 msgid "is a pool"
-msgstr ""
+msgstr "ir baseins"
 
-#: ipam/models/ip.py:257
+#: netbox/ipam/models/ip.py:257
 msgid "All IP addresses within this prefix are considered usable"
-msgstr ""
+msgstr "Visas IP adreses šajā prefiksā tiek uzskatītas par izmantojamām"
 
-#: ipam/models/ip.py:260 ipam/models/ip.py:549
+#: netbox/ipam/models/ip.py:260 netbox/ipam/models/ip.py:549
 msgid "mark utilized"
-msgstr ""
+msgstr "izmantota atzīme"
 
-#: ipam/models/ip.py:284
+#: netbox/ipam/models/ip.py:284
 msgid "prefixes"
-msgstr ""
+msgstr "priedēkļi"
 
-#: ipam/models/ip.py:311
+#: netbox/ipam/models/ip.py:311
 msgid "Cannot create prefix with /0 mask."
-msgstr ""
+msgstr "Nevar izveidot prefiksu ar /0 masku."
 
-#: ipam/models/ip.py:318 ipam/models/ip.py:904
+#: netbox/ipam/models/ip.py:318 netbox/ipam/models/ip.py:904
 #, python-brace-format
 msgid "VRF {vrf}"
-msgstr ""
+msgstr "VRF {vrf}"
 
-#: ipam/models/ip.py:318 ipam/models/ip.py:904
+#: netbox/ipam/models/ip.py:318 netbox/ipam/models/ip.py:904
 msgid "global table"
-msgstr ""
+msgstr "globālā tabula"
 
-#: ipam/models/ip.py:320
+#: netbox/ipam/models/ip.py:320
 #, python-brace-format
 msgid "Duplicate prefix found in {table}: {prefix}"
-msgstr ""
+msgstr "Prefikss dublikāts atrodams {table}: {prefix}"
 
-#: ipam/models/ip.py:502
+#: netbox/ipam/models/ip.py:502
 msgid "start address"
-msgstr ""
+msgstr "sākuma adrese"
 
-#: ipam/models/ip.py:503 ipam/models/ip.py:507 ipam/models/ip.py:740
+#: netbox/ipam/models/ip.py:503 netbox/ipam/models/ip.py:507
+#: netbox/ipam/models/ip.py:740
 msgid "IPv4 or IPv6 address (with mask)"
-msgstr ""
+msgstr "IPv4 vai IPv6 adrese (ar masku)"
 
-#: ipam/models/ip.py:506
+#: netbox/ipam/models/ip.py:506
 msgid "end address"
-msgstr ""
+msgstr "beigu adrese"
 
-#: ipam/models/ip.py:533
+#: netbox/ipam/models/ip.py:533
 msgid "Operational status of this range"
-msgstr ""
+msgstr "Šī diapazona darbības stāvoklis"
 
-#: ipam/models/ip.py:541
+#: netbox/ipam/models/ip.py:541
 msgid "The primary function of this range"
-msgstr ""
+msgstr "Šī diapazona galvenā funkcija"
 
-#: ipam/models/ip.py:544
+#: netbox/ipam/models/ip.py:544
 msgid "mark populated"
-msgstr ""
+msgstr "atzīme apdzīvota"
 
-#: ipam/models/ip.py:546
+#: netbox/ipam/models/ip.py:546
 msgid "Prevent the creation of IP addresses within this range"
-msgstr ""
+msgstr "Novērst IP adrešu izveidi šajā diapazonā"
 
-#: ipam/models/ip.py:551
+#: netbox/ipam/models/ip.py:551
 msgid "Report space as fully utilized"
-msgstr ""
+msgstr "Ziņojuma telpa, ja tā ir pilnībā izmantota"
 
-#: ipam/models/ip.py:560
+#: netbox/ipam/models/ip.py:560
 msgid "IP range"
-msgstr ""
+msgstr "IP diapazons"
 
-#: ipam/models/ip.py:561
+#: netbox/ipam/models/ip.py:561
 msgid "IP ranges"
-msgstr ""
+msgstr "IP diapazoni"
 
-#: ipam/models/ip.py:574
+#: netbox/ipam/models/ip.py:574
 msgid "Starting and ending IP address versions must match"
-msgstr ""
+msgstr "Sākuma un beigu IP adreses versijām ir jāatbilst"
 
-#: ipam/models/ip.py:580
+#: netbox/ipam/models/ip.py:580
 msgid "Starting and ending IP address masks must match"
-msgstr ""
+msgstr "Sākuma un beigu IP adreses maskām jāsakrīt"
 
-#: ipam/models/ip.py:587
+#: netbox/ipam/models/ip.py:587
 #, python-brace-format
 msgid ""
 "Ending address must be greater than the starting address ({start_address})"
-msgstr ""
+msgstr "Noslēguma adresei jābūt lielākai par sākuma adresi ({start_address})"
 
-#: ipam/models/ip.py:615
+#: netbox/ipam/models/ip.py:615
 #, python-brace-format
 msgid "Defined addresses overlap with range {overlapping_range} in VRF {vrf}"
 msgstr ""
+"Definētās adreses pārklājas ar diapazonu {overlapping_range} uz VRF {vrf}"
 
-#: ipam/models/ip.py:624
+#: netbox/ipam/models/ip.py:624
 #, python-brace-format
 msgid "Defined range exceeds maximum supported size ({max_size})"
 msgstr ""
+"Noteiktais diapazons pārsniedz maksimālo atbalstīto izmēru ({max_size})"
 
-#: ipam/models/ip.py:739 tenancy/models/contacts.py:75
+#: netbox/ipam/models/ip.py:739 netbox/tenancy/models/contacts.py:75
 msgid "address"
-msgstr ""
+msgstr "adrese"
 
-#: ipam/models/ip.py:762
+#: netbox/ipam/models/ip.py:762
 msgid "The operational status of this IP"
-msgstr ""
+msgstr "Šīs IP darbības statuss"
 
-#: ipam/models/ip.py:770
+#: netbox/ipam/models/ip.py:770
 msgid "The functional role of this IP"
-msgstr ""
+msgstr "Šī IP funkcionālā loma"
 
-#: ipam/models/ip.py:793 templates/ipam/ipaddress.html:72
+#: netbox/ipam/models/ip.py:793 netbox/templates/ipam/ipaddress.html:72
 msgid "NAT (inside)"
-msgstr ""
+msgstr "NAT (iekšpusē)"
 
-#: ipam/models/ip.py:794
+#: netbox/ipam/models/ip.py:794
 msgid "The IP for which this address is the \"outside\" IP"
-msgstr ""
+msgstr "IP, kuram šī adrese ir “ārējais” IP"
 
-#: ipam/models/ip.py:801
+#: netbox/ipam/models/ip.py:801
 msgid "Hostname or FQDN (not case-sensitive)"
-msgstr ""
+msgstr "Resursdatora nosaukums vai FQDN (nav lieluma lieluma skaitlis)"
 
-#: ipam/models/ip.py:817 ipam/models/services.py:86
+#: netbox/ipam/models/ip.py:817 netbox/ipam/models/services.py:86
 msgid "IP addresses"
-msgstr ""
+msgstr "IP adreses"
 
-#: ipam/models/ip.py:875
+#: netbox/ipam/models/ip.py:875
 msgid "Cannot create IP address with /0 mask."
-msgstr ""
+msgstr "Nevar izveidot IP adresi ar /0 masku."
 
-#: ipam/models/ip.py:881
+#: netbox/ipam/models/ip.py:881
 #, python-brace-format
 msgid "{ip} is a network ID, which may not be assigned to an interface."
-msgstr ""
+msgstr "{ip} ir tīkla ID, kas var netikt piešķirts saskarnei."
 
-#: ipam/models/ip.py:892
+#: netbox/ipam/models/ip.py:892
 #, python-brace-format
-msgid "{ip} is a broadcast address, which may not be assigned to an interface."
-msgstr ""
+msgid ""
+"{ip} is a broadcast address, which may not be assigned to an interface."
+msgstr "{ip} ir apraides adrese, kuru nedrīkst piešķirt saskarnei."
 
-#: ipam/models/ip.py:906
+#: netbox/ipam/models/ip.py:906
 #, python-brace-format
 msgid "Duplicate IP address found in {table}: {ipaddress}"
-msgstr ""
+msgstr "Atrastas IP adreses dublikāts {table}: {ipaddress}"
 
-#: ipam/models/ip.py:922
+#: netbox/ipam/models/ip.py:922
 #, python-brace-format
 msgid "Cannot create IP address {ip} inside range {range}."
-msgstr ""
+msgstr "Nevar izveidot IP adresi {ip} iekšējais diapazons {range}."
 
-#: ipam/models/ip.py:943
+#: netbox/ipam/models/ip.py:943
 msgid ""
 "Cannot reassign IP address while it is designated as the primary IP for the "
 "parent object"
 msgstr ""
+"Nevar mainīt IP adresi, kamēr tā ir apzīmēta kā mātes objekta primārais IP"
 
-#: ipam/models/ip.py:949
+#: netbox/ipam/models/ip.py:949
 msgid "Only IPv6 addresses can be assigned SLAAC status"
-msgstr ""
+msgstr "SLAAC statusu var piešķirt tikai IPv6 adresēm"
 
-#: ipam/models/services.py:32
+#: netbox/ipam/models/services.py:32
 msgid "port numbers"
-msgstr ""
+msgstr "ostu numuri"
 
-#: ipam/models/services.py:58
+#: netbox/ipam/models/services.py:58
 msgid "application service template"
-msgstr ""
+msgstr "pieteikuma pakalpojuma veidne"
 
-#: ipam/models/services.py:59
+#: netbox/ipam/models/services.py:59
 msgid "application service templates"
-msgstr ""
+msgstr "lietojumprogrammu pakalpojumu veidnes"
 
-#: ipam/models/services.py:87
+#: netbox/ipam/models/services.py:87
 msgid ""
-"The specific IP addresses (if any) to which this application service is bound"
+"The specific IP addresses (if any) to which this application service is "
+"bound"
 msgstr ""
+"Konkrētās IP adreses (ja tādas ir), kurām šis lietojumprogrammas pakalpojums"
+" ir saistīts"
 
-#: ipam/models/services.py:97
+#: netbox/ipam/models/services.py:97
 msgid "application service"
-msgstr ""
+msgstr "pieteikuma pakalpojums"
 
-#: ipam/models/services.py:98
+#: netbox/ipam/models/services.py:98
 msgid "application services"
-msgstr ""
+msgstr "lietojumprogrammu pakalpojumi"
 
-#: ipam/models/vlans.py:94
+#: netbox/ipam/models/vlans.py:94
 msgid "VLAN groups"
-msgstr ""
+msgstr "VLAN grupas"
 
-#: ipam/models/vlans.py:101
+#: netbox/ipam/models/vlans.py:101
 msgid "Cannot set scope_type without scope_id."
-msgstr ""
+msgstr "Nevar iestatīt scope_type bez scope_id."
 
-#: ipam/models/vlans.py:103
+#: netbox/ipam/models/vlans.py:103
 msgid "Cannot set scope_id without scope_type."
-msgstr ""
+msgstr "Nevar iestatīt scope_id bez scope_type."
 
-#: ipam/models/vlans.py:111
+#: netbox/ipam/models/vlans.py:111
 #, python-brace-format
 msgid "Starting VLAN ID in range ({value}) cannot be less than {minimum}"
-msgstr ""
+msgstr "VLAN ID sākšana diapazonā ({value}) nevar būt mazāks par {minimum}"
 
-#: ipam/models/vlans.py:117
+#: netbox/ipam/models/vlans.py:117
 #, python-brace-format
 msgid "Ending VLAN ID in range ({value}) cannot exceed {maximum}"
-msgstr ""
+msgstr "VLAN ID beigšana diapazonā ({value}) nevar pārsniegt {maximum}"
 
-#: ipam/models/vlans.py:124
+#: netbox/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 ""
+"VLAN ID beigām diapazonā jābūt lielākam vai vienādam ar sākuma VLAN ID "
+"({range})"
 
-#: ipam/models/vlans.py:130
+#: netbox/ipam/models/vlans.py:130
 msgid "Ranges cannot overlap."
-msgstr ""
+msgstr "Diapazoni nevar pārklāties."
 
-#: ipam/models/vlans.py:198
+#: netbox/ipam/models/vlans.py:198
 msgid "The specific site to which this VLAN is assigned (if any)"
-msgstr ""
+msgstr "Konkrētā vietne, kurai šī VLAN ir piešķirta (ja tāda ir)"
 
-#: ipam/models/vlans.py:206
+#: netbox/ipam/models/vlans.py:206
 msgid "VLAN group (optional)"
-msgstr ""
+msgstr "VLAN grupa (pēc izvēles)"
 
-#: ipam/models/vlans.py:214 ipam/models/vlans.py:394 ipam/models/vlans.py:402
+#: netbox/ipam/models/vlans.py:214 netbox/ipam/models/vlans.py:394
+#: netbox/ipam/models/vlans.py:402
 msgid "Numeric VLAN ID (1-4094)"
-msgstr ""
+msgstr "Ciparu VLAN ID (1-4094)"
 
-#: ipam/models/vlans.py:232
+#: netbox/ipam/models/vlans.py:232
 msgid "Operational status of this VLAN"
-msgstr ""
+msgstr "Šī VLAN darbības statuss"
 
-#: ipam/models/vlans.py:240
+#: netbox/ipam/models/vlans.py:240
 msgid "The primary function of this VLAN"
-msgstr ""
+msgstr "Šī VLAN galvenā funkcija"
 
-#: ipam/models/vlans.py:255
+#: netbox/ipam/models/vlans.py:255
 msgid "Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad)"
-msgstr ""
+msgstr "Klienta/servisa VLAN apzīmējums (Q-in-Q/IEEE 802.1ad)"
 
-#: ipam/models/vlans.py:304
+#: netbox/ipam/models/vlans.py:304
 #, python-brace-format
 msgid ""
 "VLAN is assigned to group {group} (scope: {scope}); cannot also assign to "
 "site {site}."
 msgstr ""
+"VLAN ir piešķirts grupai {group} (darbības joma: {scope}); nevar arī "
+"piešķirt vietnei {site}."
 
-#: ipam/models/vlans.py:311
+#: netbox/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 ""
+"Piešķirtā vietne {site} nav piešķirtās grupas dalībnieks {group} (darbības "
+"joma: {scope})."
 
-#: ipam/models/vlans.py:320
+#: netbox/ipam/models/vlans.py:320
 #, python-brace-format
 msgid "VID must be in ranges {ranges} for VLANs in group {group}"
-msgstr ""
+msgstr "VID jābūt diapazonos {ranges} grupā esošajiem VLAN {group}"
 
-#: ipam/models/vlans.py:327
+#: netbox/ipam/models/vlans.py:327
 msgid "Only Q-in-Q customer VLANs maybe assigned to a service VLAN."
-msgstr ""
+msgstr "Pakalpojuma VLAN var tikt piešķirti tikai Q-in-Q klientu VLAN."
 
-#: ipam/models/vlans.py:333
+#: netbox/ipam/models/vlans.py:333
 msgid "A Q-in-Q customer VLAN must be assigned to a service VLAN."
-msgstr ""
+msgstr "Pakalpojuma VLAN ir jāpiešķir Q-in-Q klienta VLAN."
 
-#: ipam/models/vlans.py:370
+#: netbox/ipam/models/vlans.py:370
 msgid "VLAN translation policies"
-msgstr ""
+msgstr "VLAN tulkošanas politikas"
 
-#: ipam/models/vlans.py:411
+#: netbox/ipam/models/vlans.py:411
 msgid "VLAN translation rule"
-msgstr ""
+msgstr "VLAN tulkošanas noteikums"
 
-#: ipam/models/vrfs.py:29
+#: netbox/ipam/models/vrfs.py:29
 msgid "route distinguisher"
-msgstr ""
+msgstr "maršruta atšķirtājs"
 
-#: ipam/models/vrfs.py:30
+#: netbox/ipam/models/vrfs.py:30
 msgid "Unique route distinguisher (as defined in RFC 4364)"
-msgstr ""
+msgstr "Unikāls maršruta atšķirtājs (kā definēts RFC 4364)"
 
-#: ipam/models/vrfs.py:41
+#: netbox/ipam/models/vrfs.py:41
 msgid "enforce unique space"
-msgstr ""
+msgstr "ieviest unikālu telpu"
 
-#: ipam/models/vrfs.py:42
+#: netbox/ipam/models/vrfs.py:42
 msgid "Prevent duplicate prefixes/IP addresses within this VRF"
-msgstr ""
+msgstr "Novērst prefiksu/IP adreses dublētus šajā VRF ietvaros"
 
-#: ipam/models/vrfs.py:62 netbox/navigation/menu.py:193
-#: netbox/navigation/menu.py:195
+#: netbox/ipam/models/vrfs.py:62 netbox/netbox/navigation/menu.py:193
+#: netbox/netbox/navigation/menu.py:195
 msgid "VRFs"
-msgstr ""
+msgstr "VRF"
 
-#: ipam/models/vrfs.py:78
+#: netbox/ipam/models/vrfs.py:78
 msgid "Route target value (formatted in accordance with RFC 4360)"
-msgstr ""
+msgstr "Maršruta mērķvērtība (formatēta saskaņā ar RFC 4360)"
 
-#: ipam/models/vrfs.py:91
+#: netbox/ipam/models/vrfs.py:91
 msgid "route target"
-msgstr ""
+msgstr "maršruta mērķis"
 
-#: ipam/models/vrfs.py:92
+#: netbox/ipam/models/vrfs.py:92
 msgid "route targets"
-msgstr ""
+msgstr "maršruta mērķi"
+
+#: netbox/ipam/tables/asn.py:26
+msgid "Start (ASDOT)"
+msgstr "Sākt (ASDOT)"
+
+#: netbox/ipam/tables/asn.py:31
+msgid "End (ASDOT)"
+msgstr "Beigas (ASDOT)"
 
-#: ipam/tables/asn.py:52
+#: netbox/ipam/tables/asn.py:62
 msgid "ASDOT"
-msgstr ""
+msgstr "ASDOT"
 
-#: ipam/tables/asn.py:57
+#: netbox/ipam/tables/asn.py:67
 msgid "Site Count"
-msgstr ""
+msgstr "Vietņu skaits"
 
-#: ipam/tables/asn.py:62
+#: netbox/ipam/tables/asn.py:72
 msgid "Provider Count"
-msgstr ""
+msgstr "Pakalpotāju skaits"
 
-#: ipam/tables/ip.py:42 netbox/navigation/menu.py:186
-#: netbox/navigation/menu.py:188
+#: netbox/ipam/tables/ip.py:42 netbox/netbox/navigation/menu.py:186
+#: netbox/netbox/navigation/menu.py:188
 msgid "Aggregates"
-msgstr ""
+msgstr "Agregāti"
 
-#: ipam/tables/ip.py:72
+#: netbox/ipam/tables/ip.py:72
 msgid "Added"
-msgstr ""
+msgstr "Pievienots"
 
-#: 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
+#: netbox/ipam/tables/ip.py:75 netbox/ipam/tables/ip.py:113
+#: netbox/ipam/tables/vlans.py:121 netbox/ipam/views.py:425
+#: netbox/netbox/navigation/menu.py:172 netbox/netbox/navigation/menu.py:174
+#: netbox/templates/ipam/vlan.html:100
 msgid "Prefixes"
-msgstr ""
+msgstr "Priekšēkļi"
 
-#: 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
+#: netbox/ipam/tables/ip.py:78 netbox/ipam/tables/ip.py:222
+#: netbox/ipam/tables/ip.py:281 netbox/ipam/tables/vlans.py:56
+#: netbox/templates/dcim/device.html:266
+#: netbox/templates/ipam/aggregate.html:24
+#: netbox/templates/ipam/iprange.html:37 netbox/templates/ipam/prefix.html:102
 msgid "Utilization"
-msgstr ""
+msgstr "Izmantošana"
 
-#: ipam/tables/ip.py:118 netbox/navigation/menu.py:168
+#: netbox/ipam/tables/ip.py:118 netbox/netbox/navigation/menu.py:168
 msgid "IP Ranges"
-msgstr ""
+msgstr "IP diapazoni"
 
-#: ipam/tables/ip.py:168
+#: netbox/ipam/tables/ip.py:168
 msgid "Prefix (Flat)"
-msgstr ""
+msgstr "Prefikss (plakans)"
 
-#: ipam/tables/ip.py:172
+#: netbox/ipam/tables/ip.py:172
 msgid "Depth"
-msgstr ""
+msgstr "Dziļums"
 
-#: ipam/tables/ip.py:192 ipam/tables/vlans.py:37
-#: virtualization/tables/clusters.py:77 wireless/tables/wirelesslan.py:59
+#: netbox/ipam/tables/ip.py:192 netbox/ipam/tables/vlans.py:37
+#: netbox/virtualization/tables/clusters.py:77
+#: netbox/wireless/tables/wirelesslan.py:59
 msgid "Scope Type"
-msgstr ""
+msgstr "Darbības jomas veids"
 
-#: ipam/tables/ip.py:214
+#: netbox/ipam/tables/ip.py:214
 msgid "Pool"
-msgstr ""
+msgstr "Baseins"
 
-#: ipam/tables/ip.py:218 ipam/tables/ip.py:277 templates/ipam/iprange.html:33
+#: netbox/ipam/tables/ip.py:218 netbox/ipam/tables/ip.py:277
+#: netbox/templates/ipam/iprange.html:33
 msgid "Marked Utilized"
-msgstr ""
+msgstr "Atzīmēts Izmantots"
 
-#: ipam/tables/ip.py:257
+#: netbox/ipam/tables/ip.py:257
 msgid "Start address"
-msgstr ""
+msgstr "Sākuma adrese"
 
-#: ipam/tables/ip.py:273 templates/ipam/iprange.html:29
+#: netbox/ipam/tables/ip.py:273 netbox/templates/ipam/iprange.html:29
 msgid "Marked Populated"
-msgstr ""
+msgstr "Atzīmēts ar apdzīvotu"
 
-#: ipam/tables/ip.py:341
+#: netbox/ipam/tables/ip.py:341
 msgid "NAT (Inside)"
-msgstr ""
+msgstr "NAT (iekšpusē)"
 
-#: ipam/tables/ip.py:346
+#: netbox/ipam/tables/ip.py:346
 msgid "NAT (Outside)"
-msgstr ""
+msgstr "NAT (ārpusē)"
 
-#: ipam/tables/ip.py:351
+#: netbox/ipam/tables/ip.py:351
 msgid "Assigned"
-msgstr ""
+msgstr "Piešķirts"
 
-#: ipam/tables/ip.py:397 templates/vpn/l2vpntermination.html:16
-#: vpn/forms/filtersets.py:251
+#: netbox/ipam/tables/ip.py:397 netbox/templates/vpn/l2vpntermination.html:16
+#: netbox/vpn/forms/filtersets.py:251
 msgid "Assigned Object"
-msgstr ""
+msgstr "Piešķirtais objekts"
 
-#: ipam/tables/vlans.py:46
+#: netbox/ipam/tables/vlans.py:46
 msgid "VID Ranges"
-msgstr ""
+msgstr "VID diapazoni"
 
-#: ipam/tables/vlans.py:83 ipam/tables/vlans.py:193
-#: templates/dcim/inc/interface_vlans_table.html:4
+#: netbox/ipam/tables/vlans.py:83 netbox/ipam/tables/vlans.py:193
+#: netbox/templates/dcim/inc/interface_vlans_table.html:4
 msgid "VID"
-msgstr ""
+msgstr "VIDEO"
 
-#: ipam/tables/vlans.py:240 templates/ipam/vlantranslationpolicy.html:22
+#: netbox/ipam/tables/vlans.py:240
+#: netbox/templates/ipam/vlantranslationpolicy.html:22
 msgid "Rules"
-msgstr ""
+msgstr "Noteikumi"
 
-#: ipam/tables/vlans.py:263 templates/ipam/vlantranslationrule.html:18
+#: netbox/ipam/tables/vlans.py:263
+#: netbox/templates/ipam/vlantranslationrule.html:18
 msgid "Local VID"
-msgstr ""
+msgstr "Vietējais VID"
 
-#: ipam/tables/vlans.py:267 templates/ipam/vlantranslationrule.html:22
+#: netbox/ipam/tables/vlans.py:267
+#: netbox/templates/ipam/vlantranslationrule.html:22
 msgid "Remote VID"
-msgstr ""
+msgstr "Attālinātais VID"
 
-#: ipam/tables/vrfs.py:30
+#: netbox/ipam/tables/vrfs.py:30
 msgid "RD"
-msgstr ""
+msgstr "RD"
 
-#: ipam/tables/vrfs.py:33
+#: netbox/ipam/tables/vrfs.py:33
 msgid "Unique"
-msgstr ""
+msgstr "Unikāls"
 
-#: ipam/tables/vrfs.py:37 vpn/tables/l2vpn.py:30
+#: netbox/ipam/tables/vrfs.py:37 netbox/vpn/tables/l2vpn.py:30
 msgid "Import Targets"
-msgstr ""
+msgstr "Importa mērķi"
 
-#: ipam/tables/vrfs.py:42 vpn/tables/l2vpn.py:35
+#: netbox/ipam/tables/vrfs.py:42 netbox/vpn/tables/l2vpn.py:35
 msgid "Export Targets"
-msgstr ""
+msgstr "Eksporta mērķi"
 
-#: ipam/utils.py:30
+#: netbox/ipam/utils.py:30
 msgid "1 IP available"
-msgstr ""
+msgstr "Pieejams 1 IP"
 
-#: ipam/utils.py:32
+#: netbox/ipam/utils.py:32
 #, python-brace-format
 msgid "{count} IPs available"
-msgstr ""
+msgstr "{count} Pieejami IP"
 
-#: ipam/utils.py:33
+#: netbox/ipam/utils.py:33
 msgid "Many IPs available"
-msgstr ""
+msgstr "Pieejami daudzi IP"
 
-#: ipam/validators.py:9
+#: netbox/ipam/validators.py:9
 #, python-brace-format
 msgid "{prefix} is not a valid prefix. Did you mean {suggested}?"
-msgstr ""
+msgstr "{prefix} nav derīgs prefikss. Vai jūs domājāt {suggested}?"
 
-#: ipam/validators.py:16
+#: netbox/ipam/validators.py:16
 #, python-format
 msgid "The prefix length must be less than or equal to %(limit_value)s."
-msgstr ""
+msgstr "Prefiksa garumam jābūt mazākam vai vienādam ar %(limit_value)s."
 
-#: ipam/validators.py:24
+#: netbox/ipam/validators.py:24
 #, python-format
 msgid "The prefix length must be greater than or equal to %(limit_value)s."
-msgstr ""
+msgstr "Prefiksa garumam jābūt lielākam vai vienādam ar %(limit_value)s."
 
-#: ipam/validators.py:33
+#: netbox/ipam/validators.py:33
 msgid ""
 "Only alphanumeric characters, asterisks, hyphens, periods, and underscores "
 "are allowed in DNS names"
 msgstr ""
+"DNS nosaukumos ir atļautas tikai burtciparu rakstzīmes, zvaigznītes, "
+"defises, periodi un pasvītrojumi"
 
-#: ipam/views.py:65 ipam/views.py:1402
+#: netbox/ipam/views.py:65 netbox/ipam/views.py:1402
 msgid "Device Interfaces"
-msgstr ""
+msgstr "Ierīces saskarnes"
 
-#: ipam/views.py:70 ipam/views.py:1420
+#: netbox/ipam/views.py:70 netbox/ipam/views.py:1420
 msgid "VM Interfaces"
-msgstr ""
+msgstr "VM saskarnes"
 
-#: ipam/views.py:626
+#: netbox/ipam/views.py:626
 msgid "Child Prefixes"
-msgstr ""
+msgstr "Bērnu prefiksi"
 
-#: ipam/views.py:662
+#: netbox/ipam/views.py:662
 msgid "Child Ranges"
-msgstr ""
+msgstr "Bērnu diapazoni"
 
-#: ipam/views.py:1015
+#: netbox/ipam/views.py:1015
 msgid "Related IPs"
-msgstr ""
+msgstr "Saistītie IP adresi"
 
-#: netbox/api/fields.py:66
+#: netbox/netbox/api/fields.py:66
 msgid "This field may not be blank."
-msgstr ""
+msgstr "Šis lauks var nebūt tukšs."
 
-#: netbox/api/fields.py:71
+#: netbox/netbox/api/fields.py:71
 msgid ""
 "Value must be passed directly (e.g. \"foo\": 123); do not use a dictionary "
 "or list."
 msgstr ""
+"Vērtība jānodod tieši (piemēram, “foo”: 123); nelietojiet vārdnīcu vai "
+"sarakstu."
 
-#: netbox/api/fields.py:92
+#: netbox/netbox/api/fields.py:92
 #, python-brace-format
 msgid "{value} is not a valid choice."
-msgstr ""
+msgstr "{value} nav derīga izvēle."
 
-#: netbox/api/fields.py:105
+#: netbox/netbox/api/fields.py:105
 #, python-brace-format
 msgid "Invalid content type: {content_type}"
-msgstr ""
+msgstr "Nederīgs satura tips: {content_type}"
 
-#: netbox/api/fields.py:106
+#: netbox/netbox/api/fields.py:106
 msgid "Invalid value. Specify a content type as '<app_label>.<model_name>'."
-msgstr ""
+msgstr "Nederīga vērtība. Norādiet satura tipu kā '<app_label>.<model_name>”."
 
-#: netbox/api/fields.py:168
+#: netbox/netbox/api/fields.py:168
 msgid "Ranges must be specified in the form (lower, upper)."
-msgstr ""
+msgstr "Diapazoni jānorāda formā (apakšējā, augšējā)."
 
-#: netbox/api/fields.py:170
+#: netbox/netbox/api/fields.py:170
 msgid "Range boundaries must be defined as integers."
-msgstr ""
+msgstr "Diapazona robežas jādefinē kā veseli skaitļi."
 
-#: netbox/api/serializers/fields.py:40
+#: netbox/netbox/api/serializers/fields.py:40
 #, python-brace-format
 msgid "{class_name} must implement get_view_name()"
-msgstr ""
+msgstr "{class_name} jāievieš get_view_name ()"
 
-#: netbox/authentication/__init__.py:138
+#: netbox/netbox/authentication/__init__.py:138
 #, python-brace-format
 msgid "Invalid permission {permission} for model {model}"
-msgstr ""
+msgstr "Nederīga atļauja {permission} modelim {model}"
 
-#: netbox/choices.py:51
+#: netbox/netbox/choices.py:51
 msgid "Dark Red"
-msgstr ""
+msgstr "Tumši sarkans"
 
-#: netbox/choices.py:54
+#: netbox/netbox/choices.py:54
 msgid "Rose"
-msgstr ""
+msgstr "Roze"
 
-#: netbox/choices.py:55
+#: netbox/netbox/choices.py:55
 msgid "Fuchsia"
-msgstr ""
+msgstr "Fuksija"
 
-#: netbox/choices.py:57
+#: netbox/netbox/choices.py:57
 msgid "Dark Purple"
-msgstr ""
+msgstr "Tumši violets"
 
-#: netbox/choices.py:60
+#: netbox/netbox/choices.py:60
 msgid "Light Blue"
-msgstr ""
+msgstr "Gaiši zils"
 
-#: netbox/choices.py:63
+#: netbox/netbox/choices.py:63
 msgid "Aqua"
-msgstr ""
+msgstr "Ūdens"
 
-#: netbox/choices.py:64
+#: netbox/netbox/choices.py:64
 msgid "Dark Green"
-msgstr ""
+msgstr "Tumši zaļš"
 
-#: netbox/choices.py:66
+#: netbox/netbox/choices.py:66
 msgid "Light Green"
-msgstr ""
+msgstr "Gaiši zaļš"
 
-#: netbox/choices.py:67
+#: netbox/netbox/choices.py:67
 msgid "Lime"
-msgstr ""
+msgstr "Kaļķi"
 
-#: netbox/choices.py:69
+#: netbox/netbox/choices.py:69
 msgid "Amber"
-msgstr ""
+msgstr "Dzintars"
 
-#: netbox/choices.py:71
+#: netbox/netbox/choices.py:71
 msgid "Dark Orange"
-msgstr ""
+msgstr "Tumši oranža"
 
-#: netbox/choices.py:72
+#: netbox/netbox/choices.py:72
 msgid "Brown"
-msgstr ""
+msgstr "Brūns"
 
-#: netbox/choices.py:73
+#: netbox/netbox/choices.py:73
 msgid "Light Grey"
-msgstr ""
+msgstr "Gaiši pelēks"
 
-#: netbox/choices.py:74
+#: netbox/netbox/choices.py:74
 msgid "Grey"
-msgstr ""
+msgstr "Pelēks"
 
-#: netbox/choices.py:75
+#: netbox/netbox/choices.py:75
 msgid "Dark Grey"
-msgstr ""
+msgstr "Tumši pelēks"
 
-#: netbox/choices.py:103 templates/extras/script_result.html:56
-#: templates/extras/tableconfig.html:76
+#: netbox/netbox/choices.py:103 netbox/templates/extras/script_result.html:56
+#: netbox/templates/extras/tableconfig.html:76
 msgid "Default"
-msgstr ""
+msgstr "Noklusējums"
 
-#: netbox/choices.py:130
+#: netbox/netbox/choices.py:130
 msgid "Direct"
-msgstr ""
+msgstr "Tiešs"
 
-#: netbox/choices.py:131
+#: netbox/netbox/choices.py:131
 msgid "Upload"
-msgstr ""
+msgstr "Augšupielādēt"
 
-#: netbox/choices.py:143 netbox/choices.py:158
+#: netbox/netbox/choices.py:143 netbox/netbox/choices.py:158
 msgid "Auto-detect"
-msgstr ""
+msgstr "Automātiska noteikšana"
 
-#: netbox/choices.py:159
+#: netbox/netbox/choices.py:159
 msgid "Comma"
-msgstr ""
+msgstr "Komats"
 
-#: netbox/choices.py:160
+#: netbox/netbox/choices.py:160
 msgid "Semicolon"
-msgstr ""
+msgstr "Semikolons"
 
-#: netbox/choices.py:161
+#: netbox/netbox/choices.py:161
 msgid "Pipe"
-msgstr ""
+msgstr "Caurules"
 
-#: netbox/choices.py:162
+#: netbox/netbox/choices.py:162
 msgid "Tab"
-msgstr ""
+msgstr "Cilne"
 
-#: netbox/choices.py:195 templates/dcim/device.html:333
-#: templates/dcim/rack.html:107
+#: netbox/netbox/choices.py:195 netbox/templates/dcim/device.html:333
+#: netbox/templates/dcim/rack.html:107
 msgid "Kilograms"
-msgstr ""
+msgstr "Kilogrami"
 
-#: netbox/choices.py:196
+#: netbox/netbox/choices.py:196
 msgid "Grams"
-msgstr ""
+msgstr "grami"
 
-#: netbox/choices.py:197 templates/dcim/device.html:334
-#: templates/dcim/rack.html:108
+#: netbox/netbox/choices.py:197 netbox/templates/dcim/device.html:334
+#: netbox/templates/dcim/rack.html:108
 msgid "Pounds"
-msgstr ""
+msgstr "Mārciņas"
 
-#: netbox/choices.py:198
+#: netbox/netbox/choices.py:198
 msgid "Ounces"
-msgstr ""
+msgstr "Unces"
 
-#: netbox/config/__init__.py:67
+#: netbox/netbox/config/__init__.py:67
 #, python-brace-format
 msgid "Invalid configuration parameter: {item}"
-msgstr ""
+msgstr "Nederīgs konfigurācijas parametrs: {item}"
 
-#: netbox/config/parameters.py:22 templates/core/inc/config_data.html:62
+#: netbox/netbox/config/parameters.py:22
+#: netbox/templates/core/inc/config_data.html:62
 msgid "Login banner"
-msgstr ""
+msgstr "Pieteikšanās baneris"
 
-#: netbox/config/parameters.py:24
+#: netbox/netbox/config/parameters.py:24
 msgid "Additional content to display on the login page"
-msgstr ""
+msgstr "Papildu saturs, kas jāparāda pieteikšanās lapā"
 
-#: netbox/config/parameters.py:33 templates/core/inc/config_data.html:66
+#: netbox/netbox/config/parameters.py:33
+#: netbox/templates/core/inc/config_data.html:66
 msgid "Maintenance banner"
-msgstr ""
+msgstr "Tehniskās apkopes baneris"
 
-#: netbox/config/parameters.py:35
+#: netbox/netbox/config/parameters.py:35
 msgid "Additional content to display when in maintenance mode"
-msgstr ""
+msgstr "Papildu saturs, kas jāparāda apkopes režīmā"
 
-#: netbox/config/parameters.py:44 templates/core/inc/config_data.html:70
+#: netbox/netbox/config/parameters.py:44
+#: netbox/templates/core/inc/config_data.html:70
 msgid "Top banner"
-msgstr ""
+msgstr "Top reklāmkarogs"
 
-#: netbox/config/parameters.py:46
+#: netbox/netbox/config/parameters.py:46
 msgid "Additional content to display at the top of every page"
-msgstr ""
+msgstr "Papildu saturs, kas jāparāda katras lapas augšdaļā"
 
-#: netbox/config/parameters.py:55 templates/core/inc/config_data.html:74
+#: netbox/netbox/config/parameters.py:55
+#: netbox/templates/core/inc/config_data.html:74
 msgid "Bottom banner"
-msgstr ""
+msgstr "Apakšējais baneris"
 
-#: netbox/config/parameters.py:57
+#: netbox/netbox/config/parameters.py:57
 msgid "Additional content to display at the bottom of every page"
-msgstr ""
+msgstr "Papildu saturs, kas jāparāda katras lapas apakšā"
 
-#: netbox/config/parameters.py:68
+#: netbox/netbox/config/parameters.py:68
 msgid "Globally unique IP space"
-msgstr ""
+msgstr "Globāli unikāla IP telpa"
 
-#: netbox/config/parameters.py:70
+#: netbox/netbox/config/parameters.py:70
 msgid "Enforce unique IP addressing within the global table"
-msgstr ""
+msgstr "Unikālas IP adresēšanas nodrošināšana globālajā tabulā"
 
-#: netbox/config/parameters.py:75 templates/core/inc/config_data.html:44
+#: netbox/netbox/config/parameters.py:75
+#: netbox/templates/core/inc/config_data.html:44
 msgid "Prefer IPv4"
-msgstr ""
+msgstr "Dodiet priekšroku IPv4"
 
-#: netbox/config/parameters.py:77
+#: netbox/netbox/config/parameters.py:77
 msgid "Prefer IPv4 addresses over IPv6"
-msgstr ""
+msgstr "Dodiet priekšroku IPv4 adresēm, nevis IPv6"
 
-#: netbox/config/parameters.py:84
+#: netbox/netbox/config/parameters.py:84
 msgid "Rack unit height"
-msgstr ""
+msgstr "Plaukta vienības augstums"
 
-#: netbox/config/parameters.py:86
+#: netbox/netbox/config/parameters.py:86
 msgid "Default unit height for rendered rack elevations"
-msgstr ""
+msgstr "Noklusējuma vienības augstums renderētiem plaukta pacēlumiem"
 
-#: netbox/config/parameters.py:91
+#: netbox/netbox/config/parameters.py:91
 msgid "Rack unit width"
-msgstr ""
+msgstr "Plaukta vienības platums"
 
-#: netbox/config/parameters.py:93
+#: netbox/netbox/config/parameters.py:93
 msgid "Default unit width for rendered rack elevations"
-msgstr ""
+msgstr "Noklusējuma vienības platums renderētiem plaukta pacēlumiem"
 
-#: netbox/config/parameters.py:100
+#: netbox/netbox/config/parameters.py:100
 msgid "Powerfeed voltage"
-msgstr ""
+msgstr "Strāvas padeves spriegums"
 
-#: netbox/config/parameters.py:102
+#: netbox/netbox/config/parameters.py:102
 msgid "Default voltage for powerfeeds"
-msgstr ""
+msgstr "Noklusējuma spriegums barošanas avotiem"
 
-#: netbox/config/parameters.py:107
+#: netbox/netbox/config/parameters.py:107
 msgid "Powerfeed amperage"
-msgstr ""
+msgstr "Powerfeed strāvas strāvas stiprums"
 
-#: netbox/config/parameters.py:109
+#: netbox/netbox/config/parameters.py:109
 msgid "Default amperage for powerfeeds"
-msgstr ""
+msgstr "Noklusējuma strāvas stiprums barošanas avotiem"
 
-#: netbox/config/parameters.py:114
+#: netbox/netbox/config/parameters.py:114
 msgid "Powerfeed max utilization"
-msgstr ""
+msgstr "Powerfeed maksimālā izmantošana"
 
-#: netbox/config/parameters.py:116
+#: netbox/netbox/config/parameters.py:116
 msgid "Default max utilization for powerfeeds"
-msgstr ""
+msgstr "Noklusējuma maksimālais enerģijas padeves izmantojums"
 
-#: netbox/config/parameters.py:123 templates/core/inc/config_data.html:53
+#: netbox/netbox/config/parameters.py:123
+#: netbox/templates/core/inc/config_data.html:53
 msgid "Allowed URL schemes"
-msgstr ""
+msgstr "Atļautās URL shēmas"
 
-#: netbox/config/parameters.py:128
+#: netbox/netbox/config/parameters.py:128
 msgid "Permitted schemes for URLs in user-provided content"
-msgstr ""
+msgstr "Atļautās shēmas URL lietotāja sniegtajā saturā"
 
-#: netbox/config/parameters.py:136
+#: netbox/netbox/config/parameters.py:136
 msgid "Default page size"
-msgstr ""
+msgstr "Noklusējuma lapas izmērs"
 
-#: netbox/config/parameters.py:142
+#: netbox/netbox/config/parameters.py:142
 msgid "Maximum page size"
-msgstr ""
+msgstr "Maksimālais lapas izmērs"
 
-#: netbox/config/parameters.py:150 templates/core/inc/config_data.html:96
+#: netbox/netbox/config/parameters.py:150
+#: netbox/templates/core/inc/config_data.html:96
 msgid "Custom validators"
-msgstr ""
+msgstr "Pielāgoti validatori"
 
-#: netbox/config/parameters.py:152
+#: netbox/netbox/config/parameters.py:152
 msgid "Custom validation rules (JSON)"
-msgstr ""
+msgstr "Pielāgotas validācijas noteikumi (JSON)"
 
-#: netbox/config/parameters.py:160 templates/core/inc/config_data.html:104
+#: netbox/netbox/config/parameters.py:160
+#: netbox/templates/core/inc/config_data.html:104
 msgid "Protection rules"
-msgstr ""
+msgstr "Aizsardzības noteikumi"
 
-#: netbox/config/parameters.py:162
+#: netbox/netbox/config/parameters.py:162
 msgid "Deletion protection rules (JSON)"
-msgstr ""
+msgstr "Dzēšanas aizsardzības noteikumi (JSON)"
 
-#: netbox/config/parameters.py:172 templates/core/inc/config_data.html:117
+#: netbox/netbox/config/parameters.py:172
+#: netbox/templates/core/inc/config_data.html:117
 msgid "Default preferences"
-msgstr ""
+msgstr "Noklusējuma preferences"
 
-#: netbox/config/parameters.py:174
+#: netbox/netbox/config/parameters.py:174
 msgid "Default preferences for new users"
-msgstr ""
+msgstr "Noklusējuma preferences jauniem lietotājiem"
 
-#: netbox/config/parameters.py:181 templates/core/inc/config_data.html:129
+#: netbox/netbox/config/parameters.py:181
+#: netbox/templates/core/inc/config_data.html:129
 msgid "Maintenance mode"
-msgstr ""
+msgstr "Apkopes režīms"
 
-#: netbox/config/parameters.py:183
+#: netbox/netbox/config/parameters.py:183
 msgid "Enable maintenance mode"
-msgstr ""
+msgstr "Iespējot apkopes režīmu"
 
-#: netbox/config/parameters.py:188 templates/core/inc/config_data.html:133
+#: netbox/netbox/config/parameters.py:188
+#: netbox/templates/core/inc/config_data.html:133
 msgid "NetBox Copilot enabled"
-msgstr ""
+msgstr "NetBox Copilot iespējots"
 
-#: netbox/config/parameters.py:191
+#: netbox/netbox/config/parameters.py:191
 msgid ""
 "Enable the NetBox Copilot AI agent globally. If enabled, users can toggle "
 "the agent individually."
 msgstr ""
+"Iespējojiet NetBox Copilot AI aģentu visā pasaulē. Ja tas ir iespējots, "
+"lietotāji var pārslēgt aģentu atsevišķi."
 
-#: netbox/config/parameters.py:197 templates/core/inc/config_data.html:137
+#: netbox/netbox/config/parameters.py:197
+#: netbox/templates/core/inc/config_data.html:137
 msgid "GraphQL enabled"
-msgstr ""
+msgstr "GraphQL iespējots"
 
-#: netbox/config/parameters.py:199
+#: netbox/netbox/config/parameters.py:199
 msgid "Enable the GraphQL API"
-msgstr ""
+msgstr "Iespējojiet GraphQL API"
 
-#: netbox/config/parameters.py:204 templates/core/inc/config_data.html:141
+#: netbox/netbox/config/parameters.py:204
+#: netbox/templates/core/inc/config_data.html:141
 msgid "Changelog retention"
-msgstr ""
+msgstr "Izmaiņu žurnāla saglabāšana"
 
-#: netbox/config/parameters.py:206
+#: netbox/netbox/config/parameters.py:206
 msgid "Days to retain changelog history (set to zero for unlimited)"
 msgstr ""
+"Dienas, lai saglabātu izmaiņu žurnāla vēsturi (iestatīta uz nulli "
+"neierobežotai)"
 
-#: netbox/config/parameters.py:211
+#: netbox/netbox/config/parameters.py:211
 msgid "Job result retention"
-msgstr ""
+msgstr "Darba rezultātu saglabāšana"
 
-#: netbox/config/parameters.py:213
+#: netbox/netbox/config/parameters.py:213
 msgid "Days to retain job result history (set to zero for unlimited)"
 msgstr ""
+"Dienas, lai saglabātu darba rezultātu vēsturi (iestatīta uz nulli "
+"neierobežotai)"
 
-#: netbox/config/parameters.py:218 templates/core/inc/config_data.html:149
+#: netbox/netbox/config/parameters.py:218
+#: netbox/templates/core/inc/config_data.html:149
 msgid "Maps URL"
-msgstr ""
+msgstr "Kartes URL"
 
-#: netbox/config/parameters.py:220
+#: netbox/netbox/config/parameters.py:220
 msgid "Base URL for mapping geographic locations"
-msgstr ""
+msgstr "Bāzes URL ģeogrāfisko atrašanās vietu kartēšanai"
 
-#: netbox/forms/__init__.py:12
+#: netbox/netbox/forms/__init__.py:12
 msgid "Partial match"
-msgstr ""
+msgstr "Daļēja spēle"
 
-#: netbox/forms/__init__.py:13
+#: netbox/netbox/forms/__init__.py:13
 msgid "Exact match"
-msgstr ""
+msgstr "Precīza atbilstība"
 
-#: netbox/forms/__init__.py:14
+#: netbox/netbox/forms/__init__.py:14
 msgid "Starts with"
-msgstr ""
+msgstr "Sākas ar"
 
-#: netbox/forms/__init__.py:15
+#: netbox/netbox/forms/__init__.py:15
 msgid "Ends with"
-msgstr ""
+msgstr "Beidzas ar"
 
-#: netbox/forms/__init__.py:16
+#: netbox/netbox/forms/__init__.py:16
 msgid "Regex"
-msgstr ""
+msgstr "Regex"
 
-#: netbox/forms/__init__.py:34
+#: netbox/netbox/forms/__init__.py:34
 msgid "Object type(s)"
-msgstr ""
+msgstr "Objekta tips (-i)"
 
-#: netbox/forms/__init__.py:40
+#: netbox/netbox/forms/__init__.py:40
 msgid "Lookup"
-msgstr ""
+msgstr "Uzmeklēšana"
 
-#: netbox/forms/base.py:91
+#: netbox/netbox/forms/base.py:91
 msgid ""
-"Tag slugs separated by commas, encased with double quotes (e.g. \"tag1,tag2,"
-"tag3\")"
+"Tag slugs separated by commas, encased with double quotes (e.g. "
+"\"tag1,tag2,tag3\")"
 msgstr ""
+"Tagu gliemeži, kas atdalīti ar komatiem, pārklāti ar dubultpēdiņām "
+"(piemēram, “tag1, tag2, tag3\")"
 
-#: netbox/forms/base.py:149
+#: netbox/netbox/forms/base.py:149
 msgid "Add tags"
-msgstr ""
+msgstr "Pievienot tagus"
 
-#: netbox/forms/base.py:154
+#: netbox/netbox/forms/base.py:154
 msgid "Remove tags"
-msgstr ""
+msgstr "Noņemt tagus"
 
-#: netbox/forms/mixins.py:58
+#: netbox/netbox/forms/mixins.py:58
 #, python-brace-format
 msgid "{class_name} must specify a model class."
-msgstr ""
+msgstr "{class_name} jānorāda modeļa klase."
 
-#: netbox/models/features.py:294
+#: netbox/netbox/models/features.py:294
 #, python-brace-format
 msgid "Unknown field name '{name}' in custom field data."
-msgstr ""
+msgstr "Nezināms lauka nosaukums '{name}'pielāgotos lauka datos."
 
-#: netbox/models/features.py:300
+#: netbox/netbox/models/features.py:300
 #, python-brace-format
 msgid "Invalid value for custom field '{name}': {error}"
-msgstr ""
+msgstr "Nederīga vērtība pielāgotajam laukam '{name}”: {error}"
 
-#: netbox/models/features.py:309
+#: netbox/netbox/models/features.py:309
 #, python-brace-format
 msgid "Custom field '{name}' must have a unique value."
-msgstr ""
+msgstr "Pielāgots lauks '{name}“jābūt unikālai vērtībai."
 
-#: netbox/models/features.py:316
+#: netbox/netbox/models/features.py:316
 #, python-brace-format
 msgid "Missing required custom field '{name}'."
-msgstr ""
+msgstr "Trūkst nepieciešamā pielāgotā lauka '{name}”."
 
-#: netbox/models/features.py:506
+#: netbox/netbox/models/features.py:506
 msgid "Remote data source"
-msgstr ""
+msgstr "Attālais datu avots"
 
-#: netbox/models/features.py:516
+#: netbox/netbox/models/features.py:516
 msgid "data path"
-msgstr ""
+msgstr "datu ceļš"
 
-#: netbox/models/features.py:520
+#: netbox/netbox/models/features.py:520
 msgid "Path to remote file (relative to data source root)"
-msgstr ""
+msgstr "Ceļš uz attālo failu (attiecībā pret datu avota sakni)"
 
-#: netbox/models/features.py:523
+#: netbox/netbox/models/features.py:523
 msgid "auto sync enabled"
-msgstr ""
+msgstr "automātiskā sinhronizācija iespējota"
 
-#: netbox/models/features.py:525
+#: netbox/netbox/models/features.py:525
 msgid "Enable automatic synchronization of data when the data file is updated"
 msgstr ""
+"Iespējot automātisku datu sinhronizāciju, kad datu fails tiek atjaunināts"
 
-#: netbox/models/features.py:528
+#: netbox/netbox/models/features.py:528
 msgid "date synced"
-msgstr ""
+msgstr "datums sinhronizēts"
 
-#: netbox/models/features.py:622
+#: netbox/netbox/models/features.py:622
 #, python-brace-format
 msgid "{class_name} must implement a sync_data() method."
-msgstr ""
+msgstr "{class_name} jāievieš sync_data () metode."
 
-#: netbox/models/mixins.py:23
+#: netbox/netbox/models/mixins.py:23
 msgid "weight unit"
-msgstr ""
+msgstr "svara vienība"
 
-#: netbox/models/mixins.py:53
+#: netbox/netbox/models/mixins.py:53
 msgid "Must specify a unit when setting a weight"
-msgstr ""
+msgstr "Jānorāda vienība, iestatot svaru"
 
-#: netbox/models/mixins.py:58
+#: netbox/netbox/models/mixins.py:58
 msgid "distance"
-msgstr ""
+msgstr "attālums"
 
-#: netbox/models/mixins.py:65
+#: netbox/netbox/models/mixins.py:65
 msgid "distance unit"
-msgstr ""
+msgstr "attāluma vienība"
 
-#: netbox/models/mixins.py:100
+#: netbox/netbox/models/mixins.py:100
 msgid "Must specify a unit when setting a distance"
-msgstr ""
+msgstr "Jānorāda vienība, iestatot attālumu"
 
-#: netbox/navigation/menu.py:11
+#: netbox/netbox/navigation/menu.py:11
 msgid "Organization"
-msgstr ""
+msgstr "Organizācija"
 
-#: netbox/navigation/menu.py:18
+#: netbox/netbox/navigation/menu.py:18
 msgid "Site Groups"
-msgstr ""
+msgstr "Vietņu grupas"
 
-#: netbox/navigation/menu.py:27
+#: netbox/netbox/navigation/menu.py:27
 msgid "Tenant Groups"
-msgstr ""
+msgstr "Īrnieku grupas"
 
-#: netbox/navigation/menu.py:34
+#: netbox/netbox/navigation/menu.py:34
 msgid "Contact Groups"
-msgstr ""
+msgstr "Kontaktgrupas"
 
-#: netbox/navigation/menu.py:35 templates/tenancy/contactrole.html:8
+#: netbox/netbox/navigation/menu.py:35
+#: netbox/templates/tenancy/contactrole.html:8
 msgid "Contact Roles"
-msgstr ""
+msgstr "Kontaktu lomas"
 
-#: netbox/navigation/menu.py:36
+#: netbox/netbox/navigation/menu.py:36
 msgid "Contact Assignments"
-msgstr ""
+msgstr "Kontaktu uzdevumi"
 
-#: netbox/navigation/menu.py:50
+#: netbox/netbox/navigation/menu.py:50
 msgid "Rack Roles"
-msgstr ""
+msgstr "Plaukta lomas"
 
-#: netbox/navigation/menu.py:54
+#: netbox/netbox/navigation/menu.py:54
 msgid "Elevations"
-msgstr ""
+msgstr "Paaugstinājumi"
 
-#: netbox/navigation/menu.py:76
+#: netbox/netbox/navigation/menu.py:76
 msgid "Modules"
-msgstr ""
+msgstr "Moduļi"
 
-#: netbox/navigation/menu.py:80 templates/dcim/device.html:166
-#: templates/dcim/virtualdevicecontext.html:8
+#: netbox/netbox/navigation/menu.py:80 netbox/templates/dcim/device.html:166
+#: netbox/templates/dcim/virtualdevicecontext.html:8
 msgid "Virtual Device Contexts"
-msgstr ""
+msgstr "Virtuālo ierīču konteksti"
 
-#: netbox/navigation/menu.py:88
+#: netbox/netbox/navigation/menu.py:88
 msgid "Module Type Profiles"
-msgstr ""
+msgstr "Moduļa tipa profili"
 
-#: netbox/navigation/menu.py:89
+#: netbox/netbox/navigation/menu.py:89
 msgid "Manufacturers"
-msgstr ""
+msgstr "Ražotāji"
 
-#: netbox/navigation/menu.py:93
+#: netbox/netbox/navigation/menu.py:93
 msgid "Device Components"
-msgstr ""
+msgstr "Ierīces komponenti"
 
-#: netbox/navigation/menu.py:105 templates/dcim/inventoryitemrole.html:8
+#: netbox/netbox/navigation/menu.py:105
+#: netbox/templates/dcim/inventoryitemrole.html:8
 msgid "Inventory Item Roles"
-msgstr ""
+msgstr "Inventāra vienumu lomas"
 
-#: netbox/navigation/menu.py:111 templates/dcim/interface.html:413
-#: templates/virtualization/vminterface.html:124
+#: netbox/netbox/navigation/menu.py:111
+#: netbox/templates/dcim/interface.html:413
+#: netbox/templates/virtualization/vminterface.html:124
 msgid "MAC Addresses"
-msgstr ""
+msgstr "MAC adreses"
 
-#: netbox/navigation/menu.py:118 netbox/navigation/menu.py:122
-#: templates/dcim/interface.html:182
+#: netbox/netbox/navigation/menu.py:118 netbox/netbox/navigation/menu.py:122
+#: netbox/templates/dcim/interface.html:182
 msgid "Connections"
-msgstr ""
+msgstr "Savienojumi"
 
-#: netbox/navigation/menu.py:124
+#: netbox/netbox/navigation/menu.py:124
 msgid "Cables"
-msgstr ""
+msgstr "Kabeļi"
 
-#: netbox/navigation/menu.py:125
+#: netbox/netbox/navigation/menu.py:125
 msgid "Wireless Links"
-msgstr ""
+msgstr "Bezvadu saites"
 
-#: netbox/navigation/menu.py:128
+#: netbox/netbox/navigation/menu.py:128
 msgid "Interface Connections"
-msgstr ""
+msgstr "Saskarnes savienojumi"
 
-#: netbox/navigation/menu.py:133
+#: netbox/netbox/navigation/menu.py:133
 msgid "Console Connections"
-msgstr ""
+msgstr "Konsoles savienojumi"
 
-#: netbox/navigation/menu.py:138
+#: netbox/netbox/navigation/menu.py:138
 msgid "Power Connections"
-msgstr ""
+msgstr "Strāvas savienojumi"
 
-#: netbox/navigation/menu.py:154
+#: netbox/netbox/navigation/menu.py:154
 msgid "Wireless LAN Groups"
-msgstr ""
+msgstr "Bezvadu LAN grupas"
 
-#: netbox/navigation/menu.py:175
+#: netbox/netbox/navigation/menu.py:175
 msgid "Prefix & VLAN Roles"
-msgstr ""
+msgstr "Prefiksa un VLAN lomas"
 
-#: netbox/navigation/menu.py:181
+#: netbox/netbox/navigation/menu.py:181
 msgid "ASN Ranges"
-msgstr ""
+msgstr "ASN diapazoni"
 
-#: netbox/navigation/menu.py:204
+#: netbox/netbox/navigation/menu.py:204
 msgid "VLAN Translation Policies"
-msgstr ""
+msgstr "VLAN tulkošanas politika"
 
-#: netbox/navigation/menu.py:205 templates/ipam/vlantranslationpolicy.html:46
+#: netbox/netbox/navigation/menu.py:205
+#: netbox/templates/ipam/vlantranslationpolicy.html:46
 msgid "VLAN Translation Rules"
-msgstr ""
+msgstr "VLAN tulkošanas noteikumi"
 
-#: netbox/navigation/menu.py:212
+#: netbox/netbox/navigation/menu.py:212
 msgid "Application Service Templates"
-msgstr ""
+msgstr "Lietojumprogrammu pakalpojumu veidnes"
 
-#: netbox/navigation/menu.py:213 templates/dcim/device.html:308
-#: templates/ipam/ipaddress.html:118
-#: templates/virtualization/virtualmachine.html:156
+#: netbox/netbox/navigation/menu.py:213 netbox/templates/dcim/device.html:308
+#: netbox/templates/ipam/ipaddress.html:118
+#: netbox/templates/virtualization/virtualmachine.html:156
 msgid "Application Services"
-msgstr ""
+msgstr "Lietojumprogrammu pakalpojumi"
 
-#: netbox/navigation/menu.py:220
+#: netbox/netbox/navigation/menu.py:220
 msgid "VPN"
-msgstr ""
+msgstr "VPN"
 
-#: netbox/navigation/menu.py:224 netbox/navigation/menu.py:226
-#: vpn/tables/tunnels.py:24
+#: netbox/netbox/navigation/menu.py:224 netbox/netbox/navigation/menu.py:226
+#: netbox/vpn/tables/tunnels.py:24
 msgid "Tunnels"
-msgstr ""
+msgstr "Tuneļi"
 
-#: netbox/navigation/menu.py:227 templates/vpn/tunnelgroup.html:8
+#: netbox/netbox/navigation/menu.py:227
+#: netbox/templates/vpn/tunnelgroup.html:8
 msgid "Tunnel Groups"
-msgstr ""
+msgstr "Tuneļu grupas"
 
-#: netbox/navigation/menu.py:228
+#: netbox/netbox/navigation/menu.py:228
 msgid "Tunnel Terminations"
-msgstr ""
+msgstr "Tuneļa pārtraukumi"
 
-#: netbox/navigation/menu.py:232 netbox/navigation/menu.py:234
-#: vpn/models/l2vpn.py:69
+#: netbox/netbox/navigation/menu.py:232 netbox/netbox/navigation/menu.py:234
+#: netbox/vpn/models/l2vpn.py:69
 msgid "L2VPNs"
-msgstr ""
+msgstr "L2VPN"
 
-#: netbox/navigation/menu.py:241
+#: netbox/netbox/navigation/menu.py:241
 msgid "IKE Proposals"
-msgstr ""
+msgstr "IKE priekšlikumi"
 
-#: netbox/navigation/menu.py:242 templates/vpn/ikeproposal.html:41
+#: netbox/netbox/navigation/menu.py:242
+#: netbox/templates/vpn/ikeproposal.html:41
 msgid "IKE Policies"
-msgstr ""
+msgstr "IKE Politika"
 
-#: netbox/navigation/menu.py:243
+#: netbox/netbox/navigation/menu.py:243
 msgid "IPSec Proposals"
-msgstr ""
+msgstr "IPsec priekšlikumi"
 
-#: netbox/navigation/menu.py:244 templates/vpn/ipsecproposal.html:37
+#: netbox/netbox/navigation/menu.py:244
+#: netbox/templates/vpn/ipsecproposal.html:37
 msgid "IPSec Policies"
-msgstr ""
+msgstr "IPsec politikas"
 
-#: netbox/navigation/menu.py:245 templates/vpn/ikepolicy.html:38
-#: templates/vpn/ipsecpolicy.html:25
+#: netbox/netbox/navigation/menu.py:245 netbox/templates/vpn/ikepolicy.html:38
+#: netbox/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
+msgstr "IPsec profili"
+
+#: netbox/netbox/navigation/menu.py:260
+#: netbox/templates/virtualization/buttons/bulk_add_components.html:17
+#: netbox/templates/virtualization/virtualmachine.html:176
+#: netbox/templates/virtualization/virtualmachine/base.html:32
+#: netbox/virtualization/tables/virtualmachines.py:74
+#: netbox/virtualization/views.py:384
 msgid "Virtual Disks"
-msgstr ""
+msgstr "Virtuālie diski"
 
-#: netbox/navigation/menu.py:267
+#: netbox/netbox/navigation/menu.py:267
 msgid "Cluster Types"
-msgstr ""
+msgstr "Klasteru veidi"
 
-#: netbox/navigation/menu.py:268
+#: netbox/netbox/navigation/menu.py:268
 msgid "Cluster Groups"
-msgstr ""
+msgstr "Klasteru grupas"
 
-#: netbox/navigation/menu.py:282
+#: netbox/netbox/navigation/menu.py:282
 msgid "Circuit Types"
-msgstr ""
+msgstr "Ķēdes veidi"
 
-#: netbox/navigation/menu.py:283
+#: netbox/netbox/navigation/menu.py:283
 msgid "Circuit Terminations"
-msgstr ""
+msgstr "Ķēdes pārtraukumi"
 
-#: netbox/navigation/menu.py:287 netbox/navigation/menu.py:289
-#: templates/circuits/providernetwork.html:55
+#: netbox/netbox/navigation/menu.py:287 netbox/netbox/navigation/menu.py:289
+#: netbox/templates/circuits/providernetwork.html:55
 msgid "Virtual Circuits"
-msgstr ""
+msgstr "Virtuālās shēmas"
 
-#: netbox/navigation/menu.py:290
+#: netbox/netbox/navigation/menu.py:290
 msgid "Virtual Circuit Types"
-msgstr ""
+msgstr "Virtuālās shēmas veidi"
 
-#: netbox/navigation/menu.py:291
+#: netbox/netbox/navigation/menu.py:291
 msgid "Virtual Circuit Terminations"
-msgstr ""
+msgstr "Virtuālās ķēdes pārtraukumi"
 
-#: netbox/navigation/menu.py:297
+#: netbox/netbox/navigation/menu.py:297
 msgid "Circuit Groups"
-msgstr ""
+msgstr "Ķēžu grupas"
 
-#: netbox/navigation/menu.py:298 templates/circuits/circuit.html:76
-#: templates/circuits/virtualcircuit.html:69
+#: netbox/netbox/navigation/menu.py:298
+#: netbox/templates/circuits/circuit.html:76
+#: netbox/templates/circuits/virtualcircuit.html:69
 msgid "Group Assignments"
-msgstr ""
+msgstr "Grupas uzdevumi"
 
-#: netbox/navigation/menu.py:302 netbox/navigation/menu.py:304
+#: netbox/netbox/navigation/menu.py:302 netbox/netbox/navigation/menu.py:304
 msgid "Providers"
-msgstr ""
+msgstr "Pakalpotāji"
 
-#: netbox/navigation/menu.py:305 templates/circuits/provider.html:51
+#: netbox/netbox/navigation/menu.py:305
+#: netbox/templates/circuits/provider.html:51
 msgid "Provider Accounts"
-msgstr ""
+msgstr "Pakalpotāju konti"
 
-#: netbox/navigation/menu.py:306
+#: netbox/netbox/navigation/menu.py:306
 msgid "Provider Networks"
-msgstr ""
+msgstr "Pakalpotāju tīkli"
 
-#: netbox/navigation/menu.py:320
+#: netbox/netbox/navigation/menu.py:320
 msgid "Power Panels"
-msgstr ""
+msgstr "Strāvas paneļi"
 
-#: netbox/navigation/menu.py:331
+#: netbox/netbox/navigation/menu.py:331
 msgid "Configurations"
-msgstr ""
+msgstr "Konfigurācijas"
 
-#: netbox/navigation/menu.py:333
+#: netbox/netbox/navigation/menu.py:333
 msgid "Config Contexts"
-msgstr ""
+msgstr "Konfigurācijas konteksti"
 
-#: netbox/navigation/menu.py:334
+#: netbox/netbox/navigation/menu.py:334
 msgid "Config Context Profiles"
-msgstr ""
+msgstr "Konfigurācijas konteksta profili"
 
-#: netbox/navigation/menu.py:335
+#: netbox/netbox/navigation/menu.py:335
 msgid "Config Templates"
-msgstr ""
+msgstr "Konfigurācijas veidnes"
 
-#: netbox/navigation/menu.py:342 netbox/navigation/menu.py:346
+#: netbox/netbox/navigation/menu.py:342 netbox/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
+msgstr "Pielāgošana"
+
+#: netbox/netbox/navigation/menu.py:348
+#: netbox/templates/dcim/device_edit.html:105
+#: netbox/templates/dcim/htmx/cable_edit.html:83
+#: netbox/templates/dcim/virtualchassis_edit.html:44
+#: netbox/templates/generic/bulk_edit.html:76
+#: netbox/templates/htmx/form.html:19 netbox/templates/inc/filter_list.html:30
+#: netbox/templates/inc/panels/custom_fields.html:7
+#: netbox/templates/ipam/ipaddress_bulk_add.html:35
+#: netbox/templates/ipam/vlan_edit.html:71
 msgid "Custom Fields"
-msgstr ""
+msgstr "Pielāgoti lauki"
 
-#: netbox/navigation/menu.py:349
+#: netbox/netbox/navigation/menu.py:349
 msgid "Custom Field Choices"
-msgstr ""
+msgstr "Pielāgotas lauka izvēles"
 
-#: netbox/navigation/menu.py:350
+#: netbox/netbox/navigation/menu.py:350
 msgid "Custom Links"
-msgstr ""
+msgstr "Pielāgotas saites"
 
-#: netbox/navigation/menu.py:351
+#: netbox/netbox/navigation/menu.py:351
 msgid "Export Templates"
-msgstr ""
+msgstr "Eksportēšanas veidnes"
 
-#: netbox/navigation/menu.py:352
+#: netbox/netbox/navigation/menu.py:352
 msgid "Saved Filters"
-msgstr ""
+msgstr "Saglabātie filtri"
 
-#: netbox/navigation/menu.py:353
+#: netbox/netbox/navigation/menu.py:353
 msgid "Table Configs"
-msgstr ""
+msgstr "Tabulas konfigurācijas"
 
-#: netbox/navigation/menu.py:355
+#: netbox/netbox/navigation/menu.py:355
 msgid "Image Attachments"
-msgstr ""
+msgstr "Attēlu pielikumi"
 
-#: netbox/navigation/menu.py:373
+#: netbox/netbox/navigation/menu.py:373
 msgid "Operations"
-msgstr ""
+msgstr "Darbības"
 
-#: netbox/navigation/menu.py:377
+#: netbox/netbox/navigation/menu.py:377
 msgid "Integrations"
-msgstr ""
+msgstr "Integrācijas"
 
-#: netbox/navigation/menu.py:379
+#: netbox/netbox/navigation/menu.py:379
 msgid "Data Sources"
-msgstr ""
+msgstr "Datu avoti"
 
-#: netbox/navigation/menu.py:380
+#: netbox/netbox/navigation/menu.py:380
 msgid "Event Rules"
-msgstr ""
+msgstr "Pasākumu noteikumi"
 
-#: netbox/navigation/menu.py:381
+#: netbox/netbox/navigation/menu.py:381
 msgid "Webhooks"
-msgstr ""
+msgstr "Tīmekļa āķi"
 
-#: 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
+#: netbox/netbox/navigation/menu.py:385 netbox/netbox/navigation/menu.py:389
+#: netbox/netbox/views/generic/feature_views.py:200
+#: netbox/templates/extras/report/base.html:37
+#: netbox/templates/extras/script/base.html:36
 msgid "Jobs"
-msgstr ""
+msgstr "Darbs"
 
-#: netbox/navigation/menu.py:395
+#: netbox/netbox/navigation/menu.py:395
 msgid "Logging"
-msgstr ""
+msgstr "Mežizstrāde"
 
-#: netbox/navigation/menu.py:397
+#: netbox/netbox/navigation/menu.py:397
 msgid "Notification Groups"
-msgstr ""
+msgstr "Paziņojumu grupas"
 
-#: netbox/navigation/menu.py:398
+#: netbox/netbox/navigation/menu.py:398
 msgid "Journal Entries"
-msgstr ""
+msgstr "Žurnālu ieraksti"
 
-#: netbox/navigation/menu.py:399 templates/core/objectchange.html:9
-#: templates/core/objectchange_list.html:4
+#: netbox/netbox/navigation/menu.py:399
+#: netbox/templates/core/objectchange.html:9
+#: netbox/templates/core/objectchange_list.html:4
 msgid "Change Log"
-msgstr ""
+msgstr "Izmaiņu žurnāls"
 
-#: netbox/navigation/menu.py:406 templates/inc/user_menu.html:29
+#: netbox/netbox/navigation/menu.py:406 netbox/templates/inc/user_menu.html:29
 msgid "Admin"
-msgstr ""
+msgstr "Administrators"
 
-#: netbox/navigation/menu.py:454 templates/account/base.html:27
-#: templates/inc/user_menu.html:52
+#: netbox/netbox/navigation/menu.py:454 netbox/templates/account/base.html:27
+#: netbox/templates/inc/user_menu.html:52
 msgid "API Tokens"
-msgstr ""
+msgstr "API marķieri"
 
-#: 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
+#: netbox/netbox/navigation/menu.py:461 netbox/users/forms/model_forms.py:201
+#: netbox/users/forms/model_forms.py:209 netbox/users/forms/model_forms.py:256
+#: netbox/users/forms/model_forms.py:263
 msgid "Permissions"
-msgstr ""
+msgstr "Atļaujas"
 
-#: netbox/navigation/menu.py:469 netbox/navigation/menu.py:473
-#: templates/core/system.html:7
+#: netbox/netbox/navigation/menu.py:469 netbox/netbox/navigation/menu.py:473
+#: netbox/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
+msgstr "Sistēma"
+
+#: netbox/netbox/navigation/menu.py:478 netbox/netbox/navigation/menu.py:526
+#: netbox/templates/500.html:35 netbox/templates/account/preferences.html:22
+#: netbox/templates/core/plugin.html:13
+#: netbox/templates/core/plugin_list.html:7
+#: netbox/templates/core/plugin_list.html:12
+#: netbox/templates/core/system.html:29
 msgid "Plugins"
-msgstr ""
+msgstr "Spraudņi"
 
-#: netbox/navigation/menu.py:483
+#: netbox/netbox/navigation/menu.py:483
 msgid "Configuration History"
-msgstr ""
+msgstr "Konfigurācijas vēsture"
 
-#: netbox/navigation/menu.py:489 templates/core/rq_task.html:8
-#: templates/core/rq_task_list.html:22
+#: netbox/netbox/navigation/menu.py:489 netbox/templates/core/rq_task.html:8
+#: netbox/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
+msgstr "Pamatuzdevumi"
+
+#: netbox/netbox/object_actions.py:87
+#: netbox/templates/circuits/inc/circuit_termination.html:10
+#: netbox/templates/dcim/manufacturer.html:11
+#: netbox/templates/extras/tableconfig_edit.html:29
+#: netbox/templates/generic/bulk_add_component.html:22
+#: netbox/templates/users/objectpermission.html:38
+#: netbox/utilities/templates/helpers/table_config_form.html:20
+#: netbox/utilities/templates/widgets/splitmultiselect.html:11
+#: netbox/utilities/templatetags/buttons.py:175
 msgid "Add"
-msgstr ""
+msgstr "Pievienot"
 
-#: netbox/object_actions.py:97 utilities/templates/buttons/clone.html:4
+#: netbox/netbox/object_actions.py:97
+#: netbox/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
+msgstr "Klons"
+
+#: netbox/netbox/object_actions.py:113
+#: netbox/templates/circuits/inc/circuit_termination.html:15
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:37
+#: netbox/templates/dcim/inc/panels/inventory_items.html:32
+#: netbox/templates/dcim/powerpanel.html:56
+#: netbox/templates/extras/inc/script_list_content.html:16
+#: netbox/templates/generic/object_edit.html:47
+#: netbox/templates/ipam/inc/ipaddress_edit_header.html:7
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:43
+#: netbox/utilities/templatetags/buttons.py:135
+msgid "Edit"
+msgstr "Rediģēt"
+
+#: netbox/netbox/object_actions.py:124
+#: netbox/templates/circuits/inc/circuit_termination.html:23
+#: netbox/templates/dcim/inc/panels/inventory_items.html:37
+#: netbox/templates/dcim/powerpanel.html:66
+#: netbox/templates/extras/inc/script_list_content.html:21
+#: netbox/templates/generic/bulk_delete.html:21
+#: netbox/templates/generic/bulk_delete.html:79
+#: netbox/templates/generic/object_delete.html:19
+#: netbox/templates/htmx/delete_form.html:70
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:48
+#: netbox/templates/users/objectpermission.html:46
+#: netbox/utilities/templatetags/buttons.py:146
 msgid "Delete"
-msgstr ""
+msgstr "Dzēst"
 
-#: netbox/object_actions.py:135 utilities/templatetags/buttons.py:190
+#: netbox/netbox/object_actions.py:135
+#: netbox/utilities/templatetags/buttons.py:190
 msgid "Import"
-msgstr ""
+msgstr "Importēt"
 
-#: netbox/object_actions.py:145 utilities/templatetags/buttons.py:207
+#: netbox/netbox/object_actions.py:145
+#: netbox/utilities/templatetags/buttons.py:207
 msgid "Export"
-msgstr ""
+msgstr "Eksportēšana"
 
-#: netbox/object_actions.py:173 utilities/templatetags/buttons.py:227
+#: netbox/netbox/object_actions.py:173
+#: netbox/utilities/templatetags/buttons.py:227
 msgid "Edit Selected"
-msgstr ""
+msgstr "Rediģēt atlasīto"
 
-#: netbox/object_actions.py:184
+#: netbox/netbox/object_actions.py:184
 msgid "Rename Selected"
-msgstr ""
+msgstr "Pārdēvēt atlasīto"
 
-#: netbox/object_actions.py:195 utilities/templatetags/buttons.py:244
+#: netbox/netbox/object_actions.py:195
+#: netbox/utilities/templatetags/buttons.py:244
 msgid "Delete Selected"
-msgstr ""
+msgstr "Dzēst atlasīto"
 
-#: netbox/plugins/navigation.py:55 netbox/plugins/navigation.py:88
+#: netbox/netbox/plugins/navigation.py:55
+#: netbox/netbox/plugins/navigation.py:88
 msgid "Permissions must be passed as a tuple or list."
-msgstr ""
+msgstr "Atļaujas jānodod kā tuple vai saraksts."
 
-#: netbox/plugins/navigation.py:59
+#: netbox/netbox/plugins/navigation.py:59
 msgid "Buttons must be passed as a tuple or list."
-msgstr ""
+msgstr "Pogas jānodod kā tuple vai saraksts."
 
-#: netbox/plugins/navigation.py:92
+#: netbox/netbox/plugins/navigation.py:92
 msgid "Button color must be a choice within ButtonColorChoices."
-msgstr ""
+msgstr "Pogu krāsai jābūt izvēlei sadaļā ButtonColorChoices."
 
-#: netbox/plugins/registration.py:26
+#: netbox/netbox/plugins/registration.py:26
 #, python-brace-format
 msgid ""
-"PluginTemplateExtension class {template_extension} was passed as an instance!"
+"PluginTemplateExtension class {template_extension} was passed as an "
+"instance!"
 msgstr ""
+"PluginTemplateExtension klase {template_extension} tika nodots kā piemērs!"
 
-#: netbox/plugins/registration.py:32
+#: netbox/netbox/plugins/registration.py:32
 #, python-brace-format
 msgid ""
-"{template_extension} is not a subclass of netbox.plugins."
-"PluginTemplateExtension!"
+"{template_extension} is not a subclass of "
+"netbox.plugins.PluginTemplateExtension!"
 msgstr ""
+"{template_extension} nav Netbox.Plugins.Plugins.PluginTemplateExtension "
+"apakšklase!"
 
-#: netbox/plugins/registration.py:49
+#: netbox/netbox/plugins/registration.py:49
 #, python-brace-format
 msgid "{item} must be an instance of netbox.plugins.PluginMenuItem"
-msgstr ""
+msgstr "{item} jābūt Netbox.plugins.plugins.pluginMenuItem eksemplāram"
 
-#: netbox/plugins/registration.py:60
+#: netbox/netbox/plugins/registration.py:60
 #, python-brace-format
 msgid "{menu_link} must be an instance of netbox.plugins.PluginMenuItem"
-msgstr ""
+msgstr "{menu_link} jābūt Netbox.plugins.plugins.pluginMenuItem eksemplāram"
 
-#: netbox/plugins/registration.py:65
+#: netbox/netbox/plugins/registration.py:65
 #, python-brace-format
 msgid "{button} must be an instance of netbox.plugins.PluginMenuButton"
-msgstr ""
+msgstr "{button} jābūt Netbox.plugins.plugins.pluginMenuButton eksemplāram"
 
-#: netbox/plugins/templates.py:42
+#: netbox/netbox/plugins/templates.py:42
 msgid "extra_context must be a dictionary"
-msgstr ""
+msgstr "extra_context jābūt vārdnīcai"
 
-#: netbox/preferences.py:30
+#: netbox/netbox/preferences.py:30
 msgid "HTMX Navigation"
-msgstr ""
+msgstr "HTMX Navigācija"
 
-#: netbox/preferences.py:35
+#: netbox/netbox/preferences.py:35
 msgid "Enable dynamic UI navigation"
-msgstr ""
+msgstr "Iespējot dinamisko interfeisa navigāciju"
 
-#: netbox/preferences.py:37
+#: netbox/netbox/preferences.py:37
 msgid "Experimental feature"
-msgstr ""
+msgstr "Eksperimentālā iezīme"
 
-#: netbox/preferences.py:40
+#: netbox/netbox/preferences.py:40
 msgid "Language"
-msgstr ""
+msgstr "Valoda"
 
-#: netbox/preferences.py:45
+#: netbox/netbox/preferences.py:45
 msgid "Forces UI translation to the specified language"
-msgstr ""
+msgstr "Piespiež lietotāja interfeisa tulkošanu norādītajā valodā"
 
-#: netbox/preferences.py:47
+#: netbox/netbox/preferences.py:47
 msgid "Support for translation has been disabled locally"
-msgstr ""
+msgstr "Atbalsts tulkošanai ir atspējots lokāli"
 
-#: netbox/preferences.py:53
+#: netbox/netbox/preferences.py:53
 msgid "NetBox Copilot"
-msgstr ""
+msgstr "NetBox kopilots"
 
-#: netbox/preferences.py:58
+#: netbox/netbox/preferences.py:58
 msgid "Enable the NetBox Copilot AI agent"
-msgstr ""
+msgstr "Iespējojiet NetBox Copilot AI aģentu"
 
-#: netbox/preferences.py:62
+#: netbox/netbox/preferences.py:62
 msgid "Page length"
-msgstr ""
+msgstr "Lapas garums"
 
-#: netbox/preferences.py:64
+#: netbox/netbox/preferences.py:64
 msgid "The default number of objects to display per page"
-msgstr ""
+msgstr "Noklusējuma objektu skaits, kas jāparāda vienā lapā"
 
-#: netbox/preferences.py:68
+#: netbox/netbox/preferences.py:68
 msgid "Paginator placement"
-msgstr ""
+msgstr "Paginatora izvietojums"
 
-#: netbox/preferences.py:70
+#: netbox/netbox/preferences.py:70
 msgid "Bottom"
-msgstr ""
+msgstr "Apakšā"
 
-#: netbox/preferences.py:71
+#: netbox/netbox/preferences.py:71
 msgid "Top"
-msgstr ""
+msgstr "Augšpusē"
 
-#: netbox/preferences.py:72
+#: netbox/netbox/preferences.py:72
 msgid "Both"
-msgstr ""
+msgstr "Abi"
 
-#: netbox/preferences.py:75
+#: netbox/netbox/preferences.py:75
 msgid "Where the paginator controls will be displayed relative to a table"
-msgstr ""
+msgstr "Kur paginatora vadīklas tiks parādītas attiecībā pret tabulu"
 
-#: netbox/preferences.py:78
+#: netbox/netbox/preferences.py:78
 msgid "Striped table rows"
-msgstr ""
+msgstr "Svītrainas galda rindas"
 
-#: netbox/preferences.py:83
+#: netbox/netbox/preferences.py:83
 msgid "Render table rows with alternating colors to increase readability"
 msgstr ""
+"Renderējiet tabulu rindas ar mainīgām krāsām, lai palielinātu lasāmību"
 
-#: netbox/preferences.py:88
+#: netbox/netbox/preferences.py:88
 msgid "Data format"
-msgstr ""
+msgstr "Datu formāts"
 
-#: netbox/preferences.py:93
+#: netbox/netbox/preferences.py:93
 msgid "The preferred syntax for displaying generic data within the UI"
-msgstr ""
+msgstr "Vēlamā sintakse vispārīgo datu parādīšanai lietotāja saskarnē"
 
-#: netbox/preferences.py:96 utilities/forms/bulk_import.py:38
+#: netbox/netbox/preferences.py:96 netbox/utilities/forms/bulk_import.py:38
 msgid "CSV delimiter"
-msgstr ""
+msgstr "CSV atdalītājs"
 
-#: netbox/preferences.py:99
+#: netbox/netbox/preferences.py:99
 msgid "The character used to separate fields in CSV data"
-msgstr ""
+msgstr "Rakstzīme, ko izmanto lauku atdalīšanai CSV datos"
 
-#: netbox/registry.py:14
+#: netbox/netbox/registry.py:14
 #, python-brace-format
 msgid "Invalid store: {key}"
-msgstr ""
+msgstr "Nederīgs veikals: {key}"
 
-#: netbox/registry.py:17
+#: netbox/netbox/registry.py:17
 msgid "Cannot add stores to registry after initialization"
-msgstr ""
+msgstr "Pēc inicializācijas nevar pievienot veikalus reģistram"
 
-#: netbox/registry.py:20
+#: netbox/netbox/registry.py:20
 msgid "Cannot delete stores from registry"
-msgstr ""
+msgstr "Nevar izdzēst veikalus no reģistra"
 
-#: netbox/settings.py:822
+#: netbox/netbox/settings.py:822
 msgid "Czech"
-msgstr ""
+msgstr "Čehu"
 
-#: netbox/settings.py:823
+#: netbox/netbox/settings.py:823
 msgid "Danish"
-msgstr ""
+msgstr "Dāņu"
 
-#: netbox/settings.py:824
+#: netbox/netbox/settings.py:824
 msgid "German"
-msgstr ""
+msgstr "Vācu"
 
-#: netbox/settings.py:825
+#: netbox/netbox/settings.py:825
 msgid "English"
-msgstr ""
+msgstr "Angļu"
 
-#: netbox/settings.py:826
+#: netbox/netbox/settings.py:826
 msgid "Spanish"
-msgstr ""
+msgstr "Spāņu valoda"
 
-#: netbox/settings.py:827
+#: netbox/netbox/settings.py:827
 msgid "French"
-msgstr ""
+msgstr "Franču valoda"
 
-#: netbox/settings.py:828
+#: netbox/netbox/settings.py:828
 msgid "Italian"
-msgstr ""
+msgstr "Itāļu valoda"
 
-#: netbox/settings.py:829
+#: netbox/netbox/settings.py:829
 msgid "Japanese"
-msgstr ""
+msgstr "Japāņu"
 
-#: netbox/settings.py:830
+#: netbox/netbox/settings.py:830
 msgid "Latvian"
-msgstr ""
+msgstr "Latvietis"
 
-#: netbox/settings.py:831
+#: netbox/netbox/settings.py:831
 msgid "Dutch"
-msgstr ""
+msgstr "Holandiešu"
 
-#: netbox/settings.py:832
+#: netbox/netbox/settings.py:832
 msgid "Polish"
-msgstr ""
+msgstr "Poļu"
 
-#: netbox/settings.py:833
+#: netbox/netbox/settings.py:833
 msgid "Portuguese"
-msgstr ""
+msgstr "Portugāļu valoda"
 
-#: netbox/settings.py:834
+#: netbox/netbox/settings.py:834
 msgid "Russian"
-msgstr ""
+msgstr "Krievu"
 
-#: netbox/settings.py:835
+#: netbox/netbox/settings.py:835
 msgid "Turkish"
-msgstr ""
+msgstr "Turku"
 
-#: netbox/settings.py:836
+#: netbox/netbox/settings.py:836
 msgid "Ukrainian"
-msgstr ""
+msgstr "Ukraiņu"
 
-#: netbox/settings.py:837
+#: netbox/netbox/settings.py:837
 msgid "Chinese"
-msgstr ""
+msgstr "Ķīniešu"
 
-#: netbox/tables/columns.py:178
+#: netbox/netbox/tables/columns.py:178
 msgid "Select all"
-msgstr ""
+msgstr "Atlasīt visu"
 
-#: netbox/tables/columns.py:191
+#: netbox/netbox/tables/columns.py:191
 msgid "Toggle all"
-msgstr ""
+msgstr "Pārslēgt visu"
 
-#: netbox/tables/columns.py:311 templates/inc/table_controls_htmx.html:35
+#: netbox/netbox/tables/columns.py:311
+#: netbox/templates/inc/table_controls_htmx.html:35
 msgid "Toggle Dropdown"
-msgstr ""
+msgstr "Pārslēgt nolaižamo izvēlni"
 
-#: netbox/tables/tables.py:58
+#: netbox/netbox/tables/tables.py:58
 #, python-brace-format
 msgid "No {model_name} found"
-msgstr ""
+msgstr "Nē {model_name} atrasts"
 
-#: netbox/tables/tables.py:281 templates/generic/bulk_import.html:148
+#: netbox/netbox/tables/tables.py:281
+#: netbox/templates/generic/bulk_import.html:148
 msgid "Field"
-msgstr ""
+msgstr "Lauks"
 
-#: netbox/tables/tables.py:284
+#: netbox/netbox/tables/tables.py:284
 msgid "Value"
-msgstr ""
+msgstr "Vērtība"
 
-#: netbox/tests/dummy_plugin/navigation.py:29
+#: netbox/netbox/tests/dummy_plugin/navigation.py:29
 msgid "Dummy Plugin"
-msgstr ""
+msgstr "Manekens spraudnis"
 
-#: netbox/views/generic/bulk_views.py:122
+#: netbox/netbox/views/generic/bulk_views.py:124
 #, python-brace-format
 msgid ""
 "There was an error rendering the selected export template ({template}): "
 "{error}"
 msgstr ""
+"Atzīmējot izvēlēto eksportēšanas veidni, radās kļūda ({template}): {error}"
 
-#: netbox/views/generic/bulk_views.py:388
+#: netbox/netbox/views/generic/bulk_views.py:390
 msgid "Must be a list."
-msgstr ""
+msgstr "Jābūt sarakstam."
 
-#: netbox/views/generic/bulk_views.py:398
+#: netbox/netbox/views/generic/bulk_views.py:400
 msgid "Must be a dictionary."
+msgstr "Jābūt vārdnīcai."
+
+#: netbox/netbox/views/generic/bulk_views.py:453
+#, python-brace-format
+msgid ""
+"Duplicate objects found: {model} with ID(s) {ids} appears multiple times"
 msgstr ""
+"Atrasti dublikāti objekti: {model} ar ID (-iem) {ids} parādās vairākas "
+"reizes"
 
-#: netbox/views/generic/bulk_views.py:461
+#: netbox/netbox/views/generic/bulk_views.py:475
 #, python-brace-format
 msgid "Object with ID {id} does not exist"
-msgstr ""
+msgstr "Objekts ar ID {id} neeksistē"
 
-#: netbox/views/generic/bulk_views.py:546
+#: netbox/netbox/views/generic/bulk_views.py:560
 #, python-brace-format
 msgid "Bulk import {count} {object_type}"
-msgstr ""
+msgstr "Lielapjoma imports {count} {object_type}"
 
-#: netbox/views/generic/bulk_views.py:562
+#: netbox/netbox/views/generic/bulk_views.py:576
 #, python-brace-format
 msgid "Imported {count} {object_type}"
-msgstr ""
+msgstr "Importēts {count} {object_type}"
 
-#: netbox/views/generic/bulk_views.py:752
+#: netbox/netbox/views/generic/bulk_views.py:766
 #, python-brace-format
 msgid "Bulk edit {count} {object_type}"
-msgstr ""
+msgstr "Lielapjoma rediģēšana {count} {object_type}"
 
-#: netbox/views/generic/bulk_views.py:768
+#: netbox/netbox/views/generic/bulk_views.py:782
 #, python-brace-format
 msgid "Updated {count} {object_type}"
-msgstr ""
+msgstr "Atjaunināts {count} {object_type}"
 
-#: netbox/views/generic/bulk_views.py:801
-#: netbox/views/generic/bulk_views.py:1036
-#: netbox/views/generic/bulk_views.py:1084
+#: netbox/netbox/views/generic/bulk_views.py:815
+#: netbox/netbox/views/generic/bulk_views.py:1050
+#: netbox/netbox/views/generic/bulk_views.py:1098
 #, python-brace-format
 msgid "No {object_type} were selected."
-msgstr ""
+msgstr "Nē {object_type} tika izvēlēti."
 
-#: netbox/views/generic/bulk_views.py:894
+#: netbox/netbox/views/generic/bulk_views.py:908
 #, python-brace-format
 msgid "Renamed {count} {object_type}"
-msgstr ""
+msgstr "Pārdēvēts {count} {object_type}"
 
-#: netbox/views/generic/bulk_views.py:964
+#: netbox/netbox/views/generic/bulk_views.py:978
 #, python-brace-format
 msgid "Bulk delete {count} {object_type}"
-msgstr ""
+msgstr "Lielapjoma dzēšana {count} {object_type}"
 
-#: netbox/views/generic/bulk_views.py:991
+#: netbox/netbox/views/generic/bulk_views.py:1005
 #, python-brace-format
 msgid "Deleted {count} {object_type}"
-msgstr ""
+msgstr "Svītrots {count} {object_type}"
 
-#: netbox/views/generic/bulk_views.py:1008
+#: netbox/netbox/views/generic/bulk_views.py:1022
 msgid "Deletion failed due to the presence of one or more dependent objects."
-msgstr ""
+msgstr "Dzēšana neizdevās viena vai vairāku atkarīgo objektu klātbūtnes dēļ."
 
-#: netbox/views/generic/feature_views.py:47
+#: netbox/netbox/views/generic/feature_views.py:47
 msgid "Changelog"
-msgstr ""
+msgstr "Izmaiņu žurnāls"
 
-#: netbox/views/generic/feature_views.py:135
+#: netbox/netbox/views/generic/feature_views.py:135
 msgid "Journal"
-msgstr ""
+msgstr "Vēstnesis"
 
-#: netbox/views/generic/feature_views.py:254
+#: netbox/netbox/views/generic/feature_views.py:254
 msgid "Unable to synchronize data: No data file set."
-msgstr ""
+msgstr "Nevar sinhronizēt datus: nav datu failu kopas."
 
-#: netbox/views/generic/feature_views.py:258
+#: netbox/netbox/views/generic/feature_views.py:258
 #, python-brace-format
 msgid "Synchronized data for {object_type} {object}."
-msgstr ""
+msgstr "Sinhronizēti dati {object_type} {object}."
 
-#: netbox/views/generic/feature_views.py:283
+#: netbox/netbox/views/generic/feature_views.py:283
 #, python-brace-format
 msgid "Synced {count} {object_type}"
-msgstr ""
+msgstr "Sinhronizēts {count} {object_type}"
 
-#: netbox/views/generic/object_views.py:115
+#: netbox/netbox/views/generic/object_views.py:115
 #, python-brace-format
 msgid "{class_name} must implement get_children()"
-msgstr ""
+msgstr "{class_name} jāievieš get_children ()"
 
-#: netbox/views/misc.py:46
+#: netbox/netbox/views/misc.py:46
 msgid ""
 "There was an error loading the dashboard configuration. A default dashboard "
 "is in use."
 msgstr ""
+"Ielādējot informācijas paneļa konfigurāciju, radās kļūda. Tiek izmantots "
+"noklusējuma informācijas panelis."
 
-#: templates/403.html:4
+#: netbox/templates/403.html:4
 msgid "Access Denied"
-msgstr ""
+msgstr "Piekļuve liegta"
 
-#: templates/403.html:9
+#: netbox/templates/403.html:9
 msgid "You do not have permission to access this page"
-msgstr ""
+msgstr "Jums nav atļaujas piekļūt šai lapai"
 
-#: templates/404.html:4
+#: netbox/templates/404.html:4
 msgid "Page Not Found"
-msgstr ""
+msgstr "Lapa nav atrasta"
 
-#: templates/404.html:9
+#: netbox/templates/404.html:9
 msgid "The requested page does not exist"
-msgstr ""
+msgstr "Pieprasītā lapa neeksistē"
 
-#: templates/500.html:7 templates/500.html:18
+#: netbox/templates/500.html:7 netbox/templates/500.html:18
 msgid "Server Error"
-msgstr ""
+msgstr "Servera kļūda"
 
-#: templates/500.html:23
+#: netbox/templates/500.html:23
 msgid "There was a problem with your request. Please contact an administrator"
 msgstr ""
+"Ar jūsu pieprasījumu radās problēma. Lūdzu, sazinieties ar administratoru"
 
-#: templates/500.html:28
+#: netbox/templates/500.html:28
 msgid "The complete exception is provided below"
-msgstr ""
+msgstr "Pilns izņēmums ir sniegts zemāk"
 
-#: templates/500.html:33 templates/core/system.html:62
+#: netbox/templates/500.html:33 netbox/templates/core/system.html:62
 msgid "Python version"
-msgstr ""
+msgstr "Python versija"
 
-#: templates/500.html:34
+#: netbox/templates/500.html:34
 msgid "NetBox version"
-msgstr ""
+msgstr "NetBox versija"
 
-#: templates/500.html:36
+#: netbox/templates/500.html:36
 msgid "None installed"
-msgstr ""
+msgstr "Neviens nav instalēts"
 
-#: templates/500.html:39
+#: netbox/templates/500.html:39
 msgid "If further assistance is required, please post to the"
-msgstr ""
+msgstr "Ja nepieciešama papildu palīdzība, lūdzu, sūtiet uz"
 
-#: templates/500.html:39
+#: netbox/templates/500.html:39
 msgid "NetBox discussion forum"
-msgstr ""
+msgstr "NetBox diskusiju forums"
 
-#: templates/500.html:39
+#: netbox/templates/500.html:39
 msgid "on GitHub"
-msgstr ""
+msgstr "vietnē GitHub"
 
-#: templates/500.html:42 templates/base/40x.html:17
+#: netbox/templates/500.html:42 netbox/templates/base/40x.html:17
 msgid "Home Page"
-msgstr ""
+msgstr "Mājas lapa"
 
-#: templates/account/base.html:13 templates/account/notifications.html:7
-#: templates/inc/user_menu.html:15
+#: netbox/templates/account/base.html:13
+#: netbox/templates/account/notifications.html:7
+#: netbox/templates/inc/user_menu.html:15
 msgid "Notifications"
-msgstr ""
+msgstr "Paziņojumi"
 
-#: templates/account/base.html:16 templates/account/subscriptions.html:7
-#: templates/inc/user_menu.html:46
+#: netbox/templates/account/base.html:16
+#: netbox/templates/account/subscriptions.html:7
+#: netbox/templates/inc/user_menu.html:46
 msgid "Subscriptions"
-msgstr ""
+msgstr "Abonementi"
 
-#: templates/account/base.html:19 templates/inc/user_menu.html:49
+#: netbox/templates/account/base.html:19
+#: netbox/templates/inc/user_menu.html:49
 msgid "Preferences"
-msgstr ""
+msgstr "Preferences"
 
-#: templates/account/password.html:5
+#: netbox/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
+msgstr "Mainīt paroli"
+
+#: netbox/templates/account/password.html:19
+#: netbox/templates/account/preferences.html:77
+#: netbox/templates/core/configrevision_restore.html:63
+#: netbox/templates/dcim/devicebay_populate.html:34
+#: netbox/templates/dcim/virtualchassis_add_member.html:26
+#: netbox/templates/dcim/virtualchassis_edit.html:110
+#: netbox/templates/extras/object_journal.html:26
+#: netbox/templates/extras/script.html:38
+#: netbox/templates/generic/bulk_add_component.html:67
+#: netbox/templates/generic/bulk_delete.html:78
+#: netbox/templates/generic/bulk_edit.html:115
+#: netbox/templates/generic/bulk_import.html:66
+#: netbox/templates/generic/bulk_import.html:98
+#: netbox/templates/generic/bulk_import.html:131
+#: netbox/templates/generic/bulk_rename.html:65
+#: netbox/templates/generic/confirmation_form.html:19
+#: netbox/templates/generic/object_edit.html:72
+#: netbox/templates/htmx/delete_form.html:66
+#: netbox/templates/htmx/delete_form.html:68
+#: netbox/templates/htmx/quick_add.html:21
+#: netbox/templates/ipam/ipaddress_assign.html:28
+#: netbox/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
+msgstr "Atcelt"
+
+#: netbox/templates/account/password.html:20
+#: netbox/templates/account/preferences.html:78
+#: netbox/templates/dcim/devicebay_populate.html:35
+#: netbox/templates/dcim/virtualchassis_add_member.html:28
+#: netbox/templates/dcim/virtualchassis_edit.html:112
+#: netbox/templates/extras/dashboard/widget_add.html:26
+#: netbox/templates/extras/dashboard/widget_config.html:19
+#: netbox/templates/extras/object_journal.html:27
+#: netbox/templates/generic/object_edit.html:75
+#: netbox/utilities/templates/helpers/applied_filters.html:16
+#: netbox/utilities/templates/helpers/table_config_form.html:40
 msgid "Save"
-msgstr ""
+msgstr "Saglabāt"
 
-#: templates/account/preferences.html:34
+#: netbox/templates/account/preferences.html:34
 msgid "Table Configurations"
-msgstr ""
+msgstr "Tabulas konfigurācijas"
 
-#: templates/account/preferences.html:39
+#: netbox/templates/account/preferences.html:39
 msgid "Clear table preferences"
-msgstr ""
+msgstr "Notīrīt tabulas preferences"
 
-#: templates/account/preferences.html:47
+#: netbox/templates/account/preferences.html:47
 msgid "Toggle All"
-msgstr ""
+msgstr "Pārslēgt visu"
 
-#: templates/account/preferences.html:49 templates/extras/tableconfig.html:25
+#: netbox/templates/account/preferences.html:49
+#: netbox/templates/extras/tableconfig.html:25
 msgid "Table"
-msgstr ""
+msgstr "Tabula"
 
-#: templates/account/preferences.html:51
+#: netbox/templates/account/preferences.html:51
 msgid "Columns"
-msgstr ""
+msgstr "Kolonnas"
 
-#: templates/account/preferences.html:71 templates/core/system.html:113
-#: templates/dcim/cable_trace.html:113
-#: templates/extras/object_configcontext.html:43
+#: netbox/templates/account/preferences.html:71
+#: netbox/templates/core/system.html:113
+#: netbox/templates/dcim/cable_trace.html:113
+#: netbox/templates/extras/object_configcontext.html:43
 msgid "None found"
-msgstr ""
+msgstr "Neviens nav atrasts"
 
-#: templates/account/profile.html:4
+#: netbox/templates/account/profile.html:4
 msgid "User Profile"
-msgstr ""
+msgstr "Lietotāja profils"
 
-#: templates/account/profile.html:10
+#: netbox/templates/account/profile.html:10
 msgid "Account Details"
-msgstr ""
+msgstr "Informācija par kontu"
 
-#: templates/account/profile.html:27 templates/tenancy/contact.html:53
-#: templates/users/user.html:23 tenancy/forms/bulk_edit.py:121
+#: netbox/templates/account/profile.html:27
+#: netbox/templates/tenancy/contact.html:53
+#: netbox/templates/users/user.html:23 netbox/tenancy/forms/bulk_edit.py:121
 msgid "Email"
-msgstr ""
+msgstr "E-pasts"
 
-#: templates/account/profile.html:31 templates/users/user.html:27
+#: netbox/templates/account/profile.html:31
+#: netbox/templates/users/user.html:27
 msgid "Account Created"
-msgstr ""
+msgstr "Izveidots konts"
 
-#: templates/account/profile.html:35 templates/users/user.html:31
+#: netbox/templates/account/profile.html:35
+#: netbox/templates/users/user.html:31
 msgid "Last Login"
-msgstr ""
+msgstr "Pēdējā pieteikšanās"
 
-#: templates/account/profile.html:39 templates/users/user.html:43
+#: netbox/templates/account/profile.html:39
+#: netbox/templates/users/user.html:43
 msgid "Superuser"
-msgstr ""
+msgstr "Superlietotājs"
 
-#: templates/account/profile.html:43 templates/inc/user_menu.html:31
-#: templates/users/user.html:39
+#: netbox/templates/account/profile.html:43
+#: netbox/templates/inc/user_menu.html:31 netbox/templates/users/user.html:39
 msgid "Staff"
-msgstr ""
+msgstr "Personāls"
 
-#: templates/account/profile.html:51 templates/users/objectpermission.html:82
-#: templates/users/user.html:51
+#: netbox/templates/account/profile.html:51
+#: netbox/templates/users/objectpermission.html:82
+#: netbox/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
+msgstr "Piešķirtās grupas"
+
+#: netbox/templates/account/profile.html:56
+#: netbox/templates/circuits/circuit_terminations_swap.html:18
+#: netbox/templates/circuits/circuit_terminations_swap.html:26
+#: netbox/templates/circuits/circuittermination.html:34
+#: netbox/templates/circuits/inc/circuit_termination.html:68
+#: netbox/templates/core/objectchange.html:130
+#: netbox/templates/core/objectchange.html:148
+#: netbox/templates/dcim/devicebay.html:59
+#: netbox/templates/dcim/inc/panels/inventory_items.html:45
+#: netbox/templates/dcim/interface.html:353
+#: netbox/templates/dcim/modulebay.html:80
+#: netbox/templates/dcim/moduletype.html:90
+#: netbox/templates/extras/configcontext.html:46
+#: netbox/templates/extras/configtemplate.html:81
+#: netbox/templates/extras/eventrule.html:66
+#: netbox/templates/extras/exporttemplate.html:60
+#: netbox/templates/extras/htmx/script_result.html:70
+#: netbox/templates/extras/webhook.html:65
+#: netbox/templates/extras/webhook.html:75
+#: netbox/templates/inc/panel_table.html:13
+#: netbox/templates/inc/panels/comments.html:10
+#: netbox/templates/inc/panels/related_objects.html:22
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:56
+#: netbox/templates/users/group.html:34 netbox/templates/users/group.html:44
+#: netbox/templates/users/objectpermission.html:77
+#: netbox/templates/users/objectpermission.html:87
+#: netbox/templates/users/user.html:56 netbox/templates/users/user.html:66
 msgid "None"
-msgstr ""
+msgstr "Nav"
 
-#: templates/account/token.html:8 templates/account/token_list.html:6
+#: netbox/templates/account/token.html:8
+#: netbox/templates/account/token_list.html:6
 msgid "My API Tokens"
-msgstr ""
+msgstr "Mani API žetoni"
 
-#: 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
+#: netbox/templates/account/token.html:11
+#: netbox/templates/account/token.html:19 netbox/templates/users/token.html:6
+#: netbox/templates/users/token.html:14 netbox/users/forms/filtersets.py:120
 msgid "Token"
-msgstr ""
+msgstr "Marķieris"
 
-#: templates/account/token.html:39 templates/users/token.html:31
-#: users/forms/bulk_edit.py:107
+#: netbox/templates/account/token.html:39 netbox/templates/users/token.html:31
+#: netbox/users/forms/bulk_edit.py:107
 msgid "Write enabled"
-msgstr ""
+msgstr "Rakstīšana iespējota"
 
-#: templates/account/token.html:51 templates/users/token.html:43
+#: netbox/templates/account/token.html:51 netbox/templates/users/token.html:43
 msgid "Last used"
-msgstr ""
+msgstr "Pēdējo reizi lietots"
 
-#: templates/account/token_list.html:12
+#: netbox/templates/account/token_list.html:12
 msgid "Add a Token"
-msgstr ""
+msgstr "Pievienot marķieri"
 
-#: templates/base/base.html:24 templates/home.html:27
+#: netbox/templates/base/base.html:24 netbox/templates/home.html:27
 msgid "Home"
-msgstr ""
+msgstr "Mājas"
 
-#: templates/base/layout.html:25
+#: netbox/templates/base/layout.html:25
 msgid "NetBox Motif"
-msgstr ""
+msgstr "NetBox motīvs"
 
-#: templates/base/layout.html:38 templates/base/layout.html:39
-#: templates/login.html:14 templates/login.html:15
+#: netbox/templates/base/layout.html:38 netbox/templates/base/layout.html:39
+#: netbox/templates/login.html:14 netbox/templates/login.html:15
 msgid "NetBox Logo"
-msgstr ""
+msgstr "NetBox logotips"
 
-#: templates/base/layout.html:60 templates/base/layout.html:61
+#: netbox/templates/base/layout.html:60 netbox/templates/base/layout.html:61
 msgid "Get"
-msgstr ""
+msgstr "Iegūt"
 
-#: templates/base/layout.html:161 templates/base/layout.html:162
+#: netbox/templates/base/layout.html:161 netbox/templates/base/layout.html:162
 msgid "Docs"
-msgstr ""
+msgstr "Docs"
 
-#: templates/base/layout.html:167 templates/base/layout.html:168
-#: templates/rest_framework/api.html:10
+#: netbox/templates/base/layout.html:167 netbox/templates/base/layout.html:168
+#: netbox/templates/rest_framework/api.html:10
 msgid "REST API"
-msgstr ""
+msgstr "ATPŪTAS API"
 
-#: templates/base/layout.html:173 templates/base/layout.html:174
+#: netbox/templates/base/layout.html:173 netbox/templates/base/layout.html:174
 msgid "REST API documentation"
-msgstr ""
+msgstr "REST API dokumentācija"
 
-#: templates/base/layout.html:180 templates/base/layout.html:181
+#: netbox/templates/base/layout.html:180 netbox/templates/base/layout.html:181
 msgid "GraphQL API"
-msgstr ""
+msgstr "GraphQL API"
 
-#: templates/base/layout.html:196 templates/base/layout.html:197
+#: netbox/templates/base/layout.html:196 netbox/templates/base/layout.html:197
 msgid "NetBox Labs Support"
-msgstr ""
+msgstr "NetBox Labs atbalsts"
 
-#: templates/base/layout.html:205 templates/base/layout.html:206
+#: netbox/templates/base/layout.html:205 netbox/templates/base/layout.html:206
 msgid "Source Code"
-msgstr ""
+msgstr "Avota kods"
 
-#: templates/base/layout.html:211 templates/base/layout.html:212
+#: netbox/templates/base/layout.html:211 netbox/templates/base/layout.html:212
 msgid "Community"
-msgstr ""
+msgstr "Kopiena"
 
-#: templates/circuits/circuit.html:57
+#: netbox/templates/circuits/circuit.html:57
 msgid "Install Date"
-msgstr ""
+msgstr "Instalēšanas datums"
 
-#: templates/circuits/circuit.html:61
+#: netbox/templates/circuits/circuit.html:61
 msgid "Termination Date"
-msgstr ""
+msgstr "Izbeigšanas datums"
 
-#: templates/circuits/circuit.html:80 templates/circuits/virtualcircuit.html:73
-#: templates/ipam/inc/panels/fhrp_groups.html:15
+#: netbox/templates/circuits/circuit.html:80
+#: netbox/templates/circuits/virtualcircuit.html:73
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:15
 msgid "Assign Group"
-msgstr ""
+msgstr "Piešķirt grupu"
 
-#: templates/circuits/circuit_terminations_swap.html:4
+#: netbox/templates/circuits/circuit_terminations_swap.html:4
 msgid "Swap Circuit Terminations"
-msgstr ""
+msgstr "Apmaiņas ķēdes pārtraukumi"
 
-#: templates/circuits/circuit_terminations_swap.html:8
+#: netbox/templates/circuits/circuit_terminations_swap.html:8
 #, python-format
 msgid "Swap these terminations for circuit %(circuit)s?"
-msgstr ""
+msgstr "Nomainiet šos termināļus pret ķēdi %(circuit)s?"
 
-#: templates/circuits/circuit_terminations_swap.html:14
+#: netbox/templates/circuits/circuit_terminations_swap.html:14
 msgid "A side"
-msgstr ""
+msgstr "A puse"
 
-#: templates/circuits/circuit_terminations_swap.html:22
+#: netbox/templates/circuits/circuit_terminations_swap.html:22
 msgid "Z side"
-msgstr ""
+msgstr "Z puse"
 
-#: templates/circuits/circuitgroup.html:16
+#: netbox/templates/circuits/circuitgroup.html:16
 msgid "Assign Circuit"
-msgstr ""
+msgstr "Piešķirt ķēdi"
 
-#: templates/circuits/circuitgroupassignment.html:19
+#: netbox/templates/circuits/circuitgroupassignment.html:19
 msgid "Circuit Group Assignment"
-msgstr ""
+msgstr "Ķēdes grupas uzdevums"
 
-#: templates/circuits/circuittype.html:10
+#: netbox/templates/circuits/circuittype.html:10
 msgid "Add Circuit"
-msgstr ""
+msgstr "Pievienot ķēdi"
 
-#: templates/circuits/circuittype.html:19
+#: netbox/templates/circuits/circuittype.html:19
 msgid "Circuit Type"
-msgstr ""
+msgstr "Ķēdes tips"
 
-#: templates/circuits/inc/circuit_termination.html:18
+#: netbox/templates/circuits/inc/circuit_termination.html:18
 msgid "Swap"
-msgstr ""
+msgstr "Apmaiņa"
 
-#: templates/circuits/inc/circuit_termination_fields.html:5
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:5
 msgid "Termination point"
-msgstr ""
+msgstr "Izbeigšanas punkts"
 
-#: templates/circuits/inc/circuit_termination_fields.html:20
-#: templates/dcim/consoleport.html:59 templates/dcim/consoleserverport.html:59
-#: templates/dcim/powerfeed.html:114
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:20
+#: netbox/templates/dcim/consoleport.html:59
+#: netbox/templates/dcim/consoleserverport.html:59
+#: netbox/templates/dcim/powerfeed.html:114
 msgid "Marked as connected"
-msgstr ""
+msgstr "Atzīmēts kā savienots"
 
-#: templates/circuits/inc/circuit_termination_fields.html:22
+#: netbox/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
+msgstr "uz"
+
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:32
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:33
+#: netbox/templates/dcim/frontport.html:80
+#: netbox/templates/dcim/inc/cable_termination.html:26
+#: netbox/templates/dcim/inc/cable_termination.html:48
+#: netbox/templates/dcim/inc/cable_termination.html:66
+#: netbox/templates/dcim/inc/connection_endpoints.html:7
+#: netbox/templates/dcim/interface.html:211
+#: netbox/templates/dcim/rearport.html:76
 msgid "Trace"
-msgstr ""
+msgstr "Izsekošana"
 
-#: templates/circuits/inc/circuit_termination_fields.html:36
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:36
 msgid "Edit cable"
-msgstr ""
+msgstr "Rediģēt kabeli"
 
-#: templates/circuits/inc/circuit_termination_fields.html:41
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:41
 msgid "Remove cable"
-msgstr ""
+msgstr "Noņemiet kabeli"
 
-#: templates/circuits/inc/circuit_termination_fields.html:42
-#: templates/dcim/bulk_disconnect.html:5 templates/dcim/powerpanel.html:61
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:42
+#: netbox/templates/dcim/bulk_disconnect.html:5
+#: netbox/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
+msgstr "Atvienojiet"
+
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:49
+#: netbox/templates/dcim/consoleport.html:69
+#: netbox/templates/dcim/consoleserverport.html:69
+#: netbox/templates/dcim/frontport.html:102
+#: netbox/templates/dcim/interface.html:237
+#: netbox/templates/dcim/interface.html:257
+#: netbox/templates/dcim/powerfeed.html:123
+#: netbox/templates/dcim/poweroutlet.html:85
+#: netbox/templates/dcim/poweroutlet.html:86
+#: netbox/templates/dcim/powerport.html:73
+#: netbox/templates/dcim/rearport.html:98
 msgid "Connect"
-msgstr ""
+msgstr "Pievienojiet"
 
-#: templates/circuits/inc/circuit_termination_fields.html:65
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:65
 msgid "Downstream"
-msgstr ""
+msgstr "Pakāpeniski"
 
-#: templates/circuits/inc/circuit_termination_fields.html:66
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:66
 msgid "Upstream"
-msgstr ""
+msgstr "Augšpus"
 
-#: templates/circuits/inc/circuit_termination_fields.html:75
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:75
 msgid "Cross-Connect"
-msgstr ""
+msgstr "Savstarpēja savienojums"
 
-#: templates/circuits/inc/circuit_termination_fields.html:79
+#: netbox/templates/circuits/inc/circuit_termination_fields.html:79
 msgid "Patch Panel/Port"
-msgstr ""
+msgstr "Patch panelis/ports"
 
-#: templates/circuits/provider.html:11
+#: netbox/templates/circuits/provider.html:11
 msgid "Add circuit"
-msgstr ""
+msgstr "Pievienojiet ķēdi"
 
-#: templates/circuits/provideraccount.html:17
+#: netbox/templates/circuits/provideraccount.html:17
 msgid "Provider Account"
-msgstr ""
+msgstr "Pakalpotāja konts"
 
-#: templates/circuits/providernetwork.html:59
+#: netbox/templates/circuits/providernetwork.html:59
 msgid "Add a Virtual Circuit"
-msgstr ""
+msgstr "Virtuālās shēmas pievienošana"
 
-#: templates/circuits/virtualcircuit.html:91 templates/vpn/tunnel.html:9
+#: netbox/templates/circuits/virtualcircuit.html:91
+#: netbox/templates/vpn/tunnel.html:9
 msgid "Add Termination"
-msgstr ""
+msgstr "Pievienot izbeigšanu"
 
-#: templates/circuits/virtualcircuittermination.html:23
+#: netbox/templates/circuits/virtualcircuittermination.html:23
 msgid "Virtual Circuit Termination"
-msgstr ""
+msgstr "Virtuālās ķēdes izbeigšana"
 
-#: templates/circuits/virtualcircuittype.html:10
+#: netbox/templates/circuits/virtualcircuittype.html:10
 msgid "Add Virtual Circuit"
-msgstr ""
+msgstr "Pievienojiet virtuālo shēmu"
 
-#: templates/circuits/virtualcircuittype.html:19
+#: netbox/templates/circuits/virtualcircuittype.html:19
 msgid "Virtual Circuit Type"
-msgstr ""
+msgstr "Virtuālās shēmas tips"
 
-#: templates/core/configrevision.html:35
+#: netbox/templates/core/configrevision.html:35
 msgid "Configuration Data"
-msgstr ""
+msgstr "Konfigurācijas dati"
 
-#: templates/core/configrevision.html:40
+#: netbox/templates/core/configrevision.html:40
 msgid "Comment"
-msgstr ""
+msgstr "Komentārs"
 
-#: templates/core/configrevision_restore.html:8
-#: templates/core/configrevision_restore.html:25
-#: templates/core/configrevision_restore.html:64
+#: netbox/templates/core/configrevision_restore.html:8
+#: netbox/templates/core/configrevision_restore.html:25
+#: netbox/templates/core/configrevision_restore.html:64
 msgid "Restore"
-msgstr ""
+msgstr "Atjaunot"
 
-#: templates/core/configrevision_restore.html:36
+#: netbox/templates/core/configrevision_restore.html:36
 msgid "Parameter"
-msgstr ""
+msgstr "Parametrs"
 
-#: templates/core/configrevision_restore.html:37
+#: netbox/templates/core/configrevision_restore.html:37
 msgid "Current Value"
-msgstr ""
+msgstr "Pašreizējā vērtība"
 
-#: templates/core/configrevision_restore.html:38
+#: netbox/templates/core/configrevision_restore.html:38
 msgid "New Value"
-msgstr ""
+msgstr "Jauna vērtība"
 
-#: templates/core/configrevision_restore.html:50
+#: netbox/templates/core/configrevision_restore.html:50
 msgid "Changed"
-msgstr ""
+msgstr "Mainīts"
 
-#: templates/core/datafile.html:37 templates/extras/imageattachment.html:46
+#: netbox/templates/core/datafile.html:37
+#: netbox/templates/extras/imageattachment.html:46
 msgid "bytes"
-msgstr ""
+msgstr "baiti"
 
-#: templates/core/datafile.html:40
+#: netbox/templates/core/datafile.html:40
 msgid "SHA256 Hash"
-msgstr ""
+msgstr "SHA256 Hash"
 
-#: templates/core/datafile.html:49
+#: netbox/templates/core/datafile.html:49
 msgid "Content"
-msgstr ""
+msgstr "saturs"
 
-#: templates/core/datasource.html:54
+#: netbox/templates/core/datasource.html:54
 msgid "Last synced"
-msgstr ""
+msgstr "Pēdējo reizi sinhronizēts"
 
-#: templates/core/datasource.html:88
+#: netbox/templates/core/datasource.html:88
 msgid "Backend"
-msgstr ""
+msgstr "Aizmugurējā daļa"
 
-#: templates/core/datasource.html:103
+#: netbox/templates/core/datasource.html:103
 msgid "No parameters defined"
-msgstr ""
+msgstr "Nav definēti parametri"
 
-#: templates/core/inc/config_data.html:7
+#: netbox/templates/core/inc/config_data.html:7
 msgid "Rack elevations"
-msgstr ""
+msgstr "Plauktu pacēlumi"
 
-#: templates/core/inc/config_data.html:10
+#: netbox/templates/core/inc/config_data.html:10
 msgid "Default unit height"
-msgstr ""
+msgstr "Noklusējuma vienības augstums"
 
-#: templates/core/inc/config_data.html:14
+#: netbox/templates/core/inc/config_data.html:14
 msgid "Default unit width"
-msgstr ""
+msgstr "Noklusējuma vienības platums"
 
-#: templates/core/inc/config_data.html:20
+#: netbox/templates/core/inc/config_data.html:20
 msgid "Power feeds"
-msgstr ""
+msgstr "Strāvas padeves"
 
-#: templates/core/inc/config_data.html:23
+#: netbox/templates/core/inc/config_data.html:23
 msgid "Default voltage"
-msgstr ""
+msgstr "Noklusējuma spriegums"
 
-#: templates/core/inc/config_data.html:27
+#: netbox/templates/core/inc/config_data.html:27
 msgid "Default amperage"
-msgstr ""
+msgstr "Noklusējuma strāvas stiprums"
 
-#: templates/core/inc/config_data.html:31
+#: netbox/templates/core/inc/config_data.html:31
 msgid "Default max utilization"
-msgstr ""
+msgstr "Noklusējuma maksimālais izmantojums"
 
-#: templates/core/inc/config_data.html:40
+#: netbox/templates/core/inc/config_data.html:40
 msgid "Enforce global unique"
-msgstr ""
+msgstr "Īstenot globālu unikālu"
 
-#: templates/core/inc/config_data.html:83
+#: netbox/templates/core/inc/config_data.html:83
 msgid "Paginate count"
-msgstr ""
+msgstr "Lappušu skaits"
 
-#: templates/core/inc/config_data.html:87
+#: netbox/templates/core/inc/config_data.html:87
 msgid "Max page size"
-msgstr ""
+msgstr "Maksimālais lapas izmērs"
 
-#: templates/core/inc/config_data.html:114
+#: netbox/templates/core/inc/config_data.html:114
 msgid "User preferences"
-msgstr ""
+msgstr "Lietotāja preferences"
 
-#: templates/core/inc/config_data.html:145
+#: netbox/templates/core/inc/config_data.html:145
 msgid "Job retention"
-msgstr ""
+msgstr "Darba saglabāšana"
 
-#: templates/core/inc/datafile_panel.html:23
-#: templates/extras/configtemplate.html:53
+#: netbox/templates/core/inc/datafile_panel.html:23
+#: netbox/templates/extras/configtemplate.html:53
 msgid "The data file associated with this object has been deleted"
-msgstr ""
+msgstr "Datu fails, kas saistīts ar šo objektu, ir izdzēsts"
 
-#: templates/core/inc/datafile_panel.html:32
-#: templates/extras/configtemplate.html:62
+#: netbox/templates/core/inc/datafile_panel.html:32
+#: netbox/templates/extras/configtemplate.html:62
 msgid "Data Synced"
-msgstr ""
+msgstr "Dati sinhronizēti"
 
-#: templates/core/job.html:8 templates/core/rq_task.html:12
-#: templates/core/rq_task.html:49 templates/core/rq_task.html:58
+#: netbox/templates/core/job.html:8 netbox/templates/core/rq_task.html:12
+#: netbox/templates/core/rq_task.html:49 netbox/templates/core/rq_task.html:58
 msgid "Job"
-msgstr ""
+msgstr "Darbs"
 
-#: templates/core/job.html:31 templates/extras/journalentry.html:26
+#: netbox/templates/core/job.html:31
+#: netbox/templates/extras/journalentry.html:26
 msgid "Created By"
-msgstr ""
+msgstr "Izveidojis"
 
-#: templates/core/job.html:39
+#: netbox/templates/core/job.html:39
 msgid "Scheduling"
-msgstr ""
+msgstr "Plānošana"
 
-#: templates/core/job.html:50
+#: netbox/templates/core/job.html:50
 #, python-format
 msgid "every %(interval)s minutes"
-msgstr ""
+msgstr "katrs %(interval)s minūtes"
 
-#: templates/core/objectchange.html:29 templates/users/objectpermission.html:42
+#: netbox/templates/core/objectchange.html:29
+#: netbox/templates/users/objectpermission.html:42
 msgid "Change"
-msgstr ""
+msgstr "Mainīt"
 
-#: templates/core/objectchange.html:85
+#: netbox/templates/core/objectchange.html:85
 msgid "Difference"
-msgstr ""
+msgstr "Atšķirība"
 
-#: templates/core/objectchange.html:88
+#: netbox/templates/core/objectchange.html:88
 msgid "Previous"
-msgstr ""
+msgstr "Iepriekšējais"
 
-#: templates/core/objectchange.html:91
+#: netbox/templates/core/objectchange.html:91
 msgid "Next"
-msgstr ""
+msgstr "Nākamais"
 
-#: templates/core/objectchange.html:99
+#: netbox/templates/core/objectchange.html:99
 msgid "Object Created"
-msgstr ""
+msgstr "Izveidots objekts"
 
-#: templates/core/objectchange.html:101
+#: netbox/templates/core/objectchange.html:101
 msgid "Object Deleted"
-msgstr ""
+msgstr "Izdzēsts objekts"
 
-#: templates/core/objectchange.html:103
+#: netbox/templates/core/objectchange.html:103
 msgid "No Changes"
-msgstr ""
+msgstr "Nav izmaiņu"
 
-#: templates/core/objectchange.html:117
+#: netbox/templates/core/objectchange.html:117
 msgid "Pre-Change Data"
-msgstr ""
+msgstr "Iepriekšmaiņas dati"
 
-#: templates/core/objectchange.html:128
+#: netbox/templates/core/objectchange.html:128
 msgid "Warning: Comparing non-atomic change to previous change record"
 msgstr ""
+"Brīdinājums: Neatomu izmaiņu salīdzināšana ar iepriekšējo izmaiņu ierakstu"
 
-#: templates/core/objectchange.html:137
+#: netbox/templates/core/objectchange.html:137
 msgid "Post-Change Data"
-msgstr ""
+msgstr "Dati pēc izmaiņām"
 
-#: templates/core/objectchange.html:168
+#: netbox/templates/core/objectchange.html:168
 #, python-format
 msgid "See All %(count)s Changes"
-msgstr ""
+msgstr "Skatīt visu %(count)s Izmaiņas"
 
-#: templates/core/objectchange_list.html:9
-#: templates/extras/object_changelog.html:15
+#: netbox/templates/core/objectchange_list.html:9
+#: netbox/templates/extras/object_changelog.html:15
 msgid "Change log retention"
-msgstr ""
+msgstr "Mainiet žurnāla saglabāšanu"
 
-#: templates/core/objectchange_list.html:9
-#: templates/extras/object_changelog.html:15
+#: netbox/templates/core/objectchange_list.html:9
+#: netbox/templates/extras/object_changelog.html:15
 msgid "days"
-msgstr ""
+msgstr "dienas"
 
-#: templates/core/objectchange_list.html:9
-#: templates/extras/object_changelog.html:15
+#: netbox/templates/core/objectchange_list.html:9
+#: netbox/templates/extras/object_changelog.html:15
 msgid "Indefinite"
-msgstr ""
+msgstr "Nenoteikts"
 
-#: templates/core/plugin.html:22
+#: netbox/templates/core/plugin.html:22
 msgid "Not installed"
-msgstr ""
+msgstr "Nav instalēts"
 
-#: templates/core/plugin.html:33
+#: netbox/templates/core/plugin.html:33
 msgid "Overview"
-msgstr ""
+msgstr "Pārskats"
 
-#: templates/core/plugin.html:39
+#: netbox/templates/core/plugin.html:39
 msgid "Install"
-msgstr ""
+msgstr "Instalēt"
 
-#: templates/core/plugin.html:51
+#: netbox/templates/core/plugin.html:51
 msgid "Plugin Details"
-msgstr ""
+msgstr "Spraudņa informācija"
 
-#: templates/core/plugin.html:58
+#: netbox/templates/core/plugin.html:58
 msgid "Summary"
-msgstr ""
+msgstr "Kopsavilkums"
 
-#: templates/core/plugin.html:76
+#: netbox/templates/core/plugin.html:76
 msgid "License"
-msgstr ""
+msgstr "Licence"
 
-#: templates/core/plugin.html:96
+#: netbox/templates/core/plugin.html:96
 msgid "Version History"
-msgstr ""
+msgstr "Versiju vēsture"
 
-#: templates/core/plugin.html:107
+#: netbox/templates/core/plugin.html:107
 msgid "Local Installation Instructions"
-msgstr ""
+msgstr "Vietējās uzstādīšanas instrukcijas"
 
-#: 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
+#: netbox/templates/core/rq_queue_list.html:5
+#: netbox/templates/core/rq_queue_list.html:13
+#: netbox/templates/core/rq_task_list.html:14
+#: netbox/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
+msgstr "Fona rindas"
+
+#: netbox/templates/core/rq_queue_list.html:24
+#: netbox/templates/core/rq_queue_list.html:25
+#: netbox/templates/core/rq_worker_list.html:49
+#: netbox/templates/core/rq_worker_list.html:50
+#: netbox/templates/extras/script_result.html:67
+#: netbox/templates/extras/script_result.html:69
+#: netbox/templates/inc/table_controls_htmx.html:30
+#: netbox/templates/inc/table_controls_htmx.html:31
 msgid "Configure Table"
-msgstr ""
+msgstr "Konfigurēt tabulu"
 
-#: templates/core/rq_task.html:29
+#: netbox/templates/core/rq_task.html:29
 msgid "Stop"
-msgstr ""
+msgstr "Apstāties"
 
-#: templates/core/rq_task.html:34
+#: netbox/templates/core/rq_task.html:34
 msgid "Requeue"
-msgstr ""
+msgstr "Request"
 
-#: templates/core/rq_task.html:39
+#: netbox/templates/core/rq_task.html:39
 msgid "Enqueue"
-msgstr ""
+msgstr "Iekārtoties"
 
-#: templates/core/rq_task.html:61
+#: netbox/templates/core/rq_task.html:61
 msgid "Queue"
-msgstr ""
+msgstr "rinda"
 
-#: templates/core/rq_task.html:65
+#: netbox/templates/core/rq_task.html:65
 msgid "Timeout"
-msgstr ""
+msgstr "Laika beigas"
 
-#: templates/core/rq_task.html:69
+#: netbox/templates/core/rq_task.html:69
 msgid "Result TTL"
-msgstr ""
+msgstr "Rezultāts TTL"
 
-#: templates/core/rq_task.html:89
+#: netbox/templates/core/rq_task.html:89
 msgid "Meta"
-msgstr ""
+msgstr "Meta"
 
-#: templates/core/rq_task.html:93
+#: netbox/templates/core/rq_task.html:93
 msgid "Arguments"
-msgstr ""
+msgstr "Argumenti"
 
-#: templates/core/rq_task.html:97
+#: netbox/templates/core/rq_task.html:97
 msgid "Keyword Arguments"
-msgstr ""
+msgstr "Atslēgvārdu argumenti"
 
-#: templates/core/rq_task.html:103
+#: netbox/templates/core/rq_task.html:103
 msgid "Depends on"
-msgstr ""
+msgstr "Atkarīgs no"
 
-#: templates/core/rq_task.html:109
+#: netbox/templates/core/rq_task.html:109
 msgid "Exception"
-msgstr ""
+msgstr "Izņēmums"
 
-#: templates/core/rq_task_list.html:28
+#: netbox/templates/core/rq_task_list.html:28
 msgid "tasks in "
-msgstr ""
+msgstr "uzdevumi "
 
-#: templates/core/rq_task_list.html:33
+#: netbox/templates/core/rq_task_list.html:33
 msgid "Queued Jobs"
-msgstr ""
+msgstr "Darbi rindā"
 
-#: templates/core/rq_task_list.html:64 templates/extras/script_result.html:86
+#: netbox/templates/core/rq_task_list.html:64
+#: netbox/templates/extras/script_result.html:86
 #, python-format
 msgid ""
 "Select <strong>all %(count)s %(object_type_plural)s</strong> matching query"
 msgstr ""
+"Izvēlēties <strong>visiem %(count)s %(object_type_plural)s</strong> "
+"atbilstīgs vaicājums"
 
-#: templates/core/rq_worker.html:10
+#: netbox/templates/core/rq_worker.html:10
 msgid "Worker Info"
-msgstr ""
+msgstr "Informācija par darbinieku"
 
-#: templates/core/rq_worker.html:31 templates/core/rq_worker.html:40
+#: netbox/templates/core/rq_worker.html:31
+#: netbox/templates/core/rq_worker.html:40
 msgid "Worker"
-msgstr ""
+msgstr "Strādnieks"
 
-#: templates/core/rq_worker.html:55
+#: netbox/templates/core/rq_worker.html:55
 msgid "Queues"
-msgstr ""
+msgstr "Rindas"
 
-#: templates/core/rq_worker.html:63
+#: netbox/templates/core/rq_worker.html:63
 msgid "Current Job"
-msgstr ""
+msgstr "Pašreizējais darbs"
 
-#: templates/core/rq_worker.html:67
+#: netbox/templates/core/rq_worker.html:67
 msgid "Successful job count"
-msgstr ""
+msgstr "Veiksmīgu darbu skaits"
 
-#: templates/core/rq_worker.html:71
+#: netbox/templates/core/rq_worker.html:71
 msgid "Failed job count"
-msgstr ""
+msgstr "Neveiksmīgu darbu skaits"
 
-#: templates/core/rq_worker.html:75
+#: netbox/templates/core/rq_worker.html:75
 msgid "Total working time"
-msgstr ""
+msgstr "Kopējais darba laiks"
 
-#: templates/core/rq_worker.html:76
+#: netbox/templates/core/rq_worker.html:76
 msgid "seconds"
-msgstr ""
+msgstr "sekundes"
 
-#: templates/core/rq_worker_list.html:13 templates/core/rq_worker_list.html:21
+#: netbox/templates/core/rq_worker_list.html:13
+#: netbox/templates/core/rq_worker_list.html:21
 msgid "Background Workers"
-msgstr ""
+msgstr "Priekšvēstures darbinieki"
 
-#: templates/core/rq_worker_list.html:29
+#: netbox/templates/core/rq_worker_list.html:29
 #, python-format
 msgid "Workers in %(queue_name)s"
-msgstr ""
+msgstr "Strādnieki %(queue_name)s"
 
-#: templates/core/system.html:11
+#: netbox/templates/core/system.html:11
 msgid "Export All"
-msgstr ""
+msgstr "Eksportēt visu"
 
-#: templates/core/system.html:24 templates/extras/object_render_config.html:6
+#: netbox/templates/core/system.html:24
+#: netbox/templates/extras/object_render_config.html:6
 msgid "Config"
-msgstr ""
+msgstr "Konfigurācija"
 
-#: templates/core/system.html:46
+#: netbox/templates/core/system.html:46
 msgid "System Status"
-msgstr ""
+msgstr "Sistēmas statuss"
 
-#: templates/core/system.html:49
+#: netbox/templates/core/system.html:49
 msgid "System hostname"
-msgstr ""
+msgstr "Sistēmas resursdatora nosaukums"
 
-#: templates/core/system.html:53
+#: netbox/templates/core/system.html:53
 msgid "NetBox release"
-msgstr ""
+msgstr "NetBox izlaidums"
 
-#: templates/core/system.html:66
+#: netbox/templates/core/system.html:66
 msgid "Django version"
-msgstr ""
+msgstr "Django versija"
 
-#: templates/core/system.html:70
+#: netbox/templates/core/system.html:70
 msgid "PostgreSQL version"
-msgstr ""
+msgstr "PostgreSQL versija"
 
-#: templates/core/system.html:74
+#: netbox/templates/core/system.html:74
 msgid "Database name"
-msgstr ""
+msgstr "Datu bāzes nosaukums"
 
-#: templates/core/system.html:78
+#: netbox/templates/core/system.html:78
 msgid "Database size"
-msgstr ""
+msgstr "Datu bāzes lielums"
 
-#: templates/core/system.html:83
+#: netbox/templates/core/system.html:83
 msgid "Unavailable"
-msgstr ""
+msgstr "Nav pieejams"
 
-#: templates/core/system.html:88
+#: netbox/templates/core/system.html:88
 msgid "RQ workers"
-msgstr ""
+msgstr "RQ darbinieki"
 
-#: templates/core/system.html:91
+#: netbox/templates/core/system.html:91
 msgid "default queue"
-msgstr ""
+msgstr "noklusējuma rinda"
 
-#: templates/core/system.html:95
+#: netbox/templates/core/system.html:95
 msgid "System time"
-msgstr ""
+msgstr "Sistēmas laiks"
 
-#: templates/core/system.html:101
+#: netbox/templates/core/system.html:101
 msgid "Django Apps"
-msgstr ""
+msgstr "Django lietotnes"
 
-#: templates/core/system.html:126
+#: netbox/templates/core/system.html:126
 msgid "Current Configuration"
-msgstr ""
+msgstr "Pašreizējā konfigurācija"
 
-#: templates/core/system.html:138
+#: netbox/templates/core/system.html:138
 msgid "Installed Plugins"
-msgstr ""
+msgstr "Instalētie spraudņi"
 
-#: templates/core/system.html:150
+#: netbox/templates/core/system.html:150
 msgid "No plugins are installed."
-msgstr ""
+msgstr "Nav instalēti spraudņi."
 
-#: templates/dcim/bulk_disconnect.html:9
+#: netbox/templates/dcim/bulk_disconnect.html:9
 #, python-format
 msgid ""
 "Are you sure you want to disconnect these %(count)s %(obj_type_plural)s?"
 msgstr ""
+"Vai esat pārliecināts, ka vēlaties tos atvienot %(count)s "
+"%(obj_type_plural)s?"
 
-#: templates/dcim/cable_trace.html:10
+#: netbox/templates/dcim/cable_trace.html:10
 #, python-format
 msgid "Cable Trace for %(object_type)s %(object)s"
-msgstr ""
+msgstr "Kabeļu izsekošana %(object_type)s %(object)s"
 
-#: templates/dcim/cable_trace.html:24 templates/dcim/inc/rack_elevation.html:18
+#: netbox/templates/dcim/cable_trace.html:24
+#: netbox/templates/dcim/inc/rack_elevation.html:18
 msgid "Download SVG"
-msgstr ""
+msgstr "Lejupielādēt SVG"
 
-#: templates/dcim/cable_trace.html:30
+#: netbox/templates/dcim/cable_trace.html:30
 msgid "Asymmetric Path"
-msgstr ""
+msgstr "Asimetrisks ceļš"
 
-#: templates/dcim/cable_trace.html:31
+#: netbox/templates/dcim/cable_trace.html:31
 msgid "The nodes below have no links and result in an asymmetric path"
-msgstr ""
+msgstr "Zemāk esošajiem mezgliem nav saites, un tie rada asimetrisku ceļu"
 
-#: templates/dcim/cable_trace.html:38
+#: netbox/templates/dcim/cable_trace.html:38
 msgid "Path split"
-msgstr ""
+msgstr "Ceļa sadalījums"
 
-#: templates/dcim/cable_trace.html:39
+#: netbox/templates/dcim/cable_trace.html:39
 msgid "Select a node below to continue"
-msgstr ""
+msgstr "Lai turpinātu, atlasiet zemāk esošo mezglu"
 
-#: templates/dcim/cable_trace.html:55
+#: netbox/templates/dcim/cable_trace.html:55
 msgid "Trace Completed"
-msgstr ""
+msgstr "Izsekošana pabeigta"
 
-#: templates/dcim/cable_trace.html:58
+#: netbox/templates/dcim/cable_trace.html:58
 msgid "Total segments"
-msgstr ""
+msgstr "Kopējie segmenti"
 
-#: templates/dcim/cable_trace.html:62
+#: netbox/templates/dcim/cable_trace.html:62
 msgid "Total length"
-msgstr ""
+msgstr "Kopējais garums"
 
-#: templates/dcim/cable_trace.html:77
+#: netbox/templates/dcim/cable_trace.html:77
 msgid "No paths found"
-msgstr ""
+msgstr "Ceļi nav atrasti"
 
-#: templates/dcim/cable_trace.html:85
+#: netbox/templates/dcim/cable_trace.html:85
 msgid "Related Paths"
-msgstr ""
+msgstr "Saistītie ceļi"
 
-#: templates/dcim/cable_trace.html:89
+#: netbox/templates/dcim/cable_trace.html:89
 msgid "Origin"
-msgstr ""
+msgstr "Izcelsme"
 
-#: templates/dcim/cable_trace.html:90
+#: netbox/templates/dcim/cable_trace.html:90
 msgid "Destination"
-msgstr ""
+msgstr "Galamērķis"
 
-#: templates/dcim/cable_trace.html:91
+#: netbox/templates/dcim/cable_trace.html:91
 msgid "Segments"
-msgstr ""
+msgstr "Segmenti"
 
-#: templates/dcim/cable_trace.html:104
+#: netbox/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
+msgstr "Nepilnīgs"
+
+#: netbox/templates/dcim/consoleport.html:65
+#: netbox/templates/dcim/consoleserverport.html:65
+#: netbox/templates/dcim/frontport.html:98
+#: netbox/templates/dcim/interface.html:233
+#: netbox/templates/dcim/poweroutlet.html:83
+#: netbox/templates/dcim/powerport.html:69
 msgid "Not Connected"
-msgstr ""
+msgstr "Nav savienots"
 
-#: templates/dcim/device.html:40
+#: netbox/templates/dcim/device.html:40
 msgid "Highlight device in rack"
-msgstr ""
+msgstr "Iezīmējiet ierīci plauktā"
 
-#: templates/dcim/device.html:61
+#: netbox/templates/dcim/device.html:61
 msgid "Not racked"
-msgstr ""
+msgstr "Nav nofiksēts"
 
-#: templates/dcim/device.html:68 templates/dcim/site.html:94
+#: netbox/templates/dcim/device.html:68 netbox/templates/dcim/site.html:94
 msgid "GPS Coordinates"
-msgstr ""
+msgstr "GPS koordinātas"
 
-#: templates/dcim/device.html:74 templates/dcim/site.html:81
-#: templates/dcim/site.html:100
+#: netbox/templates/dcim/device.html:74 netbox/templates/dcim/site.html:81
+#: netbox/templates/dcim/site.html:100
 msgid "Map"
-msgstr ""
+msgstr "Karte"
 
-#: 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
+#: netbox/templates/dcim/device.html:114
+#: netbox/templates/dcim/inventoryitem.html:60
+#: netbox/templates/dcim/module.html:81
+#: netbox/templates/dcim/modulebay.html:74 netbox/templates/dcim/rack.html:61
 msgid "Asset Tag"
-msgstr ""
+msgstr "Aktīvu birka"
 
-#: templates/dcim/device.html:129
+#: netbox/templates/dcim/device.html:129
 msgid "View Virtual Chassis"
-msgstr ""
+msgstr "Skatīt virtuālo šasiju"
 
-#: templates/dcim/device.html:170
+#: netbox/templates/dcim/device.html:170
 msgid "Create VDC"
-msgstr ""
+msgstr "Izveidot VDC"
 
-#: templates/dcim/device.html:181 templates/dcim/device_edit.html:66
-#: virtualization/forms/model_forms.py:230
+#: netbox/templates/dcim/device.html:181
+#: netbox/templates/dcim/device_edit.html:66
+#: netbox/virtualization/forms/model_forms.py:230
 msgid "Management"
-msgstr ""
+msgstr "Vadība"
 
-#: 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
+#: netbox/templates/dcim/device.html:201 netbox/templates/dcim/device.html:217
+#: netbox/templates/dcim/device.html:233
+#: netbox/templates/virtualization/virtualmachine.html:57
+#: netbox/templates/virtualization/virtualmachine.html:73
 msgid "NAT for"
-msgstr ""
+msgstr "NAT"
 
-#: 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
+#: netbox/templates/dcim/device.html:203 netbox/templates/dcim/device.html:219
+#: netbox/templates/dcim/device.html:235
+#: netbox/templates/virtualization/virtualmachine.html:59
+#: netbox/templates/virtualization/virtualmachine.html:75
 msgid "NAT"
-msgstr ""
+msgstr "NAKTS"
 
-#: templates/dcim/device.html:258 templates/dcim/rack.html:73
+#: netbox/templates/dcim/device.html:258 netbox/templates/dcim/rack.html:73
 msgid "Power Utilization"
-msgstr ""
+msgstr "Jaudas izmantošana"
 
-#: templates/dcim/device.html:262
+#: netbox/templates/dcim/device.html:262
 msgid "Input"
-msgstr ""
+msgstr "Ievade"
 
-#: templates/dcim/device.html:263
+#: netbox/templates/dcim/device.html:263
 msgid "Outlets"
-msgstr ""
+msgstr "Tirdzniecības vietas"
 
-#: templates/dcim/device.html:264
+#: netbox/templates/dcim/device.html:264
 msgid "Allocated"
-msgstr ""
+msgstr "Piešķirts"
 
-#: templates/dcim/device.html:274 templates/dcim/device.html:276
-#: templates/dcim/device.html:292 templates/dcim/powerfeed.html:67
+#: netbox/templates/dcim/device.html:274 netbox/templates/dcim/device.html:276
+#: netbox/templates/dcim/device.html:292
+#: netbox/templates/dcim/powerfeed.html:67
 msgid "VA"
-msgstr ""
+msgstr "VA"
 
-#: templates/dcim/device.html:286
+#: netbox/templates/dcim/device.html:286
 msgctxt "Leg of a power feed"
 msgid "Leg"
-msgstr ""
+msgstr "Kāju"
 
-#: templates/dcim/device.html:312
-#: templates/virtualization/virtualmachine.html:160
+#: netbox/templates/dcim/device.html:312
+#: netbox/templates/virtualization/virtualmachine.html:160
 msgid "Add an application service"
-msgstr ""
+msgstr "Pieteikumu pakalpojuma pievienošana"
 
-#: templates/dcim/device/inc/interface_table_controls.html:9
+#: netbox/templates/dcim/device/inc/interface_table_controls.html:9
 msgid "Hide Enabled"
-msgstr ""
+msgstr "Paslēpt iespējots"
 
-#: templates/dcim/device/inc/interface_table_controls.html:10
+#: netbox/templates/dcim/device/inc/interface_table_controls.html:10
 msgid "Hide Disabled"
-msgstr ""
+msgstr "Paslēpt atspējotu"
 
-#: templates/dcim/device/inc/interface_table_controls.html:11
+#: netbox/templates/dcim/device/inc/interface_table_controls.html:11
 msgid "Hide Virtual"
-msgstr ""
+msgstr "Slēpt virtuālo"
 
-#: templates/dcim/device/inc/interface_table_controls.html:12
+#: netbox/templates/dcim/device/inc/interface_table_controls.html:12
 msgid "Hide Disconnected"
-msgstr ""
+msgstr "Paslēpt atvienoto"
 
-#: templates/dcim/device_edit.html:46
+#: netbox/templates/dcim/device_edit.html:46
 msgid "Parent Bay"
-msgstr ""
+msgstr "Vecāku līcis"
 
-#: templates/dcim/device_edit.html:50
-#: utilities/templates/form_helpers/render_field.html:22
+#: netbox/templates/dcim/device_edit.html:50
+#: netbox/utilities/templates/form_helpers/render_field.html:22
 msgid "Regenerate Slug"
-msgstr ""
+msgstr "Atjaunojiet gliemežu"
 
-#: 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
+#: netbox/templates/dcim/device_edit.html:51
+#: netbox/templates/extras/tableconfig_edit.html:32
+#: netbox/utilities/templates/helpers/table_config_form.html:23
+#: netbox/utilities/templates/widgets/splitmultiselect.html:14
 msgid "Remove"
-msgstr ""
+msgstr "Noņemt"
 
-#: templates/dcim/device_edit.html:112
+#: netbox/templates/dcim/device_edit.html:112
 msgid "Local Config Context Data"
-msgstr ""
+msgstr "Vietējās konfigurācijas konteksta dati"
 
-#: templates/dcim/devicebay.html:17
+#: netbox/templates/dcim/devicebay.html:17
 msgid "Device Bay"
-msgstr ""
+msgstr "Ierīces līcis"
 
-#: templates/dcim/devicebay.html:43
+#: netbox/templates/dcim/devicebay.html:43
 msgid "Installed Device"
-msgstr ""
+msgstr "Instalētā ierīce"
 
-#: templates/dcim/devicebay_depopulate.html:6
+#: netbox/templates/dcim/devicebay_depopulate.html:6
 #, python-format
 msgid "Remove %(device)s from %(device_bay)s?"
-msgstr ""
+msgstr "Noņemt %(device)s no %(device_bay)s?"
 
-#: templates/dcim/devicebay_depopulate.html:13
+#: netbox/templates/dcim/devicebay_depopulate.html:13
 #, python-format
 msgid ""
 "Are you sure you want to remove <strong>%(device)s</strong> from "
 "<strong>%(device_bay)s</strong>?"
 msgstr ""
+"Vai esat pārliecināts, ka vēlaties noņemt <strong>%(device)s</strong> no "
+"<strong>%(device_bay)s</strong>?"
 
-#: templates/dcim/devicebay_populate.html:13
+#: netbox/templates/dcim/devicebay_populate.html:13
 msgid "Populate"
-msgstr ""
+msgstr "Apdzīvot"
 
-#: templates/dcim/devicebay_populate.html:22
+#: netbox/templates/dcim/devicebay_populate.html:22
 msgid "Bay"
-msgstr ""
+msgstr "Līcis"
 
-#: templates/dcim/devicerole.html:14 templates/dcim/platform.html:17
+#: netbox/templates/dcim/devicerole.html:14
+#: netbox/templates/dcim/platform.html:17
 msgid "Add Device"
-msgstr ""
+msgstr "Pievienot ierīci"
 
-#: templates/dcim/devicerole.html:44
+#: netbox/templates/dcim/devicerole.html:44
 msgid "VM Role"
-msgstr ""
+msgstr "VM loma"
 
-#: templates/dcim/devicerole.html:67
+#: netbox/templates/dcim/devicerole.html:67
 msgid "Child Device Roles"
-msgstr ""
+msgstr "Bērnu ierīces lomas"
 
-#: templates/dcim/devicerole.html:71
+#: netbox/templates/dcim/devicerole.html:71
 msgid "Add a Device Role"
-msgstr ""
+msgstr "Ierīces lomas pievienošana"
 
-#: templates/dcim/devicetype.html:18 templates/dcim/moduletype.html:35
+#: netbox/templates/dcim/devicetype.html:18
+#: netbox/templates/dcim/moduletype.html:35
 msgid "Model Name"
-msgstr ""
+msgstr "Modeļa nosaukums"
 
-#: templates/dcim/devicetype.html:25 templates/dcim/moduletype.html:39
+#: netbox/templates/dcim/devicetype.html:25
+#: netbox/templates/dcim/moduletype.html:39
 msgid "Part Number"
-msgstr ""
+msgstr "Detaļas numurs"
 
-#: templates/dcim/devicetype.html:41
+#: netbox/templates/dcim/devicetype.html:41
 msgid "Exclude From Utilization"
-msgstr ""
+msgstr "Izslēgt no izmantošanas"
 
-#: templates/dcim/devicetype.html:59
+#: netbox/templates/dcim/devicetype.html:59
 msgid "Parent/Child"
-msgstr ""
+msgstr "Vecāki/Bērns"
 
-#: templates/dcim/devicetype.html:71
+#: netbox/templates/dcim/devicetype.html:71
 msgid "Front Image"
-msgstr ""
+msgstr "Priekšējais attēls"
 
-#: templates/dcim/devicetype.html:83
+#: netbox/templates/dcim/devicetype.html:83
 msgid "Rear Image"
-msgstr ""
+msgstr "Aizmugurējais attēls"
 
-#: templates/dcim/frontport.html:54
+#: netbox/templates/dcim/frontport.html:54
 msgid "Rear Port Position"
-msgstr ""
+msgstr "Aizmugurējā porta pozīcija"
 
-#: 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
+#: netbox/templates/dcim/frontport.html:72
+#: netbox/templates/dcim/interface.html:201
+#: netbox/templates/dcim/poweroutlet.html:77
+#: netbox/templates/dcim/powerport.html:63
+#: netbox/templates/dcim/rearport.html:68
 msgid "Marked as Connected"
-msgstr ""
+msgstr "Atzīmēts kā savienots"
 
-#: templates/dcim/frontport.html:86 templates/dcim/rearport.html:82
+#: netbox/templates/dcim/frontport.html:86
+#: netbox/templates/dcim/rearport.html:82
 msgid "Connection Status"
-msgstr ""
+msgstr "Savienojuma statuss"
 
-#: templates/dcim/htmx/cable_edit.html:13
+#: netbox/templates/dcim/htmx/cable_edit.html:13
 msgid "A Side"
-msgstr ""
+msgstr "A puse"
 
-#: templates/dcim/htmx/cable_edit.html:33
+#: netbox/templates/dcim/htmx/cable_edit.html:33
 msgid "B Side"
-msgstr ""
+msgstr "B puse"
 
-#: templates/dcim/inc/cable_termination.html:76
+#: netbox/templates/dcim/inc/cable_termination.html:76
 msgid "No termination"
-msgstr ""
+msgstr "Nav izbeigšanas"
 
-#: templates/dcim/inc/cable_toggle_buttons.html:3
+#: netbox/templates/dcim/inc/cable_toggle_buttons.html:3
 msgid "Mark Planned"
-msgstr ""
+msgstr "Atzīmējiet plānoto"
 
-#: templates/dcim/inc/cable_toggle_buttons.html:6
+#: netbox/templates/dcim/inc/cable_toggle_buttons.html:6
 msgid "Mark Installed"
-msgstr ""
+msgstr "Atzīmējiet instalētu"
 
-#: templates/dcim/inc/connection_endpoints.html:13
+#: netbox/templates/dcim/inc/connection_endpoints.html:13
 msgid "Path Status"
-msgstr ""
+msgstr "Ceļa statuss"
 
-#: templates/dcim/inc/connection_endpoints.html:18
+#: netbox/templates/dcim/inc/connection_endpoints.html:18
 msgid "Not Reachable"
-msgstr ""
+msgstr "Nav sasniedzams"
 
-#: templates/dcim/inc/connection_endpoints.html:23
+#: netbox/templates/dcim/inc/connection_endpoints.html:23
 msgid "Path Endpoints"
-msgstr ""
+msgstr "Ceļa galapunkti"
 
-#: templates/dcim/inc/endpoint_connection.html:8
-#: templates/dcim/powerfeed.html:120 templates/dcim/rearport.html:94
+#: netbox/templates/dcim/inc/endpoint_connection.html:8
+#: netbox/templates/dcim/powerfeed.html:120
+#: netbox/templates/dcim/rearport.html:94
 msgid "Not connected"
-msgstr ""
+msgstr "Nav savienots"
 
-#: templates/dcim/inc/interface_vlans_table.html:6
+#: netbox/templates/dcim/inc/interface_vlans_table.html:6
 msgid "Untagged"
-msgstr ""
+msgstr "Bez atzīmes"
 
-#: templates/dcim/inc/interface_vlans_table.html:37
+#: netbox/templates/dcim/inc/interface_vlans_table.html:37
 msgid "No VLANs Assigned"
-msgstr ""
+msgstr "Nav piešķirts VLAN"
 
-#: templates/dcim/inc/interface_vlans_table.html:44
-#: templates/ipam/prefix_list.html:16 templates/ipam/prefix_list.html:33
+#: netbox/templates/dcim/inc/interface_vlans_table.html:44
+#: netbox/templates/ipam/prefix_list.html:16
+#: netbox/templates/ipam/prefix_list.html:33
 msgid "Clear"
-msgstr ""
+msgstr "Notīrīt"
 
-#: templates/dcim/inc/interface_vlans_table.html:47
+#: netbox/templates/dcim/inc/interface_vlans_table.html:47
 msgid "Clear All"
-msgstr ""
+msgstr "Notīrīt visu"
 
-#: templates/dcim/inc/panels/inventory_items.html:10
+#: netbox/templates/dcim/inc/panels/inventory_items.html:10
 msgid "Add Inventory Item"
-msgstr ""
+msgstr "Pievienot inventāra vienumu"
 
-#: templates/dcim/inc/panels/racktype_dimensions.html:48
+#: netbox/templates/dcim/inc/panels/racktype_dimensions.html:48
 msgid "Mounting Depth"
-msgstr ""
+msgstr "Montāžas dziļums"
 
-#: templates/dcim/inc/panels/racktype_numbering.html:6
+#: netbox/templates/dcim/inc/panels/racktype_numbering.html:6
 msgid "Starting Unit"
-msgstr ""
+msgstr "Sākuma vienība"
 
-#: templates/dcim/inc/panels/racktype_numbering.html:10
+#: netbox/templates/dcim/inc/panels/racktype_numbering.html:10
 msgid "Descending Units"
-msgstr ""
+msgstr "Dilstošas vienības"
 
-#: templates/dcim/inc/rack_elevation.html:7
+#: netbox/templates/dcim/inc/rack_elevation.html:7
 msgid "Rack elevation"
-msgstr ""
+msgstr "Plaukta pacēlums"
 
-#: templates/dcim/inc/rack_elevation.html:11
+#: netbox/templates/dcim/inc/rack_elevation.html:11
 msgid "Loading..."
-msgstr ""
+msgstr "Ielādē..."
 
-#: templates/dcim/interface.html:17
+#: netbox/templates/dcim/interface.html:17
 msgid "Add Child Interface"
-msgstr ""
+msgstr "Pievienot bērnu saskarni"
 
-#: templates/dcim/interface.html:50
+#: netbox/templates/dcim/interface.html:50
 msgid "Speed/Duplex"
-msgstr ""
+msgstr "Ātrums/duplekss"
 
-#: templates/dcim/interface.html:73
+#: netbox/templates/dcim/interface.html:73
 msgid "PoE Mode"
-msgstr ""
+msgstr "PoE režīms"
 
-#: templates/dcim/interface.html:77
+#: netbox/templates/dcim/interface.html:77
 msgid "PoE Type"
-msgstr ""
+msgstr "PoE tips"
 
-#: templates/dcim/interface.html:156
-#: templates/virtualization/vminterface.html:94
+#: netbox/templates/dcim/interface.html:156
+#: netbox/templates/virtualization/vminterface.html:94
 msgid "VLAN Translation"
-msgstr ""
+msgstr "VLAN tulkošana"
 
-#: templates/dcim/interface.html:208
+#: netbox/templates/dcim/interface.html:208
 msgid "Wireless Link"
-msgstr ""
+msgstr "Bezvadu saite"
 
-#: templates/dcim/interface.html:287
-#: templates/wireless/inc/wirelesslink_interface.html:26
+#: netbox/templates/dcim/interface.html:287
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:26
 msgid "Channel"
-msgstr ""
+msgstr "Kanāls"
 
-#: templates/dcim/interface.html:296
-#: templates/wireless/inc/wirelesslink_interface.html:32
+#: netbox/templates/dcim/interface.html:296
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:32
 msgid "Channel Frequency"
-msgstr ""
+msgstr "Kanāla frekvence"
 
-#: templates/dcim/interface.html:299 templates/dcim/interface.html:307
-#: templates/dcim/interface.html:318 templates/dcim/interface.html:326
+#: netbox/templates/dcim/interface.html:299
+#: netbox/templates/dcim/interface.html:307
+#: netbox/templates/dcim/interface.html:318
+#: netbox/templates/dcim/interface.html:326
 msgid "MHz"
-msgstr ""
+msgstr "MHz"
 
-#: templates/dcim/interface.html:315
-#: templates/wireless/inc/wirelesslink_interface.html:42
+#: netbox/templates/dcim/interface.html:315
+#: netbox/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
+msgstr "Kanāla platums"
+
+#: netbox/templates/dcim/interface.html:342
+#: netbox/templates/wireless/wirelesslan.html:14
+#: netbox/templates/wireless/wirelesslink.html:21
+#: netbox/wireless/forms/bulk_edit.py:63
+#: netbox/wireless/forms/bulk_edit.py:106
+#: netbox/wireless/forms/filtersets.py:43
+#: netbox/wireless/forms/filtersets.py:108 netbox/wireless/models.py:82
+#: netbox/wireless/models.py:145 netbox/wireless/tables/wirelesslan.py:48
 msgid "SSID"
-msgstr ""
+msgstr "SSID"
 
-#: templates/dcim/interface.html:362
+#: netbox/templates/dcim/interface.html:362
 msgid "LAG Members"
-msgstr ""
+msgstr "LAG locekļi"
 
-#: templates/dcim/interface.html:380
+#: netbox/templates/dcim/interface.html:380
 msgid "No member interfaces"
-msgstr ""
+msgstr "Nav dalībnieku saskarņu"
 
-#: 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
+#: netbox/templates/dcim/interface.html:400
+#: netbox/templates/ipam/fhrpgroup.html:74
+#: netbox/templates/ipam/iprange/ip_addresses.html:7
+#: netbox/templates/ipam/prefix/ip_addresses.html:7
+#: netbox/templates/virtualization/vminterface.html:111
 msgid "Add IP Address"
-msgstr ""
+msgstr "Pievienot IP adresi"
 
-#: templates/dcim/interface.html:417
-#: templates/virtualization/vminterface.html:129
+#: netbox/templates/dcim/interface.html:417
+#: netbox/templates/virtualization/vminterface.html:129
 msgid "Add MAC Address"
-msgstr ""
+msgstr "Pievienot MAC adresi"
 
-#: templates/dcim/inventoryitem.html:24
+#: netbox/templates/dcim/inventoryitem.html:24
 msgid "Parent Item"
-msgstr ""
+msgstr "Vecāku vienums"
 
-#: templates/dcim/inventoryitem.html:52
+#: netbox/templates/dcim/inventoryitem.html:52
 msgid "Part ID"
-msgstr ""
+msgstr "Daļas ID"
 
-#: templates/dcim/location.html:17
+#: netbox/templates/dcim/location.html:17
 msgid "Add Child Location"
-msgstr ""
+msgstr "Pievienot bērna atrašanās vietu"
 
-#: templates/dcim/location.html:78
+#: netbox/templates/dcim/location.html:78
 msgid "Child Locations"
-msgstr ""
+msgstr "Bērnu atrašanās vietas"
 
-#: templates/dcim/location.html:82 templates/dcim/site.html:131
+#: netbox/templates/dcim/location.html:82 netbox/templates/dcim/site.html:131
 msgid "Add a Location"
-msgstr ""
+msgstr "Atrašanās vietas pievienošana"
 
-#: templates/dcim/location.html:95 templates/dcim/site.html:144
+#: netbox/templates/dcim/location.html:95 netbox/templates/dcim/site.html:144
 msgid "Add a Device"
-msgstr ""
+msgstr "Pievienot ierīci"
 
-#: templates/dcim/macaddress.html:36
+#: netbox/templates/dcim/macaddress.html:36
 msgid "Primary for interface"
-msgstr ""
+msgstr "Primārais interfeiss"
 
-#: templates/dcim/manufacturer.html:16
+#: netbox/templates/dcim/manufacturer.html:16
 msgid "Add Device Type"
-msgstr ""
+msgstr "Pievienot ierīces tipu"
 
-#: templates/dcim/manufacturer.html:21 templates/dcim/moduletypeprofile.html:49
+#: netbox/templates/dcim/manufacturer.html:21
+#: netbox/templates/dcim/moduletypeprofile.html:49
 msgid "Add Module Type"
-msgstr ""
+msgstr "Pievienot moduļa veidu"
 
-#: templates/dcim/moduletype.html:71
+#: netbox/templates/dcim/moduletype.html:71
 msgid "No profile assigned"
-msgstr ""
+msgstr "Nav piešķirts profils"
 
-#: templates/dcim/moduletypeprofile.html:13
+#: netbox/templates/dcim/moduletypeprofile.html:13
 msgid "Module Type Profile"
-msgstr ""
+msgstr "Moduļa tipa profils"
 
-#: templates/dcim/platform.html:64
+#: netbox/templates/dcim/platform.html:64
 msgid "Child Platforms"
-msgstr ""
+msgstr "Bērnu platformas"
 
-#: templates/dcim/platform.html:68
+#: netbox/templates/dcim/platform.html:68
 msgid "Add a Platform"
-msgstr ""
+msgstr "Pievienot platformu"
 
-#: templates/dcim/powerfeed.html:53
+#: netbox/templates/dcim/powerfeed.html:53
 msgid "Connected Device"
-msgstr ""
+msgstr "Pievienotā ierīce"
 
-#: templates/dcim/powerfeed.html:63
+#: netbox/templates/dcim/powerfeed.html:63
 msgid "Utilization (Allocated"
-msgstr ""
+msgstr "Izmantošana (piešķirta"
 
-#: templates/dcim/powerfeed.html:80
+#: netbox/templates/dcim/powerfeed.html:80
 msgid "Electrical Characteristics"
-msgstr ""
+msgstr "Elektriskās īpašības"
 
-#: templates/dcim/powerfeed.html:88
+#: netbox/templates/dcim/powerfeed.html:88
 msgctxt "Abbreviation for volts"
 msgid "V"
-msgstr ""
+msgstr "V"
 
-#: templates/dcim/powerfeed.html:92
+#: netbox/templates/dcim/powerfeed.html:92
 msgctxt "Abbreviation for amperes"
 msgid "A"
-msgstr ""
+msgstr "A"
 
-#: templates/dcim/poweroutlet.html:62
+#: netbox/templates/dcim/poweroutlet.html:62
 msgid "Feed Leg"
-msgstr ""
+msgstr "Barības kāja"
 
-#: templates/dcim/powerpanel.html:72
+#: netbox/templates/dcim/powerpanel.html:72
 msgid "Add Power Feeds"
-msgstr ""
+msgstr "Pievienojiet barošanas plūsmas"
 
-#: templates/dcim/powerport.html:44
+#: netbox/templates/dcim/powerport.html:44
 msgid "Maximum Draw"
-msgstr ""
+msgstr "Maksimālā izloze"
 
-#: templates/dcim/powerport.html:48
+#: netbox/templates/dcim/powerport.html:48
 msgid "Allocated Draw"
-msgstr ""
+msgstr "Piešķirtā izloze"
 
-#: templates/dcim/rack.html:69
+#: netbox/templates/dcim/rack.html:69
 msgid "Space Utilization"
-msgstr ""
+msgstr "Telpas izmantošana"
 
-#: templates/dcim/rack.html:84 templates/dcim/racktype.html:40
+#: netbox/templates/dcim/rack.html:84 netbox/templates/dcim/racktype.html:40
 msgid "Rack Weight"
-msgstr ""
+msgstr "Plaukta svars"
 
-#: templates/dcim/rack.html:94 templates/dcim/racktype.html:50
+#: netbox/templates/dcim/rack.html:94 netbox/templates/dcim/racktype.html:50
 msgid "Maximum Weight"
-msgstr ""
+msgstr "Maksimālais svars"
 
-#: templates/dcim/rack.html:104
+#: netbox/templates/dcim/rack.html:104
 msgid "Total Weight"
-msgstr ""
+msgstr "Kopējais svars"
 
-#: templates/dcim/rack.html:125 templates/dcim/rack_elevation_list.html:15
+#: netbox/templates/dcim/rack.html:125
+#: netbox/templates/dcim/rack_elevation_list.html:15
 msgid "Images and Labels"
-msgstr ""
+msgstr "Attēli un etiķetes"
 
-#: templates/dcim/rack.html:126 templates/dcim/rack_elevation_list.html:16
+#: netbox/templates/dcim/rack.html:126
+#: netbox/templates/dcim/rack_elevation_list.html:16
 msgid "Images only"
-msgstr ""
+msgstr "Tikai attēli"
 
-#: templates/dcim/rack.html:127 templates/dcim/rack_elevation_list.html:17
+#: netbox/templates/dcim/rack.html:127
+#: netbox/templates/dcim/rack_elevation_list.html:17
 msgid "Labels only"
-msgstr ""
+msgstr "Tikai etiķetes"
 
-#: templates/dcim/rack/reservations.html:8
+#: netbox/templates/dcim/rack/reservations.html:8
 msgid "Add reservation"
-msgstr ""
+msgstr "Pievienot rezervāciju"
 
-#: templates/dcim/rack_elevation_list.html:12
+#: netbox/templates/dcim/rack_elevation_list.html:12
 msgid "View List"
-msgstr ""
+msgstr "Skatīt sarakstu"
 
-#: templates/dcim/rack_elevation_list.html:14
+#: netbox/templates/dcim/rack_elevation_list.html:14
 msgid "Select rack view"
-msgstr ""
+msgstr "Izvēlieties plaukta skatu"
 
-#: templates/dcim/rack_elevation_list.html:25
+#: netbox/templates/dcim/rack_elevation_list.html:25
 msgid "Sort By"
-msgstr ""
+msgstr "Kārtot pēc"
 
-#: templates/dcim/rack_elevation_list.html:74
+#: netbox/templates/dcim/rack_elevation_list.html:74
 msgid "No Racks Found"
-msgstr ""
+msgstr "Nav atrasti statīvi"
 
-#: templates/dcim/rack_list.html:8
+#: netbox/templates/dcim/rack_list.html:8
 msgid "View Elevations"
-msgstr ""
+msgstr "Skatīt pacēlumus"
 
-#: templates/dcim/rackreservation.html:42
+#: netbox/templates/dcim/rackreservation.html:42
 msgid "Reservation Details"
-msgstr ""
+msgstr "Rezervācijas informācija"
 
-#: templates/dcim/rackrole.html:10
+#: netbox/templates/dcim/rackrole.html:10
 msgid "Add Rack"
-msgstr ""
+msgstr "Pievienot plauktu"
 
-#: templates/dcim/rearport.html:50
+#: netbox/templates/dcim/rearport.html:50
 msgid "Positions"
-msgstr ""
+msgstr "Pozīcijas"
 
-#: templates/dcim/region.html:17 templates/dcim/sitegroup.html:17
+#: netbox/templates/dcim/region.html:17
+#: netbox/templates/dcim/sitegroup.html:17
 msgid "Add Site"
-msgstr ""
+msgstr "Pievienot vietni"
 
-#: templates/dcim/region.html:56
+#: netbox/templates/dcim/region.html:56
 msgid "Child Regions"
-msgstr ""
+msgstr "Bērnu reģioni"
 
-#: templates/dcim/region.html:60
+#: netbox/templates/dcim/region.html:60
 msgid "Add Region"
-msgstr ""
+msgstr "Pievienot reģionu"
 
-#: templates/dcim/site.html:64
+#: netbox/templates/dcim/site.html:64
 msgid "Time Zone"
-msgstr ""
+msgstr "Laika josla"
 
-#: templates/dcim/site.html:67
+#: netbox/templates/dcim/site.html:67
 msgid "UTC"
-msgstr ""
+msgstr "UTC"
 
-#: templates/dcim/site.html:68
+#: netbox/templates/dcim/site.html:68
 msgid "Site time"
-msgstr ""
+msgstr "Vietnes laiks"
 
-#: templates/dcim/site.html:75
+#: netbox/templates/dcim/site.html:75
 msgid "Physical Address"
-msgstr ""
+msgstr "Fiziskā adrese"
 
-#: templates/dcim/site.html:90
+#: netbox/templates/dcim/site.html:90
 msgid "Shipping Address"
-msgstr ""
+msgstr "Piegādes adrese"
 
-#: templates/dcim/sitegroup.html:56 templates/tenancy/contactgroup.html:47
-#: templates/tenancy/tenantgroup.html:56
-#: templates/wireless/wirelesslangroup.html:56
+#: netbox/templates/dcim/sitegroup.html:56
+#: netbox/templates/tenancy/contactgroup.html:47
+#: netbox/templates/tenancy/tenantgroup.html:56
+#: netbox/templates/wireless/wirelesslangroup.html:56
 msgid "Child Groups"
-msgstr ""
+msgstr "Bērnu grupas"
 
-#: templates/dcim/sitegroup.html:60
+#: netbox/templates/dcim/sitegroup.html:60
 msgid "Add Site Group"
-msgstr ""
+msgstr "Pievienot vietņu grupu"
 
-#: templates/dcim/trace/attachment.html:5
-#: templates/extras/configtemplate.html:33
-#: templates/extras/exporttemplate.html:35
+#: netbox/templates/dcim/trace/attachment.html:5
+#: netbox/templates/extras/configtemplate.html:33
+#: netbox/templates/extras/exporttemplate.html:35
 msgid "Attachment"
-msgstr ""
+msgstr "Pielikums"
 
-#: templates/dcim/virtualchassis.html:47
+#: netbox/templates/dcim/virtualchassis.html:47
 msgid "Add Member"
-msgstr ""
+msgstr "Pievienot biedru"
 
-#: templates/dcim/virtualchassis_add_member.html:10
+#: netbox/templates/dcim/virtualchassis_add_member.html:10
 #, python-format
 msgid "Add New Member to Virtual Chassis %(virtual_chassis)s"
-msgstr ""
+msgstr "Pievienot jaunu dalībnieku virtuālajai šasijai %(virtual_chassis)s"
 
-#: templates/dcim/virtualchassis_add_member.html:19
+#: netbox/templates/dcim/virtualchassis_add_member.html:19
 msgid "Add New Member"
-msgstr ""
+msgstr "Pievienot jaunu dalībnieku"
 
-#: 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
+#: netbox/templates/dcim/virtualchassis_add_member.html:27
+#: netbox/templates/generic/object_edit.html:78
+#: netbox/templates/users/objectpermission.html:31
+#: netbox/users/forms/filtersets.py:67 netbox/users/forms/model_forms.py:358
 msgid "Actions"
-msgstr ""
+msgstr "Darbības"
 
-#: templates/dcim/virtualchassis_add_member.html:29
+#: netbox/templates/dcim/virtualchassis_add_member.html:29
 msgid "Save & Add Another"
-msgstr ""
+msgstr "Saglabāt un pievienot citu"
 
-#: templates/dcim/virtualchassis_edit.html:7
+#: netbox/templates/dcim/virtualchassis_edit.html:7
 #, python-format
 msgid "Editing Virtual Chassis %(name)s"
-msgstr ""
+msgstr "Virtuālās šasijas rediģēšana %(name)s"
 
-#: templates/dcim/virtualchassis_edit.html:57
+#: netbox/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
+msgstr "Statīvs/vienība"
+
+#: netbox/templates/dcim/virtualchassis_edit.html:114
+#: netbox/templates/generic/bulk_add_component.html:68
+#: netbox/templates/generic/object_edit.html:47
+#: netbox/templates/generic/object_edit.html:80
+#: netbox/templates/htmx/quick_add.html:24
+#: netbox/templates/ipam/inc/ipaddress_edit_header.html:7
 msgid "Create"
-msgstr ""
+msgstr "Izveidot"
 
-#: templates/dcim/virtualchassis_remove_member.html:5
+#: netbox/templates/dcim/virtualchassis_remove_member.html:5
 msgid "Remove Virtual Chassis Member"
-msgstr ""
+msgstr "Noņemt virtuālo šasijas locekli"
 
-#: templates/dcim/virtualchassis_remove_member.html:9
+#: netbox/templates/dcim/virtualchassis_remove_member.html:9
 #, python-format
 msgid ""
 "Are you sure you want to remove <strong>%(device)s</strong> from virtual "
 "chassis %(name)s?"
 msgstr ""
+"Vai esat pārliecināts, ka vēlaties noņemt <strong>%(device)s</strong> no "
+"virtuālās šasijas %(name)s?"
 
-#: templates/dcim/virtualdevicecontext.html:26 templates/vpn/l2vpn.html:18
+#: netbox/templates/dcim/virtualdevicecontext.html:26
+#: netbox/templates/vpn/l2vpn.html:18
 msgid "Identifier"
-msgstr ""
+msgstr "Identifikators"
 
-#: templates/exceptions/import_error.html:6
+#: netbox/templates/exceptions/import_error.html:6
 msgid ""
 "A module import error occurred during this request. Common causes include "
 "the following:"
 msgstr ""
+"Šī pieprasījuma laikā radās moduļa importēšanas kļūda. Bieži cēloņi ir šādi:"
 
-#: templates/exceptions/import_error.html:10
+#: netbox/templates/exceptions/import_error.html:10
 msgid "Missing required packages"
-msgstr ""
+msgstr "Trūkst nepieciešamo paku"
 
-#: templates/exceptions/import_error.html:11
+#: netbox/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 <code>%(req_file)s</code> and "
 "<code>%(local_req_file)s</code>, and are normally installed as part of the "
 "installation or upgrade process. To verify installed packages, run "
-"<code>%(pip_cmd)s</code> from the console and compare the output to the list "
-"of required packages."
+"<code>%(pip_cmd)s</code> from the console and compare the output to the list"
+" of required packages."
 msgstr ""
+"Šajā NetBox instalācijā var trūkst vienas vai vairāku nepieciešamo Python "
+"pakotņu. Šīs paketes ir uzskaitītas <code>%(req_file)s</code> un "
+"<code>%(local_req_file)s</code>, un parasti tiek uzstādīti kā daļa no "
+"instalēšanas vai jaunināšanas procesa. Lai pārbaudītu instalētās pakotnes, "
+"palaidiet <code>%(pip_cmd)s</code> no konsoles un salīdziniet izvadi ar "
+"nepieciešamo pakotņu sarakstu."
 
-#: templates/exceptions/import_error.html:20
+#: netbox/templates/exceptions/import_error.html:20
 msgid "WSGI service not restarted after upgrade"
-msgstr ""
+msgstr "Pēc jaunināšanas WSGI pakalpojums netiek restartēts"
 
-#: templates/exceptions/import_error.html:21
+#: netbox/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."
+"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 ""
+"Ja šī instalācija nesen ir atjaunināta, pārbaudiet, vai WSGI pakalpojums "
+"(piemēram, gunicorn vai UWSGI) ir restartēts. Tas nodrošina, ka jaunais kods"
+" darbojas."
 
-#: templates/exceptions/permission_error.html:6
+#: netbox/templates/exceptions/permission_error.html:6
 msgid ""
 "A file permission error was detected while processing this request. Common "
 "causes include the following:"
 msgstr ""
+"Apstrādājot šo pieprasījumu, tika konstatēta faila atļaujas kļūda. Bieži "
+"cēloņi ir šādi:"
 
-#: templates/exceptions/permission_error.html:10
+#: netbox/templates/exceptions/permission_error.html:10
 msgid "Insufficient write permission to the media root"
-msgstr ""
+msgstr "Nepietiekama rakstīšanas atļauja multivides saknei"
 
-#: templates/exceptions/permission_error.html:11
+#: netbox/templates/exceptions/permission_error.html:11
 #, python-format
 msgid ""
 "The configured media root is <code>%(media_root)s</code>. Ensure that the "
 "user NetBox runs as has access to write files to all locations within this "
 "path."
 msgstr ""
+"Konfigurētā multivides sakne ir <code>%(media_root)s</code>. "
+"Pārliecinieties, ka lietotājs NetBox darbojas tādā veidā, kā ir piekļuve "
+"failu rakstīšanai visās atrašanās vietās šajā ceļā."
 
-#: templates/exceptions/programming_error.html:6
+#: netbox/templates/exceptions/programming_error.html:6
 msgid ""
 "A database programming error was detected while processing this request. "
 "Common causes include the following:"
 msgstr ""
+"Apstrādājot šo pieprasījumu, tika konstatēta datu bāzes programmēšanas "
+"kļūda. Bieži cēloņi ir šādi:"
 
-#: templates/exceptions/programming_error.html:10
+#: netbox/templates/exceptions/programming_error.html:10
 msgid "Database migrations missing"
-msgstr ""
+msgstr "Trūkst datu bāzes migrācijas"
 
-#: templates/exceptions/programming_error.html:11
+#: netbox/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 <code>%(command)s</code> from the command line."
 msgstr ""
+"Jauninot uz jaunu NetBox versiju, jaunināšanas skripts ir jāpalaiž, lai "
+"piemērotu visas jaunas datu bāzes migrācijas. Migrāciju var palaist manuāli,"
+" izpildot <code>%(command)s</code> no komandrindas."
 
-#: templates/exceptions/programming_error.html:18
+#: netbox/templates/exceptions/programming_error.html:18
 msgid "Unsupported PostgreSQL version"
-msgstr ""
+msgstr "Neatbalstīta PostgreSQL versija"
 
-#: templates/exceptions/programming_error.html:19
+#: netbox/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 <code>%(sql_query)s</code>."
 msgstr ""
+"Pārliecinieties, vai tiek izmantota PostgreSQL versija 14 vai jaunāka. To "
+"var pārbaudīt, izveidojot savienojumu ar datu bāzi, izmantojot NetBox "
+"akreditācijas datus un izsniedzot vaicājumu <code>%(sql_query)s</code>."
 
-#: templates/extras/configcontextprofile.html:30
+#: netbox/templates/extras/configcontextprofile.html:30
 msgid "JSON Schema"
-msgstr ""
+msgstr "JSON shēma"
 
-#: templates/extras/configtemplate.html:76
-#: templates/extras/exporttemplate.html:55
+#: netbox/templates/extras/configtemplate.html:76
+#: netbox/templates/extras/exporttemplate.html:55
 msgid "Environment Parameters"
-msgstr ""
+msgstr "Vides parametri"
 
-#: templates/extras/configtemplate.html:91
-#: templates/extras/exporttemplate.html:70
+#: netbox/templates/extras/configtemplate.html:91
+#: netbox/templates/extras/exporttemplate.html:70
 msgid "Template"
-msgstr ""
+msgstr "veidne"
 
-#: templates/extras/customfield.html:30 templates/extras/customlink.html:21
+#: netbox/templates/extras/customfield.html:30
+#: netbox/templates/extras/customlink.html:21
 msgid "Group Name"
-msgstr ""
+msgstr "Grupas nosaukums"
 
-#: templates/extras/customfield.html:42
+#: netbox/templates/extras/customfield.html:42
 msgid "Must be Unique"
-msgstr ""
+msgstr "Jābūt unikālam"
 
-#: templates/extras/customfield.html:46
+#: netbox/templates/extras/customfield.html:46
 msgid "Cloneable"
-msgstr ""
+msgstr "Klonējams"
 
-#: templates/extras/customfield.html:56
+#: netbox/templates/extras/customfield.html:56
 msgid "Default Value"
-msgstr ""
+msgstr "Noklusējuma vērtība"
 
-#: templates/extras/customfield.html:73
+#: netbox/templates/extras/customfield.html:73
 msgid "Search Weight"
-msgstr ""
+msgstr "Meklēšanas svars"
 
-#: templates/extras/customfield.html:83
+#: netbox/templates/extras/customfield.html:83
 msgid "Filter Logic"
-msgstr ""
+msgstr "Filtra loģika"
 
-#: templates/extras/customfield.html:87
+#: netbox/templates/extras/customfield.html:87
 msgid "Display Weight"
-msgstr ""
+msgstr "Displeja svars"
 
-#: templates/extras/customfield.html:91
+#: netbox/templates/extras/customfield.html:91
 msgid "UI Visible"
-msgstr ""
+msgstr "Saskarne redzama"
 
-#: templates/extras/customfield.html:95
+#: netbox/templates/extras/customfield.html:95
 msgid "UI Editable"
-msgstr ""
+msgstr "Rediģējams lietotāja interfeiss"
 
-#: templates/extras/customfield.html:115
+#: netbox/templates/extras/customfield.html:115
 msgid "Validation Rules"
-msgstr ""
+msgstr "Validācijas noteikumi"
 
-#: templates/extras/customfield.html:126
+#: netbox/templates/extras/customfield.html:126
 msgid "Regular Expression"
-msgstr ""
+msgstr "Regulāra izteiksme"
 
-#: templates/extras/customlink.html:29
+#: netbox/templates/extras/customlink.html:29
 msgid "Button Class"
-msgstr ""
+msgstr "Pogas klase"
 
-#: templates/extras/customlink.html:39 templates/extras/exporttemplate.html:45
-#: templates/extras/savedfilter.html:39
+#: netbox/templates/extras/customlink.html:39
+#: netbox/templates/extras/exporttemplate.html:45
+#: netbox/templates/extras/savedfilter.html:39
 msgid "Assigned Models"
-msgstr ""
+msgstr "Piešķirtie modeļi"
 
-#: templates/extras/customlink.html:52
+#: netbox/templates/extras/customlink.html:52
 msgid "Link Text"
-msgstr ""
+msgstr "Saites teksts"
 
-#: templates/extras/customlink.html:58
+#: netbox/templates/extras/customlink.html:58
 msgid "Link URL"
-msgstr ""
+msgstr "Saites URL"
 
-#: templates/extras/dashboard/reset.html:4 templates/home.html:66
+#: netbox/templates/extras/dashboard/reset.html:4
+#: netbox/templates/home.html:66
 msgid "Reset Dashboard"
-msgstr ""
+msgstr "Atiestatīt informācijas paneli"
 
-#: templates/extras/dashboard/reset.html:8
+#: netbox/templates/extras/dashboard/reset.html:8
 msgid ""
 "This will remove <strong>all</strong> configured widgets and restore the "
 "default dashboard configuration."
 msgstr ""
+"Tas noņems <strong>visiem</strong> konfigurētos logrīkus un atjaunojiet "
+"noklusējuma informācijas paneļa konfigurāciju."
 
-#: templates/extras/dashboard/reset.html:13
+#: netbox/templates/extras/dashboard/reset.html:13
 msgid ""
 "This change affects only <i>your</i> dashboard, and will not impact other "
 "users."
 msgstr ""
+"Šīs izmaiņas ietekmē tikai <i>jūsu</i> informācijas panelis, un tas "
+"neietekmēs citus lietotājus."
 
-#: templates/extras/dashboard/widget.html:21
+#: netbox/templates/extras/dashboard/widget.html:21
 msgid "widget configuration"
-msgstr ""
+msgstr "logrīka konfigurācija"
 
-#: templates/extras/dashboard/widget.html:36
+#: netbox/templates/extras/dashboard/widget.html:36
 msgid "Close widget"
-msgstr ""
+msgstr "Aizvērt logrīku"
 
-#: templates/extras/dashboard/widget_add.html:7
+#: netbox/templates/extras/dashboard/widget_add.html:7
 msgid "Add a Widget"
-msgstr ""
+msgstr "Pievienot logrīku"
 
-#: templates/extras/dashboard/widgets/bookmarks.html:14
+#: netbox/templates/extras/dashboard/widgets/bookmarks.html:14
 msgid "No bookmarks have been added yet."
-msgstr ""
+msgstr "Grāmatzīmes vēl nav pievienotas."
 
-#: templates/extras/dashboard/widgets/objectcounts.html:10
+#: netbox/templates/extras/dashboard/widgets/objectcounts.html:10
 msgid "No permission"
-msgstr ""
+msgstr "Nav atļaujas"
 
-#: templates/extras/dashboard/widgets/objectlist.html:6
+#: netbox/templates/extras/dashboard/widgets/objectlist.html:6
 msgid "No permission to view this content"
-msgstr ""
+msgstr "Nav atļaujas skatīt šo saturu"
 
-#: templates/extras/dashboard/widgets/objectlist.html:10
+#: netbox/templates/extras/dashboard/widgets/objectlist.html:10
 msgid "Unable to load content. Could not resolve list URL for:"
-msgstr ""
+msgstr "Nevar ielādēt saturu. Nevarēja atrisināt saraksta URL:"
 
-#: templates/extras/dashboard/widgets/rssfeed.html:12
+#: netbox/templates/extras/dashboard/widgets/rssfeed.html:12
 msgid "No content found"
-msgstr ""
+msgstr "Nav atrasts saturs"
 
-#: templates/extras/dashboard/widgets/rssfeed.html:17
+#: netbox/templates/extras/dashboard/widgets/rssfeed.html:17
 msgid ""
-"This RSS feed requires an external connection. Check the ISOLATED_DEPLOYMENT "
-"setting."
+"This RSS feed requires an external connection. Check the ISOLATED_DEPLOYMENT"
+" setting."
 msgstr ""
+"Šai RSS plūsmai ir nepieciešams ārējs savienojums. Pārbaudiet iestatījumu "
+"ISOLATED_DEPLOYMENT."
 
-#: templates/extras/dashboard/widgets/rssfeed.html:22
+#: netbox/templates/extras/dashboard/widgets/rssfeed.html:22
 msgid "There was a problem fetching the RSS feed"
-msgstr ""
+msgstr "Radās problēma, lejupielādējot RSS plūsmu"
 
-#: templates/extras/dashboard/widgets/rssfeed.html:25
+#: netbox/templates/extras/dashboard/widgets/rssfeed.html:25
 msgid "HTTP"
-msgstr ""
+msgstr "HTTP"
 
-#: templates/extras/eventrule.html:61
+#: netbox/templates/extras/eventrule.html:61
 msgid "Conditions"
-msgstr ""
+msgstr "Nosacījumi"
 
-#: templates/extras/htmx/script_result.html:10
+#: netbox/templates/extras/htmx/script_result.html:10
 msgid "Scheduled for"
-msgstr ""
+msgstr "Plānots"
 
-#: templates/extras/htmx/script_result.html:15
+#: netbox/templates/extras/htmx/script_result.html:15
 msgid "Duration"
-msgstr ""
+msgstr "Ilgums"
 
-#: templates/extras/htmx/script_result.html:23
+#: netbox/templates/extras/htmx/script_result.html:23
 msgid "Test Summary"
-msgstr ""
+msgstr "Pārbaudes kopsavilkums"
 
-#: templates/extras/htmx/script_result.html:57
+#: netbox/templates/extras/htmx/script_result.html:57
 msgid "Output"
-msgstr ""
+msgstr "Izeja"
 
-#: templates/extras/htmx/script_result.html:61
-#: templates/extras/object_render_config.html:59
+#: netbox/templates/extras/htmx/script_result.html:61
+#: netbox/templates/extras/object_render_config.html:59
 msgid "Download"
-msgstr ""
+msgstr "Lejupielādēt"
 
-#: templates/extras/imageattachment.html:10
+#: netbox/templates/extras/imageattachment.html:10
 msgid "Image Attachment"
-msgstr ""
+msgstr "Attēla pielikums"
 
-#: templates/extras/imageattachment.html:13
+#: netbox/templates/extras/imageattachment.html:13
 msgid "Parent Object"
-msgstr ""
+msgstr "Vecāku objekts"
 
-#: templates/extras/inc/result_pending.html:4
+#: netbox/templates/extras/inc/result_pending.html:4
 msgid "Loading"
-msgstr ""
+msgstr "Iekraušana"
 
-#: templates/extras/inc/result_pending.html:6
+#: netbox/templates/extras/inc/result_pending.html:6
 msgid "Results pending"
-msgstr ""
+msgstr "Rezultāti gaidāmi"
 
-#: templates/extras/inc/script_list_content.html:34
+#: netbox/templates/extras/inc/script_list_content.html:34
 msgid "Last Run"
-msgstr ""
+msgstr "Pēdējais skrējiens"
 
-#: templates/extras/inc/script_list_content.html:49
+#: netbox/templates/extras/inc/script_list_content.html:49
 msgid "Script is no longer present in the source file"
-msgstr ""
+msgstr "Skripts vairs nav avota failā"
 
-#: templates/extras/inc/script_list_content.html:62
+#: netbox/templates/extras/inc/script_list_content.html:62
 msgid "Never"
-msgstr ""
+msgstr "Nekad"
 
-#: templates/extras/inc/script_list_content.html:75
+#: netbox/templates/extras/inc/script_list_content.html:75
 msgid "Run Again"
-msgstr ""
+msgstr "Skrien vēlreiz"
 
-#: templates/extras/inc/script_list_content.html:77
-#: templates/extras/script.html:41 templates/extras/script.html:45
+#: netbox/templates/extras/inc/script_list_content.html:77
+#: netbox/templates/extras/script.html:41
+#: netbox/templates/extras/script.html:45
 msgid "Run Script"
-msgstr ""
+msgstr "Palaist skriptu"
 
-#: templates/extras/inc/script_list_content.html:123
+#: netbox/templates/extras/inc/script_list_content.html:123
 #, python-format
 msgid "Could not load scripts from module %(module)s"
-msgstr ""
+msgstr "Nevarēja ielādēt skriptus no moduļa %(module)s"
 
-#: templates/extras/inc/script_list_content.html:131
+#: netbox/templates/extras/inc/script_list_content.html:131
 msgid "No Scripts Found"
-msgstr ""
+msgstr "Nav atrasti skripti"
 
-#: templates/extras/inc/script_list_content.html:134
+#: netbox/templates/extras/inc/script_list_content.html:134
 #, python-format
 msgid ""
 "Get started by <a href=\"%(create_script_url)s\">creating a script</a> from "
 "an uploaded file or data source."
 msgstr ""
+"Sāciet darbu <a href=\"%(create_script_url)s\">skripta izveide</a> no "
+"augšupielādētā faila vai datu avota."
 
-#: templates/extras/journalentry.html:15
+#: netbox/templates/extras/journalentry.html:15
 msgid "Journal Entry"
-msgstr ""
+msgstr "Žurnāla ieraksts"
 
-#: templates/extras/notificationgroup.html:11
+#: netbox/templates/extras/notificationgroup.html:11
 msgid "Notification Group"
-msgstr ""
+msgstr "Paziņojumu grupa"
 
-#: templates/extras/notificationgroup.html:36
-#: templates/extras/notificationgroup.html:46
-#: utilities/templates/widgets/clearable_file_input.html:12
+#: netbox/templates/extras/notificationgroup.html:36
+#: netbox/templates/extras/notificationgroup.html:46
+#: netbox/utilities/templates/widgets/clearable_file_input.html:12
 msgid "None assigned"
-msgstr ""
+msgstr "Neviens nav piešķirts"
 
-#: templates/extras/object_configcontext.html:19
+#: netbox/templates/extras/object_configcontext.html:19
 msgid "The local config context overwrites all source contexts"
-msgstr ""
+msgstr "Vietējā konfigurācijas konteksts pārraksta visus avota kontekstus"
 
-#: templates/extras/object_configcontext.html:25
+#: netbox/templates/extras/object_configcontext.html:25
 msgid "Source Contexts"
-msgstr ""
+msgstr "Avota konteksti"
 
-#: templates/extras/object_imageattachments.html:10
+#: netbox/templates/extras/object_imageattachments.html:10
 msgid "Attach an Image"
-msgstr ""
+msgstr "Pievienojiet attēlu"
 
-#: templates/extras/object_imageattachments.html:35
+#: netbox/templates/extras/object_imageattachments.html:35
 msgid "Thumbnail cannot be generated"
-msgstr ""
+msgstr "Sīktēlu nevar ģenerēt"
 
-#: templates/extras/object_imageattachments.html:36
+#: netbox/templates/extras/object_imageattachments.html:36
 msgid "Click to view original"
-msgstr ""
+msgstr "Noklikšķiniet, lai skatītu oriģinālu"
 
-#: templates/extras/object_imageattachments.html:49
+#: netbox/templates/extras/object_imageattachments.html:49
 #, python-format
 msgid ""
 "\n"
 "        No images have been attached to this %(object_type)s.\n"
 "      "
 msgstr ""
+"\n"
+"        Tam nav pievienoti attēli %(object_type)s.\n"
+"      "
 
-#: templates/extras/object_journal.html:17
+#: netbox/templates/extras/object_journal.html:17
 msgid "New Journal Entry"
-msgstr ""
+msgstr "Jauns žurnāla ieraksts"
 
-#: templates/extras/object_render_config.html:36
+#: netbox/templates/extras/object_render_config.html:36
 msgid "Context Data"
-msgstr ""
+msgstr "Konteksta dati"
 
-#: templates/extras/object_render_config.html:56
+#: netbox/templates/extras/object_render_config.html:56
 msgid "Rendered Config"
-msgstr ""
+msgstr "Renderēta konfigurācija"
 
-#: templates/extras/object_render_config.html:68
+#: netbox/templates/extras/object_render_config.html:68
 msgid "Error rendering template"
-msgstr ""
+msgstr "Kļūdas renderēšanas veidne"
 
-#: templates/extras/object_render_config.html:73
+#: netbox/templates/extras/object_render_config.html:73
 msgid "Template output is empty"
-msgstr ""
+msgstr "Veidnes izvade ir tukša"
 
-#: templates/extras/object_render_config.html:78
+#: netbox/templates/extras/object_render_config.html:78
 msgid "No configuration template has been assigned."
-msgstr ""
+msgstr "Konfigurācijas veidne nav piešķirta."
 
-#: templates/extras/report/base.html:30
+#: netbox/templates/extras/report/base.html:30
 msgid "Report"
-msgstr ""
+msgstr "Ziņojums"
 
-#: templates/extras/script.html:14
+#: netbox/templates/extras/script.html:14
 msgid "You do not have permission to run scripts"
-msgstr ""
+msgstr "Jums nav atļaujas palaist skriptus"
 
-#: templates/extras/script.html:51 templates/extras/script/source.html:10
+#: netbox/templates/extras/script.html:51
+#: netbox/templates/extras/script/source.html:10
 msgid "Error loading script"
-msgstr ""
+msgstr "Kļūda, ielādējot skriptu"
 
-#: templates/extras/script/jobs.html:16
+#: netbox/templates/extras/script/jobs.html:16
 msgid "Script no longer exists in the source file."
-msgstr ""
+msgstr "Skripts vairs nepastāv avota failā."
 
-#: templates/extras/script_result.html:35 templates/generic/object_list.html:42
-#: templates/search.html:13
+#: netbox/templates/extras/script_result.html:35
+#: netbox/templates/generic/object_list.html:42
+#: netbox/templates/search.html:13
 msgid "Results"
-msgstr ""
+msgstr "Rezultāti"
 
-#: templates/extras/script_result.html:46
+#: netbox/templates/extras/script_result.html:46
 msgid "Log threshold"
-msgstr ""
+msgstr "Žurnāla slieksnis"
 
-#: templates/extras/script_result.html:56
+#: netbox/templates/extras/script_result.html:56
 msgid "All"
-msgstr ""
+msgstr "Viss"
 
-#: templates/extras/tableconfig.html:10
+#: netbox/templates/extras/tableconfig.html:10
 msgid "Table Config"
-msgstr ""
+msgstr "Tabulas konfigurācija"
 
-#: templates/extras/tableconfig.html:50
+#: netbox/templates/extras/tableconfig.html:50
 msgid "Columns Displayed"
-msgstr ""
+msgstr "Parādītās kolonnas"
 
-#: templates/extras/tableconfig_edit.html:8
-#: utilities/templates/helpers/table_config_form.html:8
+#: netbox/templates/extras/tableconfig_edit.html:8
+#: netbox/utilities/templates/helpers/table_config_form.html:8
 msgid "Table Configuration"
-msgstr ""
+msgstr "Tabulas konfigurācija"
 
-#: templates/extras/tableconfig_edit.html:40
-#: utilities/templates/helpers/table_config_form.html:31
-#: utilities/templates/widgets/splitmultiselect.html:23
+#: netbox/templates/extras/tableconfig_edit.html:40
+#: netbox/utilities/templates/helpers/table_config_form.html:31
+#: netbox/utilities/templates/widgets/splitmultiselect.html:23
 msgid "Move Up"
-msgstr ""
+msgstr "Virzīties uz augšu"
 
-#: templates/extras/tableconfig_edit.html:43
-#: utilities/templates/helpers/table_config_form.html:34
-#: utilities/templates/widgets/splitmultiselect.html:26
+#: netbox/templates/extras/tableconfig_edit.html:43
+#: netbox/utilities/templates/helpers/table_config_form.html:34
+#: netbox/utilities/templates/widgets/splitmultiselect.html:26
 msgid "Move Down"
-msgstr ""
+msgstr "Pārvietoties uz leju"
 
-#: templates/extras/tag.html:36
+#: netbox/templates/extras/tag.html:36
 msgid "Tagged Items"
-msgstr ""
+msgstr "Atzīmētas preces"
 
-#: templates/extras/tag.html:47
+#: netbox/templates/extras/tag.html:47
 msgid "Allowed Object Types"
-msgstr ""
+msgstr "Atļautie objektu tipi"
 
-#: templates/extras/tag.html:55
+#: netbox/templates/extras/tag.html:55
 msgid "Any"
-msgstr ""
+msgstr "Jebkurš"
 
-#: templates/extras/tag.html:61
+#: netbox/templates/extras/tag.html:61
 msgid "Tagged Item Types"
-msgstr ""
+msgstr "Atzīmēti vienumu veidi"
 
-#: templates/extras/tag.html:85
+#: netbox/templates/extras/tag.html:85
 msgid "Tagged Objects"
-msgstr ""
+msgstr "Atzīmēti objekti"
 
-#: templates/extras/webhook.html:26
+#: netbox/templates/extras/webhook.html:26
 msgid "HTTP Method"
-msgstr ""
+msgstr "HTTP metode"
 
-#: templates/extras/webhook.html:34
+#: netbox/templates/extras/webhook.html:34
 msgid "HTTP Content Type"
-msgstr ""
+msgstr "HTTP satura veids"
 
-#: templates/extras/webhook.html:47
+#: netbox/templates/extras/webhook.html:47
 msgid "SSL Verification"
-msgstr ""
+msgstr "SSL verifikācija"
 
-#: templates/extras/webhook.html:60
+#: netbox/templates/extras/webhook.html:60
 msgid "Additional Headers"
-msgstr ""
+msgstr "Papildu galvenes"
 
-#: templates/extras/webhook.html:70
+#: netbox/templates/extras/webhook.html:70
 msgid "Body Template"
-msgstr ""
+msgstr "Ķermeņa veidne"
 
-#: templates/generic/bulk_add_component.html:29
+#: netbox/templates/generic/bulk_add_component.html:29
 msgid "Bulk Creation"
-msgstr ""
+msgstr "Lielapjoma izveide"
 
-#: templates/generic/bulk_add_component.html:34
-#: templates/generic/bulk_delete.html:33 templates/generic/bulk_edit.html:33
+#: netbox/templates/generic/bulk_add_component.html:34
+#: netbox/templates/generic/bulk_delete.html:33
+#: netbox/templates/generic/bulk_edit.html:33
 msgid "Selected Objects"
-msgstr ""
+msgstr "Atlasītie objekti"
 
-#: templates/generic/bulk_add_component.html:58
+#: netbox/templates/generic/bulk_add_component.html:58
 msgid "to Add"
-msgstr ""
+msgstr "pievienot"
 
-#: templates/generic/bulk_delete.html:28
+#: netbox/templates/generic/bulk_delete.html:28
 msgid "Bulk Delete"
-msgstr ""
+msgstr "Lielapjoma dzēšana"
 
-#: templates/generic/bulk_delete.html:50
+#: netbox/templates/generic/bulk_delete.html:50
 msgid "Confirm Bulk Deletion"
-msgstr ""
+msgstr "Apstipriniet lielapjoma dzēšanu"
 
-#: templates/generic/bulk_delete.html:51
+#: netbox/templates/generic/bulk_delete.html:51
 #, python-format
 msgid ""
 "The following operation will delete <strong>%(count)s</strong> "
 "%(type_plural)s. Please carefully review the selected objects and confirm "
 "this action."
 msgstr ""
+"Tālāk norādītā darbība tiks dzēsta <strong>%(count)s</strong> "
+"%(type_plural)s. Lūdzu, rūpīgi pārskatiet atlasītos objektus un apstipriniet"
+" šo darbību."
 
-#: templates/generic/bulk_edit.html:21 templates/generic/object_edit.html:22
+#: netbox/templates/generic/bulk_edit.html:21
+#: netbox/templates/generic/object_edit.html:22
 msgid "Editing"
-msgstr ""
+msgstr "Rediģēšana"
 
-#: templates/generic/bulk_edit.html:28
+#: netbox/templates/generic/bulk_edit.html:28
 msgid "Bulk Edit"
-msgstr ""
+msgstr "Lielapjoma rediģēšana"
 
-#: templates/generic/bulk_edit.html:116 templates/generic/bulk_rename.html:68
+#: netbox/templates/generic/bulk_edit.html:116
+#: netbox/templates/generic/bulk_rename.html:68
 msgid "Apply"
-msgstr ""
+msgstr "Piesakies"
 
-#: templates/generic/bulk_import.html:19
+#: netbox/templates/generic/bulk_import.html:19
 msgid "Bulk Import"
-msgstr ""
+msgstr "Lielapjoma imports"
 
-#: templates/generic/bulk_import.html:25
+#: netbox/templates/generic/bulk_import.html:25
 msgid "Direct Import"
-msgstr ""
+msgstr "Tiešais imports"
 
-#: templates/generic/bulk_import.html:30
+#: netbox/templates/generic/bulk_import.html:30
 msgid "Upload File"
-msgstr ""
+msgstr "Augšupielādēt failu"
 
-#: templates/generic/bulk_import.html:68 templates/generic/bulk_import.html:100
-#: templates/generic/bulk_import.html:133
+#: netbox/templates/generic/bulk_import.html:68
+#: netbox/templates/generic/bulk_import.html:100
+#: netbox/templates/generic/bulk_import.html:133
 msgid "Submit"
-msgstr ""
+msgstr "Iesniegt"
 
-#: templates/generic/bulk_import.html:144
+#: netbox/templates/generic/bulk_import.html:144
 msgid "Field Options"
-msgstr ""
+msgstr "Lauka opcijas"
 
-#: templates/generic/bulk_import.html:150
+#: netbox/templates/generic/bulk_import.html:150
 msgid "Accessor"
-msgstr ""
+msgstr "Aksesuārs"
 
-#: templates/generic/bulk_import.html:179
+#: netbox/templates/generic/bulk_import.html:179
 msgid "choices"
-msgstr ""
+msgstr "izvēles"
 
-#: templates/generic/bulk_import.html:192
+#: netbox/templates/generic/bulk_import.html:192
 msgid "Import Value"
-msgstr ""
+msgstr "Importa vērtība"
 
-#: templates/generic/bulk_import.html:212
+#: netbox/templates/generic/bulk_import.html:212
 msgid "Format: YYYY-MM-DD"
-msgstr ""
+msgstr "Formāts: YYYY-MM-DD"
 
-#: templates/generic/bulk_import.html:214
+#: netbox/templates/generic/bulk_import.html:214
 msgid "Specify true or false"
-msgstr ""
+msgstr "Norādiet patiesu vai nepatiesu"
 
-#: templates/generic/bulk_import.html:226
+#: netbox/templates/generic/bulk_import.html:226
 msgid "Required fields <strong>must</strong> be specified for all objects."
 msgstr ""
+"Obligātie lauki <strong>nepieciešamība</strong> jānorāda visiem objektiem."
 
-#: templates/generic/bulk_import.html:232
+#: netbox/templates/generic/bulk_import.html:232
 #, python-format
 msgid ""
 "Related objects may be referenced by any unique attribute. For example, "
 "<code>%(example)s</code> would identify a VRF by its route distinguisher."
 msgstr ""
+"Uz saistītajiem objektiem var atsaukties jebkurš unikāls atribūts. Piemēram,"
+" <code>%(example)s</code> identificētu VRF pēc tā maršruta atšķirtāja."
 
-#: templates/generic/bulk_rename.html:20
+#: netbox/templates/generic/bulk_rename.html:20
 msgid "Renaming"
-msgstr ""
+msgstr "Pārdēvēšana"
 
-#: templates/generic/bulk_rename.html:27
+#: netbox/templates/generic/bulk_rename.html:27
 msgid "Bulk Rename"
-msgstr ""
+msgstr "Lielapjoma pārdēvēšana"
 
-#: templates/generic/bulk_rename.html:39
+#: netbox/templates/generic/bulk_rename.html:39
 msgid "Current Name"
-msgstr ""
+msgstr "Pašreizējais nosaukums"
 
-#: templates/generic/bulk_rename.html:40
+#: netbox/templates/generic/bulk_rename.html:40
 msgid "New Name"
-msgstr ""
+msgstr "Jauns nosaukums"
 
-#: templates/generic/bulk_rename.html:59
+#: netbox/templates/generic/bulk_rename.html:59
 msgid "Rename"
-msgstr ""
+msgstr "Pārdēvēt"
 
-#: templates/generic/bulk_rename.html:66
-#: utilities/templates/widgets/markdown_input.html:11
+#: netbox/templates/generic/bulk_rename.html:66
+#: netbox/utilities/templates/widgets/markdown_input.html:11
 msgid "Preview"
-msgstr ""
+msgstr "Priekšskatījums"
 
-#: templates/generic/confirmation_form.html:16
+#: netbox/templates/generic/confirmation_form.html:16
 msgid "Are you sure"
-msgstr ""
+msgstr "Vai esat pārliecināts"
 
-#: templates/generic/confirmation_form.html:20
+#: netbox/templates/generic/confirmation_form.html:20
 msgid "Confirm"
-msgstr ""
+msgstr "Apstiprināt"
 
-#: templates/generic/object_edit.html:24
+#: netbox/templates/generic/object_edit.html:24
 #, python-format
 msgid "Add a new %(object_type)s"
-msgstr ""
+msgstr "Pievienot jaunu %(object_type)s"
 
-#: templates/generic/object_edit.html:35
+#: netbox/templates/generic/object_edit.html:35
 msgid "View model documentation"
-msgstr ""
+msgstr "Skatīt modeļa dokumentāciju"
 
-#: templates/generic/object_edit.html:36
+#: netbox/templates/generic/object_edit.html:36
 msgid "Help"
-msgstr ""
+msgstr "Palīdzība"
 
-#: templates/generic/object_edit.html:83
+#: netbox/templates/generic/object_edit.html:83
 msgid "Create & Add Another"
-msgstr ""
+msgstr "Izveidot un pievienot citu"
 
-#: templates/generic/object_list.html:49
+#: netbox/templates/generic/object_list.html:49
 msgid "Filters"
-msgstr ""
+msgstr "Filtri"
 
-#: templates/generic/object_list.html:80
+#: netbox/templates/generic/object_list.html:80
 #, python-format
 msgid ""
 "Select <strong>all <span class=\"total-object-count\">%(count)s</span> "
 "%(object_type_plural)s</strong> matching query"
 msgstr ""
+"Izvēlēties <strong>visiem <span class=\"total-object-"
+"count\">%(count)s</span> %(object_type_plural)s</strong> atbilstīgs "
+"vaicājums"
 
-#: templates/home.html:15
+#: netbox/templates/home.html:15
 msgid "New Release Available"
-msgstr ""
+msgstr "Pieejams jauns izlaidums"
 
-#: templates/home.html:16
+#: netbox/templates/home.html:16
 msgid "is available"
-msgstr ""
+msgstr "ir pieejams"
 
-#: templates/home.html:18
+#: netbox/templates/home.html:18
 msgctxt "Document title"
 msgid "Upgrade Instructions"
-msgstr ""
+msgstr "Jaunināšanas instrukcijas"
 
-#: templates/home.html:40
+#: netbox/templates/home.html:40
 msgid "Unlock Dashboard"
-msgstr ""
+msgstr "Atbloķēt informācijas paneli"
 
-#: templates/home.html:49
+#: netbox/templates/home.html:49
 msgid "Lock Dashboard"
-msgstr ""
+msgstr "Bloķēšanas informācijas panelis"
 
-#: templates/home.html:60
+#: netbox/templates/home.html:60
 msgid "Add Widget"
-msgstr ""
+msgstr "Pievienot logrīku"
 
-#: templates/home.html:63
+#: netbox/templates/home.html:63
 msgid "Save Layout"
-msgstr ""
+msgstr "Saglabāt izkārtojumu"
 
-#: templates/htmx/delete_form.html:12
+#: netbox/templates/htmx/delete_form.html:12
 msgid "Confirm Deletion"
-msgstr ""
+msgstr "Apstipriniet dzēšanu"
 
-#: templates/htmx/delete_form.html:17
+#: netbox/templates/htmx/delete_form.html:17
 #, python-format
 msgid ""
 "Are you sure you want to <strong class=\"text-danger\">delete</strong> "
 "%(object_type)s <strong>%(object)s</strong>?"
 msgstr ""
+"Vai esat pārliecināts, ka vēlaties <strong class=\"text-"
+"danger\">dzēst</strong> %(object_type)s <strong>%(object)s</strong>?"
 
-#: templates/htmx/delete_form.html:23
+#: netbox/templates/htmx/delete_form.html:23
 msgid "The following objects will be deleted as a result of this action."
-msgstr ""
+msgstr "Šīs darbības rezultātā tiks dzēsti šādi objekti."
 
-#: templates/htmx/notifications.html:6
+#: netbox/templates/htmx/notifications.html:6
 #, python-format
 msgid "Dismiss %(count)s unread notification?"
 msgid_plural "Dismiss %(count)s unread notifications?"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Atmest %(count)s nelasīti paziņojumi?"
+msgstr[1] "Atmest %(count)s nelasīts paziņojums?"
+msgstr[2] "Atmest %(count)s nelasīti paziņojumi?"
 
-#: templates/htmx/notifications.html:7
+#: netbox/templates/htmx/notifications.html:7
 msgid "Dismiss all unread notifications"
-msgstr ""
+msgstr "Noraidīt visus nelasītos paziņojumus"
 
-#: templates/htmx/notifications.html:9
+#: netbox/templates/htmx/notifications.html:9
 msgid "Dismiss all"
-msgstr ""
+msgstr "Atmest visus"
 
-#: templates/htmx/notifications.html:26
+#: netbox/templates/htmx/notifications.html:26
 msgid "ago"
-msgstr ""
+msgstr "pirms"
 
-#: templates/htmx/notifications.html:37
+#: netbox/templates/htmx/notifications.html:37
 msgid "No unread notifications"
-msgstr ""
+msgstr "Nav nelasītu paziņojumu"
 
-#: templates/htmx/notifications.html:42
+#: netbox/templates/htmx/notifications.html:42
 msgid "All notifications"
-msgstr ""
+msgstr "Visi paziņojumi"
 
-#: templates/htmx/object_selector.html:5
+#: netbox/templates/htmx/object_selector.html:5
 msgid "Select"
-msgstr ""
+msgstr "Izvēlēties"
 
-#: templates/htmx/quick_add.html:7
+#: netbox/templates/htmx/quick_add.html:7
 msgid "Quick Add"
-msgstr ""
+msgstr "Ātra pievienošana"
 
-#: templates/htmx/quick_add_created.html:18
+#: netbox/templates/htmx/quick_add_created.html:18
 #, python-format
 msgid ""
 "\n"
 "      Created %(object_type)s %(object)s\n"
 "    "
 msgstr ""
+"\n"
+"      Izveidots %(object_type)s %(object)s\n"
+"    "
 
-#: templates/inc/filter_list.html:39
-#: utilities/templates/helpers/table_config_form.html:39
+#: netbox/templates/inc/filter_list.html:39
+#: netbox/utilities/templates/helpers/table_config_form.html:39
 msgid "Reset"
-msgstr ""
+msgstr "Atiestatīt"
 
-#: templates/inc/light_toggle.html:4
+#: netbox/templates/inc/light_toggle.html:4
 msgid "Enable dark mode"
-msgstr ""
+msgstr "Iespējot tumšo režīmu"
 
-#: templates/inc/light_toggle.html:7
+#: netbox/templates/inc/light_toggle.html:7
 msgid "Enable light mode"
-msgstr ""
+msgstr "Iespējot gaismas režīmu"
 
-#: templates/inc/missing_prerequisites.html:9
+#: netbox/templates/inc/missing_prerequisites.html:9
 #, python-format
 msgid ""
 "Before you can add a %(model)s you must first create a "
 "<strong>%(prerequisite_model)s</strong>."
 msgstr ""
+"Pirms varat pievienot %(model)s vispirms jāizveido "
+"<strong>%(prerequisite_model)s</strong>."
 
-#: templates/inc/paginator.html:15
+#: netbox/templates/inc/paginator.html:15
 msgid "Page selection"
-msgstr ""
+msgstr "Lapas izvēle"
 
-#: templates/inc/paginator.html:75
+#: netbox/templates/inc/paginator.html:75
 #, python-format
 msgid "Showing %(start)s-%(end)s of %(total)s"
-msgstr ""
+msgstr "parādīšana %(start)s-%(end)s no %(total)s"
 
-#: templates/inc/paginator.html:82
+#: netbox/templates/inc/paginator.html:82
 msgid "Pagination options"
-msgstr ""
+msgstr "Lappusēšanas opcijas"
 
-#: templates/inc/paginator.html:86
+#: netbox/templates/inc/paginator.html:86
 msgid "Per Page"
-msgstr ""
+msgstr "Par lapu"
 
-#: templates/inc/panels/image_attachments.html:10
+#: netbox/templates/inc/panels/image_attachments.html:10
 msgid "Attach an image"
-msgstr ""
+msgstr "Pievienojiet attēlu"
 
-#: templates/inc/panels/related_objects.html:5
+#: netbox/templates/inc/panels/related_objects.html:5
 msgid "Related Objects"
-msgstr ""
+msgstr "Saistītie objekti"
 
-#: templates/inc/panels/tags.html:11
+#: netbox/templates/inc/panels/tags.html:11
 msgid "No tags assigned"
-msgstr ""
+msgstr "Nav piešķirts tags"
 
-#: templates/inc/sync_warning.html:10
+#: netbox/templates/inc/sync_warning.html:10
 msgid "Data is out of sync with upstream file"
-msgstr ""
+msgstr "Dati nav sinhronizēti ar augšupējo failu"
 
-#: templates/inc/table_controls_htmx.html:7
+#: netbox/templates/inc/table_controls_htmx.html:7
 msgid "Quick search"
-msgstr ""
+msgstr "Ātra meklēšana"
 
-#: templates/inc/table_controls_htmx.html:20
+#: netbox/templates/inc/table_controls_htmx.html:20
 msgid "Saved filter"
-msgstr ""
+msgstr "Saglabātais filtrs"
 
-#: templates/inc/table_htmx.html:18
+#: netbox/templates/inc/table_htmx.html:18
 msgid "Clear ordering"
-msgstr ""
+msgstr "Skaidra pasūtīšana"
 
-#: templates/inc/user_menu.html:6
+#: netbox/templates/inc/user_menu.html:6
 msgid "Help center"
-msgstr ""
+msgstr "Palīdzības centrs"
 
-#: templates/inc/user_menu.html:56
+#: netbox/templates/inc/user_menu.html:56
 msgid "Log Out"
-msgstr ""
+msgstr "Izrakstīties"
 
-#: templates/inc/user_menu.html:63 templates/login.html:39
-#: templates/login.html:84
+#: netbox/templates/inc/user_menu.html:63 netbox/templates/login.html:39
+#: netbox/templates/login.html:84
 msgid "Log In"
-msgstr ""
+msgstr "Pieslēgties"
 
-#: templates/ipam/aggregate.html:14 templates/ipam/ipaddress.html:14
-#: templates/ipam/iprange.html:13 templates/ipam/prefix.html:15
+#: netbox/templates/ipam/aggregate.html:14
+#: netbox/templates/ipam/ipaddress.html:14
+#: netbox/templates/ipam/iprange.html:13 netbox/templates/ipam/prefix.html:15
 msgid "Family"
-msgstr ""
+msgstr "Ģimene"
 
-#: templates/ipam/aggregate.html:39
+#: netbox/templates/ipam/aggregate.html:39
 msgid "Date Added"
-msgstr ""
+msgstr "Pievienošanas datums"
 
-#: templates/ipam/aggregate/prefixes.html:8
-#: templates/ipam/prefix/prefixes.html:8 templates/ipam/role.html:10
+#: netbox/templates/ipam/aggregate/prefixes.html:8
+#: netbox/templates/ipam/prefix/prefixes.html:8
+#: netbox/templates/ipam/role.html:10
 msgid "Add Prefix"
-msgstr ""
+msgstr "Pievienot prefiksu"
 
-#: templates/ipam/asn.html:23
+#: netbox/templates/ipam/asn.html:23
 msgid "AS Number"
-msgstr ""
+msgstr "AS numurs"
 
-#: templates/ipam/fhrpgroup.html:52
+#: netbox/templates/ipam/fhrpgroup.html:52
 msgid "Authentication Type"
-msgstr ""
+msgstr "Autentifikācijas veids"
 
-#: templates/ipam/fhrpgroup.html:56
+#: netbox/templates/ipam/fhrpgroup.html:56
 msgid "Authentication Key"
-msgstr ""
+msgstr "Autentifikācijas atslēga"
 
-#: templates/ipam/fhrpgroup.html:70
+#: netbox/templates/ipam/fhrpgroup.html:70
 msgid "Virtual IP Addresses"
-msgstr ""
+msgstr "Virtuālās IP adreses"
 
-#: templates/ipam/inc/ipaddress_edit_header.html:13
+#: netbox/templates/ipam/inc/ipaddress_edit_header.html:13
 msgid "Assign IP"
-msgstr ""
+msgstr "Piešķiriet IP"
 
-#: templates/ipam/inc/ipaddress_edit_header.html:19
+#: netbox/templates/ipam/inc/ipaddress_edit_header.html:19
 msgid "Bulk Create"
-msgstr ""
+msgstr "Lielapjoma izveide"
 
-#: templates/ipam/inc/panels/fhrp_groups.html:10
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:10
 msgid "Create Group"
-msgstr ""
+msgstr "Izveidot grupu"
 
-#: templates/ipam/inc/panels/fhrp_groups.html:25
+#: netbox/templates/ipam/inc/panels/fhrp_groups.html:25
 msgid "Virtual IPs"
-msgstr ""
+msgstr "Virtuālie IP"
 
-#: templates/ipam/inc/toggle_available.html:7
+#: netbox/templates/ipam/inc/toggle_available.html:7
 msgid "Show Assigned"
-msgstr ""
+msgstr "Rādīt piešķirto"
 
-#: templates/ipam/inc/toggle_available.html:10
+#: netbox/templates/ipam/inc/toggle_available.html:10
 msgid "Show Available"
-msgstr ""
+msgstr "Rādīt pieejamo"
 
-#: templates/ipam/inc/toggle_available.html:13
+#: netbox/templates/ipam/inc/toggle_available.html:13
 msgid "Show All"
-msgstr ""
+msgstr "Rādīt visu"
 
-#: templates/ipam/ipaddress.html:23 templates/ipam/iprange.html:52
-#: templates/ipam/prefix.html:24
+#: netbox/templates/ipam/ipaddress.html:23
+#: netbox/templates/ipam/iprange.html:52 netbox/templates/ipam/prefix.html:24
 msgid "Global"
-msgstr ""
+msgstr "Globāls"
 
-#: templates/ipam/ipaddress.html:85
+#: netbox/templates/ipam/ipaddress.html:85
 msgid "NAT (outside)"
-msgstr ""
+msgstr "NAT (ārpusē)"
 
-#: templates/ipam/ipaddress_assign.html:8
+#: netbox/templates/ipam/ipaddress_assign.html:8
 msgid "Assign an IP Address"
-msgstr ""
+msgstr "Piešķiriet IP adresi"
 
-#: templates/ipam/ipaddress_assign.html:22
+#: netbox/templates/ipam/ipaddress_assign.html:22
 msgid "Select IP Address"
-msgstr ""
+msgstr "Izvēlieties IP adresi"
 
-#: templates/ipam/ipaddress_assign.html:35
+#: netbox/templates/ipam/ipaddress_assign.html:35
 msgid "Search Results"
-msgstr ""
+msgstr "Meklēšanas rezultāti"
 
-#: templates/ipam/ipaddress_bulk_add.html:6
+#: netbox/templates/ipam/ipaddress_bulk_add.html:6
 msgid "Bulk Add IP Addresses"
-msgstr ""
+msgstr "Lielapjoma IP adreses pievienošana"
 
-#: templates/ipam/iprange.html:17
+#: netbox/templates/ipam/iprange.html:17
 msgid "Starting Address"
-msgstr ""
+msgstr "Sākuma adrese"
 
-#: templates/ipam/iprange.html:21
+#: netbox/templates/ipam/iprange.html:21
 msgid "Ending Address"
-msgstr ""
+msgstr "Noslēguma adrese"
 
-#: templates/ipam/prefix.html:95
+#: netbox/templates/ipam/prefix.html:95
 msgid "Addressing Details"
-msgstr ""
+msgstr "Informācija par adresēšanu"
 
-#: templates/ipam/prefix.html:106
+#: netbox/templates/ipam/prefix.html:106
 msgid "Marked fully utilized"
-msgstr ""
+msgstr "Marķēts pilnībā izmantots"
 
-#: templates/ipam/prefix.html:114
+#: netbox/templates/ipam/prefix.html:114
 msgid "Child IPs"
-msgstr ""
+msgstr "Bērnu IP"
 
-#: templates/ipam/prefix.html:122
+#: netbox/templates/ipam/prefix.html:122
 msgid "Available IPs"
-msgstr ""
+msgstr "Pieejamie IP"
 
-#: templates/ipam/prefix.html:134
+#: netbox/templates/ipam/prefix.html:134
 msgid "First available IP"
-msgstr ""
+msgstr "Pirmais pieejamais IP"
 
-#: templates/ipam/prefix.html:175
+#: netbox/templates/ipam/prefix.html:175
 msgid "Prefix Details"
-msgstr ""
+msgstr "Detaļas par prefiksu"
 
-#: templates/ipam/prefix.html:181
+#: netbox/templates/ipam/prefix.html:181
 msgid "Network Address"
-msgstr ""
+msgstr "Tīkla adrese"
 
-#: templates/ipam/prefix.html:185
+#: netbox/templates/ipam/prefix.html:185
 msgid "Network Mask"
-msgstr ""
+msgstr "Tīkla maska"
 
-#: templates/ipam/prefix.html:189
+#: netbox/templates/ipam/prefix.html:189
 msgid "Wildcard Mask"
-msgstr ""
+msgstr "Aizstājējzīmju maska"
 
-#: templates/ipam/prefix.html:193
+#: netbox/templates/ipam/prefix.html:193
 msgid "Broadcast Address"
-msgstr ""
+msgstr "Apraides adrese"
 
-#: templates/ipam/prefix/ip_ranges.html:7
+#: netbox/templates/ipam/prefix/ip_ranges.html:7
 msgid "Add IP Range"
-msgstr ""
+msgstr "Pievienojiet IP diapazonu"
 
-#: templates/ipam/prefix_list.html:7
+#: netbox/templates/ipam/prefix_list.html:7
 msgid "Hide Depth Indicators"
-msgstr ""
+msgstr "Slēpt dziļuma indikatorus"
 
-#: templates/ipam/prefix_list.html:11
+#: netbox/templates/ipam/prefix_list.html:11
 msgid "Max Depth"
-msgstr ""
+msgstr "Maksimālais dziļums"
 
-#: templates/ipam/prefix_list.html:28
+#: netbox/templates/ipam/prefix_list.html:28
 msgid "Max Length"
-msgstr ""
+msgstr "Maksimālais garums"
 
-#: templates/ipam/rir.html:10
+#: netbox/templates/ipam/rir.html:10
 msgid "Add Aggregate"
-msgstr ""
+msgstr "Pievienot agregātu"
 
-#: templates/ipam/routetarget.html:38
+#: netbox/templates/ipam/routetarget.html:38
 msgid "Importing VRFs"
-msgstr ""
+msgstr "VRF importēšana"
 
-#: templates/ipam/routetarget.html:44
+#: netbox/templates/ipam/routetarget.html:44
 msgid "Exporting VRFs"
-msgstr ""
+msgstr "VRF eksportēšana"
 
-#: templates/ipam/routetarget.html:52
+#: netbox/templates/ipam/routetarget.html:52
 msgid "Importing L2VPNs"
-msgstr ""
+msgstr "L2VPN importēšana"
 
-#: templates/ipam/routetarget.html:58
+#: netbox/templates/ipam/routetarget.html:58
 msgid "Exporting L2VPNs"
-msgstr ""
+msgstr "L2VPN eksportēšana"
 
-#: templates/ipam/vlan.html:66
+#: netbox/templates/ipam/vlan.html:66
 msgid "Q-in-Q Role"
-msgstr ""
+msgstr "Q-in-Q loma"
 
-#: templates/ipam/vlan.html:104
+#: netbox/templates/ipam/vlan.html:104
 msgid "Add a Prefix"
-msgstr ""
+msgstr "Pievienojiet prefiksu"
 
-#: templates/ipam/vlan.html:114
+#: netbox/templates/ipam/vlan.html:114
 msgid "Customer VLANs"
-msgstr ""
+msgstr "Klientu VLAN"
 
-#: templates/ipam/vlan.html:118
+#: netbox/templates/ipam/vlan.html:118
 msgid "Add a VLAN"
-msgstr ""
+msgstr "Pievienojiet VLAN"
 
-#: templates/ipam/vlangroup.html:18
+#: netbox/templates/ipam/vlangroup.html:18
 msgid "Add VLAN"
-msgstr ""
+msgstr "Pievienot VLAN"
 
-#: templates/ipam/vlantranslationpolicy.html:51
+#: netbox/templates/ipam/vlantranslationpolicy.html:51
 msgid "Add Rule"
-msgstr ""
+msgstr "Pievienot kārtulu"
 
-#: templates/ipam/vrf.html:16
+#: netbox/templates/ipam/vrf.html:16
 msgid "Route Distinguisher"
-msgstr ""
+msgstr "Maršruta atšķirtājs"
 
-#: templates/ipam/vrf.html:29
+#: netbox/templates/ipam/vrf.html:29
 msgid "Unique IP Space"
-msgstr ""
+msgstr "Unikāla IP telpa"
 
-#: templates/login.html:29
-#: utilities/templates/form_helpers/render_errors.html:7
+#: netbox/templates/login.html:29
+#: netbox/utilities/templates/form_helpers/render_errors.html:7
 msgid "Errors"
-msgstr ""
+msgstr "Kļūdas"
 
-#: templates/login.html:70
+#: netbox/templates/login.html:70
 msgid "Sign In"
-msgstr ""
+msgstr "Pierakstīties"
 
-#: templates/login.html:80
+#: netbox/templates/login.html:80
 msgctxt "Denotes an alternative option"
 msgid "Or"
-msgstr ""
+msgstr "Vai arī"
 
-#: templates/media_failure.html:7
+#: netbox/templates/media_failure.html:7
 msgid "Static Media Failure - NetBox"
-msgstr ""
+msgstr "Statiskā datu nesēja kļūme - NetBox"
 
-#: templates/media_failure.html:21
+#: netbox/templates/media_failure.html:21
 msgid "Static Media Failure"
-msgstr ""
+msgstr "Statiskā datu nesēja kļūme"
 
-#: templates/media_failure.html:23
+#: netbox/templates/media_failure.html:23
 msgid "The following static media file failed to load"
-msgstr ""
+msgstr "Neizdevās ielādēt šādu statisko multivides failu"
 
-#: templates/media_failure.html:26
+#: netbox/templates/media_failure.html:26
 msgid "Check the following"
-msgstr ""
+msgstr "Pārbaudiet sekojošo"
 
-#: templates/media_failure.html:29
+#: netbox/templates/media_failure.html:29
 #, python-format
 msgid ""
 "<code>%(command)s</code> was run during the most recent upgrade. This "
 "installs the most recent iteration of each static file into the static root "
 "path."
 msgstr ""
+"<code>%(command)s</code> tika palaists pēdējā jauninājuma laikā. Tas instalē"
+" katra statiskā faila jaunāko iterāciju statiskajā saknes ceļā."
 
-#: templates/media_failure.html:35
+#: netbox/templates/media_failure.html:35
 #, python-format
 msgid ""
 "The HTTP service (e.g. nginx or Apache) is configured to serve files from "
 "the <code>STATIC_ROOT</code> path. Refer to <a href=\"%(docs_url)s\">the "
 "installation documentation</a> for further guidance."
 msgstr ""
+"HTTP pakalpojums (piemēram, nginx vai Apache) ir konfigurēts, lai apkalpotu "
+"failus no <code>STATISKĀ SAKNE</code> ceļš. Skatīt <a "
+"href=\"%(docs_url)s\">uzstādīšanas dokumentācija</a> papildu norādījumiem."
 
-#: templates/media_failure.html:47
+#: netbox/templates/media_failure.html:47
 #, python-format
 msgid ""
 "The file <code>%(filename)s</code> exists in the static root directory and "
 "is readable by the HTTP server."
 msgstr ""
+"Fails <code>%(filename)s</code> pastāv statiskajā saknes direktorijā, un to "
+"var nolasīt HTTP serveris."
 
-#: templates/media_failure.html:55
+#: netbox/templates/media_failure.html:55
 #, python-format
-msgid ""
-"Click <a href=\"%(home_url)s\">here</a> to attempt loading NetBox again."
+msgid "Click <a href=\"%(home_url)s\">here</a> to attempt loading NetBox again."
 msgstr ""
+"Noklikšķiniet <a href=\"%(home_url)s\">šeit</a> lai mēģinātu vēlreiz ielādēt"
+" NetBox."
 
-#: 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
+#: netbox/templates/tenancy/contact.html:18 netbox/tenancy/filtersets.py:152
+#: netbox/tenancy/forms/bulk_edit.py:154
+#: netbox/tenancy/forms/filtersets.py:102 netbox/tenancy/forms/forms.py:57
+#: netbox/tenancy/forms/model_forms.py:113
+#: netbox/tenancy/forms/model_forms.py:137
+#: netbox/tenancy/tables/contacts.py:106
 msgid "Contact"
-msgstr ""
+msgstr "Sazināties"
 
-#: templates/tenancy/contact.html:39 tenancy/forms/bulk_edit.py:111
+#: netbox/templates/tenancy/contact.html:39
+#: netbox/tenancy/forms/bulk_edit.py:111
 msgid "Title"
-msgstr ""
+msgstr "Nosaukums"
 
-#: templates/tenancy/contact.html:43 tenancy/forms/bulk_edit.py:116
-#: tenancy/tables/contacts.py:72
+#: netbox/templates/tenancy/contact.html:43
+#: netbox/tenancy/forms/bulk_edit.py:116 netbox/tenancy/tables/contacts.py:72
 msgid "Phone"
-msgstr ""
+msgstr "Tālrunis"
 
-#: templates/tenancy/contactgroup.html:18 tenancy/forms/forms.py:67
-#: tenancy/forms/model_forms.py:77
+#: netbox/templates/tenancy/contactgroup.html:18
+#: netbox/tenancy/forms/forms.py:67 netbox/tenancy/forms/model_forms.py:77
 msgid "Contact Group"
-msgstr ""
+msgstr "Kontaktgrupa"
 
-#: templates/tenancy/contactgroup.html:51
+#: netbox/templates/tenancy/contactgroup.html:51
 msgid "Add Contact Group"
-msgstr ""
+msgstr "Pievienot kontaktpersonu grupu"
 
-#: templates/tenancy/contactrole.html:15 tenancy/filtersets.py:157
-#: tenancy/forms/forms.py:62 tenancy/forms/model_forms.py:89
+#: netbox/templates/tenancy/contactrole.html:15
+#: netbox/tenancy/filtersets.py:157 netbox/tenancy/forms/forms.py:62
+#: netbox/tenancy/forms/model_forms.py:89
 msgid "Contact Role"
-msgstr ""
+msgstr "Kontakta loma"
 
-#: templates/tenancy/object_contacts.html:8
+#: netbox/templates/tenancy/object_contacts.html:8
 msgid "Add a contact"
-msgstr ""
+msgstr "Kontaktpersonas pievienošana"
 
-#: templates/tenancy/tenantgroup.html:17
+#: netbox/templates/tenancy/tenantgroup.html:17
 msgid "Add Tenant"
-msgstr ""
+msgstr "Pievienot īrnieku"
 
-#: templates/tenancy/tenantgroup.html:26 tenancy/forms/model_forms.py:33
-#: tenancy/tables/columns.py:36 tenancy/tables/columns.py:46
+#: netbox/templates/tenancy/tenantgroup.html:26
+#: netbox/tenancy/forms/model_forms.py:33 netbox/tenancy/tables/columns.py:36
+#: netbox/tenancy/tables/columns.py:46
 msgid "Tenant Group"
-msgstr ""
+msgstr "Īrnieku grupa"
 
-#: templates/tenancy/tenantgroup.html:60
+#: netbox/templates/tenancy/tenantgroup.html:60
 msgid "Add Tenant Group"
-msgstr ""
+msgstr "Pievienot īrnieku grupu"
 
-#: templates/users/group.html:39 templates/users/user.html:61
+#: netbox/templates/users/group.html:39 netbox/templates/users/user.html:61
 msgid "Assigned Permissions"
-msgstr ""
+msgstr "Piešķirtās atļaujas"
 
-#: templates/users/inc/user_activity.html:6
+#: netbox/templates/users/inc/user_activity.html:6
 msgid "Recent Activity"
-msgstr ""
+msgstr "Nesenās aktivitātes"
 
-#: templates/users/inc/user_activity.html:9
+#: netbox/templates/users/inc/user_activity.html:9
 msgid "View All"
-msgstr ""
+msgstr "Skatīt visu"
 
-#: templates/users/objectpermission.html:6
-#: templates/users/objectpermission.html:14 users/forms/filtersets.py:66
+#: netbox/templates/users/objectpermission.html:6
+#: netbox/templates/users/objectpermission.html:14
+#: netbox/users/forms/filtersets.py:66
 msgid "Permission"
-msgstr ""
+msgstr "Atļauja"
 
-#: templates/users/objectpermission.html:34
+#: netbox/templates/users/objectpermission.html:34
 msgid "View"
-msgstr ""
+msgstr "Skatīt"
 
-#: templates/users/objectpermission.html:52 users/forms/model_forms.py:348
-#: users/forms/model_forms.py:361
+#: netbox/templates/users/objectpermission.html:52
+#: netbox/users/forms/model_forms.py:348 netbox/users/forms/model_forms.py:361
 msgid "Constraints"
-msgstr ""
+msgstr "Ierobežojumi"
 
-#: templates/users/objectpermission.html:72
+#: netbox/templates/users/objectpermission.html:72
 msgid "Assigned Users"
-msgstr ""
+msgstr "Piešķirtie lietotāji"
 
-#: templates/virtualization/cluster.html:56
+#: netbox/templates/virtualization/cluster.html:56
 msgid "Allocated Resources"
-msgstr ""
+msgstr "Piešķirtie resursi"
 
-#: templates/virtualization/cluster.html:59
-#: templates/virtualization/virtualmachine.html:127
+#: netbox/templates/virtualization/cluster.html:59
+#: netbox/templates/virtualization/virtualmachine.html:127
 msgid "Virtual CPUs"
-msgstr ""
+msgstr "Virtuālie CPU"
 
-#: templates/virtualization/cluster.html:63
-#: templates/virtualization/virtualmachine.html:131
+#: netbox/templates/virtualization/cluster.html:63
+#: netbox/templates/virtualization/virtualmachine.html:131
 msgid "Memory"
-msgstr ""
+msgstr "Atmiņa"
 
-#: templates/virtualization/cluster.html:73
-#: templates/virtualization/virtualmachine.html:142
+#: netbox/templates/virtualization/cluster.html:73
+#: netbox/templates/virtualization/virtualmachine.html:142
 msgid "Disk Space"
-msgstr ""
+msgstr "Diska vieta"
 
-#: templates/virtualization/cluster/base.html:18
+#: netbox/templates/virtualization/cluster/base.html:18
 msgid "Add Virtual Machine"
-msgstr ""
+msgstr "Pievienot virtuālo mašīnu"
 
-#: templates/virtualization/cluster/base.html:24
+#: netbox/templates/virtualization/cluster/base.html:24
 msgid "Assign Device"
-msgstr ""
+msgstr "Piešķiriet ierīci"
 
-#: templates/virtualization/cluster_add_devices.html:9
+#: netbox/templates/virtualization/cluster_add_devices.html:9
 #, python-format
 msgid "Add Device to Cluster %(cluster)s"
-msgstr ""
+msgstr "Pievienot ierīci klasterī %(cluster)s"
 
-#: templates/virtualization/cluster_add_devices.html:23
+#: netbox/templates/virtualization/cluster_add_devices.html:23
 msgid "Device Selection"
-msgstr ""
+msgstr "Ierīces izvēle"
 
-#: templates/virtualization/cluster_add_devices.html:31
+#: netbox/templates/virtualization/cluster_add_devices.html:31
 msgid "Add Devices"
-msgstr ""
+msgstr "Pievienot ierīces"
 
-#: templates/virtualization/clustergroup.html:10
-#: templates/virtualization/clustertype.html:10
+#: netbox/templates/virtualization/clustergroup.html:10
+#: netbox/templates/virtualization/clustertype.html:10
 msgid "Add Cluster"
-msgstr ""
+msgstr "Pievienot klasteri"
 
-#: templates/virtualization/clustergroup.html:19
-#: virtualization/forms/model_forms.py:53
+#: netbox/templates/virtualization/clustergroup.html:19
+#: netbox/virtualization/forms/model_forms.py:53
 msgid "Cluster Group"
-msgstr ""
+msgstr "Klasteru grupa"
 
-#: templates/virtualization/clustertype.html:19
-#: templates/virtualization/virtualmachine.html:110
-#: virtualization/forms/model_forms.py:39
+#: netbox/templates/virtualization/clustertype.html:19
+#: netbox/templates/virtualization/virtualmachine.html:110
+#: netbox/virtualization/forms/model_forms.py:39
 msgid "Cluster Type"
-msgstr ""
+msgstr "Klasteru tips"
 
-#: templates/virtualization/virtualdisk.html:18
+#: netbox/templates/virtualization/virtualdisk.html:18
 msgid "Virtual Disk"
-msgstr ""
+msgstr "Virtuālais disks"
 
-#: templates/virtualization/virtualmachine.html:124
-#: virtualization/forms/bulk_edit.py:172
-#: virtualization/forms/model_forms.py:231
+#: netbox/templates/virtualization/virtualmachine.html:124
+#: netbox/virtualization/forms/bulk_edit.py:172
+#: netbox/virtualization/forms/model_forms.py:231
 msgid "Resources"
-msgstr ""
+msgstr "Resursi"
 
-#: templates/virtualization/virtualmachine.html:180
+#: netbox/templates/virtualization/virtualmachine.html:180
 msgid "Add Virtual Disk"
-msgstr ""
+msgstr "Pievienojiet virtuālo disku"
 
-#: templates/vpn/ikepolicy.html:10 templates/vpn/ipsecprofile.html:33
-#: vpn/tables/crypto.py:166
+#: netbox/templates/vpn/ikepolicy.html:10
+#: netbox/templates/vpn/ipsecprofile.html:33 netbox/vpn/tables/crypto.py:166
 msgid "IKE Policy"
-msgstr ""
+msgstr "IKE politika"
 
-#: templates/vpn/ikepolicy.html:21
+#: netbox/templates/vpn/ikepolicy.html:21
 msgid "IKE Version"
-msgstr ""
+msgstr "IKE versija"
 
-#: templates/vpn/ikepolicy.html:29
+#: netbox/templates/vpn/ikepolicy.html:29
 msgid "Pre-Shared Key"
-msgstr ""
+msgstr "Iepriekš koplietota atslēga"
 
-#: templates/vpn/ikepolicy.html:33
-#: templates/wireless/inc/authentication_attrs.html:20
+#: netbox/templates/vpn/ikepolicy.html:33
+#: netbox/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
+msgstr "Parādīt noslēpumu"
+
+#: netbox/templates/vpn/ikepolicy.html:57
+#: netbox/templates/vpn/ipsecpolicy.html:45
+#: netbox/templates/vpn/ipsecprofile.html:52
+#: netbox/templates/vpn/ipsecprofile.html:77
+#: netbox/vpn/forms/model_forms.py:317 netbox/vpn/forms/model_forms.py:354
+#: netbox/vpn/tables/crypto.py:68 netbox/vpn/tables/crypto.py:134
 msgid "Proposals"
-msgstr ""
+msgstr "Priekšlikumi"
 
-#: templates/vpn/ikeproposal.html:10
+#: netbox/templates/vpn/ikeproposal.html:10
 msgid "IKE Proposal"
-msgstr ""
+msgstr "IKE priekšlikums"
 
-#: templates/vpn/ikeproposal.html:21 vpn/forms/bulk_edit.py:97
-#: vpn/forms/bulk_import.py:145 vpn/forms/filtersets.py:106
+#: netbox/templates/vpn/ikeproposal.html:21 netbox/vpn/forms/bulk_edit.py:97
+#: netbox/vpn/forms/bulk_import.py:145 netbox/vpn/forms/filtersets.py:106
 msgid "Authentication method"
-msgstr ""
+msgstr "Autentifikācijas metode"
 
-#: 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
+#: netbox/templates/vpn/ikeproposal.html:25
+#: netbox/templates/vpn/ipsecproposal.html:21
+#: netbox/vpn/forms/bulk_edit.py:102 netbox/vpn/forms/bulk_edit.py:172
+#: netbox/vpn/forms/bulk_import.py:149 netbox/vpn/forms/bulk_import.py:195
+#: netbox/vpn/forms/filtersets.py:111 netbox/vpn/forms/filtersets.py:159
 msgid "Encryption algorithm"
-msgstr ""
+msgstr "Šifrēšanas algoritms"
 
-#: 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
+#: netbox/templates/vpn/ikeproposal.html:29
+#: netbox/templates/vpn/ipsecproposal.html:25
+#: netbox/vpn/forms/bulk_edit.py:107 netbox/vpn/forms/bulk_edit.py:177
+#: netbox/vpn/forms/bulk_import.py:153 netbox/vpn/forms/bulk_import.py:200
+#: netbox/vpn/forms/filtersets.py:116 netbox/vpn/forms/filtersets.py:164
 msgid "Authentication algorithm"
-msgstr ""
+msgstr "Autentifikācijas algoritms"
 
-#: templates/vpn/ikeproposal.html:33
+#: netbox/templates/vpn/ikeproposal.html:33
 msgid "DH group"
-msgstr ""
+msgstr "DH grupa"
 
-#: templates/vpn/ikeproposal.html:37 templates/vpn/ipsecproposal.html:29
-#: vpn/forms/bulk_edit.py:182 vpn/models/crypto.py:146
+#: netbox/templates/vpn/ikeproposal.html:37
+#: netbox/templates/vpn/ipsecproposal.html:29
+#: netbox/vpn/forms/bulk_edit.py:182 netbox/vpn/models/crypto.py:146
 msgid "SA lifetime (seconds)"
-msgstr ""
+msgstr "SA kalpošanas laiks (sekundes)"
 
-#: templates/vpn/ipsecpolicy.html:10 templates/vpn/ipsecprofile.html:66
-#: vpn/tables/crypto.py:170
+#: netbox/templates/vpn/ipsecpolicy.html:10
+#: netbox/templates/vpn/ipsecprofile.html:66 netbox/vpn/tables/crypto.py:170
 msgid "IPSec Policy"
-msgstr ""
+msgstr "IPsec politika"
 
-#: templates/vpn/ipsecpolicy.html:21 vpn/forms/bulk_edit.py:210
-#: vpn/models/crypto.py:191
+#: netbox/templates/vpn/ipsecpolicy.html:21 netbox/vpn/forms/bulk_edit.py:210
+#: netbox/vpn/models/crypto.py:191
 msgid "PFS group"
-msgstr ""
+msgstr "PFS grupa"
 
-#: templates/vpn/ipsecprofile.html:10 vpn/forms/model_forms.py:55
+#: netbox/templates/vpn/ipsecprofile.html:10
+#: netbox/vpn/forms/model_forms.py:55
 msgid "IPSec Profile"
-msgstr ""
+msgstr "IPsec profils"
 
-#: templates/vpn/ipsecprofile.html:89 vpn/tables/crypto.py:137
+#: netbox/templates/vpn/ipsecprofile.html:89 netbox/vpn/tables/crypto.py:137
 msgid "PFS Group"
-msgstr ""
+msgstr "PFS grupa"
 
-#: templates/vpn/ipsecproposal.html:10
+#: netbox/templates/vpn/ipsecproposal.html:10
 msgid "IPSec Proposal"
-msgstr ""
+msgstr "IPsec priekšlikums"
 
-#: templates/vpn/ipsecproposal.html:33 vpn/forms/bulk_edit.py:186
-#: vpn/models/crypto.py:152
+#: netbox/templates/vpn/ipsecproposal.html:33
+#: netbox/vpn/forms/bulk_edit.py:186 netbox/vpn/models/crypto.py:152
 msgid "SA lifetime (KB)"
-msgstr ""
+msgstr "SA kalpošanas laiks (KB)"
 
-#: templates/vpn/l2vpn.html:11 templates/vpn/l2vpntermination.html:9
+#: netbox/templates/vpn/l2vpn.html:11
+#: netbox/templates/vpn/l2vpntermination.html:9
 msgid "L2VPN Attributes"
-msgstr ""
+msgstr "L2VPN Atribūti"
 
-#: templates/vpn/l2vpn.html:64 templates/vpn/tunnel.html:76
+#: netbox/templates/vpn/l2vpn.html:64 netbox/templates/vpn/tunnel.html:76
 msgid "Add a Termination"
-msgstr ""
+msgstr "Pievienot izbeigšanu"
 
-#: templates/vpn/tunnel.html:37 vpn/forms/bulk_edit.py:49
-#: vpn/forms/bulk_import.py:48 vpn/forms/filtersets.py:62
+#: netbox/templates/vpn/tunnel.html:37 netbox/vpn/forms/bulk_edit.py:49
+#: netbox/vpn/forms/bulk_import.py:48 netbox/vpn/forms/filtersets.py:62
 msgid "Encapsulation"
-msgstr ""
+msgstr "Iekapsulēšana"
 
-#: 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
+#: netbox/templates/vpn/tunnel.html:41 netbox/vpn/forms/bulk_edit.py:55
+#: netbox/vpn/forms/bulk_import.py:53 netbox/vpn/forms/filtersets.py:69
+#: netbox/vpn/models/crypto.py:246 netbox/vpn/tables/tunnels.py:52
 msgid "IPSec profile"
-msgstr ""
+msgstr "IPsec profils"
 
-#: templates/vpn/tunnel.html:45 vpn/forms/bulk_edit.py:69
-#: vpn/forms/filtersets.py:73
+#: netbox/templates/vpn/tunnel.html:45 netbox/vpn/forms/bulk_edit.py:69
+#: netbox/vpn/forms/filtersets.py:73
 msgid "Tunnel ID"
-msgstr ""
+msgstr "Tuneļa ID"
 
-#: templates/vpn/tunnelgroup.html:14
+#: netbox/templates/vpn/tunnelgroup.html:14
 msgid "Add Tunnel"
-msgstr ""
+msgstr "Pievienot tuneli"
 
-#: templates/vpn/tunnelgroup.html:23 vpn/forms/model_forms.py:36
-#: vpn/forms/model_forms.py:49
+#: netbox/templates/vpn/tunnelgroup.html:23 netbox/vpn/forms/model_forms.py:36
+#: netbox/vpn/forms/model_forms.py:49
 msgid "Tunnel Group"
-msgstr ""
+msgstr "Tuneļu grupa"
 
-#: templates/vpn/tunneltermination.html:10
+#: netbox/templates/vpn/tunneltermination.html:10
 msgid "Tunnel Termination"
-msgstr ""
+msgstr "Tuneļa izbeigšana"
 
-#: 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
+#: netbox/templates/vpn/tunneltermination.html:35
+#: netbox/vpn/forms/bulk_import.py:107 netbox/vpn/forms/model_forms.py:103
+#: netbox/vpn/forms/model_forms.py:139 netbox/vpn/forms/model_forms.py:248
+#: netbox/vpn/tables/tunnels.py:104
 msgid "Outside IP"
-msgstr ""
+msgstr "Ārpus IP"
 
-#: templates/vpn/tunneltermination.html:51
+#: netbox/templates/vpn/tunneltermination.html:51
 msgid "Peer Terminations"
-msgstr ""
+msgstr "Vienaudžu pārtraukšana"
 
-#: templates/wireless/inc/authentication_attrs.html:12
+#: netbox/templates/wireless/inc/authentication_attrs.html:12
 msgid "Cipher"
-msgstr ""
+msgstr "Šifrs"
 
-#: templates/wireless/inc/authentication_attrs.html:16
+#: netbox/templates/wireless/inc/authentication_attrs.html:16
 msgid "PSK"
-msgstr ""
+msgstr "PSK"
 
-#: templates/wireless/inc/wirelesslink_interface.html:35
-#: templates/wireless/inc/wirelesslink_interface.html:45
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:35
+#: netbox/templates/wireless/inc/wirelesslink_interface.html:45
 msgctxt "Abbreviation for megahertz"
 msgid "MHz"
-msgstr ""
+msgstr "MHz"
 
-#: templates/wireless/wirelesslan.html:65
+#: netbox/templates/wireless/wirelesslan.html:65
 msgid "Attached Interfaces"
-msgstr ""
+msgstr "Pievienotās saskarnes"
 
-#: templates/wireless/wirelesslangroup.html:17
+#: netbox/templates/wireless/wirelesslangroup.html:17
 msgid "Add Wireless LAN"
-msgstr ""
+msgstr "Pievienojiet bezvadu LAN"
 
-#: templates/wireless/wirelesslangroup.html:26 wireless/forms/model_forms.py:31
+#: netbox/templates/wireless/wirelesslangroup.html:26
+#: netbox/wireless/forms/model_forms.py:31
 msgid "Wireless LAN Group"
-msgstr ""
+msgstr "Bezvadu LAN grupa"
 
-#: templates/wireless/wirelesslangroup.html:60
+#: netbox/templates/wireless/wirelesslangroup.html:60
 msgid "Add Wireless LAN Group"
-msgstr ""
+msgstr "Pievienojiet bezvadu LAN grupu"
 
-#: templates/wireless/wirelesslink.html:14
+#: netbox/templates/wireless/wirelesslink.html:14
 msgid "Link Properties"
-msgstr ""
+msgstr "Saites rekvizīti"
 
-#: tenancy/filtersets.py:28
+#: netbox/tenancy/filtersets.py:28
 msgid "Parent contact group (ID)"
-msgstr ""
+msgstr "Vecāku kontaktu grupa (ID)"
 
-#: tenancy/filtersets.py:34
+#: netbox/tenancy/filtersets.py:34
 msgid "Parent contact group (slug)"
-msgstr ""
+msgstr "Vecāku kontaktu grupa (gliemeži)"
 
-#: tenancy/filtersets.py:40 tenancy/filtersets.py:72 tenancy/filtersets.py:115
+#: netbox/tenancy/filtersets.py:40 netbox/tenancy/filtersets.py:72
+#: netbox/tenancy/filtersets.py:115
 msgid "Contact group (ID)"
-msgstr ""
+msgstr "Kontaktgrupa (ID)"
 
-#: tenancy/filtersets.py:47 tenancy/filtersets.py:79 tenancy/filtersets.py:122
+#: netbox/tenancy/filtersets.py:47 netbox/tenancy/filtersets.py:79
+#: netbox/tenancy/filtersets.py:122
 msgid "Contact group (slug)"
-msgstr ""
+msgstr "Kontaktgrupa (gliemeži)"
 
-#: tenancy/filtersets.py:52 tenancy/filtersets.py:109
+#: netbox/tenancy/filtersets.py:52 netbox/tenancy/filtersets.py:109
 msgid "Contact (ID)"
-msgstr ""
+msgstr "Kontakti (ID)"
 
-#: tenancy/filtersets.py:126
+#: netbox/tenancy/filtersets.py:126
 msgid "Contact role (ID)"
-msgstr ""
+msgstr "Kontaktpersona (ID)"
 
-#: tenancy/filtersets.py:132
+#: netbox/tenancy/filtersets.py:132
 msgid "Contact role (slug)"
-msgstr ""
+msgstr "Kontakta loma (gliemeži)"
 
-#: tenancy/filtersets.py:163
+#: netbox/tenancy/filtersets.py:163
 msgid "Contact group"
-msgstr ""
+msgstr "Kontaktgrupa"
 
-#: tenancy/filtersets.py:174
+#: netbox/tenancy/filtersets.py:174
 msgid "Parent tenant group (ID)"
-msgstr ""
+msgstr "Vecāku īrnieku grupa (ID)"
 
-#: tenancy/filtersets.py:180
+#: netbox/tenancy/filtersets.py:180
 msgid "Parent tenant group (slug)"
-msgstr ""
+msgstr "Vecāku īrnieku grupa (gliemeži)"
 
-#: tenancy/filtersets.py:186 tenancy/filtersets.py:206
+#: netbox/tenancy/filtersets.py:186 netbox/tenancy/filtersets.py:206
 msgid "Tenant group (ID)"
-msgstr ""
+msgstr "Īrnieku grupa (ID)"
 
-#: tenancy/filtersets.py:239
+#: netbox/tenancy/filtersets.py:239
 msgid "Tenant Group (ID)"
-msgstr ""
+msgstr "Īrnieku grupa (ID)"
 
-#: tenancy/filtersets.py:246
+#: netbox/tenancy/filtersets.py:246
 msgid "Tenant Group (slug)"
-msgstr ""
+msgstr "Īrnieku grupa (gliemeži)"
 
-#: tenancy/forms/bulk_edit.py:101
+#: netbox/tenancy/forms/bulk_edit.py:101
 msgid "Add groups"
-msgstr ""
+msgstr "Pievienot grupas"
 
-#: tenancy/forms/bulk_edit.py:106
+#: netbox/tenancy/forms/bulk_edit.py:106
 msgid "Remove groups"
-msgstr ""
+msgstr "Noņemt grupas"
 
-#: tenancy/forms/bulk_import.py:85
+#: netbox/tenancy/forms/bulk_import.py:85
 msgid ""
-"Group names separated by commas, encased with double quotes (e.g. \"Group 1,"
-"Group 2\")"
+"Group names separated by commas, encased with double quotes (e.g. \"Group "
+"1,Group 2\")"
 msgstr ""
+"Grupu nosaukumi, kas atdalīti ar komatiem, apvilkti ar dubultpēdiņām "
+"(piemēram, “1. grupa, 2. grupa”)"
 
-#: tenancy/forms/bulk_import.py:106
+#: netbox/tenancy/forms/bulk_import.py:106
 msgid "Assigned contact"
-msgstr ""
+msgstr "Piešķirtais kontakts"
 
-#: tenancy/models/contacts.py:31
+#: netbox/tenancy/models/contacts.py:31
 msgid "contact group"
-msgstr ""
+msgstr "kontaktgrupa"
 
-#: tenancy/models/contacts.py:32
+#: netbox/tenancy/models/contacts.py:32
 msgid "contact groups"
-msgstr ""
+msgstr "kontaktgrupas"
 
-#: tenancy/models/contacts.py:41
+#: netbox/tenancy/models/contacts.py:41
 msgid "contact role"
-msgstr ""
+msgstr "kontakta loma"
 
-#: tenancy/models/contacts.py:42
+#: netbox/tenancy/models/contacts.py:42
 msgid "contact roles"
-msgstr ""
+msgstr "kontaktu lomas"
 
-#: tenancy/models/contacts.py:61
+#: netbox/tenancy/models/contacts.py:61
 msgid "title"
-msgstr ""
+msgstr "nosaukums"
 
-#: tenancy/models/contacts.py:66
+#: netbox/tenancy/models/contacts.py:66
 msgid "phone"
-msgstr ""
+msgstr "tālrunis"
 
-#: tenancy/models/contacts.py:71
+#: netbox/tenancy/models/contacts.py:71
 msgid "email"
-msgstr ""
+msgstr "e-pasts"
 
-#: tenancy/models/contacts.py:80
+#: netbox/tenancy/models/contacts.py:80
 msgid "link"
-msgstr ""
+msgstr "saite"
 
-#: tenancy/models/contacts.py:90
+#: netbox/tenancy/models/contacts.py:90
 msgid "contact"
-msgstr ""
+msgstr "kontakts"
 
-#: tenancy/models/contacts.py:91
+#: netbox/tenancy/models/contacts.py:91
 msgid "contacts"
-msgstr ""
+msgstr "kontaktpersonas"
 
-#: tenancy/models/contacts.py:138
+#: netbox/tenancy/models/contacts.py:138
 msgid "contact assignment"
-msgstr ""
+msgstr "kontaktu piešķiršana"
 
-#: tenancy/models/contacts.py:139
+#: netbox/tenancy/models/contacts.py:139
 msgid "contact assignments"
-msgstr ""
+msgstr "kontaktu uzdevumi"
 
-#: tenancy/models/contacts.py:155
+#: netbox/tenancy/models/contacts.py:155
 #, python-brace-format
 msgid "Contacts cannot be assigned to this object type ({type})."
-msgstr ""
+msgstr "Kontaktus nevar piešķirt šim objekta tipam ({type})."
 
-#: tenancy/models/tenants.py:32
+#: netbox/tenancy/models/tenants.py:32
 msgid "tenant group"
-msgstr ""
+msgstr "īrnieku grupa"
 
-#: tenancy/models/tenants.py:33
+#: netbox/tenancy/models/tenants.py:33
 msgid "tenant groups"
-msgstr ""
+msgstr "īrnieku grupas"
 
-#: tenancy/models/tenants.py:68
+#: netbox/tenancy/models/tenants.py:68
 msgid "Tenant name must be unique per group."
-msgstr ""
+msgstr "Īrnieka vārdam jābūt unikālam katrai grupai."
 
-#: tenancy/models/tenants.py:78
+#: netbox/tenancy/models/tenants.py:78
 msgid "Tenant slug must be unique per group."
-msgstr ""
+msgstr "Īrnieka gliemežam jābūt unikālam katrai grupai."
 
-#: tenancy/models/tenants.py:86
+#: netbox/tenancy/models/tenants.py:86
 msgid "tenant"
-msgstr ""
+msgstr "īrnieks"
 
-#: tenancy/models/tenants.py:87
+#: netbox/tenancy/models/tenants.py:87
 msgid "tenants"
-msgstr ""
+msgstr "īrnieki"
 
-#: tenancy/tables/contacts.py:120
+#: netbox/tenancy/tables/contacts.py:120
 msgid "Contact Title"
-msgstr ""
+msgstr "Kontakta nosaukums"
 
-#: tenancy/tables/contacts.py:124
+#: netbox/tenancy/tables/contacts.py:124
 msgid "Contact Phone"
-msgstr ""
+msgstr "Kontakttālrunis"
 
-#: tenancy/tables/contacts.py:129
+#: netbox/tenancy/tables/contacts.py:129
 msgid "Contact Email"
-msgstr ""
+msgstr "Kontaktinformācija E-pasts"
 
-#: tenancy/tables/contacts.py:133
+#: netbox/tenancy/tables/contacts.py:133
 msgid "Contact Address"
-msgstr ""
+msgstr "Kontaktadrese"
 
-#: tenancy/tables/contacts.py:137
+#: netbox/tenancy/tables/contacts.py:137
 msgid "Contact Link"
-msgstr ""
+msgstr "Kontaktsaite"
 
-#: tenancy/tables/contacts.py:142
+#: netbox/tenancy/tables/contacts.py:142
 msgid "Contact Description"
-msgstr ""
+msgstr "Kontaktu apraksts"
 
-#: users/filtersets.py:33 users/filtersets.py:73
+#: netbox/users/filtersets.py:33 netbox/users/filtersets.py:73
 msgid "Permission (ID)"
-msgstr ""
+msgstr "Atļauja (ID)"
 
-#: users/filtersets.py:38 users/filtersets.py:78
+#: netbox/users/filtersets.py:38 netbox/users/filtersets.py:78
 msgid "Notification group (ID)"
-msgstr ""
+msgstr "Paziņojumu grupa (ID)"
 
-#: users/forms/bulk_edit.py:26
+#: netbox/users/forms/bulk_edit.py:26
 msgid "First name"
-msgstr ""
+msgstr "Vārds"
 
-#: users/forms/bulk_edit.py:31
+#: netbox/users/forms/bulk_edit.py:31
 msgid "Last name"
-msgstr ""
+msgstr "Uzvārds"
 
-#: users/forms/bulk_edit.py:43
+#: netbox/users/forms/bulk_edit.py:43
 msgid "Staff status"
-msgstr ""
+msgstr "Personāla statuss"
 
-#: users/forms/bulk_edit.py:48
+#: netbox/users/forms/bulk_edit.py:48
 msgid "Superuser status"
-msgstr ""
+msgstr "Superlietotāja statuss"
 
-#: users/forms/bulk_import.py:41
+#: netbox/users/forms/bulk_import.py:41
 msgid "If no key is provided, one will be generated automatically."
-msgstr ""
+msgstr "Ja atslēga netiek nodrošināta, tā tiks ģenerēta automātiski."
 
-#: users/forms/filtersets.py:51 users/tables.py:42
+#: netbox/users/forms/filtersets.py:51 netbox/users/tables.py:42
 msgid "Is Staff"
-msgstr ""
+msgstr "Vai personāls"
 
-#: users/forms/filtersets.py:58 users/tables.py:45
+#: netbox/users/forms/filtersets.py:58 netbox/users/tables.py:45
 msgid "Is Superuser"
-msgstr ""
+msgstr "Ir superlietotājs"
 
-#: users/forms/filtersets.py:91 users/tables.py:86
+#: netbox/users/forms/filtersets.py:91 netbox/users/tables.py:86
 msgid "Can View"
-msgstr ""
+msgstr "Var apskatīt"
 
-#: users/forms/filtersets.py:98 users/tables.py:90
+#: netbox/users/forms/filtersets.py:98 netbox/users/tables.py:90
 msgid "Can Add"
-msgstr ""
+msgstr "Var pievienot"
 
-#: users/forms/filtersets.py:105 users/tables.py:94
+#: netbox/users/forms/filtersets.py:105 netbox/users/tables.py:94
 msgid "Can Change"
-msgstr ""
+msgstr "Var mainīt"
 
-#: users/forms/filtersets.py:112 users/tables.py:98
+#: netbox/users/forms/filtersets.py:112 netbox/users/tables.py:98
 msgid "Can Delete"
-msgstr ""
+msgstr "Var dzēst"
 
-#: users/forms/model_forms.py:73
+#: netbox/users/forms/model_forms.py:73
 msgid "User Interface"
-msgstr ""
+msgstr "Lietotāja saskarne"
 
-#: users/forms/model_forms.py:128
+#: netbox/users/forms/model_forms.py:128
 msgid ""
 "Keys must be at least 40 characters in length. <strong>Be sure to record "
 "your key</strong> prior to submitting this form, as it may no longer be "
 "accessible once the token has been created."
 msgstr ""
+"Taustiņiem jābūt vismaz 40 rakstzīmēm garumā. <strong>Noteikti ierakstiet "
+"savu atslēgu</strong> pirms šīs veidlapas iesniegšanas, jo pēc marķiera "
+"izveidošanas tā var vairs nebūt pieejama."
 
-#: users/forms/model_forms.py:140
+#: netbox/users/forms/model_forms.py:140
 msgid ""
-"Allowed IPv4/IPv6 networks from where the token can be used. Leave blank for "
-"no restrictions. Example: <code>10.1.1.0/24,192.168.10.16/32,2001:"
-"db8:1::/64</code>"
+"Allowed IPv4/IPv6 networks from where the token can be used. Leave blank for"
+" no restrictions. Example: "
+"<code>10.1.1.0/24,192.168.10.16/32,2001:db8:1::/64</code>"
 msgstr ""
+"Atļauti IPv4/IPv6 tīkli, no kuriem var izmantot marķieri. Atstājiet tukšu "
+"bez ierobežojumiem. Piemērs: <code>10.1.1.0/24,192.168.10.16/32,2001: dB "
+"8:1: :/64</code>"
 
-#: users/forms/model_forms.py:189
+#: netbox/users/forms/model_forms.py:189
 msgid "Confirm password"
-msgstr ""
+msgstr "Apstipriniet paroli"
 
-#: users/forms/model_forms.py:192
+#: netbox/users/forms/model_forms.py:192
 msgid "Enter the same password as before, for verification."
-msgstr ""
+msgstr "Verifikācijai ievadiet to pašu paroli kā iepriekš."
 
-#: users/forms/model_forms.py:241
+#: netbox/users/forms/model_forms.py:241
 msgid "Passwords do not match! Please check your input and try again."
-msgstr ""
+msgstr "Paroles nesakrīt! Lūdzu, pārbaudiet savu ievadi un mēģiniet vēlreiz."
 
-#: users/forms/model_forms.py:316
+#: netbox/users/forms/model_forms.py:316
 msgid "Select the types of objects to which the permission will appy."
-msgstr ""
+msgstr "Izvēlieties objektu veidus, kuriem tiks piešķirta atļauja."
 
-#: users/forms/model_forms.py:331
+#: netbox/users/forms/model_forms.py:331
 msgid "Additional actions"
-msgstr ""
+msgstr "Papildu darbības"
 
-#: users/forms/model_forms.py:334
+#: netbox/users/forms/model_forms.py:334
 msgid "Actions granted in addition to those listed above"
-msgstr ""
+msgstr "Darbības, kas piešķirtas papildus iepriekš uzskaitītajām darbībām"
 
-#: users/forms/model_forms.py:350
+#: netbox/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 ""
+"Queryset filtra JSON izteiksme, kas atgriezīs tikai atļautos objektus. "
+"Atstājiet nulli, lai tie atbilstu visiem šāda veida objektiem. Vairāku "
+"objektu saraksts radīs loģisku OR darbību."
 
-#: users/forms/model_forms.py:359
+#: netbox/users/forms/model_forms.py:359
 msgid "Objects"
-msgstr ""
+msgstr "Objekti"
 
-#: users/forms/model_forms.py:420
+#: netbox/users/forms/model_forms.py:420
 msgid "At least one action must be selected."
-msgstr ""
+msgstr "Jāizvēlas vismaz viena darbība."
 
-#: users/forms/model_forms.py:438
+#: netbox/users/forms/model_forms.py:438
 #, python-brace-format
 msgid "Invalid filter for {model}: {error}"
-msgstr ""
+msgstr "Nederīgs filtrs {model}: {error}"
 
-#: users/models/permissions.py:38
+#: netbox/users/models/permissions.py:38
 msgid "The list of actions granted by this permission"
-msgstr ""
+msgstr "Ar šo atļauju piešķirto darbību saraksts"
 
-#: users/models/permissions.py:43
+#: netbox/users/models/permissions.py:43
 msgid "constraints"
-msgstr ""
+msgstr "ierobežojumi"
 
-#: users/models/permissions.py:44
-msgid "Queryset filter matching the applicable objects of the selected type(s)"
+#: netbox/users/models/permissions.py:44
+msgid ""
+"Queryset filter matching the applicable objects of the selected type(s)"
 msgstr ""
+"Pieprasījumu komplekta filtrs, kas atbilst izvēlētā tipa (-u) "
+"piemērojamajiem objektiem"
 
-#: users/models/permissions.py:55
+#: netbox/users/models/permissions.py:55
 msgid "permission"
-msgstr ""
+msgstr "atļauja"
 
-#: users/models/permissions.py:56 users/models/users.py:47
+#: netbox/users/models/permissions.py:56 netbox/users/models/users.py:47
 msgid "permissions"
-msgstr ""
+msgstr "atļaujas"
 
-#: users/models/preferences.py:29 users/models/preferences.py:30
+#: netbox/users/models/preferences.py:29 netbox/users/models/preferences.py:30
 msgid "user preferences"
-msgstr ""
+msgstr "lietotāja preferences"
 
-#: users/models/preferences.py:97
+#: netbox/users/models/preferences.py:97
 #, python-brace-format
 msgid "Key '{path}' is a leaf node; cannot assign new keys"
-msgstr ""
+msgstr "Atslēga '{path}'ir lapu mezgls; nevar piešķirt jaunas atslēgas"
 
-#: users/models/preferences.py:109
+#: netbox/users/models/preferences.py:109
 #, python-brace-format
 msgid "Key '{path}' is a dictionary; cannot assign a non-dictionary value"
-msgstr ""
+msgstr "Atslēga '{path}'ir vārdnīca; nevar piešķirt vērtību, kas nav vārdnīca"
 
-#: users/models/tokens.py:38
+#: netbox/users/models/tokens.py:38
 msgid "expires"
-msgstr ""
+msgstr "beidzas termiņš"
 
-#: users/models/tokens.py:43
+#: netbox/users/models/tokens.py:43
 msgid "last used"
-msgstr ""
+msgstr "Pēdējo reizi lietots"
 
-#: users/models/tokens.py:48
+#: netbox/users/models/tokens.py:48
 msgid "key"
-msgstr ""
+msgstr "atslēga"
 
-#: users/models/tokens.py:54
+#: netbox/users/models/tokens.py:54
 msgid "write enabled"
-msgstr ""
+msgstr "rakstīšana iespējota"
 
-#: users/models/tokens.py:56
+#: netbox/users/models/tokens.py:56
 msgid "Permit create/update/delete operations using this key"
-msgstr ""
+msgstr "Atļaujiet izveidot/atjaunināt/dzēst darbības, izmantojot šo atslēgu"
 
-#: users/models/tokens.py:67
+#: netbox/users/models/tokens.py:67
 msgid "allowed IPs"
-msgstr ""
+msgstr "atļautās IP"
 
-#: users/models/tokens.py:69
+#: netbox/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\""
+"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 ""
+"Atļauti IPv4/IPv6 tīkli, no kuriem var izmantot marķieri. Atstājiet tukšu "
+"bez ierobežojumiem. Piemēram: “10.1.1.0/24, 192.168.10.16/32, 2001: DB 8:1: "
+":/64\""
 
-#: users/models/tokens.py:77
+#: netbox/users/models/tokens.py:77
 msgid "token"
-msgstr ""
+msgstr "marķieris"
 
-#: users/models/tokens.py:78
+#: netbox/users/models/tokens.py:78
 msgid "tokens"
-msgstr ""
+msgstr "žetoni"
 
-#. 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
+#. 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").
+#: netbox/users/models/tokens.py:103
 #, python-brace-format
 msgid ""
-"Expiration time must be in the future. Current server time is {current_time} "
-"({timezone})."
+"Expiration time must be in the future. Current server time is {current_time}"
+" ({timezone})."
 msgstr ""
+"Derīguma termiņam jābūt nākotnē. Pašreizējais servera laiks ir "
+"{current_time} ({timezone})."
 
-#: users/models/users.py:57 vpn/models/crypto.py:43
+#: netbox/users/models/users.py:57 netbox/vpn/models/crypto.py:43
 msgid "group"
-msgstr ""
+msgstr "grupa"
 
-#: users/models/users.py:92
+#: netbox/users/models/users.py:92
 msgid "user"
-msgstr ""
+msgstr "lietotājs"
 
-#: users/models/users.py:104
+#: netbox/users/models/users.py:104
 msgid "A user with this username already exists."
-msgstr ""
+msgstr "Lietotājs ar šo lietotājvārdu jau pastāv."
 
-#: users/tables.py:102
+#: netbox/users/tables.py:102
 msgid "Custom Actions"
-msgstr ""
+msgstr "Pielāgotas darbības"
 
-#: utilities/api.py:160
+#: netbox/utilities/api.py:160
 #, python-brace-format
 msgid "Related object not found using the provided attributes: {params}"
 msgstr ""
+"Saistītais objekts nav atrasts, izmantojot sniegtos atribūtus: {params}"
 
-#: utilities/api.py:163
+#: netbox/utilities/api.py:163
 #, python-brace-format
 msgid "Multiple objects match the provided attributes: {params}"
-msgstr ""
+msgstr "Vairāki objekti atbilst sniegtajiem atribūtiem: {params}"
 
-#: utilities/api.py:175
+#: netbox/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 ""
+"Saistītajiem objektiem jānorāda ar ciparu ID vai atribūtu vārdnīcu. Saņēma "
+"neatzītu vērtību: {value}"
 
-#: utilities/api.py:184
+#: netbox/utilities/api.py:184
 #, python-brace-format
 msgid "Related object not found using the provided numeric ID: {id}"
-msgstr ""
+msgstr "Saistītais objekts nav atrasts, izmantojot norādīto ciparu ID: {id}"
 
-#: utilities/choices.py:23
+#: netbox/utilities/choices.py:23
 #, python-brace-format
 msgid "{name} has a key defined but CHOICES is not a list"
-msgstr ""
+msgstr "{name} ir definēta atslēga, bet CHOICES nav saraksts"
 
-#: utilities/conversion.py:20
+#: netbox/utilities/conversion.py:20
 msgid "Weight must be a positive number"
-msgstr ""
+msgstr "Svaram jābūt pozitīvam skaitlim"
 
-#: utilities/conversion.py:22
+#: netbox/utilities/conversion.py:22
 #, python-brace-format
 msgid "Invalid value '{weight}' for weight (must be a number)"
-msgstr ""
+msgstr "Nederīga vērtība '{weight}“svaram (jābūt skaitlim)"
 
-#: utilities/conversion.py:33 utilities/conversion.py:64
+#: netbox/utilities/conversion.py:33 netbox/utilities/conversion.py:64
 #, python-brace-format
 msgid "Unknown unit {unit}. Must be one of the following: {valid_units}"
-msgstr ""
+msgstr "Nezināma vienība {unit}. Jābūt vienam no šiem: {valid_units}"
 
-#: utilities/conversion.py:47
+#: netbox/utilities/conversion.py:47
 #, python-brace-format
 msgid "Invalid value '{length}' for length (must be a number)"
-msgstr ""
+msgstr "Nederīga vērtība '{length}“garumam (jābūt skaitlim)"
 
-#: utilities/conversion.py:49
+#: netbox/utilities/conversion.py:49
 msgid "Length must be a positive number"
-msgstr ""
+msgstr "Garumam jābūt pozitīvam skaitlim"
 
-#: utilities/error_handlers.py:31
+#: netbox/utilities/error_handlers.py:31
 #, python-brace-format
 msgid ""
 "Unable to delete <strong>{objects}</strong>. {count} dependent objects were "
 "found: "
 msgstr ""
+"Nevar izdzēst <strong>{objects}</strong>. {count} tika atrasti atkarīgi "
+"objekti: "
 
-#: utilities/error_handlers.py:33
+#: netbox/utilities/error_handlers.py:33
 msgid "More than 50"
-msgstr ""
+msgstr "Vairāk nekā 50"
 
-#: utilities/export.py:18
+#: netbox/utilities/export.py:18
 #, python-brace-format
 msgid "Invalid delimiter name: {name}"
-msgstr ""
+msgstr "Nederīgs norobežotāja nosaukums: {name}"
 
-#: utilities/fields.py:34
+#: netbox/utilities/fields.py:34
 msgid "RGB color in hexadecimal. Example: "
-msgstr ""
+msgstr "RGB krāsa heksadecimālā krāsā. Piemērs: "
 
-#: utilities/fields.py:163
+#: netbox/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 ""
+"%s(%r) nav derīgs. to_model parametram CounterCacheField jābūt virknei "
+"formātā 'app.model'"
 
-#: utilities/fields.py:173
+#: netbox/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 ""
+"%s(%r) nav derīgs. to_field parametram CounterCacheField jābūt virknei "
+"formātā 'lauks'"
 
-#: utilities/forms/bulk_import.py:25
+#: netbox/utilities/forms/bulk_import.py:25
 msgid "Enter object data in CSV, JSON or YAML format."
-msgstr ""
+msgstr "Ievadiet objekta datus CSV, JSON vai YAML formātā."
 
-#: utilities/forms/bulk_import.py:39
+#: netbox/utilities/forms/bulk_import.py:39
 msgid "The character which delimits CSV fields. Applies only to CSV format."
-msgstr ""
+msgstr "Rakstzīme, kas norobežo CSV laukus. Attiecas tikai uz CSV formātu."
 
-#: utilities/forms/bulk_import.py:53
+#: netbox/utilities/forms/bulk_import.py:53
 msgid "Form data must be empty when uploading/selecting a file."
-msgstr ""
+msgstr "Augšupielādēt/atlasot failu, veidlapas datiem jābūt tukšiem."
 
-#: utilities/forms/bulk_import.py:82
+#: netbox/utilities/forms/bulk_import.py:82
 #, python-brace-format
 msgid "Unknown data format: {format}"
-msgstr ""
+msgstr "Nezināms datu formāts: {format}"
 
-#: utilities/forms/bulk_import.py:102
+#: netbox/utilities/forms/bulk_import.py:102
 msgid "Unable to detect data format. Please specify."
-msgstr ""
+msgstr "Nevar noteikt datu formātu. Lūdzu, norādiet."
 
-#: utilities/forms/bulk_import.py:125
+#: netbox/utilities/forms/bulk_import.py:125
 msgid "Invalid CSV delimiter"
-msgstr ""
+msgstr "Nederīgs CSV atdalītājs"
 
-#: utilities/forms/bulk_import.py:169
+#: netbox/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 ""
+"Nederīgi YAML dati. Datiem jābūt vairāku dokumentu vai viena dokumenta "
+"veidā, kas ietver vārdnīcu sarakstu."
 
-#: utilities/forms/fields/array.py:20
+#: netbox/utilities/forms/fields/array.py:20
 #, python-brace-format
 msgid ""
 "Invalid list ({value}). Must be numeric and ranges must be in ascending "
 "order."
 msgstr ""
+"Nederīgs saraksts ({value}). Jābūt skaitliskiem, un diapazoniem jābūt augošā"
+" secībā."
 
-#: utilities/forms/fields/array.py:41
+#: netbox/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 ""
+"Norādiet vienu vai vairākus atsevišķus skaitļus vai ciparu diapazonus, kas "
+"atdalīti ar komatiem. Piemērs: {example}"
 
-#: utilities/forms/fields/array.py:49
+#: netbox/utilities/forms/fields/array.py:49
 #, python-brace-format
 msgid ""
 "Invalid ranges ({value}). Must be a range of integers in ascending order."
 msgstr ""
+"Nederīgi diapazoni ({value}). Jābūt veselu skaitļu diapazonam augošā secībā."
 
-#: utilities/forms/fields/csv.py:59
+#: netbox/utilities/forms/fields/csv.py:59
 #, python-brace-format
 msgid "Invalid value for a multiple choice field: {value}"
-msgstr ""
+msgstr "Nederīga vērtība vairāku izvēļu laukam: {value}"
 
-#: utilities/forms/fields/csv.py:77 utilities/forms/fields/csv.py:98
+#: netbox/utilities/forms/fields/csv.py:77
+#: netbox/utilities/forms/fields/csv.py:98
 #, python-format
 msgid "Object not found: %(value)s"
-msgstr ""
+msgstr "Objekts nav atrasts: %(value)s"
 
-#: utilities/forms/fields/csv.py:85
+#: netbox/utilities/forms/fields/csv.py:85
 #, python-brace-format
 msgid ""
-"\"{value}\" is not a unique value for this field; multiple objects were found"
-msgstr ""
+"\"{value}\" is not a unique value for this field; multiple objects were "
+"found"
+msgstr "“{value}“nav unikāla vērtība šim laukam; tika atrasti vairāki objekti"
 
-#: utilities/forms/fields/csv.py:89
+#: netbox/utilities/forms/fields/csv.py:89
 #, python-brace-format
 msgid "\"{field_name}\" is an invalid accessor field name."
-msgstr ""
+msgstr "“{field_name}“ir nederīgs piekļuves lauka nosaukums."
 
-#: utilities/forms/fields/csv.py:122
+#: netbox/utilities/forms/fields/csv.py:122
 msgid "Object type must be specified as \"<app>.<model>\""
-msgstr ""
+msgstr "Objekta tips jānorāda kā”<app>.<model>“"
 
-#: utilities/forms/fields/csv.py:126
+#: netbox/utilities/forms/fields/csv.py:126
 msgid "Invalid object type"
-msgstr ""
+msgstr "Nederīgs objekta tips"
 
-#: utilities/forms/fields/expandable.py:25
+#: netbox/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: <code>[ge,xe]-0/0/[0-9]</"
-"code>)."
+"within a single range are not supported (example: "
+"<code>[ge,xe]-0/0/[0-9]</code>)."
 msgstr ""
+"Lielapjoma izveidei tiek atbalstīti burtciparu diapazoni. Jaukti gadījumi un"
+" veidi vienā diapazonā netiek atbalstīti (piemērs: <code>[ge, xe] -0/0/ "
+"[0-9]</code>)."
 
-#: utilities/forms/fields/expandable.py:46
+#: netbox/utilities/forms/fields/expandable.py:46
 msgid ""
-"Specify a numeric range to create multiple IPs.<br />Example: <code>192.0.2."
-"[1,5,100-254]/24</code>"
+"Specify a numeric range to create multiple IPs.<br />Example: "
+"<code>192.0.2.[1,5,100-254]/24</code>"
 msgstr ""
+"Norādiet ciparu diapazonu, lai izveidotu vairākus IP.<br />Piemērs: "
+"<code>192.0.2. [1,5,100-254] /24</code>"
 
-#: utilities/forms/fields/fields.py:32
+#: netbox/utilities/forms/fields/fields.py:32
 #, python-brace-format
 msgid ""
 "<i class=\"mdi mdi-information-outline\"></i> <a href=\"{url}\" "
 "target=\"_blank\" tabindex=\"-1\">Markdown</a> syntax is supported"
 msgstr ""
+"<i class=\"mdi mdi-information-outline\"></i> <a href=\"{url}\" "
+"target=\"_blank\" tabindex=\"-1\">Marktdown</a> tiek atbalstīta sintakse"
 
-#: utilities/forms/fields/fields.py:49
+#: netbox/utilities/forms/fields/fields.py:49
 msgid "URL-friendly unique shorthand"
-msgstr ""
+msgstr "URL draudzīgs unikāls saīsinājums"
 
-#: utilities/forms/fields/fields.py:114
+#: netbox/utilities/forms/fields/fields.py:114
 msgid "Enter context data in <a href=\"https://json.org/\">JSON</a> format."
-msgstr ""
+msgstr "Ievadiet konteksta datus <a href=\"https://json.org/\">JSON</a> formāts."
 
-#: utilities/forms/fields/fields.py:135
+#: netbox/utilities/forms/fields/fields.py:135
 msgid "MAC address must be in EUI-48 format"
-msgstr ""
+msgstr "MAC adresei jābūt EUI-48 formātā"
 
-#: utilities/forms/forms.py:77
+#: netbox/utilities/forms/forms.py:77
 msgid "Use regular expressions"
-msgstr ""
+msgstr "Izmantojiet regulāras izteiksmes"
 
-#: utilities/forms/forms.py:120
+#: netbox/utilities/forms/forms.py:120
 msgid ""
 "Numeric ID of an existing object to update (if not creating a new object)"
 msgstr ""
+"Atjaunināmā esoša objekta ciparu ID (ja netiek izveidots jauns objekts)"
 
-#: utilities/forms/forms.py:137
+#: netbox/utilities/forms/forms.py:137
 #, python-brace-format
 msgid "Unrecognized header: {name}"
-msgstr ""
+msgstr "Neatpazīta galvene: {name}"
 
-#: utilities/forms/mixins.py:17
+#: netbox/utilities/forms/mixins.py:17
 msgid "Background job"
-msgstr ""
+msgstr "Fona darbs"
 
-#: utilities/forms/mixins.py:18
+#: netbox/utilities/forms/mixins.py:18
 msgid "Execute this task via a background job"
-msgstr ""
+msgstr "Izpildiet šo uzdevumu, izmantojot fona darbu"
 
-#: utilities/forms/mixins.py:65
+#: netbox/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 ""
+"Šis objekts ir modificēts kopš veidlapas atveidošanas. Lai iegūtu sīkāku "
+"informāciju, lūdzu, skatiet objekta izmaiņu žurnālā."
 
-#: utilities/forms/utils.py:42 utilities/forms/utils.py:68
-#: utilities/forms/utils.py:85 utilities/forms/utils.py:87
+#: netbox/utilities/forms/utils.py:42 netbox/utilities/forms/utils.py:68
+#: netbox/utilities/forms/utils.py:85 netbox/utilities/forms/utils.py:87
 #, python-brace-format
 msgid "Range \"{value}\" is invalid."
-msgstr ""
+msgstr "Diapazons”{value}“ir nederīgs."
 
-#: utilities/forms/utils.py:74
+#: netbox/utilities/forms/utils.py:74
 #, python-brace-format
 msgid ""
 "Invalid range: Ending value ({end}) must be greater than beginning value "
 "({begin})."
 msgstr ""
+"Nederīgs diapazons: beigu vērtība ({end}) jābūt lielākai par sākuma vērtību "
+"({begin})."
 
-#: utilities/forms/utils.py:235
+#: netbox/utilities/forms/utils.py:235
 #, python-brace-format
 msgid "Duplicate or conflicting column header for \"{field}\""
-msgstr ""
+msgstr "Dublēta vai konfliktējoša kolonnas galvene priekš”{field}“"
 
-#: utilities/forms/utils.py:241
+#: netbox/utilities/forms/utils.py:241
 #, python-brace-format
 msgid "Duplicate or conflicting column header for \"{header}\""
-msgstr ""
+msgstr "Dublēta vai konfliktējoša kolonnas galvene priekš”{header}“"
 
-#: utilities/forms/utils.py:250
+#: netbox/utilities/forms/utils.py:250
 #, python-brace-format
 msgid "Row {row}: Expected {count_expected} columns but found {count_found}"
 msgstr ""
+"rinda {row}: Paredzams {count_expected} kolonnas, bet atrastas {count_found}"
 
-#: utilities/forms/utils.py:273
+#: netbox/utilities/forms/utils.py:273
 #, python-brace-format
 msgid "Unexpected column header \"{field}\" found."
-msgstr ""
+msgstr "Negaidīta kolonnas galvene”{field}“atrasts."
 
-#: utilities/forms/utils.py:275
+#: netbox/utilities/forms/utils.py:275
 #, python-brace-format
 msgid "Column \"{field}\" is not a related object; cannot use dots"
-msgstr ""
+msgstr "Kolonna”{field}“nav saistīts objekts; nevar izmantot punktus"
 
-#: utilities/forms/utils.py:279
+#: netbox/utilities/forms/utils.py:279
 #, python-brace-format
 msgid "Invalid related object attribute for column \"{field}\": {to_field}"
-msgstr ""
+msgstr "Nederīgs saistītā objekta atribūts kolonnai”{field}“: {to_field}"
 
-#: utilities/forms/utils.py:287
+#: netbox/utilities/forms/utils.py:287
 #, python-brace-format
 msgid "Required column header \"{header}\" not found."
-msgstr ""
+msgstr "Nepieciešamā kolonnas galvene”{header}“nav atrasts."
 
-#: utilities/forms/widgets/apiselect.py:133
+#: netbox/utilities/forms/widgets/apiselect.py:133
 #, python-brace-format
 msgid "Missing required value for dynamic query param: '{dynamic_params}'"
 msgstr ""
+"Trūkst nepieciešamās vērtības dinamiskajam vaicājuma parametram: "
+"'{dynamic_params}”"
 
-#: utilities/forms/widgets/apiselect.py:150
+#: netbox/utilities/forms/widgets/apiselect.py:150
 #, python-brace-format
 msgid "Missing required value for static query param: '{static_params}'"
 msgstr ""
+"Trūkst nepieciešamās vērtības statiskā vaicājuma parametram: "
+"'{static_params}”"
 
-#: utilities/jobs.py:42
+#: netbox/utilities/jobs.py:42
 #, python-brace-format
 msgid "Created background job {id}: <a href=\"{url}\">{name}</a>"
-msgstr ""
+msgstr "Izveidots fona darbs {id}: <a href=\"{url}\">{name}</a>"
 
-#: utilities/jsonschema.py:162
+#: netbox/utilities/jsonschema.py:162
 msgid "Invalid JSON schema definition"
-msgstr ""
+msgstr "Nederīga JSON shēmas definīcija"
 
-#: utilities/jsonschema.py:164
+#: netbox/utilities/jsonschema.py:164
 msgid "JSON schema must define properties"
-msgstr ""
+msgstr "JSON shēmai jādefinē rekvizīti"
 
-#: utilities/jsonschema.py:169
+#: netbox/utilities/jsonschema.py:169
 #, python-brace-format
 msgid "Invalid JSON schema definition: {error}"
-msgstr ""
+msgstr "Nederīga JSON shēmas definīcija: {error}"
 
-#: utilities/password_validation.py:13
+#: netbox/utilities/password_validation.py:13
 msgid "Password must have at least one numeral."
-msgstr ""
+msgstr "Parolei jābūt vismaz vienam ciparam."
 
-#: utilities/password_validation.py:18
+#: netbox/utilities/password_validation.py:18
 msgid "Password must have at least one uppercase letter."
-msgstr ""
+msgstr "Parolei jābūt vismaz vienam lielajam burtam."
 
-#: utilities/password_validation.py:23
+#: netbox/utilities/password_validation.py:23
 msgid "Password must have at least one lowercase letter."
-msgstr ""
+msgstr "Parolei jābūt vismaz vienam mazajam burtam."
 
-#: utilities/password_validation.py:27
+#: netbox/utilities/password_validation.py:27
 msgid ""
 "Your password must contain at least one numeral, one uppercase letter and "
 "one lowercase letter."
 msgstr ""
+"Jūsu parolē jābūt vismaz vienam ciparam, vienam lielajam burtam un vienam "
+"mazajam burtam."
 
-#: utilities/permissions.py:42
+#: netbox/utilities/permissions.py:42
 #, python-brace-format
 msgid ""
-"Invalid permission name: {name}. Must be in the format <app_label>."
-"<action>_<model>"
+"Invalid permission name: {name}. Must be in the format "
+"<app_label>.<action>_<model>"
 msgstr ""
+"Nederīgs atļaujas nosaukums: {name}. Jābūt formātā "
+"<app_label>.<action>_<model>"
 
-#: utilities/permissions.py:60
+#: netbox/utilities/permissions.py:60
 #, python-brace-format
 msgid "Unknown app_label/model_name for {name}"
-msgstr ""
+msgstr "Nav zināms lietotnes etiķete/modeļa nosaukums {name}"
 
-#: utilities/request.py:91
+#: netbox/utilities/request.py:91
 #, python-brace-format
 msgid "Invalid IP address set for {header}: {ip}"
-msgstr ""
+msgstr "Nepareiza IP adrese iestatīta {header}: {ip}"
 
-#: utilities/tables.py:75
+#: netbox/utilities/tables.py:75
 #, python-brace-format
 msgid "A column named {name} is already defined for table {table_name}"
-msgstr ""
+msgstr "Kolonna ar nosaukumu {name} jau ir definēts tabulai {table_name}"
 
-#: utilities/templates/builtins/customfield_value.html:30
+#: netbox/utilities/templates/builtins/customfield_value.html:30
 msgid "Not defined"
-msgstr ""
+msgstr "Nav definēts"
 
-#: utilities/templates/buttons/bookmark.html:9
+#: netbox/utilities/templates/buttons/bookmark.html:9
 msgid "Unbookmark"
-msgstr ""
+msgstr "Atzīmēt grāmatzīmi"
 
-#: utilities/templates/buttons/bookmark.html:13
+#: netbox/utilities/templates/buttons/bookmark.html:13
 msgid "Bookmark"
-msgstr ""
+msgstr "Grāmatzīme"
 
-#: utilities/templates/buttons/export.html:7
+#: netbox/utilities/templates/buttons/export.html:7
 msgid "Current View"
-msgstr ""
+msgstr "Pašreizējais skats"
 
-#: utilities/templates/buttons/export.html:8
+#: netbox/utilities/templates/buttons/export.html:8
 msgid "All Data"
-msgstr ""
+msgstr "Visi dati"
 
-#: utilities/templates/buttons/export.html:28
+#: netbox/utilities/templates/buttons/export.html:28
 msgid "Add export template"
-msgstr ""
+msgstr "Eksportēšanas veidnes pievienošana"
 
-#: utilities/templates/buttons/subscribe.html:10
+#: netbox/utilities/templates/buttons/subscribe.html:10
 msgid "Unsubscribe"
-msgstr ""
+msgstr "Atteikties no abonēšanas"
 
-#: utilities/templates/buttons/subscribe.html:14
+#: netbox/utilities/templates/buttons/subscribe.html:14
 msgid "Subscribe"
-msgstr ""
+msgstr "Abonēt"
 
-#: utilities/templates/form_helpers/render_field.html:41
+#: netbox/utilities/templates/form_helpers/render_field.html:41
 msgid "Copy to clipboard"
-msgstr ""
+msgstr "Kopēt starpliktuvē"
 
-#: utilities/templates/form_helpers/render_field.html:66
+#: netbox/utilities/templates/form_helpers/render_field.html:66
 msgid "Set Null"
-msgstr ""
+msgstr "Iestatīt nulli"
 
-#: utilities/templates/helpers/applied_filters.html:11
+#: netbox/utilities/templates/helpers/applied_filters.html:11
 msgid "Clear all"
-msgstr ""
+msgstr "Notīrīt visu"
 
-#: utilities/templates/navigation/menu.html:14
+#: netbox/utilities/templates/navigation/menu.html:14
 msgid "Search…"
-msgstr ""
+msgstr "Meklēt..."
 
-#: utilities/templates/navigation/menu.html:14
+#: netbox/utilities/templates/navigation/menu.html:14
 msgid "Search NetBox"
-msgstr ""
+msgstr "Meklēt NetBox"
 
-#: utilities/templates/widgets/apiselect.html:8
+#: netbox/utilities/templates/widgets/apiselect.html:8
 msgid "Open selector"
-msgstr ""
+msgstr "Atvērt selektoru"
 
-#: utilities/templates/widgets/apiselect.html:22
+#: netbox/utilities/templates/widgets/apiselect.html:22
 msgid "Quick add"
-msgstr ""
+msgstr "Ātra pievienošana"
 
-#: utilities/templates/widgets/markdown_input.html:6
+#: netbox/utilities/templates/widgets/markdown_input.html:6
 msgid "Write"
-msgstr ""
+msgstr "Rakstīt"
 
-#: utilities/templates/widgets/splitmultiselect.html:19
+#: netbox/utilities/templates/widgets/splitmultiselect.html:19
 msgid "Selected"
-msgstr ""
+msgstr "Izvēlēts"
 
-#: utilities/testing/views.py:724
+#: netbox/utilities/testing/views.py:724
 msgid "The test must define csv_update_data."
-msgstr ""
+msgstr "Pārbaudei jādefinē csv_update_data."
 
-#: utilities/validators.py:71
+#: netbox/utilities/validators.py:71
 #, python-brace-format
 msgid "{value} must be a multiple of {multiple}."
-msgstr ""
+msgstr "{value} jābūt vairākkārtējam {multiple}."
 
-#: utilities/validators.py:83
+#: netbox/utilities/validators.py:83
 #, python-brace-format
 msgid "{value} is not a valid regular expression."
-msgstr ""
+msgstr "{value} nav derīga regulāra izteiksme."
 
-#: utilities/views.py:76
+#: netbox/utilities/views.py:76
 #, python-brace-format
 msgid "{self.__class__.__name__} must implement get_required_permission()"
-msgstr ""
+msgstr "{self.__class__.__name__} jāievieš get_required_permit ()"
 
-#: utilities/views.py:112
+#: netbox/utilities/views.py:112
 #, python-brace-format
 msgid "{class_name} must implement get_required_permission()"
-msgstr ""
+msgstr "{class_name} jāievieš get_required_permit ()"
 
-#: utilities/views.py:136
+#: netbox/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"
+"{class_name} has no queryset defined. ObjectPermissionRequiredMixin may only"
+" be used on views which define a base queryset"
 msgstr ""
+"{class_name} nav definēta jautājumu kopa. ObjectPermissionRequiredMixin var "
+"izmantot tikai skatos, kas definē bāzes jautājumu kopu"
 
-#: virtualization/choices.py:50
+#: netbox/virtualization/choices.py:50
 msgid "Paused"
-msgstr ""
+msgstr "Apturēts"
 
-#: virtualization/filtersets.py:45
+#: netbox/virtualization/filtersets.py:45
 msgid "Parent group (ID)"
-msgstr ""
+msgstr "Vecāku grupa (ID)"
 
-#: virtualization/filtersets.py:51
+#: netbox/virtualization/filtersets.py:51
 msgid "Parent group (slug)"
-msgstr ""
+msgstr "Vecāku grupa (gliemeži)"
 
-#: virtualization/filtersets.py:55 virtualization/filtersets.py:107
+#: netbox/virtualization/filtersets.py:55
+#: netbox/virtualization/filtersets.py:107
 msgid "Cluster type (ID)"
-msgstr ""
+msgstr "Klasteru tips (ID)"
 
-#: virtualization/filtersets.py:117 virtualization/filtersets.py:242
+#: netbox/virtualization/filtersets.py:117
+#: netbox/virtualization/filtersets.py:242
 msgid "Cluster (ID)"
-msgstr ""
+msgstr "Klasteris (ID)"
 
-#: virtualization/forms/bulk_edit.py:148
-#: virtualization/models/virtualmachines.py:109
+#: netbox/virtualization/forms/bulk_edit.py:148
+#: netbox/virtualization/models/virtualmachines.py:109
 msgid "vCPUs"
-msgstr ""
+msgstr "VCPU"
 
-#: virtualization/forms/bulk_edit.py:152
+#: netbox/virtualization/forms/bulk_edit.py:152
 msgid "Memory (MB)"
-msgstr ""
+msgstr "Atmiņa (MB)"
 
-#: virtualization/forms/bulk_edit.py:156
+#: netbox/virtualization/forms/bulk_edit.py:156
 msgid "Disk (MB)"
-msgstr ""
+msgstr "Disks (MB)"
 
-#: virtualization/forms/bulk_edit.py:324 virtualization/forms/filtersets.py:269
+#: netbox/virtualization/forms/bulk_edit.py:324
+#: netbox/virtualization/forms/filtersets.py:269
 msgid "Size (MB)"
-msgstr ""
+msgstr "Izmērs (MB)"
 
-#: virtualization/forms/bulk_import.py:50
+#: netbox/virtualization/forms/bulk_import.py:50
 msgid "Type of cluster"
-msgstr ""
+msgstr "Klasteru veids"
 
-#: virtualization/forms/bulk_import.py:57
+#: netbox/virtualization/forms/bulk_import.py:57
 msgid "Assigned cluster group"
-msgstr ""
+msgstr "Piešķirtā klasteru grupa"
 
-#: virtualization/forms/bulk_import.py:107
+#: netbox/virtualization/forms/bulk_import.py:107
 msgid "Assigned cluster"
-msgstr ""
+msgstr "Piešķirtais klasteris"
 
-#: virtualization/forms/bulk_import.py:114
+#: netbox/virtualization/forms/bulk_import.py:114
 msgid "Assigned device within cluster"
-msgstr ""
+msgstr "Piešķirtā ierīce klasterī"
 
-#: virtualization/forms/filtersets.py:189
+#: netbox/virtualization/forms/filtersets.py:189
 msgid "Serial number"
-msgstr ""
+msgstr "Sērijas numurs"
 
-#: virtualization/forms/model_forms.py:158
+#: netbox/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 ""
+"{device} pieder citam {scope_field} ({device_scope}) nekā klasteris "
+"({cluster_scope})"
 
-#: virtualization/forms/model_forms.py:199
+#: netbox/virtualization/forms/model_forms.py:199
 msgid "Optionally pin this VM to a specific host device within the cluster"
 msgstr ""
+"Pēc izvēles piespraust šo virtuālo virtuālo mašīnu konkrētai resursdatora "
+"ierīcei klasterī"
 
-#: virtualization/forms/model_forms.py:228
+#: netbox/virtualization/forms/model_forms.py:228
 msgid "Site/Cluster"
-msgstr ""
+msgstr "Vietne/klasteris"
 
-#: virtualization/forms/model_forms.py:251
+#: netbox/virtualization/forms/model_forms.py:251
 msgid "Disk size is managed via the attachment of virtual disks."
-msgstr ""
+msgstr "Diska izmērs tiek pārvaldīts, pievienojot virtuālos diskus."
 
-#: virtualization/forms/model_forms.py:403
-#: virtualization/tables/virtualmachines.py:81
+#: netbox/virtualization/forms/model_forms.py:403
+#: netbox/virtualization/tables/virtualmachines.py:81
 msgid "Disk"
-msgstr ""
+msgstr "Disks"
 
-#: virtualization/models/clusters.py:26
+#: netbox/virtualization/models/clusters.py:26
 msgid "cluster type"
-msgstr ""
+msgstr "klastera tips"
 
-#: virtualization/models/clusters.py:27
+#: netbox/virtualization/models/clusters.py:27
 msgid "cluster types"
-msgstr ""
+msgstr "klasteru veidi"
 
-#: virtualization/models/clusters.py:43
+#: netbox/virtualization/models/clusters.py:43
 msgid "cluster group"
-msgstr ""
+msgstr "klasteru grupa"
 
-#: virtualization/models/clusters.py:44
+#: netbox/virtualization/models/clusters.py:44
 msgid "cluster groups"
-msgstr ""
+msgstr "klasteru grupas"
 
-#: virtualization/models/clusters.py:110
+#: netbox/virtualization/models/clusters.py:110
 msgid "cluster"
-msgstr ""
+msgstr "klasteris"
 
-#: virtualization/models/clusters.py:111
+#: netbox/virtualization/models/clusters.py:111
 msgid "clusters"
-msgstr ""
+msgstr "klasteri"
 
-#: virtualization/models/clusters.py:137
+#: netbox/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 ""
+"{count} ierīces tiek piešķirtas kā šī klastera resursdatori, bet tās nav "
+"vietnē {site}"
 
-#: virtualization/models/clusters.py:144
+#: netbox/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 ""
+"{count} ierīces tiek piešķirtas kā šī klastera resursdatori, bet tās nav "
+"atrašanās vietā {location}"
 
-#: virtualization/models/virtualmachines.py:117
+#: netbox/virtualization/models/virtualmachines.py:117
 msgid "memory (MB)"
-msgstr ""
+msgstr "atmiņa (MB)"
 
-#: virtualization/models/virtualmachines.py:122
+#: netbox/virtualization/models/virtualmachines.py:122
 msgid "disk (MB)"
-msgstr ""
+msgstr "disks (MB)"
 
-#: virtualization/models/virtualmachines.py:166
+#: netbox/virtualization/models/virtualmachines.py:166
 msgid "Virtual machine name must be unique per cluster."
-msgstr ""
+msgstr "Virtuālās mašīnas nosaukumam jābūt unikālam katram klasteram."
 
-#: virtualization/models/virtualmachines.py:169
+#: netbox/virtualization/models/virtualmachines.py:169
 msgid "virtual machine"
-msgstr ""
+msgstr "virtuālā mašīna"
 
-#: virtualization/models/virtualmachines.py:170
+#: netbox/virtualization/models/virtualmachines.py:170
 msgid "virtual machines"
-msgstr ""
+msgstr "virtuālās mašīnas"
 
-#: virtualization/models/virtualmachines.py:181
+#: netbox/virtualization/models/virtualmachines.py:181
 msgid "A virtual machine must be assigned to a site and/or cluster."
-msgstr ""
+msgstr "Virtuālā mašīna ir jāpiešķir vietnei un/vai klasteri."
 
-#: virtualization/models/virtualmachines.py:188
+#: netbox/virtualization/models/virtualmachines.py:188
 #, python-brace-format
-msgid "The selected cluster ({cluster}) is not assigned to this site ({site})."
-msgstr ""
+msgid ""
+"The selected cluster ({cluster}) is not assigned to this site ({site})."
+msgstr "Izvēlētais klasteris ({cluster}) nav piešķirts šai vietnei ({site})."
 
-#: virtualization/models/virtualmachines.py:195
+#: netbox/virtualization/models/virtualmachines.py:195
 msgid "Must specify a cluster when assigning a host device."
-msgstr ""
+msgstr "Piešķirot resursdatora ierīci, jānorāda klasteris."
 
-#: virtualization/models/virtualmachines.py:200
+#: netbox/virtualization/models/virtualmachines.py:200
 #, python-brace-format
 msgid ""
 "The selected device ({device}) is not assigned to this cluster ({cluster})."
-msgstr ""
+msgstr "Izvēlētā ierīce ({device}) nav piešķirts šim klasterim ({cluster})."
 
-#: virtualization/models/virtualmachines.py:212
+#: netbox/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 ""
+"Norādītais diska izmērs ({size}) jāatbilst piešķirto virtuālo disku kopējam "
+"lielumam ({total_size})."
 
-#: virtualization/models/virtualmachines.py:226
+#: netbox/virtualization/models/virtualmachines.py:226
 #, python-brace-format
 msgid "Must be an IPv{family} address. ({ip} is an IPv{version} address.)"
-msgstr ""
+msgstr "Jābūt IPV{family} adrese. ({ip} ir IPV{version} adrese.)"
 
-#: virtualization/models/virtualmachines.py:235
+#: netbox/virtualization/models/virtualmachines.py:235
 #, python-brace-format
 msgid "The specified IP address ({ip}) is not assigned to this VM."
-msgstr ""
+msgstr "Norādītā IP adrese ({ip}) nav piešķirts šai VM."
 
-#: virtualization/models/virtualmachines.py:381
+#: netbox/virtualization/models/virtualmachines.py:381
 #, python-brace-format
 msgid ""
 "The selected parent interface ({parent}) belongs to a different virtual "
 "machine ({virtual_machine})."
 msgstr ""
+"Izvēlētā vecāku saskarne ({parent}) pieder citai virtuālajai mašīnai "
+"({virtual_machine})."
 
-#: virtualization/models/virtualmachines.py:396
+#: netbox/virtualization/models/virtualmachines.py:396
 #, python-brace-format
 msgid ""
 "The selected bridge interface ({bridge}) belongs to a different virtual "
 "machine ({virtual_machine})."
 msgstr ""
+"Izvēlētais tilta interfeiss ({bridge}) pieder citai virtuālajai mašīnai "
+"({virtual_machine})."
 
-#: virtualization/models/virtualmachines.py:407
+#: netbox/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 ""
+"Neatzīmētais VLAN ({untagged_vlan}) jāpieder tai pašai vietnei kā saskarnes "
+"mātes virtuālajai mašīnai, vai arī tai jābūt globālai."
 
-#: virtualization/models/virtualmachines.py:419
+#: netbox/virtualization/models/virtualmachines.py:419
 msgid "size (MB)"
-msgstr ""
+msgstr "izmērs (MB)"
 
-#: virtualization/models/virtualmachines.py:423
+#: netbox/virtualization/models/virtualmachines.py:423
 msgid "virtual disk"
-msgstr ""
+msgstr "virtuālais disks"
 
-#: virtualization/models/virtualmachines.py:424
+#: netbox/virtualization/models/virtualmachines.py:424
 msgid "virtual disks"
-msgstr ""
+msgstr "virtuālie diski"
 
-#: virtualization/views.py:322
+#: netbox/virtualization/views.py:322
 #, python-brace-format
 msgid "Added {count} devices to cluster {cluster}"
-msgstr ""
+msgstr "Pievienots {count} ierīces klasterēšanai {cluster}"
 
-#: vpn/choices.py:35
+#: netbox/vpn/choices.py:35
 msgid "IPsec - Transport"
-msgstr ""
+msgstr "IPsec - transports"
 
-#: vpn/choices.py:36
+#: netbox/vpn/choices.py:36
 msgid "IPsec - Tunnel"
-msgstr ""
+msgstr "IPsec - tunelis"
 
-#: vpn/choices.py:37
+#: netbox/vpn/choices.py:37
 msgid "IP-in-IP"
-msgstr ""
+msgstr "IP-in-IP"
 
-#: vpn/choices.py:38
+#: netbox/vpn/choices.py:38
 msgid "GRE"
-msgstr ""
+msgstr "GREE"
 
-#: vpn/choices.py:39
+#: netbox/vpn/choices.py:39
 msgid "WireGuard"
-msgstr ""
+msgstr "WireGuard"
 
-#: vpn/choices.py:40
+#: netbox/vpn/choices.py:40
 msgid "OpenVPN"
-msgstr ""
+msgstr "OpenVPN"
 
-#: vpn/choices.py:41
+#: netbox/vpn/choices.py:41
 msgid "L2TP"
-msgstr ""
+msgstr "L2TP"
 
-#: vpn/choices.py:42
+#: netbox/vpn/choices.py:42
 msgid "PPTP"
-msgstr ""
+msgstr "PPTP"
 
-#: vpn/choices.py:88
+#: netbox/vpn/choices.py:88
 msgid "Aggressive"
-msgstr ""
+msgstr "Agresīvs"
 
-#: vpn/choices.py:89
+#: netbox/vpn/choices.py:89
 msgid "Main"
-msgstr ""
+msgstr "Galvenais"
 
-#: vpn/choices.py:100
+#: netbox/vpn/choices.py:100
 msgid "Pre-shared keys"
-msgstr ""
+msgstr "Iepriekš koplietotas atslēgas"
 
-#: vpn/choices.py:101
+#: netbox/vpn/choices.py:101
 msgid "Certificates"
-msgstr ""
+msgstr "Sertifikāti"
 
-#: vpn/choices.py:102
+#: netbox/vpn/choices.py:102
 msgid "RSA signatures"
-msgstr ""
+msgstr "RSA paraksti"
 
-#: vpn/choices.py:103
+#: netbox/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
+msgstr "DSA paraksti"
+
+#: netbox/vpn/choices.py:186 netbox/vpn/choices.py:187
+#: netbox/vpn/choices.py:188 netbox/vpn/choices.py:189
+#: netbox/vpn/choices.py:190 netbox/vpn/choices.py:191
+#: netbox/vpn/choices.py:192 netbox/vpn/choices.py:193
+#: netbox/vpn/choices.py:194 netbox/vpn/choices.py:195
+#: netbox/vpn/choices.py:196 netbox/vpn/choices.py:197
+#: netbox/vpn/choices.py:198 netbox/vpn/choices.py:199
+#: netbox/vpn/choices.py:200 netbox/vpn/choices.py:201
+#: netbox/vpn/choices.py:202 netbox/vpn/choices.py:203
+#: netbox/vpn/choices.py:204 netbox/vpn/choices.py:205
+#: netbox/vpn/choices.py:206 netbox/vpn/choices.py:207
+#: netbox/vpn/choices.py:208 netbox/vpn/choices.py:209
 #, python-brace-format
 msgid "Group {n}"
-msgstr ""
+msgstr "Grupa {n}"
 
-#: vpn/choices.py:252
+#: netbox/vpn/choices.py:252
 msgid "Ethernet Private LAN"
-msgstr ""
+msgstr "Ethernet privātā LAN"
 
-#: vpn/choices.py:253
+#: netbox/vpn/choices.py:253
 msgid "Ethernet Virtual Private LAN"
-msgstr ""
+msgstr "Ethernet virtuālā privātā LAN"
 
-#: vpn/choices.py:256
+#: netbox/vpn/choices.py:256
 msgid "Ethernet Private Tree"
-msgstr ""
+msgstr "Ethernet privātais koks"
 
-#: vpn/choices.py:257
+#: netbox/vpn/choices.py:257
 msgid "Ethernet Virtual Private Tree"
-msgstr ""
+msgstr "Ethernet virtuālais privātais koks"
 
-#: vpn/choices.py:260
+#: netbox/vpn/choices.py:260
 msgid "SPB"
-msgstr ""
+msgstr "SPB"
 
-#: vpn/filtersets.py:42
+#: netbox/vpn/filtersets.py:42
 msgid "Tunnel group (ID)"
-msgstr ""
+msgstr "Tuneļu grupa (ID)"
 
-#: vpn/filtersets.py:48
+#: netbox/vpn/filtersets.py:48
 msgid "Tunnel group (slug)"
-msgstr ""
+msgstr "Tuneļa grupa (gliemeži)"
 
-#: vpn/filtersets.py:55
+#: netbox/vpn/filtersets.py:55
 msgid "IPSec profile (ID)"
-msgstr ""
+msgstr "IPsec profils (ID)"
 
-#: vpn/filtersets.py:61
+#: netbox/vpn/filtersets.py:61
 msgid "IPSec profile (name)"
-msgstr ""
+msgstr "IPsec profils (nosaukums)"
 
-#: vpn/filtersets.py:82
+#: netbox/vpn/filtersets.py:82
 msgid "Tunnel (ID)"
-msgstr ""
+msgstr "Tunelis (ID)"
 
-#: vpn/filtersets.py:88
+#: netbox/vpn/filtersets.py:88
 msgid "Tunnel (name)"
-msgstr ""
+msgstr "Tunelis (nosaukums)"
 
-#: vpn/filtersets.py:119
+#: netbox/vpn/filtersets.py:119
 msgid "Outside IP (ID)"
-msgstr ""
+msgstr "Ārējais IP (ID)"
 
-#: vpn/filtersets.py:131 vpn/filtersets.py:264
+#: netbox/vpn/filtersets.py:131 netbox/vpn/filtersets.py:264
 msgid "IKE policy (ID)"
-msgstr ""
+msgstr "IKE politika (ID)"
 
-#: vpn/filtersets.py:137 vpn/filtersets.py:270
+#: netbox/vpn/filtersets.py:137 netbox/vpn/filtersets.py:270
 msgid "IKE policy (name)"
-msgstr ""
+msgstr "IKE politika (nosaukums)"
 
-#: vpn/filtersets.py:201 vpn/filtersets.py:274
+#: netbox/vpn/filtersets.py:201 netbox/vpn/filtersets.py:274
 msgid "IPSec policy (ID)"
-msgstr ""
+msgstr "IPsec politika (ID)"
 
-#: vpn/filtersets.py:207 vpn/filtersets.py:280
+#: netbox/vpn/filtersets.py:207 netbox/vpn/filtersets.py:280
 msgid "IPSec policy (name)"
-msgstr ""
+msgstr "IPsec politika (nosaukums)"
 
-#: vpn/filtersets.py:352
+#: netbox/vpn/filtersets.py:352
 msgid "L2VPN (slug)"
-msgstr ""
+msgstr "L2VPN (slugs)"
 
-#: vpn/filtersets.py:416
+#: netbox/vpn/filtersets.py:416
 msgid "VM Interface (ID)"
-msgstr ""
+msgstr "VM saskarne (ID)"
 
-#: vpn/filtersets.py:422
+#: netbox/vpn/filtersets.py:422
 msgid "VLAN (name)"
-msgstr ""
+msgstr "VLAN (nosaukums)"
 
-#: vpn/forms/bulk_edit.py:45 vpn/forms/bulk_import.py:42
-#: vpn/forms/filtersets.py:59
+#: netbox/vpn/forms/bulk_edit.py:45 netbox/vpn/forms/bulk_import.py:42
+#: netbox/vpn/forms/filtersets.py:59
 msgid "Tunnel group"
-msgstr ""
+msgstr "Tuneļu grupa"
 
-#: vpn/forms/bulk_edit.py:117 vpn/models/crypto.py:48
+#: netbox/vpn/forms/bulk_edit.py:117 netbox/vpn/models/crypto.py:48
 msgid "SA lifetime"
-msgstr ""
+msgstr "SA kalpošanas laiks"
 
-#: 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
+#: netbox/vpn/forms/bulk_edit.py:151 netbox/wireless/forms/bulk_edit.py:82
+#: netbox/wireless/forms/bulk_edit.py:130
+#: netbox/wireless/forms/filtersets.py:67
+#: netbox/wireless/forms/filtersets.py:126
 msgid "Pre-shared key"
-msgstr ""
+msgstr "Iepriekš koplietota atslēga"
 
-#: 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
+#: netbox/vpn/forms/bulk_edit.py:237 netbox/vpn/forms/bulk_import.py:239
+#: netbox/vpn/forms/filtersets.py:204 netbox/vpn/forms/model_forms.py:373
+#: netbox/vpn/models/crypto.py:104
 msgid "IKE policy"
-msgstr ""
+msgstr "IKE politika"
 
-#: 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
+#: netbox/vpn/forms/bulk_edit.py:242 netbox/vpn/forms/bulk_import.py:244
+#: netbox/vpn/forms/filtersets.py:209 netbox/vpn/forms/model_forms.py:377
+#: netbox/vpn/models/crypto.py:207
 msgid "IPSec policy"
-msgstr ""
+msgstr "IPsec politika"
 
-#: vpn/forms/bulk_import.py:50
+#: netbox/vpn/forms/bulk_import.py:50
 msgid "Tunnel encapsulation"
-msgstr ""
+msgstr "Tuneļa iekapsulēšana"
 
-#: vpn/forms/bulk_import.py:90
+#: netbox/vpn/forms/bulk_import.py:90
 msgid "Parent device of assigned interface"
-msgstr ""
+msgstr "Piešķirtā saskarnes vecāku ierīce"
 
-#: vpn/forms/bulk_import.py:97
+#: netbox/vpn/forms/bulk_import.py:97
 msgid "Parent VM of assigned interface"
-msgstr ""
+msgstr "Piešķirtā saskarnes vecāku VM"
 
-#: vpn/forms/bulk_import.py:104
+#: netbox/vpn/forms/bulk_import.py:104
 msgid "Device or virtual machine interface"
-msgstr ""
+msgstr "Ierīces vai virtuālās mašīnas saskarne"
 
-#: vpn/forms/bulk_import.py:183
+#: netbox/vpn/forms/bulk_import.py:183
 msgid "IKE proposal(s)"
-msgstr ""
+msgstr "IKE priekšlikums (-i)"
 
-#: vpn/forms/bulk_import.py:215 vpn/models/crypto.py:195
+#: netbox/vpn/forms/bulk_import.py:215 netbox/vpn/models/crypto.py:195
 msgid "Diffie-Hellman group for Perfect Forward Secrecy"
-msgstr ""
+msgstr "Diffie-Hellman grupa par Perfect Forward Secrets"
 
-#: vpn/forms/bulk_import.py:222
+#: netbox/vpn/forms/bulk_import.py:222
 msgid "IPSec proposal(s)"
-msgstr ""
+msgstr "IPsec priekšlikums (-i)"
 
-#: vpn/forms/bulk_import.py:236
+#: netbox/vpn/forms/bulk_import.py:236
 msgid "IPSec protocol"
-msgstr ""
+msgstr "IPsec protokols"
 
-#: vpn/forms/bulk_import.py:271
+#: netbox/vpn/forms/bulk_import.py:271
 msgid "L2VPN type"
-msgstr ""
+msgstr "L2VPN tips"
 
-#: vpn/forms/bulk_import.py:292
+#: netbox/vpn/forms/bulk_import.py:292
 msgid "Parent device (for interface)"
-msgstr ""
+msgstr "Vecāka ierīce (saskarnei)"
 
-#: vpn/forms/bulk_import.py:299
+#: netbox/vpn/forms/bulk_import.py:299
 msgid "Parent virtual machine (for interface)"
-msgstr ""
+msgstr "Vecāku virtuālā mašīna (saskarnei)"
 
-#: vpn/forms/bulk_import.py:306
+#: netbox/vpn/forms/bulk_import.py:306
 msgid "Assigned interface (device or VM)"
-msgstr ""
+msgstr "Piešķirtais interfeiss (ierīce vai VM)"
 
-#: vpn/forms/bulk_import.py:339
+#: netbox/vpn/forms/bulk_import.py:339
 msgid "Cannot import device and VM interface terminations simultaneously."
-msgstr ""
+msgstr "Nevar vienlaicīgi importēt ierīces un VM saskarnes pārtraukumus."
 
-#: vpn/forms/bulk_import.py:341
+#: netbox/vpn/forms/bulk_import.py:341
 msgid "Each termination must specify either an interface or a VLAN."
-msgstr ""
+msgstr "Katrā izbeigšanā jānorāda saskarne vai VLAN."
 
-#: vpn/forms/bulk_import.py:343
+#: netbox/vpn/forms/bulk_import.py:343
 msgid "Cannot assign both an interface and a VLAN."
-msgstr ""
+msgstr "Nevar piešķirt gan saskarni, gan VLAN."
 
-#: vpn/forms/filtersets.py:135
+#: netbox/vpn/forms/filtersets.py:135
 msgid "IKE version"
-msgstr ""
+msgstr "IKE versija"
 
-#: vpn/forms/filtersets.py:147 vpn/forms/filtersets.py:180
-#: vpn/forms/model_forms.py:299 vpn/forms/model_forms.py:336
+#: netbox/vpn/forms/filtersets.py:147 netbox/vpn/forms/filtersets.py:180
+#: netbox/vpn/forms/model_forms.py:299 netbox/vpn/forms/model_forms.py:336
 msgid "Proposal"
-msgstr ""
+msgstr "Priekšlikums"
 
-#: vpn/forms/filtersets.py:262
+#: netbox/vpn/forms/filtersets.py:262
 msgid "Assigned Object Type"
-msgstr ""
+msgstr "Piešķirtais objekta tips"
 
-#: vpn/forms/model_forms.py:96 vpn/forms/model_forms.py:131
-#: vpn/forms/model_forms.py:241 vpn/tables/tunnels.py:93
+#: netbox/vpn/forms/model_forms.py:96 netbox/vpn/forms/model_forms.py:131
+#: netbox/vpn/forms/model_forms.py:241 netbox/vpn/tables/tunnels.py:93
 msgid "Tunnel interface"
-msgstr ""
+msgstr "Tuneļa saskarne"
 
-#: vpn/forms/model_forms.py:151
+#: netbox/vpn/forms/model_forms.py:151
 msgid "First Termination"
-msgstr ""
+msgstr "Pirmā izbeigšana"
 
-#: vpn/forms/model_forms.py:154
+#: netbox/vpn/forms/model_forms.py:154
 msgid "Second Termination"
-msgstr ""
+msgstr "Otrā izbeigšana"
 
-#: vpn/forms/model_forms.py:198
+#: netbox/vpn/forms/model_forms.py:198
 msgid "This parameter is required when defining a termination."
-msgstr ""
+msgstr "Šis parametrs ir nepieciešams, definējot izbeigšanu."
 
-#: vpn/forms/model_forms.py:490
+#: netbox/vpn/forms/model_forms.py:490
 msgid "A termination must specify an interface or VLAN."
-msgstr ""
+msgstr "Pārtraukšanai jānorāda saskarne vai VLAN."
 
-#: vpn/forms/model_forms.py:492
+#: netbox/vpn/forms/model_forms.py:492
 msgid ""
 "A termination can only have one terminating object (an interface or VLAN)."
 msgstr ""
+"Izbeigšanai var būt tikai viens izbeigšanas objekts (interfeiss vai VLAN)."
 
-#: vpn/models/crypto.py:33
+#: netbox/vpn/models/crypto.py:33
 msgid "encryption algorithm"
-msgstr ""
+msgstr "šifrēšanas algoritms"
 
-#: vpn/models/crypto.py:37
+#: netbox/vpn/models/crypto.py:37
 msgid "authentication algorithm"
-msgstr ""
+msgstr "autentifikācijas algoritms"
 
-#: vpn/models/crypto.py:45
+#: netbox/vpn/models/crypto.py:45
 msgid "Diffie-Hellman group ID"
-msgstr ""
+msgstr "Diffie-Hellman grupas ID"
 
-#: vpn/models/crypto.py:51
+#: netbox/vpn/models/crypto.py:51
 msgid "Security association lifetime (in seconds)"
-msgstr ""
+msgstr "Drošības asociācijas kalpošanas laiks (sekundēs)"
 
-#: vpn/models/crypto.py:60
+#: netbox/vpn/models/crypto.py:60
 msgid "IKE proposal"
-msgstr ""
+msgstr "IKE priekšlikums"
 
-#: vpn/models/crypto.py:61
+#: netbox/vpn/models/crypto.py:61
 msgid "IKE proposals"
-msgstr ""
+msgstr "IKE priekšlikumi"
 
-#: vpn/models/crypto.py:75
+#: netbox/vpn/models/crypto.py:75
 msgid "version"
-msgstr ""
+msgstr "versija"
 
-#: vpn/models/crypto.py:88 vpn/models/crypto.py:188
+#: netbox/vpn/models/crypto.py:88 netbox/vpn/models/crypto.py:188
 msgid "proposals"
-msgstr ""
+msgstr "priekšlikumus"
 
-#: vpn/models/crypto.py:91 wireless/models.py:41
+#: netbox/vpn/models/crypto.py:91 netbox/wireless/models.py:41
 msgid "pre-shared key"
-msgstr ""
+msgstr "iepriekš koplietota atslēga"
 
-#: vpn/models/crypto.py:105
+#: netbox/vpn/models/crypto.py:105
 msgid "IKE policies"
-msgstr ""
+msgstr "IKE politika"
 
-#: vpn/models/crypto.py:115
+#: netbox/vpn/models/crypto.py:115
 msgid "Mode is required for selected IKE version"
-msgstr ""
+msgstr "Režīms ir nepieciešams izvēlētajai IKE versijai"
 
-#: vpn/models/crypto.py:119
+#: netbox/vpn/models/crypto.py:119
 msgid "Mode cannot be used for selected IKE version"
-msgstr ""
+msgstr "Režīmu nevar izmantot izvēlētajai IKE versijai"
 
-#: vpn/models/crypto.py:134
+#: netbox/vpn/models/crypto.py:134
 msgid "encryption"
-msgstr ""
+msgstr "šifrēšana"
 
-#: vpn/models/crypto.py:140
+#: netbox/vpn/models/crypto.py:140
 msgid "authentication"
-msgstr ""
+msgstr "autentifikācija"
 
-#: vpn/models/crypto.py:149
+#: netbox/vpn/models/crypto.py:149
 msgid "Security association lifetime (seconds)"
-msgstr ""
+msgstr "Drošības asociācijas kalpošanas laiks (sekundēs)"
 
-#: vpn/models/crypto.py:155
+#: netbox/vpn/models/crypto.py:155
 msgid "Security association lifetime (in kilobytes)"
-msgstr ""
+msgstr "Drošības asociācijas kalpošanas laiks (kilobaitos)"
 
-#: vpn/models/crypto.py:164
+#: netbox/vpn/models/crypto.py:164
 msgid "IPSec proposal"
-msgstr ""
+msgstr "IPsec priekšlikums"
 
-#: vpn/models/crypto.py:165
+#: netbox/vpn/models/crypto.py:165
 msgid "IPSec proposals"
-msgstr ""
+msgstr "IPsec priekšlikumi"
 
-#: vpn/models/crypto.py:175
+#: netbox/vpn/models/crypto.py:175
 msgid "Encryption and/or authentication algorithm must be defined"
-msgstr ""
+msgstr "Jādefinē šifrēšanas un/vai autentifikācijas algoritms"
 
-#: vpn/models/crypto.py:208
+#: netbox/vpn/models/crypto.py:208
 msgid "IPSec policies"
-msgstr ""
+msgstr "IPsec politikas"
 
-#: vpn/models/crypto.py:247
+#: netbox/vpn/models/crypto.py:247
 msgid "IPSec profiles"
-msgstr ""
+msgstr "IPsec profili"
 
-#: vpn/models/l2vpn.py:117
+#: netbox/vpn/models/l2vpn.py:117
 msgid "L2VPN termination"
-msgstr ""
+msgstr "L2VPN izbeigšana"
 
-#: vpn/models/l2vpn.py:118
+#: netbox/vpn/models/l2vpn.py:118
 msgid "L2VPN terminations"
-msgstr ""
+msgstr "L2VPN pārtraukšana"
 
-#: vpn/models/l2vpn.py:133
+#: netbox/vpn/models/l2vpn.py:133
 #, python-brace-format
 msgid "L2VPN Termination already assigned ({assigned_object})"
-msgstr ""
+msgstr "L2VPN izbeigšana jau piešķirta ({assigned_object})"
 
-#: vpn/models/l2vpn.py:145
+#: netbox/vpn/models/l2vpn.py:145
 #, python-brace-format
 msgid ""
 "{l2vpn_type} L2VPNs cannot have more than two terminations; found "
 "{terminations_count} already defined."
 msgstr ""
+"{l2vpn_type} L2VPN nedrīkst būt vairāk par diviem pārtraukumiem; atrasts "
+"{terminations_count} jau definēts."
 
-#: vpn/models/tunnels.py:26
+#: netbox/vpn/models/tunnels.py:26
 msgid "tunnel group"
-msgstr ""
+msgstr "tuneļa grupa"
 
-#: vpn/models/tunnels.py:27
+#: netbox/vpn/models/tunnels.py:27
 msgid "tunnel groups"
-msgstr ""
+msgstr "tuneļu grupas"
 
-#: vpn/models/tunnels.py:51
+#: netbox/vpn/models/tunnels.py:51
 msgid "encapsulation"
-msgstr ""
+msgstr "iekapsulēšana"
 
-#: vpn/models/tunnels.py:70
+#: netbox/vpn/models/tunnels.py:70
 msgid "tunnel ID"
-msgstr ""
+msgstr "tuneļa ID"
 
-#: vpn/models/tunnels.py:92
+#: netbox/vpn/models/tunnels.py:92
 msgid "tunnel"
-msgstr ""
+msgstr "tunelis"
 
-#: vpn/models/tunnels.py:93
+#: netbox/vpn/models/tunnels.py:93
 msgid "tunnels"
-msgstr ""
+msgstr "tuneļi"
 
-#: vpn/models/tunnels.py:145
+#: netbox/vpn/models/tunnels.py:145
 msgid "An object may be terminated to only one tunnel at a time."
-msgstr ""
+msgstr "Objektu vienlaikus var pārtraukt tikai ar vienu tuneli."
 
-#: vpn/models/tunnels.py:148
+#: netbox/vpn/models/tunnels.py:148
 msgid "tunnel termination"
-msgstr ""
+msgstr "tuneļa izbeigšana"
 
-#: vpn/models/tunnels.py:149
+#: netbox/vpn/models/tunnels.py:149
 msgid "tunnel terminations"
-msgstr ""
+msgstr "tuneļa beigas"
 
-#: vpn/models/tunnels.py:166
+#: netbox/vpn/models/tunnels.py:166
 #, python-brace-format
 msgid "{name} is already attached to a tunnel ({tunnel})."
-msgstr ""
+msgstr "{name} jau ir piestiprināts pie tuneļa ({tunnel})."
 
-#: vpn/tables/crypto.py:22
+#: netbox/vpn/tables/crypto.py:22
 msgid "Authentication Method"
-msgstr ""
+msgstr "Autentifikācijas metode"
 
-#: vpn/tables/crypto.py:25 vpn/tables/crypto.py:97
+#: netbox/vpn/tables/crypto.py:25 netbox/vpn/tables/crypto.py:97
 msgid "Encryption Algorithm"
-msgstr ""
+msgstr "Šifrēšanas algoritms"
 
-#: vpn/tables/crypto.py:28 vpn/tables/crypto.py:100
+#: netbox/vpn/tables/crypto.py:28 netbox/vpn/tables/crypto.py:100
 msgid "Authentication Algorithm"
-msgstr ""
+msgstr "Autentifikācijas algoritms"
 
-#: vpn/tables/crypto.py:34
+#: netbox/vpn/tables/crypto.py:34
 msgid "SA Lifetime"
-msgstr ""
+msgstr "SA kalpošanas laiks"
 
-#: vpn/tables/crypto.py:71
+#: netbox/vpn/tables/crypto.py:71
 msgid "Pre-shared Key"
-msgstr ""
+msgstr "Iepriekš koplietota atslēga"
 
-#: vpn/tables/crypto.py:103
+#: netbox/vpn/tables/crypto.py:103
 msgid "SA Lifetime (Seconds)"
-msgstr ""
+msgstr "SA kalpošanas laiks (sekundes)"
 
-#: vpn/tables/crypto.py:106
+#: netbox/vpn/tables/crypto.py:106
 msgid "SA Lifetime (KB)"
-msgstr ""
+msgstr "SA kalpošanas laiks (KB)"
 
-#: vpn/tables/l2vpn.py:72
+#: netbox/vpn/tables/l2vpn.py:72
 msgid "Object Parent"
-msgstr ""
+msgstr "Objekta vecāks"
 
-#: vpn/tables/l2vpn.py:77
+#: netbox/vpn/tables/l2vpn.py:77
 msgid "Object Site"
-msgstr ""
+msgstr "Objekta vietne"
 
-#: wireless/choices.py:11
+#: netbox/wireless/choices.py:11
 msgid "Access point"
-msgstr ""
+msgstr "Piekļuves punkts"
 
-#: wireless/choices.py:12
+#: netbox/wireless/choices.py:12
 msgid "Station"
-msgstr ""
+msgstr "Stacija"
 
-#: wireless/choices.py:467
+#: netbox/wireless/choices.py:467
 msgid "Open"
-msgstr ""
+msgstr "Atvērt"
 
-#: wireless/choices.py:469
+#: netbox/wireless/choices.py:469
 msgid "WPA Personal (PSK)"
-msgstr ""
+msgstr "WPA personīgais (PSK)"
 
-#: wireless/choices.py:470
+#: netbox/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
+msgstr "WPA uzņēmums"
+
+#: netbox/wireless/forms/bulk_edit.py:76
+#: netbox/wireless/forms/bulk_edit.py:124
+#: netbox/wireless/forms/bulk_import.py:70
+#: netbox/wireless/forms/bulk_import.py:73
+#: netbox/wireless/forms/bulk_import.py:150
+#: netbox/wireless/forms/bulk_import.py:153
+#: netbox/wireless/forms/filtersets.py:62
+#: netbox/wireless/forms/filtersets.py:121
 msgid "Authentication cipher"
-msgstr ""
+msgstr "Autentifikācijas šifrs"
 
-#: wireless/forms/bulk_import.py:54
+#: netbox/wireless/forms/bulk_import.py:54
 msgid "Bridged VLAN"
-msgstr ""
+msgstr "Plītēta VLAN"
 
-#: wireless/forms/bulk_import.py:100
+#: netbox/wireless/forms/bulk_import.py:100
 msgid "Parent device of assigned interface A"
-msgstr ""
+msgstr "Piešķirtā saskarnes A vecāku ierīce"
 
-#: wireless/forms/bulk_import.py:103 wireless/tables/wirelesslink.py:27
+#: netbox/wireless/forms/bulk_import.py:103
+#: netbox/wireless/tables/wirelesslink.py:27
 msgid "Interface A"
-msgstr ""
+msgstr "Saskarne A"
 
-#: wireless/forms/bulk_import.py:106
+#: netbox/wireless/forms/bulk_import.py:106
 msgid "Assigned interface A"
-msgstr ""
+msgstr "Piešķirtais interfeiss A"
 
-#: wireless/forms/bulk_import.py:121
+#: netbox/wireless/forms/bulk_import.py:121
 msgid "Parent device of assigned interface B"
-msgstr ""
+msgstr "Piešķirtā saskarnes B vecāku ierīce"
 
-#: wireless/forms/bulk_import.py:124 wireless/tables/wirelesslink.py:36
+#: netbox/wireless/forms/bulk_import.py:124
+#: netbox/wireless/tables/wirelesslink.py:36
 msgid "Interface B"
-msgstr ""
+msgstr "Saskarne B"
 
-#: wireless/forms/bulk_import.py:127
+#: netbox/wireless/forms/bulk_import.py:127
 msgid "Assigned interface B"
-msgstr ""
+msgstr "Piešķirtais interfeiss B"
 
-#: wireless/forms/model_forms.py:166
+#: netbox/wireless/forms/model_forms.py:166
 msgid "Side B"
-msgstr ""
+msgstr "B puse"
 
-#: wireless/models.py:32
+#: netbox/wireless/models.py:32
 msgid "authentication cipher"
-msgstr ""
+msgstr "autentifikācijas šifrs"
 
-#: wireless/models.py:72
+#: netbox/wireless/models.py:72
 msgid "wireless LAN group"
-msgstr ""
+msgstr "bezvadu LAN grupa"
 
-#: wireless/models.py:73
+#: netbox/wireless/models.py:73
 msgid "wireless LAN groups"
-msgstr ""
+msgstr "bezvadu LAN grupas"
 
-#: wireless/models.py:116
+#: netbox/wireless/models.py:116
 msgid "wireless LAN"
-msgstr ""
+msgstr "bezvadu LAN"
 
-#: wireless/models.py:134
+#: netbox/wireless/models.py:134
 msgid "interface A"
-msgstr ""
+msgstr "saskarne A"
 
-#: wireless/models.py:140
+#: netbox/wireless/models.py:140
 msgid "interface B"
-msgstr ""
+msgstr "saskarne B"
 
-#: wireless/models.py:188
+#: netbox/wireless/models.py:188
 msgid "wireless link"
-msgstr ""
+msgstr "bezvadu saite"
 
-#: wireless/models.py:189
+#: netbox/wireless/models.py:189
 msgid "wireless links"
-msgstr ""
+msgstr "bezvadu saites"
 
-#: wireless/models.py:204 wireless/models.py:210
+#: netbox/wireless/models.py:204 netbox/wireless/models.py:210
 #, python-brace-format
 msgid "{type} is not a wireless interface."
-msgstr ""
+msgstr "{type} nav bezvadu interfeiss."
 
-#: wireless/utils.py:16
+#: netbox/wireless/utils.py:16
 #, python-brace-format
 msgid "Invalid channel value: {channel}"
-msgstr ""
+msgstr "Nederīga kanāla vērtība: {channel}"
 
-#: wireless/utils.py:26
+#: netbox/wireless/utils.py:26
 #, python-brace-format
 msgid "Invalid channel attribute: {name}"
-msgstr ""
+msgstr "Nederīgs kanāla atribūts: {name}"

Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/nl/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/pl/LC_MESSAGES/django.po


BIN
netbox/translations/pt/LC_MESSAGES/django.mo


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/pt/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/ru/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/tr/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/uk/LC_MESSAGES/django.po


Разница между файлами не показана из-за своего большого размера
+ 221 - 210
netbox/translations/zh/LC_MESSAGES/django.po


+ 1 - 1
pyproject.toml

@@ -3,7 +3,7 @@
 
 [project]
 name = "netbox"
-version = "4.4.7"
+version = "4.4.9"
 requires-python = ">=3.10"
 description = "The premier source of truth powering network automation."
 readme = "README.md"

+ 5 - 5
requirements.txt

@@ -23,7 +23,7 @@ gunicorn==23.0.0
 Jinja2==3.1.6
 jsonschema==4.25.1
 Markdown==3.10
-mkdocs-material==9.7.0
+mkdocs-material==9.7.1
 mkdocstrings==1.0.0
 mkdocstrings-python==2.0.1
 netaddr==1.3.0
@@ -33,11 +33,11 @@ psycopg[c,pool]==3.3.2
 PyYAML==6.0.3
 requests==2.32.5
 rq==2.6.1
-social-auth-app-django==5.6.0
-social-auth-core==4.8.1
+social-auth-app-django==5.7.0
+social-auth-core==4.8.3
 sorl-thumbnail==12.11.0
-strawberry-graphql==0.287.2
+strawberry-graphql==0.287.3
 strawberry-graphql-django==0.70.1
 svgwrite==1.4.3
 tablib==3.9.0
-tzdata==2025.2
+tzdata==2025.3

Некоторые файлы не были показаны из-за большого количества измененных файлов