port goose2 chat attachments into goose (#8534)

Signed-off-by: tulsi <tulsi@block.xyz>
This commit is contained in:
tulsi
2026-04-14 14:26:43 -07:00
committed by GitHub
parent 8e04d7c8be
commit 210ef52d81
38 changed files with 2142 additions and 356 deletions
@@ -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",