feat: Add i18n support for restoring last used model in previous chats
This commit is contained in:
parent
031e74f609
commit
a582a72b60
@ -23,6 +23,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "Ocultar Configuraciones del Modelo de Chat Actual"
|
||||
},
|
||||
"restoreLastChatModel": {
|
||||
"label": "Restaurar el último modelo utilizado para chats anteriores"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
|
@ -23,6 +23,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"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": {
|
||||
|
@ -23,6 +23,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "Nascondi le impostazioni correnti del modello Chat"
|
||||
},
|
||||
"restoreLastChatModel": {
|
||||
"label": "Ripristina l'ultimo modello utilizzato per le chat precedenti"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
|
@ -26,6 +26,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "現在のチャットモデル設定を非表示"
|
||||
},
|
||||
"restoreLastChatModel": {
|
||||
"label": "以前のチャットで最後に使用したモデルを復元する"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
@ -306,5 +309,5 @@
|
||||
},
|
||||
"chromeAiSettings": {
|
||||
"title": "Chrome AI設定"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,6 +26,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "നിലവിലുള്ള ചാറ്റ് മോഡൽ ക്രമീകരണങ്ങൾ മറയ്ക്കുക"
|
||||
},
|
||||
"restoreLastChatModel": {
|
||||
"label": "മുൻപത്തെ ചാറ്റുകൾക്കായി അവസാനം ഉപയോഗിച്ച മോഡൽ പുനഃസ്ഥാപിക്കുക"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
|
@ -23,6 +23,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "Ocultar Configurações do Modelo de Chat Atual"
|
||||
},
|
||||
"restoreLastChatModel": {
|
||||
"label": "Restaurar o último modelo usado para conversas anteriores"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
@ -304,5 +307,5 @@
|
||||
|
||||
"chromeAiSettings": {
|
||||
"title": "Configurações de IA do Chrome"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,6 +23,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "Скрыть текущие настройки модели чата"
|
||||
},
|
||||
"restoreLastChatModel": {
|
||||
"label": "Восстановить последнюю использованную модель для предыдущих чатов"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
@ -304,5 +307,5 @@
|
||||
},
|
||||
"chromeAiSettings": {
|
||||
"title": "Настройки ИИ Chrome"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,6 +26,9 @@
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "隐藏当前聊天模型设置"
|
||||
},
|
||||
"restoreLastChatModel": {
|
||||
"label": "恢复上次用于之前聊天的模型"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user