feat: Add i18n support for restoring last used model in previous chats

This commit is contained in:
n4ze3m 2024-07-08 23:59:49 +05:30
parent 031e74f609
commit a582a72b60
8 changed files with 629 additions and 605 deletions

View File

@ -23,6 +23,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "Ocultar Configuraciones del Modelo de Chat Actual" "label": "Ocultar Configuraciones del Modelo de Chat Actual"
},
"restoreLastChatModel": {
"label": "Restaurar el último modelo utilizado para chats anteriores"
} }
}, },
"webSearch": { "webSearch": {

View File

@ -23,6 +23,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "Masquer les paramètres actuels du modèle de chat" "label": "Masquer les paramètres actuels du modèle de chat"
},
"restoreLastChatModel": {
"label": "Restaurer le dernier modèle utilisé pour les conversations précédentes"
} }
}, },
"webSearch": { "webSearch": {

View File

@ -23,6 +23,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "Nascondi le impostazioni correnti del modello Chat" "label": "Nascondi le impostazioni correnti del modello Chat"
},
"restoreLastChatModel": {
"label": "Ripristina l'ultimo modello utilizzato per le chat precedenti"
} }
}, },
"webSearch": { "webSearch": {

View File

@ -26,6 +26,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "現在のチャットモデル設定を非表示" "label": "現在のチャットモデル設定を非表示"
},
"restoreLastChatModel": {
"label": "以前のチャットで最後に使用したモデルを復元する"
} }
}, },
"webSearch": { "webSearch": {
@ -306,5 +309,5 @@
}, },
"chromeAiSettings": { "chromeAiSettings": {
"title": "Chrome AI設定" "title": "Chrome AI設定"
} }
} }

View File

@ -26,6 +26,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "നിലവിലുള്ള ചാറ്റ് മോഡൽ ക്രമീകരണങ്ങൾ മറയ്ക്കുക" "label": "നിലവിലുള്ള ചാറ്റ് മോഡൽ ക്രമീകരണങ്ങൾ മറയ്ക്കുക"
},
"restoreLastChatModel": {
"label": "മുൻപത്തെ ചാറ്റുകൾക്കായി അവസാനം ഉപയോഗിച്ച മോഡൽ പുനഃസ്ഥാപിക്കുക"
} }
}, },
"webSearch": { "webSearch": {

View File

@ -23,6 +23,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "Ocultar Configurações do Modelo de Chat Atual" "label": "Ocultar Configurações do Modelo de Chat Atual"
},
"restoreLastChatModel": {
"label": "Restaurar o último modelo usado para conversas anteriores"
} }
}, },
"webSearch": { "webSearch": {
@ -304,5 +307,5 @@
"chromeAiSettings": { "chromeAiSettings": {
"title": "Configurações de IA do Chrome" "title": "Configurações de IA do Chrome"
} }
} }

View File

@ -23,6 +23,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "Скрыть текущие настройки модели чата" "label": "Скрыть текущие настройки модели чата"
},
"restoreLastChatModel": {
"label": "Восстановить последнюю использованную модель для предыдущих чатов"
} }
}, },
"webSearch": { "webSearch": {
@ -304,5 +307,5 @@
}, },
"chromeAiSettings": { "chromeAiSettings": {
"title": "Настройки ИИ Chrome" "title": "Настройки ИИ Chrome"
} }
} }

View File

@ -26,6 +26,9 @@
}, },
"hideCurrentChatModelSettings": { "hideCurrentChatModelSettings": {
"label": "隐藏当前聊天模型设置" "label": "隐藏当前聊天模型设置"
},
"restoreLastChatModel": {
"label": "恢复上次用于之前聊天的模型"
} }
}, },
"webSearch": { "webSearch": {