Refactor(ToolStore): Optimize user experience
Added prompts for errors when loading more and errors when reloading. Add autoload next page.
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
<string name="core_nothing_found">未找到相关内容</string>
|
||||
|
||||
<string name="feature_store_title">商店</string>
|
||||
<string name="feature_store_retry">重试</string>
|
||||
<string name="feature_store_load_error">⚠️ 无法加载商店内容,请稍后%1$s……</string>
|
||||
<string name="feature_store_reload_error">⚠️ 重载失败,请稍后重试……</string>
|
||||
<string name="feature_store_load_more_error">⚠️ 无法载入更多内容,请稍后%1$s……</string>
|
||||
<string name="feature_store_install_tool">安装工具</string>
|
||||
<string name="feature_store_ask_install">确定安装由用户 %1$s 提供的工具 %2$s 吗?</string>
|
||||
<string name="feature_store_install_success">安装成功</string>
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
<string name="core_nothing_found">Nothing found</string>
|
||||
|
||||
<string name="feature_store_title">Store</string>
|
||||
<string name="feature_store_retry">try again</string>
|
||||
<string name="feature_store_load_error">⚠️ Unable to load store content, please %1$s later…</string>
|
||||
<string name="feature_store_reload_error">⚠️ Reload failed, please try again later…</string>
|
||||
<string name="feature_store_load_more_error">⚠️ Unable to load more content, please %1$s later…</string>
|
||||
<string name="feature_store_install_tool">Install Tool</string>
|
||||
<string name="feature_store_ask_install">Are you sure you want to install tool %1$s provided by user %2$s?</string>
|
||||
<string name="feature_store_install_success">Install Success</string>
|
||||
@@ -40,7 +44,7 @@
|
||||
|
||||
<string name="feature_tools_title">Tools</string>
|
||||
<string name="feature_tools_description">Desc</string>
|
||||
<string name="feature_tools_can_not_open">⚠️ Can not open the tool</string>
|
||||
<string name="feature_tools_can_not_open">⚠️ Unable to open the tool</string>
|
||||
<string name="feature_tools_no_tools_installed">No tools installed yet</string>
|
||||
<string name="feature_tools_go_to_store">Go to store…</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user