port goose2 chat attachments into goose (#8534)
Signed-off-by: tulsi <tulsi@block.xyz>
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"attachments": {
|
||||
"alt": "Attachment {{index}}",
|
||||
"dropToAttach": "Drop images to attach",
|
||||
"remove": "Remove image",
|
||||
"chooseFilesDialogTitle": "Choose files to attach",
|
||||
"chooseFoldersDialogTitle": "Choose folders to attach",
|
||||
"dropToAttach": "Drop files or folders to attach",
|
||||
"open": "Open attachment {{name}}",
|
||||
"remove": "Remove attachment",
|
||||
"view": "View attachment {{index}}"
|
||||
},
|
||||
"context": {
|
||||
@@ -141,6 +144,9 @@
|
||||
},
|
||||
"toolbar": {
|
||||
"agent": "Agent",
|
||||
"attach": "Attach",
|
||||
"attachFile": "File",
|
||||
"attachFolder": "Folder",
|
||||
"chooseAgentModel": "Choose agent and model",
|
||||
"chooseProject": "Choose a project",
|
||||
"chooseProvider": "Choose a provider",
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"attachments": {
|
||||
"alt": "Adjunto {{index}}",
|
||||
"dropToAttach": "Suelta imágenes para adjuntarlas",
|
||||
"remove": "Eliminar imagen",
|
||||
"chooseFilesDialogTitle": "Elegir archivos para adjuntar",
|
||||
"chooseFoldersDialogTitle": "Elegir carpetas para adjuntar",
|
||||
"dropToAttach": "Suelta archivos o carpetas para adjuntarlos",
|
||||
"open": "Abrir adjunto {{name}}",
|
||||
"remove": "Eliminar adjunto",
|
||||
"view": "Ver adjunto {{index}}"
|
||||
},
|
||||
"context": {
|
||||
@@ -141,6 +144,9 @@
|
||||
},
|
||||
"toolbar": {
|
||||
"agent": "Agente",
|
||||
"attach": "Adjuntar",
|
||||
"attachFile": "Archivo",
|
||||
"attachFolder": "Carpeta",
|
||||
"chooseAgentModel": "Elegir agente y modelo",
|
||||
"chooseProject": "Elegir un proyecto",
|
||||
"chooseProvider": "Elegir un proveedor",
|
||||
|
||||
Reference in New Issue
Block a user