Add App Shortcuts and improve IntentsExtension

This commit is contained in:
世界
2025-12-07 11:33:30 +08:00
parent 39338ab133
commit bbf0d4945c
3 changed files with 103 additions and 11 deletions
+56
View File
@@ -0,0 +1,56 @@
{
"sourceLanguage" : "en",
"strings" : {
"Start ${applicationName}" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "启动 ${applicationName}"
}
}
}
},
"Stop ${applicationName}" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "停止 ${applicationName}"
}
}
}
},
"Restart ${applicationName}" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "重启 ${applicationName}"
}
}
}
},
"Toggle ${applicationName}" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "开关 ${applicationName}"
}
}
}
},
"Update ${applicationName} profile" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "更新 ${applicationName} 配置"
}
}
}
}
},
"version" : "1.0"
}