feat:add Stop Responding

This commit is contained in:
GotoFox
2023-04-13 13:56:49 +08:00
parent 86fb36163c
commit 62a38577ae
9 changed files with 31 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ const cn = {
Copy: "复制",
Stop: "停止",
Retry: "重试",
stopResponding: "停止响应",
},
Rename: "重命名对话",
Typing: "正在输入…",

View File

@@ -19,6 +19,7 @@ const en: LocaleType = {
Copy: "Copy",
Stop: "Stop",
Retry: "Retry",
stopResponding: "Stop Responding",
},
Rename: "Rename Chat",
Typing: "Typing…",

View File

@@ -19,6 +19,7 @@ const es: LocaleType = {
Copy: "Copiar",
Stop: "Detener",
Retry: "Reintentar",
stopResponding: "Deja de responder",
},
Rename: "Renombrar chat",
Typing: "Escribiendo...",

View File

@@ -19,6 +19,7 @@ const it: LocaleType = {
Copy: "Copia",
Stop: "Stop",
Retry: "Riprova",
stopResponding: "cessa di rispondere",
},
Rename: "Rinomina Chat",
Typing: "Typing…",

View File

@@ -18,6 +18,7 @@ const jp = {
Copy: "コピー",
Stop: "停止",
Retry: "リトライ",
stopResponding: "応答を停止する",
},
Rename: "チャットの名前を変更",
Typing: "入力中…",

View File

@@ -19,6 +19,7 @@ const tr: LocaleType = {
Copy: "Kopyala",
Stop: "Durdur",
Retry: "Tekrar Dene",
stopResponding: "yanıt vermemeyi durdur",
},
Rename: "Sohbeti Yeniden Adlandır",
Typing: "Yazıyor…",

View File

@@ -18,6 +18,7 @@ const tw: LocaleType = {
Copy: "複製",
Stop: "停止",
Retry: "重試",
stopResponding: "停止响应",
},
Rename: "重命名對話",
Typing: "正在輸入…",