sanitize the i18n for fn:textForHistoryVisibilityEvent
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"An email has been sent to": "一封郵件已經被發送到",
|
||||
"A new password must be entered.": "一個新的密碼必須被輸入。.",
|
||||
"anyone": "任何人",
|
||||
"An error has occurred.": "一個錯誤出現了。",
|
||||
"Anyone who knows the room's link, apart from guests": "任何知道房間連結的人,但訪客除外",
|
||||
"Anyone who knows the room's link, including guests": "任何知道房間連結的人,包括訪客",
|
||||
@@ -31,9 +30,6 @@
|
||||
"Algorithm": "算法",
|
||||
"Always show message timestamps": "總是顯示訊息時間戳",
|
||||
"Authentication": "授權",
|
||||
"all room members": "所有聊天室成員",
|
||||
"all room members, from the point they are invited": "所有聊天室成員,從他們被邀請開始",
|
||||
"all room members, from the point they joined": "所有聊天室成員,從他們加入開始",
|
||||
"an address": "一個地址",
|
||||
"and": "和",
|
||||
"%(items)s and %(remaining)s others": "%(items)s 和 %(remaining)s 其它",
|
||||
@@ -400,7 +396,11 @@
|
||||
"Logged in as:": "登入為:",
|
||||
"Logout": "登出",
|
||||
"Low priority": "低優先度",
|
||||
"%(senderName)s made future room history visible to": "%(senderName)s 讓未來的房間歷史紀錄可見於",
|
||||
"%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s 讓未來的房間歷史紀錄可見於 所有聊天室成員,從他們被邀請開始.",
|
||||
"%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s 讓未來的房間歷史紀錄可見於 所有聊天室成員,從他們加入開始.",
|
||||
"%(senderName)s made future room history visible to all room members.": "%(senderName)s 讓未來的房間歷史紀錄可見於 所有聊天室成員.",
|
||||
"%(senderName)s made future room history visible to anyone.": "%(senderName)s 讓未來的房間歷史紀錄可見於 任何人.",
|
||||
"%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s 讓未來的房間歷史紀錄可見於 未知 (%(visibility)s).",
|
||||
"Manage Integrations": "管裡整合",
|
||||
"Markdown is disabled": "Markdown 已停用",
|
||||
"Markdown is enabled": "Markdown 已啟用",
|
||||
@@ -534,7 +534,6 @@
|
||||
"unknown device": "未知的裝置",
|
||||
"Unknown room %(roomId)s": "未知的房間 %(roomId)s",
|
||||
"Unknown (user, device) pair:": "未知的(使用者,裝置)配對:",
|
||||
"unknown": "未知",
|
||||
"Unmute": "解除靜音",
|
||||
"Unnamed Room": "未命名的房間",
|
||||
"Unrecognised command:": "無法識別的命令:",
|
||||
|
||||
Reference in New Issue
Block a user