diff --git a/lib/index.js b/lib/index.js index e151467..39a4e65 100644 --- a/lib/index.js +++ b/lib/index.js @@ -24,6 +24,7 @@ var messages = { show: "詳細", sort: "並び替え", undo: "元に戻す", + unselect: "選択解除", expand: "開く", close: "閉じる", open_menu: "開く", diff --git a/package.json b/package.json index 96e74d8..22a4678 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bicstone/ra-language-japanese", "description": "Japanese messages for react-admin", - "version": "3.6.1", + "version": "3.6.2", "author": "Takanori Oishi", "bugs": { "url": "https://github.com/bicstone/ra-language-japanese/issues" diff --git a/src/index.ts b/src/index.ts index 16e2d7c..9720e50 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,6 +24,7 @@ const messages: TranslationMessages = { show: "詳細", sort: "並び替え", undo: "元に戻す", + unselect: "選択解除", expand: "開く", close: "閉じる", open_menu: "開く",