mirror of https://github.com/langgenius/dify.git
fix: translations
This commit is contained in:
parent
239a11855a
commit
97463661c1
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -214,8 +214,8 @@ const translation = {
|
|||
deleteReplyDesc: 'この返信は完全に削除されます。',
|
||||
},
|
||||
aria: {
|
||||
deleteComment: 'コメントを削除',
|
||||
resolveComment: 'コメントを解決',
|
||||
deleteComment: 'スレッドを削除',
|
||||
resolveComment: '解決',
|
||||
previousComment: '前のコメント',
|
||||
nextComment: '次のコメント',
|
||||
closeComment: 'コメントを閉じる',
|
||||
|
|
|
|||
|
|
@ -215,8 +215,8 @@ const translation = {
|
|||
deleteReplyDesc: '此回复将被永久删除。',
|
||||
},
|
||||
aria: {
|
||||
deleteComment: '删除评论',
|
||||
resolveComment: '解决评论',
|
||||
deleteComment: '删除讨论',
|
||||
resolveComment: '解决',
|
||||
previousComment: '上一条评论',
|
||||
nextComment: '下一条评论',
|
||||
closeComment: '关闭评论',
|
||||
|
|
|
|||
Loading…
Reference in New Issue