Skip to content

Commit 09854a3

Browse files
Update source translation strings
1 parent be26f86 commit 09854a3

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

netbox/translations/en/LC_MESSAGES/django.po

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-26 05:03+0000\n"
11+
"POT-Creation-Date: 2025-03-27 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"
@@ -8734,102 +8734,102 @@ msgstr ""
87348734
msgid "False"
87358735
msgstr ""
87368736

8737-
#: netbox/extras/models/customfields.py:575
8737+
#: netbox/extras/models/customfields.py:577
87388738
#, python-brace-format
87398739
msgid "Values must match this regex: <code>{regex}</code>"
87408740
msgstr ""
87418741

8742-
#: netbox/extras/models/customfields.py:669
8742+
#: netbox/extras/models/customfields.py:671
87438743
msgid "Value must be a string."
87448744
msgstr ""
87458745

8746-
#: netbox/extras/models/customfields.py:671
8746+
#: netbox/extras/models/customfields.py:673
87478747
#, python-brace-format
87488748
msgid "Value must match regex '{regex}'"
87498749
msgstr ""
87508750

8751-
#: netbox/extras/models/customfields.py:676
8751+
#: netbox/extras/models/customfields.py:678
87528752
msgid "Value must be an integer."
87538753
msgstr ""
87548754

8755-
#: netbox/extras/models/customfields.py:679
8756-
#: netbox/extras/models/customfields.py:694
8755+
#: netbox/extras/models/customfields.py:681
8756+
#: netbox/extras/models/customfields.py:696
87578757
#, python-brace-format
87588758
msgid "Value must be at least {minimum}"
87598759
msgstr ""
87608760

8761-
#: netbox/extras/models/customfields.py:683
8762-
#: netbox/extras/models/customfields.py:698
8761+
#: netbox/extras/models/customfields.py:685
8762+
#: netbox/extras/models/customfields.py:700
87638763
#, python-brace-format
87648764
msgid "Value must not exceed {maximum}"
87658765
msgstr ""
87668766

8767-
#: netbox/extras/models/customfields.py:691
8767+
#: netbox/extras/models/customfields.py:693
87688768
msgid "Value must be a decimal."
87698769
msgstr ""
87708770

8771-
#: netbox/extras/models/customfields.py:703
8771+
#: netbox/extras/models/customfields.py:705
87728772
msgid "Value must be true or false."
87738773
msgstr ""
87748774

8775-
#: netbox/extras/models/customfields.py:711
8775+
#: netbox/extras/models/customfields.py:713
87768776
msgid "Date values must be in ISO 8601 format (YYYY-MM-DD)."
87778777
msgstr ""
87788778

8779-
#: netbox/extras/models/customfields.py:720
8779+
#: netbox/extras/models/customfields.py:722
87808780
msgid "Date and time values must be in ISO 8601 format (YYYY-MM-DD HH:MM:SS)."
87818781
msgstr ""
87828782

8783-
#: netbox/extras/models/customfields.py:727
8783+
#: netbox/extras/models/customfields.py:729
87848784
#, python-brace-format
87858785
msgid "Invalid choice ({value}) for choice set {choiceset}."
87868786
msgstr ""
87878787

8788-
#: netbox/extras/models/customfields.py:737
8788+
#: netbox/extras/models/customfields.py:739
87898789
#, python-brace-format
87908790
msgid "Invalid choice(s) ({value}) for choice set {choiceset}."
87918791
msgstr ""
87928792

8793-
#: netbox/extras/models/customfields.py:746
8793+
#: netbox/extras/models/customfields.py:748
87948794
#, python-brace-format
87958795
msgid "Value must be an object ID, not {type}"
87968796
msgstr ""
87978797

8798-
#: netbox/extras/models/customfields.py:752
8798+
#: netbox/extras/models/customfields.py:754
87998799
#, python-brace-format
88008800
msgid "Value must be a list of object IDs, not {type}"
88018801
msgstr ""
88028802

8803-
#: netbox/extras/models/customfields.py:756
8803+
#: netbox/extras/models/customfields.py:758
88048804
#, python-brace-format
88058805
msgid "Found invalid object ID: {id}"
88068806
msgstr ""
88078807

8808-
#: netbox/extras/models/customfields.py:759
8808+
#: netbox/extras/models/customfields.py:761
88098809
msgid "Required field cannot be empty."
88108810
msgstr ""
88118811

8812-
#: netbox/extras/models/customfields.py:779
8812+
#: netbox/extras/models/customfields.py:781
88138813
msgid "Base set of predefined choices (optional)"
88148814
msgstr ""
88158815

8816-
#: netbox/extras/models/customfields.py:791
8816+
#: netbox/extras/models/customfields.py:793
88178817
msgid "Choices are automatically ordered alphabetically"
88188818
msgstr ""
88198819

8820-
#: netbox/extras/models/customfields.py:798
8820+
#: netbox/extras/models/customfields.py:800
88218821
msgid "custom field choice set"
88228822
msgstr ""
88238823

8824-
#: netbox/extras/models/customfields.py:799
8824+
#: netbox/extras/models/customfields.py:801
88258825
msgid "custom field choice sets"
88268826
msgstr ""
88278827

8828-
#: netbox/extras/models/customfields.py:841
8828+
#: netbox/extras/models/customfields.py:843
88298829
msgid "Must define base or extra choices."
88308830
msgstr ""
88318831

8832-
#: netbox/extras/models/customfields.py:865
8832+
#: netbox/extras/models/customfields.py:867
88338833
#, python-brace-format
88348834
msgid ""
88358835
"Cannot remove choice {choice} as there are {model} objects which reference "

0 commit comments

Comments
 (0)