{$t("user.settings.nwc")}

{$t("user.settings.nwcDescription")}

{#each apps as app, i} {@const last = i === apps.length - 1}
{app.name}
{#if app.max_amount > 0}
{s(app.spent, locale)} / {s(app.max_amount, locale)}
{#if app.budget_renewal !== "never"}
{app.budget_renewal}
{/if}
{/if}
{$t("accounts.connect")}
{/each} {$t("accounts.newConection")}
{#if revealNwc}
{nwc}
{$t("user.receive.showQR")}
{/if}
{$t("user.nostrPubkey")}
{$t("accounts.qr")}
{#if extensionAvailable} {/if}
{#if user.nsec}

{$t("user.settings.nostrDescription")}

{#if revealNsec} {/if}
{/if}