fix: translations

This commit is contained in:
lyzno1 2025-10-11 20:33:55 +08:00
parent 239a11855a
commit 97463661c1
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View File

@ -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',

View File

@ -214,8 +214,8 @@ const translation = {
deleteReplyDesc: 'この返信は完全に削除されます。',
},
aria: {
deleteComment: 'コメントを削除',
resolveComment: 'コメントを解決',
deleteComment: 'スレッドを削除',
resolveComment: '解決',
previousComment: '前のコメント',
nextComment: '次のコメント',
closeComment: 'コメントを閉じる',

View File

@ -215,8 +215,8 @@ const translation = {
deleteReplyDesc: '此回复将被永久删除。',
},
aria: {
deleteComment: '删除论',
resolveComment: '解决评论',
deleteComment: '删除论',
resolveComment: '解决',
previousComment: '上一条评论',
nextComment: '下一条评论',
closeComment: '关闭评论',