88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2024-08-02 05:02+0000\n "
11+ "POT-Creation-Date : 2024-08-11 05:02+0000\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -58,10 +58,27 @@ msgstr ""
5858msgid "Allowed IPs"
5959msgstr ""
6060
61+ #: netbox/account/views.py:112
62+ #, python-brace-format
63+ msgid "Logged in as {user}."
64+ msgstr ""
65+
66+ #: netbox/account/views.py:162
67+ msgid "You have logged out."
68+ msgstr ""
69+
6170#: netbox/account/views.py:214
6271msgid "Your preferences have been updated."
6372msgstr ""
6473
74+ #: netbox/account/views.py:237
75+ msgid "LDAP-authenticated user credentials cannot be changed within NetBox."
76+ msgstr ""
77+
78+ #: netbox/account/views.py:252
79+ msgid "Your password has been changed successfully."
80+ msgstr ""
81+
6582#: netbox/circuits/choices.py:21 netbox/dcim/choices.py:20
6683#: netbox/dcim/choices.py:102 netbox/dcim/choices.py:174
6784#: netbox/dcim/choices.py:220 netbox/dcim/choices.py:1459
@@ -309,7 +326,7 @@ msgstr ""
309326#: netbox/circuits/forms/filtersets.py:212
310327#: netbox/circuits/forms/model_forms.py:109
311328#: netbox/circuits/forms/model_forms.py:131
312- #: netbox/circuits/tables/circuits.py:98 netbox/dcim/forms/connections.py:71
329+ #: netbox/circuits/tables/circuits.py:98 netbox/dcim/forms/connections.py:73
313330#: netbox/templates/circuits/circuit.html:15
314331#: netbox/templates/circuits/circuittermination.html:19
315332#: netbox/templates/dcim/inc/cable_termination.html:55
@@ -532,7 +549,7 @@ msgstr ""
532549#: netbox/dcim/tables/devices.py:802 netbox/dcim/tables/power.py:77
533550#: netbox/extras/forms/bulk_import.py:39 netbox/extras/tables/tables.py:290
534551#: netbox/extras/tables/tables.py:362 netbox/extras/tables/tables.py:480
535- #: netbox/netbox/tables/tables.py:239 netbox/templates/circuits/circuit.html:30
552+ #: netbox/netbox/tables/tables.py:240 netbox/templates/circuits/circuit.html:30
536553#: netbox/templates/core/datasource.html:38 netbox/templates/dcim/cable.html:15
537554#: netbox/templates/dcim/consoleport.html:36
538555#: netbox/templates/dcim/consoleserverport.html:36
@@ -964,7 +981,7 @@ msgstr ""
964981#: netbox/ipam/forms/filtersets.py:266 netbox/ipam/forms/filtersets.py:307
965982#: netbox/ipam/forms/filtersets.py:382 netbox/ipam/forms/filtersets.py:475
966983#: netbox/ipam/forms/filtersets.py:534 netbox/ipam/forms/filtersets.py:552
967- #: netbox/netbox/tables/tables.py:255
984+ #: netbox/netbox/tables/tables.py:256
968985#: netbox/virtualization/forms/filtersets.py:45
969986#: netbox/virtualization/forms/filtersets.py:103
970987#: netbox/virtualization/forms/filtersets.py:194
@@ -1377,6 +1394,16 @@ msgstr ""
13771394msgid "ASN Count"
13781395msgstr ""
13791396
1397+ #: netbox/circuits/views.py:331
1398+ #, python-brace-format
1399+ msgid "No terminations have been defined for circuit {circuit}."
1400+ msgstr ""
1401+
1402+ #: netbox/circuits/views.py:380
1403+ #, python-brace-format
1404+ msgid "Swapped terminations for circuit {circuit}."
1405+ msgstr ""
1406+
13801407#: netbox/core/api/views.py:36
13811408msgid "This user does not have permission to synchronize this data source."
13821409msgstr ""
@@ -1959,7 +1986,7 @@ msgstr ""
19591986
19601987#: netbox/core/tables/jobs.py:10 netbox/core/tables/tasks.py:76
19611988#: netbox/dcim/tables/devicetypes.py:165 netbox/extras/tables/tables.py:185
1962- #: netbox/extras/tables/tables.py:357 netbox/netbox/tables/tables.py:188
1989+ #: netbox/extras/tables/tables.py:357 netbox/netbox/tables/tables.py:189
19631990#: netbox/templates/dcim/virtualchassis_edit.html:52
19641991#: netbox/utilities/forms/forms.py:73 netbox/wireless/tables/wirelesslink.py:16
19651992msgid "ID"
@@ -1969,7 +1996,7 @@ msgstr ""
19691996#: netbox/extras/tables/tables.py:248 netbox/extras/tables/tables.py:294
19701997#: netbox/extras/tables/tables.py:367 netbox/extras/tables/tables.py:485
19711998#: netbox/extras/tables/tables.py:516 netbox/extras/tables/tables.py:556
1972- #: netbox/extras/tables/tables.py:593 netbox/netbox/tables/tables.py:243
1999+ #: netbox/extras/tables/tables.py:593 netbox/netbox/tables/tables.py:244
19732000#: netbox/templates/extras/eventrule.html:84
19742001#: netbox/templates/extras/journalentry.html:18
19752002#: netbox/templates/extras/objectchange.html:58
@@ -2063,12 +2090,56 @@ msgstr ""
20632090msgid "No workers found"
20642091msgstr ""
20652092
2066- #: netbox/core/views.py:331 netbox/core/views.py:374 netbox/core/views.py:397
2067- #: netbox/core/views.py:415 netbox/core/views.py:450
2093+ #: netbox/core/views.py:81
2094+ #, python-brace-format
2095+ msgid "Queued job #{id} to sync {datasource}"
2096+ msgstr ""
2097+
2098+ #: netbox/core/views.py:241
2099+ #, python-brace-format
2100+ msgid "Restored configuration revision #{id}"
2101+ msgstr ""
2102+
2103+ #: netbox/core/views.py:334 netbox/core/views.py:377 netbox/core/views.py:453
20682104#, python-brace-format
20692105msgid "Job {job_id} not found"
20702106msgstr ""
20712107
2108+ #: netbox/core/views.py:385
2109+ #, python-brace-format
2110+ msgid "Job {id} has been deleted."
2111+ msgstr ""
2112+
2113+ #: netbox/core/views.py:387
2114+ #, python-brace-format
2115+ msgid "Error deleting job {id}: {error}"
2116+ msgstr ""
2117+
2118+ #: netbox/core/views.py:400 netbox/core/views.py:418
2119+ #, python-brace-format
2120+ msgid "Job {id} not found."
2121+ msgstr ""
2122+
2123+ #: netbox/core/views.py:406
2124+ #, python-brace-format
2125+ msgid "Job {id} has been re-enqueued."
2126+ msgstr ""
2127+
2128+ #: netbox/core/views.py:441
2129+ #, python-brace-format
2130+ msgid "Job {id} has been enqueued."
2131+ msgstr ""
2132+
2133+ #: netbox/core/views.py:460
2134+ #, python-brace-format
2135+ msgid "Job {id} has been stopped."
2136+ msgstr ""
2137+
2138+ #: netbox/core/views.py:462
2139+ #, python-brace-format
2140+ msgid "Failed to stop job {id}"
2141+ msgstr ""
2142+
20722143#: netbox/dcim/api/serializers_/devices.py:50
20732144#: netbox/dcim/api/serializers_/devicetypes.py:26
20742145msgid "Position (U)"
@@ -4091,7 +4162,7 @@ msgstr ""
40914162msgid "A {model} named {name} already exists"
40924163msgstr ""
40934164
4094- #: netbox/dcim/forms/connections.py:48 netbox/dcim/forms/model_forms.py:686
4165+ #: netbox/dcim/forms/connections.py:49 netbox/dcim/forms/model_forms.py:686
40954166#: netbox/dcim/tables/power.py:66
40964167#: netbox/templates/dcim/inc/cable_termination.html:37
40974168#: netbox/templates/dcim/powerfeed.html:24
@@ -4100,13 +4171,13 @@ msgstr ""
41004171msgid "Power Panel"
41014172msgstr ""
41024173
4103- #: netbox/dcim/forms/connections.py:57 netbox/dcim/forms/model_forms.py:713
4174+ #: netbox/dcim/forms/connections.py:58 netbox/dcim/forms/model_forms.py:713
41044175#: netbox/templates/dcim/powerfeed.html:21
41054176#: netbox/templates/dcim/powerport.html:80
41064177msgid "Power Feed"
41074178msgstr ""
41084179
4109- #: netbox/dcim/forms/connections.py:79
4180+ #: netbox/dcim/forms/connections.py:81
41104181msgid "Side"
41114182msgstr ""
41124183
@@ -6081,7 +6152,7 @@ msgstr ""
60816152#: netbox/templates/virtualization/virtualmachine/base.html:27
60826153#: netbox/templates/virtualization/virtualmachine_list.html:14
60836154#: netbox/virtualization/tables/virtualmachines.py:100
6084- #: netbox/virtualization/views.py:363 netbox/wireless/tables/wirelesslan.py:55
6155+ #: netbox/virtualization/views.py:365 netbox/wireless/tables/wirelesslan.py:55
60856156msgid "Interfaces"
60866157msgstr ""
60876158
@@ -6381,24 +6452,53 @@ msgstr ""
63816452#: netbox/dcim/views.py:2019 netbox/extras/forms/model_forms.py:453
63826453#: netbox/templates/extras/configcontext.html:10
63836454#: netbox/virtualization/forms/model_forms.py:225
6384- #: netbox/virtualization/views.py:404
6455+ #: netbox/virtualization/views.py:406
63856456msgid "Config Context"
63866457msgstr ""
63876458
6388- #: netbox/dcim/views.py:2029 netbox/virtualization/views.py:414
6459+ #: netbox/dcim/views.py:2029 netbox/virtualization/views.py:416
63896460msgid "Render Config"
63906461msgstr ""
63916462
6463+ #: netbox/dcim/views.py:2062 netbox/virtualization/views.py:449
6464+ #, python-brace-format
6465+ msgid "An error occurred while rendering the template: {error}"
6466+ msgstr ""
6467+
63926468#: netbox/dcim/views.py:2080 netbox/extras/tables/tables.py:447
63936469#: netbox/netbox/navigation/menu.py:234 netbox/netbox/navigation/menu.py:236
63946470#: netbox/virtualization/views.py:179
63956471msgid "Virtual Machines"
63966472msgstr ""
63976473
6398- #: netbox/dcim/views.py:2963 netbox/ipam/tables/ip.py:234
6474+ #: netbox/dcim/views.py:2828
6475+ #, python-brace-format
6476+ msgid "Installed device {device} in bay {device_bay}."
6477+ msgstr ""
6478+
6479+ #: netbox/dcim/views.py:2869
6480+ #, python-brace-format
6481+ msgid "Removed device {device} from bay {device_bay}."
6482+ msgstr ""
6483+
6484+ #: netbox/dcim/views.py:2975 netbox/ipam/tables/ip.py:234
63996485msgid "Children"
64006486msgstr ""
64016487
6488+ #: netbox/dcim/views.py:3441
6489+ msgid "Added member <a href=\" {url}\" >{escape(device)}</a>"
6490+ msgstr ""
6491+
6492+ #: netbox/dcim/views.py:3488
6493+ #, python-brace-format
6494+ msgid "Unable to remove master device {device} from the virtual chassis."
6495+ msgstr ""
6496+
6497+ #: netbox/dcim/views.py:3501
6498+ #, python-brace-format
6499+ msgid "Removed {device} from virtual chassis {chassis}"
6500+ msgstr ""
6501+
64026502#: netbox/extras/api/customfields.py:88
64036503#, python-brace-format
64046504msgid "Unknown related object(s): {name}"
@@ -10167,7 +10267,7 @@ msgstr ""
1016710267#: netbox/templates/virtualization/virtualmachine/base.html:32
1016810268#: netbox/templates/virtualization/virtualmachine_list.html:21
1016910269#: netbox/virtualization/tables/virtualmachines.py:103
10170- #: netbox/virtualization/views.py:385
10270+ #: netbox/virtualization/views.py:387
1017110271msgid "Virtual Disks"
1017210272msgstr ""
1017310273
@@ -10538,29 +10638,53 @@ msgstr ""
1053810638msgid "Error"
1053910639msgstr ""
1054010640
10541- #: netbox/netbox/tables/tables.py:57
10641+ #: netbox/netbox/tables/tables.py:58
1054210642#, python-brace-format
1054310643msgid "No {model_name} found"
1054410644msgstr ""
1054510645
10546- #: netbox/netbox/tables/tables.py:248
10646+ #: netbox/netbox/tables/tables.py:249
1054710647#: netbox/templates/generic/bulk_import.html:117
1054810648msgid "Field"
1054910649msgstr ""
1055010650
10551- #: netbox/netbox/tables/tables.py:251
10651+ #: netbox/netbox/tables/tables.py:252
1055210652msgid "Value"
1055310653msgstr ""
1055410654
1055510655#: netbox/netbox/tests/dummy_plugin/navigation.py:29
1055610656msgid "Dummy Plugin"
1055710657msgstr ""
1055810658
10559- #: netbox/netbox/views/generic/bulk_views.py:405
10659+ #: netbox/netbox/views/generic/bulk_views.py:111
10660+ #, python-brace-format
10661+ msgid ""
10662+ "There was an error rendering the selected export template ({template}): "
10663+ "{error}"
10664+ msgstr ""
10665+
10666+ #: netbox/netbox/views/generic/bulk_views.py:411
1056010667#, python-brace-format
1056110668msgid "Row {i}: Object with ID {id} does not exist"
1056210669msgstr ""
1056310670
10671+ #: netbox/netbox/views/generic/bulk_views.py:679
10672+ #: netbox/netbox/views/generic/bulk_views.py:877
10673+ #: netbox/netbox/views/generic/bulk_views.py:925
10674+ #, python-brace-format
10675+ msgid "No {object_type} were selected."
10676+ msgstr ""
10677+
10678+ #: netbox/netbox/views/generic/bulk_views.py:759
10679+ #, python-brace-format
10680+ msgid "Renamed {count} {object_type}"
10681+ msgstr ""
10682+
10683+ #: netbox/netbox/views/generic/bulk_views.py:855
10684+ #, python-brace-format
10685+ msgid "Deleted {count} {object_type}"
10686+ msgstr ""
10687+
1056410688#: netbox/netbox/views/generic/feature_views.py:38
1056510689msgid "Changelog"
1056610690msgstr ""
@@ -10569,6 +10693,20 @@ msgstr ""
1056910693msgid "Journal"
1057010694msgstr ""
1057110695
10696+ #: netbox/netbox/views/generic/feature_views.py:205
10697+ msgid "Unable to synchronize data: No data file set."
10698+ msgstr ""
10699+
10700+ #: netbox/netbox/views/generic/feature_views.py:209
10701+ #, python-brace-format
10702+ msgid "Synchronized data for {object_type} {object}."
10703+ msgstr ""
10704+
10705+ #: netbox/netbox/views/generic/feature_views.py:234
10706+ #, python-brace-format
10707+ msgid "Synced {count} {object_type}"
10708+ msgstr ""
10709+
1057210710#: netbox/netbox/views/generic/object_views.py:108
1057310711#, python-brace-format
1057410712msgid "{class_name} must implement get_children()"
@@ -14335,6 +14473,16 @@ msgstr ""
1433514473msgid "virtual disks"
1433614474msgstr ""
1433714475
14476+ #: netbox/virtualization/views.py:274
14477+ #, python-brace-format
14478+ msgid "Added {count} devices to cluster {cluster}"
14479+ msgstr ""
14480+
14481+ #: netbox/virtualization/views.py:309
14482+ #, python-brace-format
14483+ msgid "Removed {count} devices from cluster {cluster}"
14484+ msgstr ""
14485+
1433814486#: netbox/vpn/choices.py:31
1433914487msgid "IPsec - Transport"
1434014488msgstr ""
0 commit comments