1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(UI): context option to copy cell or row value

This commit is contained in:
2021-06-30 19:27:24 +02:00
parent a69bdeb20d
commit d868c772b9
3 changed files with 53 additions and 1 deletions

View File

@ -109,7 +109,9 @@ module.exports = {
structure: 'Structure',
small: 'Small',
medium: 'Medium',
large: 'Large'
large: 'Large',
row: 'Row | Rows',
cell: 'Cell | Cells'
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',