Skip to content

Commit

Permalink
[l10n] Improve Japanese (ja-JP) locale (#14870)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Quintas <juniorquintas@gmail.com>
  • Loading branch information
uma-neko and JCQuintas authored Oct 8, 2024
1 parent 526ef4c commit b99d38a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/data/data-grid/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"languageTag": "ja-JP",
"importName": "jaJP",
"localeName": "Japanese",
"missingKeysCount": 4,
"missingKeysCount": 0,
"totalKeysCount": 122,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/jaJP.ts"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/x-data-grid/src/locales/jaJP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const jaJPGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: '...を含む',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: '...を含まない',
filterOperatorEquals: '...に等しい',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: '...に等しくない',
filterOperatorStartsWith: '...で始まる',
filterOperatorEndsWith: '...で終わる',
filterOperatorIs: '...である',
Expand All @@ -80,9 +80,9 @@ const jaJPGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: '含む',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: '含まない',
headerFilterOperatorEquals: '等しい',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: '等しくない',
headerFilterOperatorStartsWith: 'で始まる',
headerFilterOperatorEndsWith: 'で終わる',
headerFilterOperatorIs: 'である',
Expand Down

0 comments on commit b99d38a

Please sign in to comment.