Skip to content

Commit

Permalink
build(test): update snapshots ( 231.250 )
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 29, 2023
1 parent 5e0935f commit 68bcbdb
Show file tree
Hide file tree
Showing 4 changed files with 667 additions and 639 deletions.
6 changes: 3 additions & 3 deletions test/__snapshots__/cache-properties.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ exports[`cache original properties files messages/ActionsBundle.properties 1`] =
exports[`cache original properties files messages/AndroidBundle.properties 1`] = `
{
"deployment.failed.uninstall.prompt.androidthings.errortext": "无法卸载以下软件包:\\n{0}",
"deployment.failed.uninstall.prompt.androidthings.text": "您的 APK 和其他已安装的软件包的意图是 IOT_LAUNCHER。一次只能安装一个具有该意图的 APK。安装 APK 之前,请尝试卸载这些软件包。\\n\\n警告: 卸载将移除应用数据!\\n\\n您要卸载以下应用吗?\\n{0}",
"deployment.failed.uninstall.prompt.generic.text": "安装失败,消息 {0}。\\n可以通过卸载 APK 的现有版本(如果有)来解决此问题,然后重新安装。\\n\\n警告: 卸载将移除应用数据!\\n\\n要卸载现有的应用吗?",
"deployment.failed.uninstall.prompt.text": "自 {0} 起安装失败。\\n要继续,您必须卸载现有的应用\\n\\n警告: 卸载将移除应用数据!\\n\\n要卸载现有的应用吗?",
"deployment.failed.uninstall.prompt.androidthings.text": "您的 APK 和其他已安装的软件包的意图是 IOT_LAUNCHER。一次只能安装一个具有该意图的 APK。安装 APK 之前,请尝试卸载这些软件包。\\n\\n警告: 卸载将移除应用程序数据!\\n\\n您要卸载以下应用程序吗?\\n{0}",
"deployment.failed.uninstall.prompt.generic.text": "安装失败,消息 {0}。\\n可以通过卸载 APK 的现有版本(如果有)来解决此问题,然后重新安装。\\n\\n警告: 卸载将移除应用程序数据!\\n\\n要卸载现有的应用程序吗?",
"deployment.failed.uninstall.prompt.text": "自 {0} 起安装失败。\\n要继续,您必须卸载现有的应用程序\\n\\n警告: 卸载将移除应用程序数据!\\n\\n要卸载现有的应用程序吗?",
}
`;

Expand Down
Loading

0 comments on commit 68bcbdb

Please sign in to comment.