mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 18:58:54 +02:00
Compare commits
1 Commits
21989-even
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fd6924d26 |
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2026-04-23 05:43+0000\n"
|
"POT-Creation-Date: 2026-04-24 05:46+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -9308,109 +9308,109 @@ msgid "False"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:572
|
#: netbox/extras/models/customfields.py:572
|
||||||
#: netbox/extras/models/customfields.py:620
|
#: netbox/extras/models/customfields.py:625
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Values must match this regex: <code>{regex}</code>"
|
msgid "Values must match this regex: <code>{regex}</code>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:722
|
#: netbox/extras/models/customfields.py:727
|
||||||
#: netbox/extras/models/customfields.py:729
|
#: netbox/extras/models/customfields.py:734
|
||||||
msgid "Value must be a string."
|
msgid "Value must be a string."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:724
|
#: netbox/extras/models/customfields.py:729
|
||||||
#: netbox/extras/models/customfields.py:731
|
#: netbox/extras/models/customfields.py:736
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Value must match regex '{regex}'"
|
msgid "Value must match regex '{regex}'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:736
|
#: netbox/extras/models/customfields.py:741
|
||||||
msgid "Value must be an integer."
|
msgid "Value must be an integer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:739
|
#: netbox/extras/models/customfields.py:744
|
||||||
#: netbox/extras/models/customfields.py:754
|
#: netbox/extras/models/customfields.py:759
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Value must be at least {minimum}"
|
msgid "Value must be at least {minimum}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:743
|
#: netbox/extras/models/customfields.py:748
|
||||||
#: netbox/extras/models/customfields.py:758
|
#: netbox/extras/models/customfields.py:763
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Value must not exceed {maximum}"
|
msgid "Value must not exceed {maximum}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:751
|
#: netbox/extras/models/customfields.py:756
|
||||||
msgid "Value must be a decimal."
|
msgid "Value must be a decimal."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:763
|
#: netbox/extras/models/customfields.py:768
|
||||||
msgid "Value must be true or false."
|
msgid "Value must be true or false."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:771
|
#: netbox/extras/models/customfields.py:776
|
||||||
msgid "Date values must be in ISO 8601 format (YYYY-MM-DD)."
|
msgid "Date values must be in ISO 8601 format (YYYY-MM-DD)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:780
|
#: netbox/extras/models/customfields.py:785
|
||||||
msgid "Date and time values must be in ISO 8601 format (YYYY-MM-DD HH:MM:SS)."
|
msgid "Date and time values must be in ISO 8601 format (YYYY-MM-DD HH:MM:SS)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:787
|
#: netbox/extras/models/customfields.py:792
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Invalid choice ({value}) for choice set {choiceset}."
|
msgid "Invalid choice ({value}) for choice set {choiceset}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:797
|
#: netbox/extras/models/customfields.py:802
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Invalid choice(s) ({value}) for choice set {choiceset}."
|
msgid "Invalid choice(s) ({value}) for choice set {choiceset}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:806
|
#: netbox/extras/models/customfields.py:811
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Value must be an object ID, not {type}"
|
msgid "Value must be an object ID, not {type}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:812
|
#: netbox/extras/models/customfields.py:817
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Value must be a list of object IDs, not {type}"
|
msgid "Value must be a list of object IDs, not {type}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:816
|
#: netbox/extras/models/customfields.py:821
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Found invalid object ID: {id}"
|
msgid "Found invalid object ID: {id}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:819
|
#: netbox/extras/models/customfields.py:824
|
||||||
msgid "Required field cannot be empty."
|
msgid "Required field cannot be empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:839
|
#: netbox/extras/models/customfields.py:844
|
||||||
msgid "Base set of predefined choices (optional)"
|
msgid "Base set of predefined choices (optional)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:851
|
#: netbox/extras/models/customfields.py:856
|
||||||
msgid "Choices are automatically ordered alphabetically"
|
msgid "Choices are automatically ordered alphabetically"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:858
|
#: netbox/extras/models/customfields.py:863
|
||||||
msgid "custom field choice set"
|
msgid "custom field choice set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:859
|
#: netbox/extras/models/customfields.py:864
|
||||||
msgid "custom field choice sets"
|
msgid "custom field choice sets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:901
|
#: netbox/extras/models/customfields.py:906
|
||||||
msgid "Must define base or extra choices."
|
msgid "Must define base or extra choices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:910
|
#: netbox/extras/models/customfields.py:915
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Duplicate value '{value}' found in extra choices."
|
msgid "Duplicate value '{value}' found in extra choices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/models/customfields.py:935
|
#: netbox/extras/models/customfields.py:940
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cannot remove choice {choice} as there are {model} objects which reference "
|
"Cannot remove choice {choice} as there are {model} objects which reference "
|
||||||
|
|||||||
Reference in New Issue
Block a user