[PR #4955] [CLOSED] Feature: Add chinese translation to db and view #12949

Closed
opened 2025-12-29 22:24:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4955
Author: @BaiYongJun
Created: 8/5/2020
Status: Closed

Base: developHead: i18n


📝 Commits (1)

  • e144153 Feature: Add chinese translation to db and view

📊 Changes

48 files changed (+2916 additions, -892 deletions)

View changed files

📝 netbox/circuits/apps.py (+2 -1)
📝 netbox/circuits/filters.py (+19 -18)
📝 netbox/circuits/forms.py (+18 -17)
📝 netbox/circuits/models.py (+15 -14)
📝 netbox/circuits/tables.py (+6 -5)
📝 netbox/circuits/views.py (+2 -1)
📝 netbox/dcim/apps.py (+2 -2)
📝 netbox/dcim/filters.py (+118 -117)
📝 netbox/dcim/forms.py (+170 -169)
📝 netbox/dcim/models/__init__.py (+46 -45)
📝 netbox/dcim/models/device_component_templates.py (+5 -4)
📝 netbox/dcim/models/device_components.py (+23 -22)
📝 netbox/dcim/tables.py (+49 -48)
📝 netbox/dcim/views.py (+5 -4)
📝 netbox/extras/admin.py (+7 -6)
📝 netbox/extras/filters.py (+21 -20)
📝 netbox/extras/forms.py (+11 -10)
📝 netbox/extras/models/customfields.py (+12 -11)
📝 netbox/extras/models/models.py (+36 -35)
📝 netbox/extras/tables.py (+7 -6)

...and 28 more files

📄 Description

Feature: Add chinese translation code to netbox

Signed-off-by: yj.bai bai.yongjun@99cloud.net


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4955 **Author:** [@BaiYongJun](https://github.com/BaiYongJun) **Created:** 8/5/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `i18n` --- ### 📝 Commits (1) - [`e144153`](https://github.com/netbox-community/netbox/commit/e1441537ef4cfc8d6c83cddabfa09a417d5c4502) Feature: Add chinese translation to db and view ### 📊 Changes **48 files changed** (+2916 additions, -892 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/apps.py` (+2 -1) 📝 `netbox/circuits/filters.py` (+19 -18) 📝 `netbox/circuits/forms.py` (+18 -17) 📝 `netbox/circuits/models.py` (+15 -14) 📝 `netbox/circuits/tables.py` (+6 -5) 📝 `netbox/circuits/views.py` (+2 -1) 📝 `netbox/dcim/apps.py` (+2 -2) 📝 `netbox/dcim/filters.py` (+118 -117) 📝 `netbox/dcim/forms.py` (+170 -169) 📝 `netbox/dcim/models/__init__.py` (+46 -45) 📝 `netbox/dcim/models/device_component_templates.py` (+5 -4) 📝 `netbox/dcim/models/device_components.py` (+23 -22) 📝 `netbox/dcim/tables.py` (+49 -48) 📝 `netbox/dcim/views.py` (+5 -4) 📝 `netbox/extras/admin.py` (+7 -6) 📝 `netbox/extras/filters.py` (+21 -20) 📝 `netbox/extras/forms.py` (+11 -10) 📝 `netbox/extras/models/customfields.py` (+12 -11) 📝 `netbox/extras/models/models.py` (+36 -35) 📝 `netbox/extras/tables.py` (+7 -6) _...and 28 more files_ </details> ### 📄 Description Feature: Add chinese translation code to netbox Signed-off-by: yj.bai <bai.yongjun@99cloud.net> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:24:32 +01:00
adam closed this issue 2025-12-29 22:24:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12949