From 97463661c111d2ec78619798556b56ecc75154e6 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Sat, 11 Oct 2025 20:33:55 +0800 Subject: [PATCH] fix: translations --- web/i18n/en-US/workflow.ts | 4 ++-- web/i18n/ja-JP/workflow.ts | 4 ++-- web/i18n/zh-Hans/workflow.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts index c84bbefc58..7371939013 100644 --- a/web/i18n/en-US/workflow.ts +++ b/web/i18n/en-US/workflow.ts @@ -215,8 +215,8 @@ const translation = { deleteReplyDesc: 'This reply will be removed permanently.', }, aria: { - deleteComment: 'Delete comment', - resolveComment: 'Resolve comment', + deleteComment: 'Delete thread', + resolveComment: 'Resolve', previousComment: 'Previous comment', nextComment: 'Next comment', closeComment: 'Close comment', diff --git a/web/i18n/ja-JP/workflow.ts b/web/i18n/ja-JP/workflow.ts index cefe0b742f..f3fca315d0 100644 --- a/web/i18n/ja-JP/workflow.ts +++ b/web/i18n/ja-JP/workflow.ts @@ -214,8 +214,8 @@ const translation = { deleteReplyDesc: 'この返信は完全に削除されます。', }, aria: { - deleteComment: 'コメントを削除', - resolveComment: 'コメントを解決', + deleteComment: 'スレッドを削除', + resolveComment: '解決', previousComment: '前のコメント', nextComment: '次のコメント', closeComment: 'コメントを閉じる', diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts index f23bc97910..ae7cc427e5 100644 --- a/web/i18n/zh-Hans/workflow.ts +++ b/web/i18n/zh-Hans/workflow.ts @@ -215,8 +215,8 @@ const translation = { deleteReplyDesc: '此回复将被永久删除。', }, aria: { - deleteComment: '删除评论', - resolveComment: '解决评论', + deleteComment: '删除讨论', + resolveComment: '解决', previousComment: '上一条评论', nextComment: '下一条评论', closeComment: '关闭评论',