mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
Update source translation strings
This commit is contained in:
parent
7c152e9234
commit
43840e6a72
@ -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: 2025-03-18 05:01+0000\n"
|
"POT-Creation-Date: 2025-03-19 05:01+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"
|
||||||
@ -7777,84 +7777,88 @@ msgstr ""
|
|||||||
msgid "Unregistered widget class: {name}"
|
msgid "Unregistered widget class: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:125
|
#: netbox/extras/dashboard/widgets.py:147
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{class_name} must define a render() method."
|
msgid "{class_name} must define a render() method."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:144
|
#: netbox/extras/dashboard/widgets.py:166
|
||||||
msgid "Note"
|
msgid "Note"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:145
|
#: netbox/extras/dashboard/widgets.py:167
|
||||||
msgid "Display some arbitrary custom content. Markdown is supported."
|
msgid "Display some arbitrary custom content. Markdown is supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:158
|
#: netbox/extras/dashboard/widgets.py:180
|
||||||
msgid "Object Counts"
|
msgid "Object Counts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:159
|
#: netbox/extras/dashboard/widgets.py:181
|
||||||
msgid ""
|
msgid ""
|
||||||
"Display a set of NetBox models and the number of objects created for each "
|
"Display a set of NetBox models and the number of objects created for each "
|
||||||
"type."
|
"type."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:169
|
#: netbox/extras/dashboard/widgets.py:191
|
||||||
msgid "Filters to apply when counting the number of objects"
|
msgid "Filters to apply when counting the number of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:177
|
#: netbox/extras/dashboard/widgets.py:199
|
||||||
msgid "Invalid format. Object filters must be passed as a dictionary."
|
msgid "Invalid format. Object filters must be passed as a dictionary."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:208
|
#: netbox/extras/dashboard/widgets.py:230
|
||||||
msgid "Object List"
|
msgid "Object List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:209
|
#: netbox/extras/dashboard/widgets.py:231
|
||||||
msgid "Display an arbitrary list of objects."
|
msgid "Display an arbitrary list of objects."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:222
|
#: netbox/extras/dashboard/widgets.py:244
|
||||||
msgid "The default number of objects to display"
|
msgid "The default number of objects to display"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:234
|
#: netbox/extras/dashboard/widgets.py:256
|
||||||
msgid "Invalid format. URL parameters must be passed as a dictionary."
|
msgid "Invalid format. URL parameters must be passed as a dictionary."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:274
|
#: netbox/extras/dashboard/widgets.py:265
|
||||||
|
msgid "Invalid model selection: {self['model'].data} is not supported."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: netbox/extras/dashboard/widgets.py:307
|
||||||
msgid "RSS Feed"
|
msgid "RSS Feed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:280
|
#: netbox/extras/dashboard/widgets.py:313
|
||||||
msgid "Embed an RSS feed from an external website."
|
msgid "Embed an RSS feed from an external website."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:287
|
#: netbox/extras/dashboard/widgets.py:320
|
||||||
msgid "Feed URL"
|
msgid "Feed URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:291
|
#: netbox/extras/dashboard/widgets.py:324
|
||||||
msgid "Requires external connection"
|
msgid "Requires external connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:297
|
#: netbox/extras/dashboard/widgets.py:330
|
||||||
msgid "The maximum number of objects to display"
|
msgid "The maximum number of objects to display"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:302
|
#: netbox/extras/dashboard/widgets.py:335
|
||||||
msgid "How long to stored the cached content (in seconds)"
|
msgid "How long to stored the cached content (in seconds)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:359 netbox/templates/account/base.html:10
|
#: netbox/extras/dashboard/widgets.py:392 netbox/templates/account/base.html:10
|
||||||
#: netbox/templates/account/bookmarks.html:7
|
#: netbox/templates/account/bookmarks.html:7
|
||||||
#: netbox/templates/inc/user_menu.html:43
|
#: netbox/templates/inc/user_menu.html:43
|
||||||
msgid "Bookmarks"
|
msgid "Bookmarks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: netbox/extras/dashboard/widgets.py:363
|
#: netbox/extras/dashboard/widgets.py:396
|
||||||
msgid "Show your personal bookmarks"
|
msgid "Show your personal bookmarks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user