Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unifying the spelling of "all" in Japanese #337

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: '全ての固定を解除',
};
Loading