fix: show 'Encrypted direct messages not supported' for kind 4 events (#754)
* fix: show 'Encrypted direct messages not supported' for kind 4 events (#753) Co-authored-by: The Daniel <dmnyc@users.noreply.github.com> * i18n: add translations for 'Encrypted direct messages not supported' Also use kinds.EncryptedDirectMessage constant instead of magic number 4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: The Daniel 🖖 <3638467+dmnyc@users.noreply.github.com> Co-authored-by: The Daniel <dmnyc@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2fbbe6ce1d
commit
ae8a534103
20 changed files with 33 additions and 3 deletions
|
|
@ -180,6 +180,7 @@ export default {
|
|||
'Supported NIPs': '対応NIP',
|
||||
'Open in a': '{{a}}で開く',
|
||||
'Cannot handle event of kind k': '種類{{k}}のイベントは処理できません',
|
||||
'Encrypted direct messages not supported': '暗号化ダイレクトメッセージには対応していません',
|
||||
'Sorry! The note cannot be found 😔': '申し訳ありません!ノートが見つかりません 😔',
|
||||
'This user has been muted': 'このユーザーはミュートされています',
|
||||
Wallet: 'ウォレット',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue