2021-02-25 14:43:29 +01:00
|
|
|
|
{
|
|
|
|
|
"noMegolmBootstrap": "FluffyChat 目前不支援啟用線上金鑰備份。請在 Riot 中啟用。",
|
|
|
|
|
"@noMegolmBootstrap": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noCrossSignBootstrap": "FluffyChat 目前不支援啟用 Cross-Signing。請在 Riot 中啟用。",
|
|
|
|
|
"@noCrossSignBootstrap": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noPasswordRecoveryDescription": "您尚未新增恢復密碼的方法。",
|
|
|
|
|
"@noPasswordRecoveryDescription": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"newVerificationRequest": "新的驗證請求!",
|
|
|
|
|
"@newVerificationRequest": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"addNewContact": "新增聯絡人",
|
|
|
|
|
"@addNewContact": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"newChat": "新的聊天室",
|
|
|
|
|
"@newChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noStatusesFound": "目前還沒有發現任何狀態。",
|
|
|
|
|
"@noStatusesFound": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"newMessageInFluffyChat": "來自 FluffyChat 的新訊息",
|
|
|
|
|
"@newMessageInFluffyChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"needPantalaimonWarning": "請注意您需要 Pantalaimon 才能使用點對點加密功能。",
|
|
|
|
|
"@needPantalaimonWarning": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"muteChat": "將該聊天室靜音",
|
|
|
|
|
"@muteChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"monday": "星期一",
|
|
|
|
|
"@monday": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"moderator": "版主",
|
|
|
|
|
"@moderator": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"messageWillBeRemovedWarning": "將移除所有參與者的訊息",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@messageWillBeRemovedWarning": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"mention": "提及",
|
|
|
|
|
"@mention": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"makeSureTheIdentifierIsValid": "確保識別碼正確",
|
|
|
|
|
"@makeSureTheIdentifierIsValid": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"makeAModerator": "建立版主",
|
|
|
|
|
"@makeAModerator": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"makeAnAdmin": "建立管理員",
|
|
|
|
|
"@makeAnAdmin": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"logInTo": "登入 {homeserver}",
|
|
|
|
|
"@logInTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"homeserver": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"login": "登入",
|
|
|
|
|
"@login": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"loadCountMoreParticipants": "載入 {count} 個更多的參與者",
|
|
|
|
|
"@loadCountMoreParticipants": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"count": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"loadingPleaseWait": "載入中… 請稍候。",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@loadingPleaseWait": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"loadMore": "載入更多…",
|
|
|
|
|
"@loadMore": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"license": "授權",
|
|
|
|
|
"@license": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"lastSeenIp": "最後使用的 IP",
|
|
|
|
|
"@lastSeenIp": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"lastActiveAgo": "最後活動時間:{localizedTimeShort}",
|
|
|
|
|
"@lastActiveAgo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"localizedTimeShort": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"userLeftTheChat": "{username} 離開了聊天室",
|
|
|
|
|
"@userLeftTheChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"logout": "登出",
|
|
|
|
|
"@logout": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"leftTheChat": "離開了聊天室",
|
|
|
|
|
"@leftTheChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"leave": "離開",
|
|
|
|
|
"@leave": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"kickFromChat": "從聊天室踢出",
|
|
|
|
|
"@kickFromChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"kickedAndBanned": "{username} 踢了 {targetName} 並將其封禁",
|
|
|
|
|
"@kickedAndBanned": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"targetName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"kicked": "{username} 踢了 {targetName}",
|
|
|
|
|
"@kicked": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"targetName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"keysMissing": "金鑰遺失",
|
|
|
|
|
"@keysMissing": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"cachedKeys": "金鑰已快取",
|
|
|
|
|
"@cachedKeys": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"askSSSSCache": "請輸入您安全儲存的密碼短語或恢復金鑰以快取金鑰。",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@askSSSSCache": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"keysCached": "金鑰已被快取",
|
|
|
|
|
"@keysCached": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"joinRoom": "加入聊天室",
|
|
|
|
|
"@joinRoom": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"joinedTheChat": "{username} 加入了聊天室",
|
|
|
|
|
"@joinedTheChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"iHaveClickedOnLink": "我已經點擊了網址",
|
|
|
|
|
"@iHaveClickedOnLink": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"isTyping": "正在輸入...…",
|
|
|
|
|
"@isTyping": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"isDeviceKeyCorrect": "下列設備金鑰是否正確?",
|
|
|
|
|
"@isDeviceKeyCorrect": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"invitedUsersOnly": "只有被邀請的使用者",
|
|
|
|
|
"@invitedUsersOnly": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"invitedUser": "{username} 邀請了 {targetName}",
|
|
|
|
|
"@invitedUser": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"targetName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"inviteText": "{username} 邀請您使用 FluffyChat.\n1. 安裝 FluffyChat: https://fluffychat.im\n2. 登入或註冊\n3. 打開該邀請網址: {link}",
|
|
|
|
|
"@inviteText": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"link": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"invited": "已邀請",
|
|
|
|
|
"@invited": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"inviteContactToGroup": "邀請聯絡人到 {groupName}",
|
|
|
|
|
"@inviteContactToGroup": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"groupName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"inviteContact": "邀請聯絡人",
|
|
|
|
|
"@inviteContact": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"incorrectPassphraseOrKey": "錯誤的密碼短語或恢復金鑰",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@incorrectPassphraseOrKey": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"xMoreEvents": "還有 {count} 個事件",
|
|
|
|
|
"@xMoreEvents": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"count": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"oneMoreEvent": "還有 1 個事件",
|
|
|
|
|
"@oneMoreEvent": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"hideUnknownEvents": "隱藏未知事件",
|
|
|
|
|
"@hideUnknownEvents": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"unbannedUser": "{username} 解除封禁了 {targetName}",
|
|
|
|
|
"@unbannedUser": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"targetName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bannedUser": "{username} 封禁了 {targetName}",
|
|
|
|
|
"@bannedUser": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"targetName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"banned": "已被封禁",
|
|
|
|
|
"@banned": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"banFromChat": "已被從對話中封禁",
|
|
|
|
|
"@banFromChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"ignoreListDescription": "您可以無視打擾您的使用者。您將不會再收到來自無視列表中使用者的任何消息或聊天室邀請。",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@ignoreListDescription": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"ignoreUsername": "無視使用者名稱",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@ignoreUsername": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"ignoredUsers": "已無視的使用者",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@ignoredUsers": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"hideRedactedEvents": "隱藏編輯過的事件",
|
|
|
|
|
"@hideRedactedEvents": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"yourOwnUsername": "您自己的使用者名稱",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@yourOwnUsername": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"encrypted": "加密的",
|
|
|
|
|
"@encrypted": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"enableEmotesGlobally": "在全域啟用表情符號",
|
|
|
|
|
"@enableEmotesGlobally": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"edit": "編輯",
|
|
|
|
|
"@edit": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"notificationsEnabledForThisAccount": "已為此帳號啟用通知",
|
|
|
|
|
"@notificationsEnabledForThisAccount": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"notifications": "通知",
|
|
|
|
|
"@notifications": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pushRules": "推播規則",
|
|
|
|
|
"@pushRules": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"botMessages": "機器人訊息",
|
|
|
|
|
"@botMessages": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"memberChanges": "變更成員",
|
|
|
|
|
"@memberChanges": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"inviteForMe": "來自我的邀請",
|
|
|
|
|
"@inviteForMe": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"containsUserName": "包含使用者名稱",
|
|
|
|
|
"@containsUserName": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"containsDisplayName": "包含顯示名稱",
|
|
|
|
|
"@containsDisplayName": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"directChats": "直接傳訊",
|
|
|
|
|
"@directChats": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"emotePacks": "聊天室的表情符號",
|
|
|
|
|
"@emotePacks": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"enterAnEmailAddress": "輸入一個電子郵件位址",
|
|
|
|
|
"@enterAnEmailAddress": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"deviceId": "設備 ID",
|
|
|
|
|
"@deviceId": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"deleteAccount": "刪除帳號",
|
|
|
|
|
"@deleteAccount": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"deactivateAccountWarning": "這將停用您的帳號。這個決定是不能挽回的!您確定嗎?",
|
|
|
|
|
"@deactivateAccountWarning": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"chatBackupDescription": "您的聊天記錄備份已被安全金鑰鑰加密。請您確保不會弄丟它。",
|
|
|
|
|
"@chatBackupDescription": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pleaseEnterSecurityKey": "請輸入您的安全金鑰",
|
|
|
|
|
"@pleaseEnterSecurityKey": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"transferFromAnotherDevice": "從其他設備傳輸",
|
|
|
|
|
"@transferFromAnotherDevice": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"everythingReady": "一切就緒!",
|
|
|
|
|
"@everythingReady": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"emptyChat": "空的聊天室",
|
|
|
|
|
"@emptyChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"createdTheChat": "{username} 建立了聊天室",
|
|
|
|
|
"@createdTheChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"securityKeyLost": "遺失安全金鑰?",
|
|
|
|
|
"@securityKeyLost": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"chatBackup": "備份聊天室",
|
|
|
|
|
"@chatBackup": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"showPassword": "顯示密碼",
|
|
|
|
|
"@showPassword": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"addEmail": "新增電子郵件",
|
|
|
|
|
"@addEmail": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"zoomOut": "縮小",
|
|
|
|
|
"@zoomOut": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"zoomIn": "放大",
|
|
|
|
|
"@zoomIn": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"blocked": "已封鎖",
|
|
|
|
|
"@blocked": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"verified": "已驗證",
|
|
|
|
|
"@verified": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"copyToClipboard": "複製到剪貼簿",
|
|
|
|
|
"@copyToClipboard": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"securityKey": "安全金鑰",
|
|
|
|
|
"@securityKey": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changePassword": "變更密碼",
|
|
|
|
|
"@changePassword": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changeDeviceName": "變更設備名稱",
|
|
|
|
|
"@changeDeviceName": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"next": "下一個",
|
|
|
|
|
"@next": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"groupWith": "名稱為 {displayname} 的群組",
|
|
|
|
|
"@groupWith": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"displayname": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"couldNotDecryptMessage": "不能解密訊息:{error}",
|
|
|
|
|
"@couldNotDecryptMessage": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"error": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"askVerificationRequest": "是否接受來自 {username} 的驗證申請?",
|
|
|
|
|
"@askVerificationRequest": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"noPublicRoomsFound": "找不到公開的房間…",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@noPublicRoomsFound": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"activatedEndToEndEncryption": "{username} 已啟用點對點加密",
|
|
|
|
|
"@activatedEndToEndEncryption": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"youWillBeConnectedTo": "您將會連接到 {homeserver}",
|
|
|
|
|
"@youWillBeConnectedTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"homeserver": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"pleaseFollowInstructionsOnWeb": "請按照網站上的說明進行操作,然後點擊下一步。",
|
|
|
|
|
"@pleaseFollowInstructionsOnWeb": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"areYouSureYouWantToLogout": "您確定要登出嗎?",
|
|
|
|
|
"@areYouSureYouWantToLogout": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"badServerLoginTypesException": "目前伺服器支援的登入類型:\n{serverVersions}\n但本應用程式僅支援:\n{supportedVersions}",
|
|
|
|
|
"@badServerLoginTypesException": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"serverVersions": {},
|
|
|
|
|
"supportedVersions": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"badServerVersionsException": "目前伺服器支援的Spec版本:\n{serverVersions}\n但本應用程式僅支援{supportedVersions}",
|
|
|
|
|
"@badServerVersionsException": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"serverVersions": {},
|
|
|
|
|
"supportedVersions": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"donate": "捐贈",
|
|
|
|
|
"@donate": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"darkTheme": "深色",
|
|
|
|
|
"@darkTheme": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changeTheme": "變更主題",
|
|
|
|
|
"@changeTheme": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"editJitsiInstance": "編輯Jitsi實例",
|
|
|
|
|
"@editJitsiInstance": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"identity": "身份",
|
|
|
|
|
"@identity": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"id": "ID",
|
|
|
|
|
"@id": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"homeserverIsNotCompatible": "伺服器不相容",
|
|
|
|
|
"@homeserverIsNotCompatible": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"help": "幫助",
|
|
|
|
|
"@help": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"hasWithdrawnTheInvitationFor": "{username} 收回了對 {targetName} 的邀請",
|
|
|
|
|
"@hasWithdrawnTheInvitationFor": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"targetName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"guestsCanJoin": "訪客可以加入",
|
|
|
|
|
"@guestsCanJoin": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"guestsAreForbidden": "訪客已被禁止",
|
|
|
|
|
"@guestsAreForbidden": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"groupIsPublic": "群組是公開的",
|
|
|
|
|
"@groupIsPublic": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"groupDescriptionHasBeenChanged": "群組描述已被變更",
|
|
|
|
|
"@groupDescriptionHasBeenChanged": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"groupDescription": "群組描述",
|
|
|
|
|
"@groupDescription": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"group": "群組",
|
|
|
|
|
"@group": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"fromTheInvitation": "自邀請起",
|
|
|
|
|
"@fromTheInvitation": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"fromJoining": "自加入起",
|
|
|
|
|
"@fromJoining": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"friday": "星期五",
|
|
|
|
|
"@friday": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"forward": "轉發",
|
|
|
|
|
"@forward": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"fluffychat": "FluffyChat",
|
|
|
|
|
"@fluffychat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"fileSize": "檔案大小",
|
|
|
|
|
"@fileSize": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"fileName": "檔案名稱",
|
|
|
|
|
"@fileName": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"enterYourHomeserver": "輸入伺服器位址",
|
|
|
|
|
"@enterYourHomeserver": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"enterAUsername": "輸入使用者名稱",
|
|
|
|
|
"@enterAUsername": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"enterAGroupName": "輸入群組名稱",
|
|
|
|
|
"@enterAGroupName": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"endedTheCall": "{senderName} 結束了通話",
|
|
|
|
|
"@endedTheCall": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"senderName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"end2endEncryptionSettings": "點對點加密設定",
|
|
|
|
|
"@end2endEncryptionSettings": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"encryptionNotEnabled": "加密未啟用",
|
|
|
|
|
"@encryptionNotEnabled": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"encryptionAlgorithm": "加密算法",
|
|
|
|
|
"@encryptionAlgorithm": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"encryption": "加密",
|
|
|
|
|
"@encryption": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"enableEncryptionWarning": "您將不能再停用加密,確定嗎?",
|
|
|
|
|
"@enableEncryptionWarning": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"emoteInvalid": "無效的表情快捷鍵!",
|
|
|
|
|
"@emoteInvalid": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"emoteExists": "表情已存在!",
|
|
|
|
|
"@emoteExists": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"emoteWarnNeedToPick": "您需要選取一個表情快捷鍵和一張圖片!",
|
|
|
|
|
"@emoteWarnNeedToPick": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"emoteShortcode": "表情快捷鍵",
|
|
|
|
|
"@emoteShortcode": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"emoteSettings": "表情設定",
|
|
|
|
|
"@emoteSettings": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"editDisplayname": "編輯顯示名稱",
|
|
|
|
|
"@editDisplayname": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"downloadFile": "下載文件",
|
|
|
|
|
"@downloadFile": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"displaynameHasBeenChanged": "顯示名稱已被變更",
|
|
|
|
|
"@displaynameHasBeenChanged": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"discardPicture": "拋棄圖片",
|
|
|
|
|
"@discardPicture": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"devices": "設備",
|
|
|
|
|
"@devices": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"device": "設備",
|
|
|
|
|
"@device": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"deny": "否認",
|
|
|
|
|
"@deny": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"deleteMessage": "刪除訊息",
|
|
|
|
|
"@deleteMessage": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"delete": "刪除",
|
|
|
|
|
"@delete": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"dateWithYear": "{year}-{month}-{day}",
|
|
|
|
|
"@dateWithYear": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"year": {},
|
|
|
|
|
"month": {},
|
|
|
|
|
"day": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dateWithoutYear": "{month}-{day}",
|
|
|
|
|
"@dateWithoutYear": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"month": {},
|
|
|
|
|
"day": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dateAndTimeOfDay": "{date}, {timeOfDay}",
|
|
|
|
|
"@dateAndTimeOfDay": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"date": {},
|
|
|
|
|
"timeOfDay": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"currentlyActive": "目前活躍",
|
|
|
|
|
"@currentlyActive": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"crossSigningEnabled": "第三方登入已啟用",
|
|
|
|
|
"@crossSigningEnabled": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"crossSigningDisabled": "第三方登入未啟用",
|
|
|
|
|
"@crossSigningDisabled": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"createNewGroup": "建立新群組",
|
|
|
|
|
"@createNewGroup": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"createAccountNow": "現在建立帳號",
|
|
|
|
|
"@createAccountNow": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"create": "建立",
|
|
|
|
|
"@create": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"countParticipants": "{count} 參與者",
|
|
|
|
|
"@countParticipants": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"count": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"couldNotSetDisplayname": "不能設定顯示名稱",
|
|
|
|
|
"@couldNotSetDisplayname": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"couldNotSetAvatar": "不能設定頭貼",
|
|
|
|
|
"@couldNotSetAvatar": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"copy": "複製",
|
|
|
|
|
"@copy": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"copiedToClipboard": "已複製到剪貼簿",
|
|
|
|
|
"@copiedToClipboard": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"contentViewer": "內容檢視器",
|
|
|
|
|
"@contentViewer": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"contactHasBeenInvitedToTheGroup": "聯絡人已被邀請至群組",
|
|
|
|
|
"@contactHasBeenInvitedToTheGroup": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"connectionAttemptFailed": "嘗試連接失敗",
|
|
|
|
|
"@connectionAttemptFailed": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"connect": "連接",
|
|
|
|
|
"@connect": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"confirm": "確認",
|
|
|
|
|
"@confirm": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"compareNumbersMatch": "比較以下數字,確保它們和另一個設備上的相同:",
|
|
|
|
|
"@compareNumbersMatch": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"compareEmojiMatch": "對比並確認這些表情符合其他那些設備:",
|
|
|
|
|
"@compareEmojiMatch": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"close": "關閉",
|
|
|
|
|
"@close": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"chooseAUsername": "輸入一個暱稱",
|
|
|
|
|
"@chooseAUsername": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"chooseAStrongPassword": "輸入一個較強的密碼",
|
|
|
|
|
"@chooseAStrongPassword": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"chatDetails": "對話詳細",
|
|
|
|
|
"@chatDetails": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"chat": "對話",
|
|
|
|
|
"@chat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"channelCorruptedDecryptError": "加密已被破壞",
|
|
|
|
|
"@channelCorruptedDecryptError": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changeTheServer": "變更伺服器",
|
|
|
|
|
"@changeTheServer": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changeWallpaper": "變更對話背景",
|
|
|
|
|
"@changeWallpaper": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changeTheNameOfTheGroup": "變更了群組名稱",
|
|
|
|
|
"@changeTheNameOfTheGroup": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changelog": "變更日誌",
|
|
|
|
|
"@changelog": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changedTheRoomInvitationLink": "{username} 變更了邀請連結",
|
|
|
|
|
"@changedTheRoomInvitationLink": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheRoomAliases": "{username} 變更了房間名",
|
|
|
|
|
"@changedTheRoomAliases": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheProfileAvatar": "{username} 變更了他們的頭貼",
|
|
|
|
|
"@changedTheProfileAvatar": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheJoinRulesTo": "{username} 變更了加入的規則為:{joinRules}",
|
|
|
|
|
"@changedTheJoinRulesTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"joinRules": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheJoinRules": "{username} 變更了加入的規則",
|
|
|
|
|
"@changedTheJoinRules": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheHistoryVisibilityTo": "{username} 變更了歷史紀錄觀察狀態到:{rules}",
|
|
|
|
|
"@changedTheHistoryVisibilityTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"rules": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheHistoryVisibility": "{username} 變更了歷史記錄觀察狀態",
|
|
|
|
|
"@changedTheHistoryVisibility": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheGuestAccessRulesTo": "{username} 變更了訪客訪問規則為:{rules}",
|
|
|
|
|
"@changedTheGuestAccessRulesTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"rules": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheGuestAccessRules": "{username} 變更了訪客訪問規則",
|
|
|
|
|
"@changedTheGuestAccessRules": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changeTheHomeserver": "變更主機位址",
|
|
|
|
|
"@changeTheHomeserver": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changedTheDisplaynameTo": "{username} 變更了顯示名稱為:“{displayname}”",
|
|
|
|
|
"@changedTheDisplaynameTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"displayname": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheChatPermissions": "{username} 變更了對話權限",
|
|
|
|
|
"@changedTheChatPermissions": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheChatDescriptionTo": "{username} 變更了對話介紹為:“{description}”",
|
|
|
|
|
"@changedTheChatDescriptionTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"description": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheChatNameTo": "{username} 變更了暱稱為:“{chatname}”",
|
|
|
|
|
"@changedTheChatNameTo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"chatname": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"changedTheChatAvatar": "{username} 變更了對話頭貼",
|
|
|
|
|
"@changedTheChatAvatar": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"cancel": "取消",
|
|
|
|
|
"@cancel": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"blockDevice": "封鎖設備",
|
|
|
|
|
"@blockDevice": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"avatarHasBeenChanged": "頭貼已變更",
|
|
|
|
|
"@avatarHasBeenChanged": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"authentication": "身份驗證",
|
|
|
|
|
"@authentication": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"askSSSSVerify": "請輸入您安全儲存的密碼短語或恢復金鑰以驗證您的對話。",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@askSSSSVerify": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"askSSSSSign": "請輸入您安全儲存的密碼短語或恢復金鑰,以向對方簽名。",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@askSSSSSign": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"areYouSure": "您確定嗎?",
|
|
|
|
|
"@areYouSure": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"areGuestsAllowedToJoin": "是否允許訪客加入",
|
|
|
|
|
"@areGuestsAllowedToJoin": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"archivedRoom": "已封存的對話",
|
|
|
|
|
"@archivedRoom": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"archive": "封存",
|
|
|
|
|
"@archive": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"anyoneCanJoin": "任何人可以加入",
|
|
|
|
|
"@anyoneCanJoin": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:18:42 +01:00
|
|
|
|
"answeredTheCall": "已開始與 {senderName} 通話",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@answeredTheCall": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"senderName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"alreadyHaveAnAccount": "已經有帳號了?",
|
|
|
|
|
"@alreadyHaveAnAccount": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"alias": "別稱",
|
|
|
|
|
"@alias": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"admin": "管理員",
|
|
|
|
|
"@admin": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:18:31 +01:00
|
|
|
|
"addGroupDescription": "新增一個群組描述",
|
2021-02-25 14:43:29 +01:00
|
|
|
|
"@addGroupDescription": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"accountInformation": "帳號資訊",
|
|
|
|
|
"@accountInformation": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"account": "帳號",
|
|
|
|
|
"@account": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"acceptedTheInvitation": "{username} 已接受邀請",
|
|
|
|
|
"@acceptedTheInvitation": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"accept": "接受",
|
|
|
|
|
"@accept": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"about": "關於",
|
|
|
|
|
"@about": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
2021-02-26 06:06:31 +01:00
|
|
|
|
},
|
2021-02-26 07:06:45 +01:00
|
|
|
|
"whoCanPerformWhichAction": "誰可以執行這個動作",
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"@whoCanPerformWhichAction": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"send": "傳送",
|
|
|
|
|
"@send": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"participant": "參與者",
|
|
|
|
|
"@participant": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"configureChat": "設定聊天室",
|
|
|
|
|
"@configureChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"sendMessages": "傳送訊息",
|
|
|
|
|
"@sendMessages": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"editRoomAvatar": "編輯聊天室頭貼",
|
|
|
|
|
"@editRoomAvatar": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"replaceRoomWithNewerVersion": "用較新的版本取代聊天室",
|
|
|
|
|
"@replaceRoomWithNewerVersion": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"enableEncryption": "啟用加密",
|
|
|
|
|
"@enableEncryption": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"editBlockedServers": "編輯被封鎖的伺服器",
|
|
|
|
|
"@editBlockedServers": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noDescription": "沒有描述",
|
|
|
|
|
"@noDescription": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"discoverGroups": "探索群組",
|
|
|
|
|
"@discoverGroups": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
2021-02-26 06:19:46 +01:00
|
|
|
|
"seenByUserAndCountOthers": "{username}和其他 {count}個人已讀",
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"@seenByUserAndCountOthers": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"count": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"seenByUserAndUser": "{username} 和 {username2} 已讀",
|
|
|
|
|
"@seenByUserAndUser": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {},
|
|
|
|
|
"username2": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"seenByUser": "{username} 已讀",
|
|
|
|
|
"@seenByUser": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"no": "否",
|
|
|
|
|
"@no": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"changesHaveBeenSaved": "變更已被儲存",
|
|
|
|
|
"@changesHaveBeenSaved": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"sentryInfo": "關於您的隱私:https://sentry.io/security/",
|
|
|
|
|
"@sentryInfo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"sendBugReports": "允許向 sentry.io 回報錯誤",
|
|
|
|
|
"@sendBugReports": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"lastSeenLongTimeAgo": "很長一段時間沒有上線了",
|
|
|
|
|
"@lastSeenLongTimeAgo": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"searchForAChat": "搜尋聊天室",
|
|
|
|
|
"@searchForAChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"reportMessage": "檢舉訊息",
|
|
|
|
|
"@reportMessage": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"redactMessage": "重新編輯訊息",
|
|
|
|
|
"@redactMessage": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"youHaveBeenBannedFromThisChat": "你已經被這個聊天室封禁",
|
|
|
|
|
"@youHaveBeenBannedFromThisChat": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"contentHasBeenReported": "此內容已被回報給伺服器管理員們",
|
|
|
|
|
"@contentHasBeenReported": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"whyDoYouWantToReportThis": "您檢舉的原因是什麼?",
|
|
|
|
|
"@whyDoYouWantToReportThis": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"reason": "原因",
|
|
|
|
|
"@reason": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"inoffensive": "不令人反感",
|
|
|
|
|
"@inoffensive": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"offensive": "令人反感",
|
|
|
|
|
"@offensive": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"extremeOffensive": "極端令人反感",
|
|
|
|
|
"@extremeOffensive": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"howOffensiveIsThisContent": "這個內容有多令人反感?",
|
|
|
|
|
"@howOffensiveIsThisContent": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"search": "搜尋",
|
|
|
|
|
"@search": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"discover": "探索",
|
|
|
|
|
"@discover": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"all": "全部",
|
|
|
|
|
"@all": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"contacts": "聯絡人",
|
|
|
|
|
"@contacts": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"groups": "群組",
|
|
|
|
|
"@groups": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"messages": "訊息",
|
|
|
|
|
"@messages": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"status": "狀態",
|
|
|
|
|
"@status": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"ignore": "無視",
|
|
|
|
|
"@ignore": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"sharedTheLocation": "{username} 分享了位置",
|
|
|
|
|
"@sharedTheLocation": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"share": "分享",
|
|
|
|
|
"@share": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"saturday": "星期六",
|
|
|
|
|
"@saturday": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"roomHasBeenUpgraded": "聊天室已更新",
|
|
|
|
|
"@roomHasBeenUpgraded": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"requestToReadOlderMessages": "請求讀取過去的訊息",
|
|
|
|
|
"@requestToReadOlderMessages": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"requestPermission": "請求權限",
|
|
|
|
|
"@requestPermission": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"reply": "回覆",
|
|
|
|
|
"@reply": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"removeMessage": "移除訊息",
|
|
|
|
|
"@removeMessage": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"remove": "移除",
|
|
|
|
|
"@remove": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"removeExile": "移除流放",
|
|
|
|
|
"@removeExile": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"removeDevice": "移除設備",
|
|
|
|
|
"@removeDevice": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"removedBy": "被 {username} 移除",
|
|
|
|
|
"@removedBy": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"removeAllOtherDevices": "移除所有其他裝置",
|
|
|
|
|
"@removeAllOtherDevices": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"revokeAllPermissions": "撤銷所有權限",
|
|
|
|
|
"@revokeAllPermissions": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"rejectedTheInvitation": "{username} 拒絕了邀請",
|
|
|
|
|
"@rejectedTheInvitation": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"redactedAnEvent": "{username} 編輯了一個事件",
|
|
|
|
|
"@redactedAnEvent": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"username": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"recording": "錄音中",
|
|
|
|
|
"@recording": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"renderRichContent": "繪製圖文訊息內容",
|
|
|
|
|
"@renderRichContent": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"rejoin": "重新加入",
|
|
|
|
|
"@rejoin": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"yourPublicKey": "您的公鑰",
|
|
|
|
|
"@yourPublicKey": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"reject": "拒絕",
|
|
|
|
|
"@reject": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"publicRooms": "公開的聊天室",
|
|
|
|
|
"@publicRooms": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"publicKey": "公鑰",
|
|
|
|
|
"@publicKey": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"privacy": "隱私",
|
|
|
|
|
"@privacy": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pleaseEnterYourUsername": "請輸入您的使用者名稱",
|
|
|
|
|
"@pleaseEnterYourUsername": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pleaseEnterYourPassword": "請輸入您的密碼",
|
|
|
|
|
"@pleaseEnterYourPassword": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pleaseEnterAMatrixIdentifier": "請輸入 Matrix ID。",
|
|
|
|
|
"@pleaseEnterAMatrixIdentifier": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pleaseClickOnLink": "請點擊電子郵件中的網址,然後繼續。",
|
|
|
|
|
"@pleaseClickOnLink": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pleaseChooseAUsername": "請選擇使用者名稱",
|
|
|
|
|
"@pleaseChooseAUsername": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"play": "播放 {fileName}",
|
|
|
|
|
"@play": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"fileName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"pin": "釘選",
|
|
|
|
|
"@pin": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"pickImage": "選擇圖片",
|
|
|
|
|
"@pickImage": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"passwordRecovery": "恢復密碼",
|
|
|
|
|
"@passwordRecovery": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"passwordForgotten": "忘記密碼",
|
|
|
|
|
"@passwordForgotten": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"passwordHasBeenChanged": "密碼已被變更",
|
|
|
|
|
"@passwordHasBeenChanged": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"password": "密碼",
|
|
|
|
|
"@password": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"passphraseOrKey": "密碼短語或恢復金鑰",
|
|
|
|
|
"@passphraseOrKey": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"optionalGroupName": "(可選)群組名稱",
|
|
|
|
|
"@optionalGroupName": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"participatingUserDevices": "參與者設備",
|
|
|
|
|
"@participatingUserDevices": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"openCamera": "開啟相機",
|
|
|
|
|
"@openCamera": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"openAppToReadMessages": "打開應用程式以讀取訊息",
|
|
|
|
|
"@openAppToReadMessages": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"oopsSomethingWentWrong": "哎呀!出了一點差錯…",
|
|
|
|
|
"@oopsSomethingWentWrong": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"onlineKeyBackupEnabled": "線上金鑰備份已啟用",
|
|
|
|
|
"@onlineKeyBackupEnabled": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"unavailable": "無法取得",
|
|
|
|
|
"@unavailable": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"offline": "離線",
|
|
|
|
|
"@offline": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"online": "線上",
|
|
|
|
|
"@online": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"onlineKeyBackupDisabled": "線上金鑰備份被停用",
|
|
|
|
|
"@onlineKeyBackupDisabled": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"ok": "OK",
|
|
|
|
|
"@ok": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"numberSelected": "{number} 已選擇",
|
|
|
|
|
"@numberSelected": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"number": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notSupportedInWeb": "在網頁版不支援",
|
|
|
|
|
"@notSupportedInWeb": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noRoomsFound": "找不到聊天室…",
|
|
|
|
|
"@noRoomsFound": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noPermission": "沒有權限",
|
|
|
|
|
"@noPermission": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noEmotesFound": "表情符號不存在。😕",
|
|
|
|
|
"@noEmotesFound": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"none": "無",
|
|
|
|
|
"@none": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"noGoogleServicesWarning": "看起來您手機上沒有 Google 服務框架。這對於保護您的隱私而言是個好決定!但為了收到 FluffyChat 的推播通知,我們推薦您使用 microG:https://microg.org/",
|
|
|
|
|
"@noGoogleServicesWarning": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"useAmoledTheme": "使用適合 AMOLED 螢幕的顏色?",
|
|
|
|
|
"@useAmoledTheme": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"lightTheme": "日間模式",
|
|
|
|
|
"@lightTheme": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"statusExampleMessage": "今天過得如何?",
|
|
|
|
|
"@statusExampleMessage": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"systemTheme": "系統",
|
|
|
|
|
"@systemTheme": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"startedACall": "{senderName} 開始了通話",
|
|
|
|
|
"@startedACall": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"senderName": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-02-26 07:06:45 +01:00
|
|
|
|
"setPermissionsLevel": "設定權限級別",
|
2021-02-26 06:06:31 +01:00
|
|
|
|
"@setPermissionsLevel": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"defaultPermissionLevel": "預設權限等級",
|
|
|
|
|
"@defaultPermissionLevel": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"setCustomEmotes": "自訂表情符號",
|
|
|
|
|
"@setCustomEmotes": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
|
|
|
|
},
|
|
|
|
|
"editChatPermissions": "編輯聊天室權限",
|
|
|
|
|
"@editChatPermissions": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
2021-02-26 07:06:45 +01:00
|
|
|
|
},
|
|
|
|
|
"sendAudio": "發送音訊",
|
|
|
|
|
"@sendAudio": {
|
|
|
|
|
"type": "text",
|
|
|
|
|
"placeholders": {}
|
2021-02-25 14:43:29 +01:00
|
|
|
|
}
|
|
|
|
|
}
|