@@ -13,13 +13,13 @@ export const MRT_Localization_JA: MRT_Localization = {
1313 clickToCopy : 'クリックでコピー' ,
1414 copy : 'コピー' ,
1515 collapse : '折りたたむ' ,
16- collapseAll : 'すべて折りたたむ ' ,
16+ collapseAll : '全て折りたたむ ' ,
1717 columnActions : '操作' ,
1818 copiedToClipboard : 'クリップボードにコピーしました' ,
1919 dropToGroupBy : 'ドロップで{column}をグループ化' ,
2020 edit : '編集' ,
2121 expand : '展開' ,
22- expandAll : 'すべて展開 ' ,
22+ expandAll : '全て展開 ' ,
2323 filterArrIncludes : '含む' ,
2424 filterArrIncludesAll : '全て含む' ,
2525 filterArrIncludesSome : '含む' ,
@@ -76,7 +76,7 @@ export const MRT_Localization_JA: MRT_Localization = {
7676 '{rowCount}行中{selectedCount}行が選択されました' ,
7777 select : '選択' ,
7878 showAll : '全て表示' ,
79- showAllColumns : 'すべての列を表示 ' ,
79+ showAllColumns : '全ての列を表示 ' ,
8080 showHideColumns : '列の表示状態' ,
8181 showHideFilters : '検索バーを表示' ,
8282 showHideSearch : '検索' ,
@@ -87,10 +87,10 @@ export const MRT_Localization_JA: MRT_Localization = {
8787 thenBy : 'さらに' ,
8888 toggleDensity : 'テーブルの高さを変更' ,
8989 toggleFullScreen : 'フルスクリーン切り替え' ,
90- toggleSelectAll : 'すべて選択 ' ,
90+ toggleSelectAll : '全て選択 ' ,
9191 toggleSelectRow : '選択' ,
9292 toggleVisibility : '表示を切り替え' ,
9393 ungroupByColumn : '{column}のグループ解除' ,
9494 unpin : '固定を解除' ,
95- unpinAll : 'すべての固定を解除 ' ,
95+ unpinAll : '全ての固定を解除 ' ,
9696} ;
0 commit comments