diff --git a/ng-app/src/App.svelte b/ng-app/src/App.svelte index 258fde6..a5fe28c 100644 --- a/ng-app/src/App.svelte +++ b/ng-app/src/App.svelte @@ -269,6 +269,9 @@ unsubscribe(); if (unsub_main_close) unsub_main_close(); }); + + // import { to_debug } from "./wallet_emojis"; + // to_debug(); {#if for_import}
- If you do, if this device is yours or is used by few trusted persons
- of your family or workplace, and you would like to login again from
- this device in the future, then you can save your wallet on this
- device. To the contrary, if this device is public and shared by
- strangers, do not save your wallet here. {#if !tauri_platform}By
- selecting this option, you agree to saving some cookies on your
- browser.{/if}
+ {$t("pages.login.trust_device_description")}
+ {#if !tauri_platform}
+ {$t("pages.login.trust_device_allow_cookies")}{/if}
-
- Select your emoji of category:
{emoji_cat[
- shuffle.category_indices[pazzlePage]
- ]}
- Select each image in the correct order + {$t("pages.login.order_emojis")}
{#each [0, 1, 2] as row}- Are you sure you want to remove this wallet from your device? + {$t("pages.wallet_info.remove_confirm")}
- The user is already registered with the selected broker.
Try logging
- in instead
+ {@html $t("errors.AlreadyExists")}
- An error occurred:
{error}
+ {@html $t("errors.error_occurred", { values: { error } })}