fix(i18n): update Japanese table labels

This commit is contained in:
zipg 2026-07-15 22:07:18 +08:00 committed by GitHub
parent 11536da7e5
commit b4bd6c42a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -660,8 +660,8 @@ export default withEnglishFallback({
},
grid: {
rows: "{count}行",
totalRows: "合計 {count}行",
totalRowCount: "合計 {count}",
totalRows: "{count}件表示",
totalRowCount: "全{count}件",
totalRowCountLoading: "(カウント中...",
calculateTotalRows: "総行数をカウント",
calculateTotalRowsInline: "(総行数をカウント)",
@ -682,7 +682,7 @@ export default withEnglishFallback({
copyCell: "セルをコピー",
copyRow: "行をコピー (JSON)",
copyColumnJson: "列をコピー (JSON)",
copyColumnNames: "列名をコピー",
copyColumnNames: "すべての列名をコピー",
copyRowInsert: "INSERTとしてコピー",
copyRowInsertWithoutPrimaryKeys: "主キーなしでINSERTとしてコピー",
copyRowUpdate: "UPDATEとしてコピー",