Merge pull request #757 from meshtastic/bump-protos

Bump Protos
This commit is contained in:
Garth Vander Houwen 2024-07-07 14:10:31 -07:00 committed by GitHub
commit 03f251a4da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 13 deletions

View file

@ -5985,55 +5985,55 @@
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Router Client - Mesh Pakete werden bevorzugt über diesen Node gerouted. Der Router Client kann parallel auch von einer Client-App genutzt werden."
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Combination of both ROUTER and CLIENT. Not for mobile devices."
"value" : "Combination of both ROUTER and CLIENT. Not for mobile devices. Deprecated"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Combinaison des modes ROUTER et CLIENT. Pas pour les appareils mobiles."
}
},
"he" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "קומבינציה של ROUTER וCLIENT. לא למכשירים ניידים."
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Router Client - Hybryda ról klienta i routera. Podobnie jak w przypadku routera, z tym że Router Client może być używany zarówno jako router, jak i klient połączony z aplikacją. Radia BLE/Wi-Fi i ekran OLED nie zostaną uśpione."
}
},
"pt-PT" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Combinação de ROTEADOR e CLIENTE. Não para dispositivos móveis."
}
},
"se" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Kombination av både ROUTER och CLIENT. Inte för mobila enheter."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "路由客户端模式 - 优先转发 Mesh 网络中其他节点的消息App 也可以连接到电台进行收发操作。"
}
},
"zh-Hant-TW" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "路由客户端模式 - 優先轉發 Mesh 網路中其他中繼點的消息App 也可以連接到電台進行收發操作。"
}
}

View file

@ -89,7 +89,6 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">

View file

@ -39,7 +39,7 @@ open Meshtastic.xcworkspace
## Updating Protobufs:
- run:
```bash
scripts/gen_protos.sh
./scripts/gen_protos.sh
```
- build, test, commit changes

@ -1 +1 @@
Subproject commit 4da558d0f73c46ef91b74431facee73c09affbfc
Subproject commit 1198b7dbabf9768cb0143d2897707b4c7a51a5da

View file

@ -4,7 +4,7 @@
if [ ! -d "./protobufs" ]; then
git submodule update --init
else
git submodule update
git submodule update --remote --merge
fi
# simple sanity checking for executable