chore : code generator preview hint (#10188)

This commit is contained in:
Kota-Yamaguchi
2024-11-02 20:45:07 +09:00
committed by GitHub
parent dfa3ef0564
commit a0af7a51ed
4 changed files with 16 additions and 0 deletions

View File

@@ -224,6 +224,8 @@ const translation = {
description: 'The Code Generator uses configured models to generate high-quality code based on your instructions. Please provide clear and detailed instructions.',
instruction: 'Instructions',
instructionPlaceholder: 'Enter detailed description of the code you want to generate.',
noDataLine1: 'Describe your use case on the left,',
noDataLine2: 'the code preview will show here.',
generate: 'Generate',
generatedCodeTitle: 'Generated Code',
loading: 'Generating code...',