Skip to content

Commit d883ba9

Browse files
committed
chores(): passphrase warning
1 parent 2dfb9da commit d883ba9

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

src/app/pages/account-add/account-add.page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ <h2>
6666
placeholder="BIP-39 Passphrase"
6767
></ion-input>
6868
</ion-item>
69+
<ion-note *ngIf="bip39Passphrase.length > 0" color="warning" class="ion-padding-start ion-padding-end ion-padding-bottom">
70+
{{ 'wallet-select-coins.passphrase-derivation-warning' | translate }}
71+
</ion-note>
6972
<ion-item class="ion-no-padding ion-margin-bottom">
7073
Reveal Passphrase
7174
<ion-checkbox [(ngModel)]="revealBip39Passphrase" slot="end"></ion-checkbox>

src/assets/i18n/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
"label": "Selbsterstellter Ableitungspfad",
599599
"placeholder": "Selbsterstellter Ableitungspfad"
600600
},
601-
"create_label": "Erstellen"
601+
"create_label": "Erstellen",
602+
"passphrase-derivation-warning": "Bei Verwendung einer Passphrase überprüfen Sie, ob der Ableitungspfad auf dem gewünschten Index liegt. Der Vault erhöht den Pfad automatisch basierend auf bestehenden Konten, was sich auf Passphrase-Konten auswirken kann."
602603
},
603604
"wallet-share": {
604605
"title": "Konto Synchronisieren",

src/assets/i18n/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
"label": "Custom Derivation Path",
599599
"placeholder": "Custom Derivation Path"
600600
},
601-
"create_label": "Create"
601+
"create_label": "Create",
602+
"passphrase-derivation-warning": "When using a passphrase, verify the derivation path is at your desired index. The vault auto-increments the path based on existing accounts, which may affect passphrase accounts."
602603
},
603604
"wallet-share": {
604605
"title": "Pair Account",

src/assets/i18n/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
"label": "Derivación customizada",
599599
"placeholder": "Derivación customizada"
600600
},
601-
"create_label": "Crear"
601+
"create_label": "Crear",
602+
"passphrase-derivation-warning": "Al usar una frase de contraseña, verifique que la ruta de derivación esté en el índice deseado. El vault incrementa automáticamente la ruta según las cuentas existentes, lo que puede afectar a las cuentas con frase de contraseña."
602603
},
603604
"wallet-share": {
604605
"title": "Emparejar Cuenta",

src/assets/i18n/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
"label": "Chemin de dérivation personnalisé",
599599
"placeholder": "Chemin de dérivation personnalisé"
600600
},
601-
"create_label": "Créer"
601+
"create_label": "Créer",
602+
"passphrase-derivation-warning": "Lors de l'utilisation d'une phrase secrète, vérifiez que le chemin de dérivation est à l'index souhaité. Le vault incrémente automatiquement le chemin en fonction des comptes existants, ce qui peut affecter les comptes avec phrase secrète."
602603
},
603604
"wallet-share": {
604605
"title": "Compte de paire",

src/assets/i18n/pt_BR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
"label": "Caminho de derivação personalizado",
599599
"placeholder": "Caminho de derivação personalizado"
600600
},
601-
"create_label": "Criar"
601+
"create_label": "Criar",
602+
"passphrase-derivation-warning": "Ao usar uma frase secreta, verifique se o caminho de derivação está no índice desejado. O vault incrementa automaticamente o caminho com base nas contas existentes, o que pode afetar contas com frase secreta."
602603
},
603604
"wallet-share": {
604605
"title": "Conta Par",

src/assets/i18n/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
"label": "Пользовательский путь деривации",
599599
"placeholder": "Пользовательский путь деривации"
600600
},
601-
"create_label": "Создать"
601+
"create_label": "Создать",
602+
"passphrase-derivation-warning": "При использовании парольной фразы убедитесь, что путь деривации установлен на нужный индекс. Хранилище автоматически увеличивает путь на основе существующих аккаунтов, что может повлиять на аккаунты с парольной фразой."
602603
},
603604
"wallet-share": {
604605
"title": "Парный аккаунт",

src/assets/i18n/zh_CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
"label": "自定义派生路径",
599599
"placeholder": "自定义派生路径"
600600
},
601-
"create_label": "创造"
601+
"create_label": "创造",
602+
"passphrase-derivation-warning": "使用密码短语时,请确认派生路径位于所需的索引位置。保险库会根据现有账户自动递增路径,这可能会影响密码短语账户。"
602603
},
603604
"wallet-share": {
604605
"title": "配对账户",

0 commit comments

Comments
 (0)