From 1f03e17f11615af61d6f10f52bc2281dd92ad0b0 Mon Sep 17 00:00:00 2001 From: Bo26fhmC5M <88071760+Bo26fhmC5M@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:02:53 +0900 Subject: [PATCH] fix: change HypaV3 modal title --- src/lang/cn.ts | 2 +- src/lang/de.ts | 2 +- src/lang/en.ts | 2 +- src/lang/es.ts | 2 +- src/lang/ko.ts | 2 +- src/lang/vi.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 9e2596cd..6e543d76 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -788,7 +788,7 @@ export const languageChinese = { "doNotSummarizeUserMessageLabel": "不要总结用户消息", }, "hypaV3Modal": { - "titleLabel": "HypaV3 数据", + "titleLabel": "HypaV3", "resetConfirmMessage": "此操作无法撤销。您要重置 HypaV3 数据吗?", "resetConfirmSecondMessage": "此操作不可逆。您确实要重置 HypaV3 数据吗?", "convertLabel": "尚无总结,但您可以将 HypaV2 数据转换为 V3。", diff --git a/src/lang/de.ts b/src/lang/de.ts index e463e436..41144dc6 100644 --- a/src/lang/de.ts +++ b/src/lang/de.ts @@ -452,7 +452,7 @@ export const languageGerman = { "doNotSummarizeUserMessageLabel": "Benutzernachrichten nicht zusammenfassen", }, "hypaV3Modal": { - "titleLabel": "HypaV3 Daten", + "titleLabel": "HypaV3", "resetConfirmMessage": "Diese Aktion kann nicht rückgängig gemacht werden. Möchten Sie die HypaV3-Daten zurücksetzen?", "resetConfirmSecondMessage": "Diese Aktion ist unwiderruflich. Möchten Sie die HypaV3-Daten wirklich zurücksetzen?", "convertLabel": "Noch keine Zusammenfassungen, aber Sie können HypaV2-Daten zu V3 konvertieren.", diff --git a/src/lang/en.ts b/src/lang/en.ts index 5aa8c57e..760a8dcd 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -859,7 +859,7 @@ export const languageEnglish = { doNotSummarizeUserMessageLabel: "Do Not Summarize User Message", }, hypaV3Modal: { - titleLabel: "HypaV3 Data", + titleLabel: "HypaV3", resetConfirmMessage: "This action cannot be undone. Do you want to reset HypaV3 data?", resetConfirmSecondMessage: "This action is irreversible. Do you really, really want to reset HypaV3 data?", convertLabel: "No summaries yet, but you may convert HypaV2 data to V3.", diff --git a/src/lang/es.ts b/src/lang/es.ts index 9f776024..f0c5787c 100644 --- a/src/lang/es.ts +++ b/src/lang/es.ts @@ -697,7 +697,7 @@ export const languageSpanish = { "doNotSummarizeUserMessageLabel": "No Resumir Mensajes del Usuario", }, "hypaV3Modal": { - "titleLabel": "Datos de HypaV3", + "titleLabel": "HypaV3", "resetConfirmMessage": "Esta acción no se puede deshacer. ¿Desea restablecer los datos de HypaV3?", "resetConfirmSecondMessage": "Esta acción es irreversible. ¿Está realmente seguro de querer restablecer los datos de HypaV3?", "convertLabel": "Aún no hay resúmenes, pero puede convertir datos de HypaV2 a V3.", diff --git a/src/lang/ko.ts b/src/lang/ko.ts index b100c8d4..f409e77c 100644 --- a/src/lang/ko.ts +++ b/src/lang/ko.ts @@ -784,7 +784,7 @@ export const languageKorean = { "doNotSummarizeUserMessageLabel": "유저 메시지 요약하지 않기", }, "hypaV3Modal": { - "titleLabel": "HypaV3 데이터", + "titleLabel": "HypaV3", "resetConfirmMessage": "이 작업은 되돌릴 수 없습니다. HypaV3 데이터를 초기화하시겠습니까?", "resetConfirmSecondMessage": "이 작업은 복구할 수 없습니다. 정말로, 정말로 HypaV3 데이터를 초기화하시겠습니까?", "convertLabel": "아직 요약이 없지만, HypaV2 데이터를 V3로 변환할 수 있습니다.", diff --git a/src/lang/vi.ts b/src/lang/vi.ts index c9765433..258c9ae1 100644 --- a/src/lang/vi.ts +++ b/src/lang/vi.ts @@ -426,7 +426,7 @@ export const LanguageVietnamese = { "doNotSummarizeUserMessageLabel": "Không Tóm tắt Tin nhắn Người dùng", }, "hypaV3Modal": { - "titleLabel": "Dữ liệu HypaV3", + "titleLabel": "HypaV3", "resetConfirmMessage": "Hành động này không thể hoàn tác. Bạn có muốn đặt lại dữ liệu HypaV3 không?", "resetConfirmSecondMessage": "Hành động này không thể khôi phục. Bạn có thực sự chắc chắn muốn đặt lại dữ liệu HypaV3 không?", "convertLabel": "Chưa có tóm tắt nào, nhưng bạn có thể chuyển đổi dữ liệu HypaV2 sang V3.",