forked from bot/app
fix: 插件列表显示错误问题
This commit is contained in:
@ -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=次のページ
|
||||
|
Reference in New Issue
Block a user