fix: add missing like i18n (#512)

This commit is contained in:
Joel
2023-07-04 14:21:51 +08:00
committed by GitHub
parent 4f13f8fd0a
commit b23d8a912b
3 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ const translation = {
addFeature: 'Add Feature',
automatic: 'Automatic',
stopResponding: 'Stop responding',
agree: 'agree',
disagree: 'disagree',
cancelAgree: 'Cancel agree',
cancelDisagree: 'Cancel disagree',
userAction: 'User ',
},
notSetAPIKey: {
title: 'LLM provider key has not been set',