diff --git a/Bridge/SysInit.cs b/Bridge/SysInit.cs
index 155b230..ad1563e 100644
--- a/Bridge/SysInit.cs
+++ b/Bridge/SysInit.cs
@@ -797,6 +797,14 @@ namespace Bridge
}
public void UpdateApplicationItems (object items)
{
+ lock (_I_PackageReader._cacheCleanupLock)
+ {
+ try
+ {
+ _I_PackageReader._cache?.Clear ();
+ }
+ catch { }
+ }
var stritems = JsArrayToList (items).Select (e => e?.ToString ()).ToList ();
PackageReader.UpdateApplicationItems (stritems);
}
diff --git a/shared/locale/resources.xml b/shared/locale/resources.xml
index d6bd5d7..0e74277 100644
--- a/shared/locale/resources.xml
+++ b/shared/locale/resources.xml
@@ -671,10 +671,10 @@
Problem occurred during saving
-
-
+ 正在生成 JSON 文件,请稍候...
+这可能需要比较长的时间。
+ Generating JSON file, please wait...
+This may take a long time.
包含 JSON 报告的 ZIP 文件
@@ -685,10 +685,10 @@ This may take a long time.]]>
ZIP file containing XML report
-
-
+ 正在生成 XML 文件,请稍候...
+这可能需要比较长的时间。
+ Generating XML file, please wait...
+This may take a long time.
获取
@@ -876,7 +876,7 @@ This may take a long time.]]>
应用列表图标 (Windows Phone 或 UWP)
- App List Logo (Windows Phone 或 UWP)
+ App List Logo (Windows Phone or UWP)
小磁贴图标 (Windows 8.1)