Browse Source

[+] Fixed language missing for finetuned

B0zal 1 year ago
parent
commit
63c93a42b5
3 changed files with 7 additions and 1 deletions
  1. 3 0
      app/locales/bn.ts
  2. 1 1
      app/locales/cn.ts
  3. 3 0
      app/locales/cs.ts

+ 3 - 0
app/locales/bn.ts

@@ -268,6 +268,9 @@ const bn: PartialLocaleType = {
     Clear: "সঙ্গতি পরিস্কার করুন",
     Revert: "পূর্ববর্তী অবস্থানে ফিরে যান",
   },
+  Plugin: {
+    Name: "প্লাগইন",
+  },
   FineTuned: {
     Sysmessage: "আপনি একটি সহকারী যা",
   },

+ 1 - 1
app/locales/cn.ts

@@ -288,7 +288,7 @@ const cn = {
     Revert: "恢复上下文",
   },
   Plugin: {
-    Name: "你是一个助手 ",
+    Name: "插件",
   },
   FineTuned: {
     Sysmessage: "你是一个助手",

+ 3 - 0
app/locales/cs.ts

@@ -185,6 +185,9 @@ const cs: PartialLocaleType = {
     Edit: "Kontextové a paměťové pokyny",
     Add: "Přidat pokyn",
   },
+  Plugin: {
+    Name: "Plugin",
+  },
   FineTuned: {
     Sysmessage: "Jste asistent, který",
   },