feat(chat): Add prompt variables
This commit is contained in:
@@ -807,5 +807,9 @@
|
||||
"tapToExpand": "Tocca per espandere",
|
||||
"byAuthor": "Di {name}",
|
||||
"wordCount": "{count} parole",
|
||||
"charCount": "{count} caratteri"
|
||||
"charCount": "{count} caratteri",
|
||||
"promptVariablesTitle": "Compila i dettagli",
|
||||
"promptVariablesDescription": "Compila i campi sottostanti per personalizzare questo prompt.",
|
||||
"promptVariableNumberMin": "Il valore minimo è {min}",
|
||||
"promptVariableNumberMax": "Il valore massimo è {max}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user