Browse Source

Merge pull request #900 from aooyoo/main

fix user prompt translation
Yifei Zhang 1 year ago
parent
commit
1ec228e46c
3 changed files with 5 additions and 5 deletions
  1. 1 1
      app/locales/cn.ts
  2. 3 3
      app/locales/jp.ts
  3. 1 1
      app/locales/tw.ts

+ 1 - 1
app/locales/cn.ts

@@ -108,7 +108,7 @@ const cn = {
       Modal: {
         Title: "提示词列表",
         Add: "增加一条",
-        Search: "搜尋提示詞",
+        Search: "搜索提示词",
       },
     },
     HistoryCount: {

+ 3 - 3
app/locales/jp.ts

@@ -109,9 +109,9 @@ const jp = {
         `組み込み ${builtin} 件、ユーザー定義 ${custom} 件`,
       Edit: "編集",
       Modal: {
-        Title: "提示词列表",
-        Add: "增加一条",
-        Search: "搜尋提示詞",
+        Title: "プロンプトリスト",
+        Add: "新規追加",
+        Search: "プロンプトワード検索",
       },
     },
     HistoryCount: {

+ 1 - 1
app/locales/tw.ts

@@ -108,7 +108,7 @@ const tw: LocaleType = {
       Modal: {
         Title: "提示詞列表",
         Add: "增加一條",
-        Search: "搜索提示词",
+        Search: "搜尋提示詞",
       },
     },
     HistoryCount: {