Skip to content

Commit

Permalink
Unifying the spelling of "all" in Japanese (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintaka2479 authored May 31, 2024
1 parent a04f04c commit 5552949
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/mantine-react-table/src/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export const MRT_Localization_JA: MRT_Localization = {
clickToCopy: 'クリックでコピー',
copy: 'コピー',
collapse: '折りたたむ',
collapseAll: 'すべて折りたたむ',
collapseAll: '全て折りたたむ',
columnActions: '操作',
copiedToClipboard: 'クリップボードにコピーしました',
dropToGroupBy: 'ドロップで{column}をグループ化',
edit: '編集',
expand: '展開',
expandAll: 'すべて展開',
expandAll: '全て展開',
filterArrIncludes: '含む',
filterArrIncludesAll: '全て含む',
filterArrIncludesSome: '含む',
Expand Down Expand Up @@ -76,7 +76,7 @@ export const MRT_Localization_JA: MRT_Localization = {
'{rowCount}行中{selectedCount}行が選択されました',
select: '選択',
showAll: '全て表示',
showAllColumns: 'すべての列を表示',
showAllColumns: '全ての列を表示',
showHideColumns: '列の表示状態',
showHideFilters: '検索バーを表示',
showHideSearch: '検索',
Expand All @@ -87,10 +87,10 @@ export const MRT_Localization_JA: MRT_Localization = {
thenBy: 'さらに',
toggleDensity: 'テーブルの高さを変更',
toggleFullScreen: 'フルスクリーン切り替え',
toggleSelectAll: 'すべて選択',
toggleSelectAll: '全て選択',
toggleSelectRow: '選択',
toggleVisibility: '表示を切り替え',
ungroupByColumn: '{column}のグループ解除',
unpin: '固定を解除',
unpinAll: 'すべての固定を解除',
unpinAll: '全ての固定を解除',
};

0 comments on commit 5552949

Please sign in to comment.