Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tray serial number #791

Merged
merged 2 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom_components/bambu_lab/translations/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"name": "Υπόλοιπο νήματος"
},
"tag_uid": {
"name": "Σειριακός αριθμός καρουλιού"
"name": "Σειριακός αριθμός νήματος"
},
"type": {
"name": "Τύπος"
Expand Down
6 changes: 3 additions & 3 deletions custom_components/bambu_lab/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"name": "Remaining filament"
},
"tag_uid": {
"name": "Serial number of filament"
"name": "Spool serial number"
},
"type": {
"name": "Type"
Expand Down Expand Up @@ -531,7 +531,7 @@
"name": "Remaining filament"
},
"tag_uid": {
"name": "Serial number of filament"
"name": "Spool serial number"
},
"type": {
"name": "Type"
Expand Down Expand Up @@ -566,7 +566,7 @@
"name": "Remaining filament"
},
"tag_uid": {
"name": "Serial number of filament"
"name": "Spool serial number"
},
"type": {
"name": "Type"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bambu_lab/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"name": "남은 필라멘트"
},
"tag_uid": {
"name": "스풀 시리얼 번호"
"name": "필라멘트 시리얼 번호"
},
"type": {
"name": "유형"
Expand Down
6 changes: 3 additions & 3 deletions custom_components/bambu_lab/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"name": "Filamento restante"
},
"tag_uid": {
"name": "Número de série do filamento"
"name": "Número de série do carretel"
},
"type": {
"name": "Tipo"
Expand Down Expand Up @@ -531,7 +531,7 @@
"name": "Filamento restante"
},
"tag_uid": {
"name": "Número de série do filamento"
"name": "Número de série do carretel"
},
"type": {
"name": "Tipo"
Expand Down Expand Up @@ -566,7 +566,7 @@
"name": "Filamento restante"
},
"tag_uid": {
"name": "Número de série do filamento"
"name": "Número de série do carretel"
},
"type": {
"name": "Tipo"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bambu_lab/translations/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"name": "剩余灯丝"
},
"tag_uid": {
"name": "线轴序列号"
"name": "灯丝序列号"
},
"type": {
"name": "类型"
Expand Down
Loading