Meshtastic-Apple/Meshtastic/da.lproj/AppIntentVocabulary.plist
Garth Vander Houwen a5a2679f3d
Carplay communications (#1676)
* Carplay communications app templates

* Carplay tests

* Translate intents so there are no warnings

* Document siri messaging commands

* Send messages from carplay

* Don't try and use live activity on mac
2026-04-17 21:58:13 -07:00

36 lines
980 B
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IntentPhrases</key>
<array>
<dict>
<key>IntentName</key>
<string>INSendMessageIntent</string>
<key>IntentExamples</key>
<array>
<string>Send en besked på Meshtastic</string>
<string>Send en Meshtastic-besked til Lars</string>
</array>
</dict>
<dict>
<key>IntentName</key>
<string>INSearchForMessagesIntent</string>
<key>IntentExamples</key>
<array>
<string>Søg efter Meshtastic-beskeder</string>
<string>Find beskeder på Meshtastic</string>
</array>
</dict>
<dict>
<key>IntentName</key>
<string>INSetMessageAttributeIntent</string>
<key>IntentExamples</key>
<array>
<string>Markér Meshtastic-besked som læst</string>
<string>Markér Meshtastic-beskeder som læst</string>
</array>
</dict>
</array>
</dict>
</plist>