Update jp.ts

This commit is contained in:
Clarence Dan 2023-04-04 17:17:52 +08:00 committed by GitHub
parent 8ec02dfc50
commit 1c0ac59fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ const jp = {
}, },
List: "カスタムプロンプトワードリスト", List: "カスタムプロンプトワードリスト",
ListCount: (builtin: number, custom: number) => ListCount: (builtin: number, custom: number) =>
${ builtin } ${ custom } , `組み込み ${builtin} 件、ユーザー定義 ${custom}`,
Edit: "編集", Edit: "編集",
}, },
HistoryCount: { HistoryCount: {