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

feat(UI): context menu for input and textarea tags

This commit is contained in:
2021-02-21 21:24:25 +01:00
parent 9a1bf32128
commit b54fefbf25
4 changed files with 83 additions and 34 deletions

View File

@ -94,7 +94,10 @@ module.exports = {
upload: 'Upload',
browse: 'Browse',
faker: 'Faker',
content: 'Content'
content: 'Content',
cut: 'Cut',
copy: 'Copy',
paste: 'Paste'
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',
@ -186,7 +189,8 @@ module.exports = {
manualValue: 'Manual value',
tableFiller: 'Table Filler',
fakeDataLanguage: 'Fake data language',
searchForElements: 'Search for elements'
searchForElements: 'Search for elements',
selectAll: 'Select all'
},
faker: {
address: 'Address',