Skip to content

Commit

Permalink
fix: tray serial number (#791)
Browse files Browse the repository at this point in the history
* fix: spool serial number attribute consistent for english

* fix: consistent spool serial number attribute
  • Loading branch information
excalbian authored Dec 21, 2024
1 parent 8284b6f commit 5b00f05
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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

0 comments on commit 5b00f05

Please sign in to comment.