diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index eff96f88b5..395b8988b5 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -2193,5 +2193,7 @@ "Alternative addresses for this room:": "此聊天是的替代位置:", "This room has no alternative addresses": "此聊天室沒有替代位置", "New address (e.g. #foo:domain)": "新位置(例如:#foo:domain)", - "Local addresses (unmoderated content)": "本機位置(未經審核的內容)" + "Local addresses (unmoderated content)": "本機位置(未經審核的內容)", + "%(senderDisplayName)s changed the room name from %(oldRoomName)s to %(newRoomName)s.": "%(senderDisplayName)s 將聊天室名稱從 %(oldRoomName)s 變更為 %(newRoomName)s。", + "%(senderName)s changed the addresses for this room.": "%(senderName)s 變更了此聊天室的位置。" }