diff --git a/src/i18n/resources/ja.json b/src/i18n/resources/ja.json index d94265af..2e1ea17e 100644 --- a/src/i18n/resources/ja.json +++ b/src/i18n/resources/ja.json @@ -1,9 +1,36 @@ { + "common": { + "console": { + "plugins": { + "load-all": "すべてのプラグインをロード中", + "load-failed": "プラグイン”{{pluginName}}”のロードが失敗しました", + "loaded": "プラグイン”{{pluginName}}”ロード完了" + } + } + }, "language": { "code": "ja", "local-name": "日本語", "name": "Japanese" }, + "main": { + "console": { + "did-finish-load": { + "dev-tools": "ロード完了。デベロッパーツールが開きました" + } + }, + "dialog": { + "need-to-restart": { + "detail": "”{{pluginName}}”プラグインを適用するには再起動が必要です", + "message": "”{{pluginName}}”は再起動が必要です" + } + }, + "menu": { + "plugins": { + "label": "プラグイン" + } + } + }, "plugins": { "adblocker": { "description": "すべての広告とトラッカーを遮断します",