feat: Add localization support for visitSpecificWebsite label

This commit adds localization support for the "visitSpecificWebsite" label in the settings.json file for multiple languages. Now, the label can be translated into different languages, including Japanese, Chinese, English, Malayalam, Italian, Portuguese, Russian, French, and Spanish.
This commit is contained in:
n4ze3m
2024-06-22 16:55:02 +05:30
parent d23b70b979
commit 4363a4b0de
13 changed files with 84 additions and 20 deletions

View File

@@ -37,6 +37,9 @@
"totalSearchResults": {
"label": "Resultados totales de la busqueda",
"placeholder": "Ingresar el total de Resultados de la busqueda"
},
"visitSpecificWebsite": {
"label": "Visita el sitio web mencionado en el mensaje"
}
},
"system": {
@@ -286,4 +289,4 @@
"webSearchFollowUpPromptPlaceholder": "Su prompt de seguimiento de busqueda web"
}
}
}
}