Browse Source

Merge pull request #9921 from nocodb/nc-fix/update-ai-button-ui

Nc fix: Update AI button config modal UI as per new design
nc-fix/file-mode-changes
Ramesh Mane 1 month ago committed by GitHub
parent
commit
2a6a373eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      packages/nc-gui/lang/en.json

5
packages/nc-gui/lang/en.json

@ -217,6 +217,7 @@
"function": "Function",
"confirm": "Confirm",
"generate": "Generate",
"generating": "Generating...",
"copy": "Copy",
"copied": "Copied",
"are": "are",
@ -1054,7 +1055,7 @@
"lockView": "Lock view",
"unlockView": "Unlock view",
"aiSuggested": "AI suggested",
"generateFieldDataUsingAi": "Generate field data using AI",
"generateFieldDataUsingAi": "Generate field value using AI",
"preview": "Preview",
"autoSuggest": "Auto suggest",
"suggesting": "Suggesting...",
@ -1378,7 +1379,7 @@
"autoSuggestSelectOptions": "Auto suggest options based on field name and existing fields",
"aiIntegrationReConfigure": "AI integration has been removed, re-configure from field edit modal to use NocoAI features",
"aiIntegrationAddAndReConfigure": "AI integration has been removed, re-add and re-configure from field edit modal to use NocoAI features",
"generateFieldDataUsingAiButtonOption": "Generate data for multiple fields in this table using record information and NocoAI"
"generateFieldDataUsingAiButtonOption": "Generate value for multiple fields in this table using record information and NocoAI"
},
"placeholder": {
"searchIcons": "Search icons",

Loading…
Cancel
Save