Skip to content

Commit 61ac78b

Browse files
committed
dev: Fix generated messages
1 parent 15a90f2 commit 61ac78b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

config/messages.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8324,6 +8324,15 @@
83248324
"file": "grpc_mac_settings_profile.go"
83258325
}
83268326
},
8327+
"error:pkg/networkserver:mac_settings_profile_used": {
8328+
"translations": {
8329+
"en": "MAC settings profile is used"
8330+
},
8331+
"description": {
8332+
"package": "pkg/networkserver",
8333+
"file": "grpc_mac_settings_profile.go"
8334+
}
8335+
},
83278336
"error:pkg/networkserver:no_downlink": {
83288337
"translations": {
83298338
"en": "no downlink to send"

pkg/webui/locales/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,6 +2750,7 @@
27502750
"error:pkg/networkserver:join_server_not_found": "ジョインサーバーが見つかりません",
27512751
"error:pkg/networkserver:mac_settings_profile_already_exists": "",
27522752
"error:pkg/networkserver:mac_settings_profile_not_found": "",
2753+
"error:pkg/networkserver:mac_settings_profile_used": "",
27532754
"error:pkg/networkserver:no_downlink": "ダウンリンクが送信されません",
27542755
"error:pkg/networkserver:no_downlink_path": "ダウンリンクパスが利用できません",
27552756
"error:pkg/networkserver:outdated_data": "データが古いです",

sdk/js/generated/api-definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6434,7 +6434,7 @@
64346434
}
64356435
],
64366436
"allowedFieldMaskPaths": [
6437-
"end_device_ids",
6437+
"end_devices_ids",
64386438
"ids",
64396439
"ids.application_ids",
64406440
"ids.application_ids.application_id",
@@ -6657,7 +6657,7 @@
66576657
}
66586658
],
66596659
"allowedFieldMaskPaths": [
6660-
"end_device_ids",
6660+
"end_devices_ids",
66616661
"ids",
66626662
"ids.application_ids",
66636663
"ids.application_ids.application_id",
@@ -6891,7 +6891,7 @@
68916891
}
68926892
],
68936893
"allowedFieldMaskPaths": [
6894-
"end_device_ids",
6894+
"end_devices_ids",
68956895
"ids",
68966896
"ids.application_ids",
68976897
"ids.application_ids.application_id",

0 commit comments

Comments
 (0)