Skip to content

Commit

Permalink
fix: default texts options missing (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming authored Feb 16, 2025
1 parent 9a7afb6 commit a2ae16a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,19 @@ export class TableUp {
clear: 'Clear',
transparent: 'Transparent',
perWidthInsufficient: 'The percentage width is insufficient. To complete the operation, the table needs to be converted to a fixed width. Do you want to continue?',
CopyCell: 'Copy cell',
CutCell: 'Cut cell',
InsertTop: 'Insert row above',
InsertRight: 'Insert column right',
InsertBottom: 'Insert row below',
InsertLeft: 'Insert column Left',
MergeCell: 'Merge Cell',
SplitCell: 'Split Cell',
DeleteRow: 'Delete Row',
DeleteColumn: 'Delete Column',
DeleteTable: 'Delete table',
BackgroundColor: 'Set background color',
BorderColor: 'Set border color',
}, options);
}

Expand Down

0 comments on commit a2ae16a

Please sign in to comment.