fix: 插件列表显示错误问题

This commit is contained in:
2024-03-21 14:52:02 +08:00
parent 933979ceaa
commit 2711d8844b
18 changed files with 179 additions and 84 deletions

View File

@ -10,6 +10,8 @@ main.monitor.swap=SWAP
main.monitor.disk=Disk
main.monitor.usage=Usage
data_manager.migrate_success=Model {NAME} migration successful
npm.loaded_plugins=Loaded plugins
npm.total=Total {TOTAL}
npm.help=Help
@ -17,14 +19,18 @@ npm.disable=Disable
npm.enable=Enable
npm.install=Install
npm.uninstall=Uninstall
npm.installing=Installing {NAME}...
npm.cannot_uninstall=Cannot uninstall
npm.no_description=No description
npm.store_update_success=Plugin store data updated successfully
npm.store_update_failed=Plugin store data update failed
npm.search_result=Search results
npm.search_no_result=No result found
npm.too_many_results=Too many results found, please refine your search
npm.too_many_results=Too many results found, {HIDE_NUM} hidden, please refine your search
npm.install_success={NAME} installed successfully
npm.install_failed={NAME} installation failed
npm.plugin_not_installed={NAME} is not installed
npm.plugin_already_installed={NAME} is already installed
npm.author=Author
npm.homepage=Homepage
npm.next_page=Next

View File

@ -10,6 +10,8 @@ main.monitor.swap=スワップ
main.monitor.disk=ディスク
main.monitor.usage=使用率
data_manager.migrate_success=データが正常に移行されました {NAME}
npm.loaded_plugins=読み込まれたプラグイン
npm.total=合計 {TOTAL}
npm.help=ヘルプ
@ -17,14 +19,18 @@ npm.disable=無効
npm.enable=有効
npm.install=インストール
npm.uninstall=アンインストール
npm.installing={NAME} インストール中
npm.cannot_uninstall=このプラグインはアンインストールできません
npm.no_description=説明なし
npm.store_update_success=プラグインストアのデータが正常に更新されました
npm.store_update_failed=プラグインストアのデータの更新に失敗しました
npm.search_result=検索結果
npm.search_no_result=検索結果がありません
npm.too_many_results=検索結果が多すぎます。ページをめくってください
npm.too_many_results=検索結果が多すぎます。{HIDE_NUM} 件の結果が非表示になりました
npm.install_success={NAME} が正常にインストールされました
npm.install_failed={NAME} のインストールに失敗しました
npm.plugin_not_installed={NAME} はインストールされていません
npm.plugin_already_installed={NAME} は既にインストールされています
npm.author=著者
npm.homepage=ホームページ
npm.next_page=次のページ

View File

@ -10,6 +10,8 @@ main.monitor.swap=交换空间
main.monitor.disk=磁盘
main.monitor.usage=使用率
data_manager.migrate_success=数据模型{NAME}迁移成功
npm.loaded_plugins=已加载插件
npm.total=总计 {TOTAL}
npm.help=帮助
@ -17,16 +19,22 @@ npm.disable=停用
npm.enable=启用
npm.install=安装
npm.uninstall=卸载
npm.installing=正在安装 {NAME}
npm.cannot_uninstall=无法卸载
npm.no_description=无描述
npm.store_update_success=插件商店数据更新成功
npm.store_update_failed=插件商店数据更新失败
npm.search_result=搜索结果
npm.search_no_result=无搜索结果
npm.too_many_results=搜索结果过多,请限制关键字
npm.too_many_results=搜索结果过多,{HIDE_NUM}已隐藏,请限制关键字
npm.install_success={NAME} 安装成功
npm.install_failed={NAME} 安装失败
npm.remove_success={NAME} 卸载成功
npm.remove_failed={NAME} 卸载失败
npm.plugin_not_installed={NAME} 未安装
npm.plugin_already_installed={NAME} 已安装,请勿重复安装
npm.author=作者
npm.homepage=主页
npm.homepage=项目主页
npm.next_page=下一页
npm.prev_page=上一页