mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
feat: add new version notification dialog and version comparison logic
This commit is contained in:
@@ -682,6 +682,11 @@ const jaJP = {
|
||||
extraParametersDescription:
|
||||
'リクエストボディに追加されるパラメータ(max_tokens、temperature、top_p など)',
|
||||
},
|
||||
version: {
|
||||
newVersionAvailable: '新しいバージョンが利用可能',
|
||||
viewUpdateGuide: 'アップデート方法を見る',
|
||||
noReleaseNotes: 'リリースノートはありません',
|
||||
},
|
||||
};
|
||||
|
||||
export default jaJP;
|
||||
|
||||
Reference in New Issue
Block a user