{JSON.stringify(props.event, null, 2)}
{config().relayUrls.length} 個のリレーが設定されています
++ {i18n()('config.relays.numOfRelays', { count: config().relayUrls.length })} +
絵文字の名前をキー、画像のURLを値とするJSONを読み込むことができます。
+{i18n()('config.customEmoji.emojiImportDescription')}
拡張機能のインストール状況を確認中です...
+{i18n()('hello.signerChecking')}
初めて利用する方も、他のクライアントをつかっている方も
@@ -87,7 +89,7 @@ const Hello: Component = () => {
class="rounded bg-rose-400 p-4 text-lg font-bold text-white hover:shadow-md"
onClick={handleLogin}
>
- NIP-07 拡張機能でログイン
+ {i18n()('hello.loginWithSigner')}