Skip to content

Commit

Permalink
fix: add missing ja table filter locale keys (#47072)
Browse files Browse the repository at this point in the history
* fix: add missing ja table filter locale keys

* fix: translate filterSearchPlaceholder
  • Loading branch information
sebastibe committed Jan 20, 2024
1 parent d25b4c1 commit fe5295f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/locale/ja_JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ const localeValues: Locale = {
filterConfirm: 'OK',
filterReset: 'リセット',
filterEmptyText: 'フィルターなし',
filterCheckall: 'すべてを選択',
filterSearchPlaceholder: 'フィルターで検索',
selectAll: 'ページ単位で選択',
selectInvert: 'ページ単位で反転',
selectNone: 'クリア',
selectionAll: 'すべてを選択',
sortTitle: 'ソート',
expand: '展開する',
Expand Down

0 comments on commit fe5295f

Please sign in to comment.