Skip to content

Commit 656fa1e

Browse files
committed
fix: remove stray div tags from translations
1 parent bad06c2 commit 656fa1e

16 files changed

Lines changed: 29 additions & 29 deletions

src/i18n/locales/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"export_uri": "LNDHub Credentials URI",
388388
"scan_qr": "Import this wallet into Zeus or BlueWallet by scanning the QRCode."
389389
},
390-
"no_mnemonic_hint": "💡 You don't have a Master Key yet. <0>Click here</0></div> to create your Master Key and unlock these settings.",
390+
"no_mnemonic_hint": "💡 You don't have a Master Key yet. <0>Click here</0> to create your Master Key and unlock these settings.",
391391
"mnemonic": {
392392
"title": "Key Management",
393393
"saved": "Master Key encrypted & saved successfully.",
@@ -488,7 +488,7 @@
488488
"can_restore": "Your current Nostr keys are derived from Master Key.",
489489
"derive": "Derive from Master Key",
490490
"remove": "Remove current keys",
491-
"no_secret_key": "💡 You don't have a Master Key yet. <0>Click here</0></div> to create your Master Key and derive your Nostr keys."
491+
"no_secret_key": "💡 You don't have a Master Key yet. <0>Click here</0> to create your Master Key and derive your Nostr keys."
492492
},
493493
"private_key": {
494494
"title": "Manage your Nostr private key",

src/i18n/locales/fa/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
},
350350
"settings": {
351351
"derive": "کلیدهای ناستر را از کلید اصلی خود استخراج کنید",
352-
"no_secret_key": "💡 هنوز کلید اصلی ندارید. <0>اینجا کلیک کنید</0></div> تا کلید اصلی بسازید و کلیدهای ناستر را از آن استخراج کنید.",
352+
"no_secret_key": "💡 هنوز کلید اصلی ندارید. <0>اینجا کلیک کنید</0> تا کلید اصلی بسازید و کلیدهای ناستر را از آن استخراج کنید.",
353353
"label": "تنظیمات ناستر",
354354
"title": "تنظیمات ناستر",
355355
"imported_key_warning": "⚠️ هم اکنون از کلید ناستر تصادفی که وارد کرده اید استفاده می کنید. در این حالت کلید خصوصی شما نمی تواند توسط عبارت بازیابی البی بازیابی شود. پس به یاد داشته باشید که کلید خصوصی ناستر خود را جایی جداگانه ذخیره کنید.",
@@ -423,7 +423,7 @@
423423
"testnet": "شبکه آزمایشی"
424424
}
425425
},
426-
"no_mnemonic_hint": "💡 شما هنوز یک کلید اصلی ندارید. <0>اینجا کلید کنید</0></div> تا کلید اصلی خود را بسازید و این تنظیمات را باز کنید."
426+
"no_mnemonic_hint": "💡 شما هنوز یک کلید اصلی ندارید. <0>اینجا کلیک کنید</0> تا کلید اصلی خود را بسازید و این تنظیمات را باز کنید."
427427
},
428428
"title": "کیف پول ها",
429429
"actions": {

src/i18n/locales/fi/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
"settings": {
541541
"title": "Nostr-asetukset",
542542
"derive": "Johda pääavaimesta",
543-
"no_secret_key": "💡 Sinulla ei ole vielä pääavainta. Luo pääavaimesi ja johda Nostr-avaimesi <0>napsauttamalla tätä</0></div>.",
543+
"no_secret_key": "💡 Sinulla ei ole vielä pääavainta. Luo pääavaimesi ja johda Nostr-avaimesi <0>napsauttamalla tätä</0>.",
544544
"remove": "Poista nykyiset avaimet",
545545
"imported_key_warning": "Käytät tällä hetkellä tuotua tai satunnaisesti luotua Nostr-avainta. Yksityistä Nostr-avainta ei voi palauttaa palautuslauseellasi, joten muista varmuuskopioida yksityinen Nostr-avaimesi erikseen.",
546546
"label": "Nostr-asetukset",
@@ -627,7 +627,7 @@
627627
"title": "Lightningin osoite"
628628
},
629629
"danger_zone": "Vaarallinen vyöhyke",
630-
"no_mnemonic_hint": "💡 Sinulla ei ole vielä pääavainta. Luo pääavaimesi ja avaa näiden asetusten lukitus <0>napsauttamalla tätä</0></div>."
630+
"no_mnemonic_hint": "💡 Sinulla ei ole vielä pääavainta. Luo pääavaimesi ja avaa näiden asetusten lukitus <0>napsauttamalla tätä</0>."
631631
}
632632
},
633633
"alby": {

src/i18n/locales/id/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"can_restore": "✅ Kunci Nostr diambil dari Master Key kamu",
266266
"derive": "Ambil dari Master Key",
267267
"remove": "Hapus kunci saat ini",
268-
"no_secret_key": "💡 Kamu tidak memiliki Master Key. <0>Klik di sini</0></div> untuk membuat Master Key dan mengambil kunci Nostr kamu."
268+
"no_secret_key": "💡 Kamu tidak memiliki Master Key. <0>Klik di sini</0> untuk membuat Master Key dan mengambil kunci Nostr kamu."
269269
},
270270
"private_key": {
271271
"subtitle": "Tempel kunci privat nostr atau buat baru. <0>Pelajari lebih lanjut »</0>",

src/i18n/locales/ja/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"label": "Nostr設定",
233233
"title": "Nostr設定",
234234
"remove": "現在の鍵を削除する",
235-
"no_secret_key": "💡マスターキーがまだありません。<0>ここをクリック</0></div>してマスターキーを作成し、Nostrキーを派生させてください。",
235+
"no_secret_key": "💡マスターキーがまだありません。<0>ここをクリック</0>してマスターキーを作成し、Nostrキーを派生させてください。",
236236
"imported_key_warning": "現在インポートされたかランダムに生成されたNostrキーを使用しています。あなたのNostr秘密鍵はリカバリーフレーズで復旧できません。よって、Nostr秘密鍵を個別にバックアップすることを忘れないでください。",
237237
"derive": "マスターキーから導出する",
238238
"can_restore": "✅ Nostrキーはマスターキーから導出されています"
@@ -265,7 +265,7 @@
265265
"failed_to_load": "Nostrキーをロードできませんでした。有効なNostキーですか?"
266266
}
267267
},
268-
"no_mnemonic_hint": "💡 マスターキーがまだありません。 <0>こちらをクリック</0></div>してマスターキーを作成し、これらの設定を解除してください。",
268+
"no_mnemonic_hint": "💡 マスターキーがまだありません。 <0>こちらをクリック</0>してマスターキーを作成し、これらの設定を解除してください。",
269269
"network": {
270270
"options": {
271271
"bitcoin": "Mainnet",

src/i18n/locales/pl/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
"title": "Zaloguj się za pomocą Lightning"
299299
}
300300
},
301-
"no_mnemonic_hint": "💡 Nie masz jeszcze Klucza Głównego. <0>Kliknij tutaj</0></div>, aby utworzyć swój Klucz Główny i odblokować te ustawienia.",
301+
"no_mnemonic_hint": "💡 Nie masz jeszcze Klucza Głównego. <0>Kliknij tutaj</0>, aby utworzyć swój Klucz Główny i odblokować te ustawienia.",
302302
"network": {
303303
"options": {
304304
"testnet": "Testnet (sieć testowa)",

src/i18n/locales/pt/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"export_uri": "Credenciais URI LNDHub",
333333
"scan_qr": "Leia o código QR para importar esta carteira na Zeus ou BlueWallet."
334334
},
335-
"no_mnemonic_hint": "💡 Ainda não tem uma chave mestra. <0>Clique aqui</0></div> para gerar a sua chave mestra e desbloquear estas configurações.",
335+
"no_mnemonic_hint": "💡 Ainda não tem uma chave mestra. <0>Clique aqui</0> para gerar a sua chave mestra e desbloquear estas configurações.",
336336
"mnemonic": {
337337
"title": "Gestão de chaves",
338338
"saved": "Chave mestra criptografada e gravada com sucesso.",
@@ -419,7 +419,7 @@
419419
"can_restore": "A sua chave Nostr atual foi gerada a partir da chave mestra.",
420420
"derive": "Derivar da chave mestra",
421421
"remove": "Remover esta chave",
422-
"no_secret_key": "💡 Ainda não tem uma chave mestra. <0>Clique aqui</0></div> para gerar a sua chave mestra e as suas chaves Nostr."
422+
"no_secret_key": "💡 Ainda não tem uma chave mestra. <0>Clique aqui</0> para gerar a sua chave mestra e as suas chaves Nostr."
423423
},
424424
"private_key": {
425425
"title": "Gerir a sua chave privada Nostr",

src/i18n/locales/pt_BR/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"title": "Configurações Nostr",
296296
"derive": "Derivar da chave mestra",
297297
"can_restore": "Sua chave Nostr atual foi gerada a partir da chave mestra.",
298-
"no_secret_key": "💡 Você ainda não tem uma chave mestra. <0>Clique aqui</0></div> para gerar sua chave mestra e suas chaves Nostr.",
298+
"no_secret_key": "💡 Você ainda não tem uma chave mestra. <0>Clique aqui</0> para gerar sua chave mestra e suas chaves Nostr.",
299299
"imported_key_warning": "No momento, você está usando uma chave Nostr importada ou gerada aleatoriamente. Sua chave privada Nostr não pode ser restaurada por sua frase de recuperação, então lembre-se de fazer o backup de sua chave privada Nostr separadamente.",
300300
"remove": "Remover esta chave",
301301
"nostr_address": {
@@ -395,7 +395,7 @@
395395
"subtitle": "Escolha a rede para gerar endereços e decodificar transações.",
396396
"title": "Rede bitcoin"
397397
},
398-
"no_mnemonic_hint": "💡 Você ainda não tem uma chave mestra. <0>Clique aqui</0></div> para gerar sua chave mestra e desbloquear essas configurações.",
398+
"no_mnemonic_hint": "💡 Você ainda não tem uma chave mestra. <0>Clique aqui</0> para gerar sua chave mestra e desbloquear essas configurações.",
399399
"danger_zone": "Zona de perigo",
400400
"lnaddress": {
401401
"title": "Endereço relâmpago"

src/i18n/locales/ru/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
},
374374
"derive": "Извлечь из мастер-ключа",
375375
"can_restore": "Ваши текущие ключи Nostr получены от мастер-ключа.",
376-
"no_secret_key": "💡 Вы еще не имеете Мастер-ключа. <0>Нажмите здесь</0></div>, чтобы создать Мастер-ключ и получить ключи Nostr.",
376+
"no_secret_key": "💡 Вы еще не имеете Мастер-ключа. <0>Нажмите здесь</0>, чтобы создать Мастер-ключ и получить ключи Nostr.",
377377
"imported_key_warning": "Вы используете импортированный или случайно сгенерированный ключ Nostr. Ваш закрытый ключ Nostr не может быть восстановлен с помощью фразы восстановления, поэтому не забудьте создать резервную копию закрытого ключа Nostr отдельно."
378378
}
379379
},
@@ -461,7 +461,7 @@
461461
"subtitle": "Удаляет мастер-ключ из этого кошелька.",
462462
"success": "Успешно удалили Мастер-ключ."
463463
},
464-
"no_mnemonic_hint": "💡 Вы еще не имеете Мастер-ключа. <0>Нажмите здесь</0></div>, чтобы создать Мастер-ключ и разблокировать эти настройки.",
464+
"no_mnemonic_hint": "💡 Вы еще не имеете Мастер-ключа. <0>Нажмите здесь</0>, чтобы создать Мастер-ключ и разблокировать эти настройки.",
465465
"danger_zone": "Опасная зона"
466466
},
467467
"actions": {

src/i18n/locales/si/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"settings": {
288288
"imported_key_warning": "ඔබ දැනට භාවිතා කරන්නේ ආනයනය කරන ලද හෝ අහඹු ලෙස ජනනය කරන ලද Nostr යතුරකි. ඔබගේ Nostr පුද්ගලික යතුර ඔබගේ ප්‍රතිසාධන වාක්‍ය ඛණ්ඩය මගින් ප්‍රතිසාධනය කල නොහැක, එබැවින් ඔබගේ Nostr පුද්ගලික යතුර වෙනම උපස්ථ කිරීමට මතක තබා ගන්න.",
289289
"can_restore": "ඔබගේ වර්තමාන Nostr යතුරු ප්‍රධාන යතුර(Master Key) වෙතින් ව්‍යුත්පන්න කර ඇත.",
290-
"no_secret_key": "💡 ඔබට තවමත් ප්‍රධාන යතුරක් නොමැත. ඔබේ ප්‍රධාන යතුර සෑදීමට සහ ඔබේ Nostr යතුරු ලබා ගැනීමට<0>මෙතන ක්ලික් කරන්න</0></div>.",
290+
"no_secret_key": "💡 ඔබට තවමත් ප්‍රධාන යතුරක් නොමැත. ඔබේ ප්‍රධාන යතුර සෑදීමට සහ ඔබේ Nostr යතුරු ලබා ගැනීමට<0>මෙතන ක්ලික් කරන්න</0>.",
291291
"nostr_address": {
292292
"title": "Nostr ලිපිනය",
293293
"manage_nostr_address": {
@@ -436,7 +436,7 @@
436436
"title": "ලයිට්නින්(Lightning) ලිපිනය"
437437
},
438438
"danger_zone": "අවදානම් කලාපය",
439-
"no_mnemonic_hint": "💡 ඔබට තවමත් ප්‍රධාන යතුරක්(Master Key) නොමැත. ඔබගේ ප්‍රධාන යතුර සෑදීමට සහ මෙම සැකසීම් අගුලු හැරීමට <0>මෙහි ක්ලික් කරන්න</0></div>."
439+
"no_mnemonic_hint": "💡 ඔබට තවමත් ප්‍රධාන යතුරක්(Master Key) නොමැත. ඔබගේ ප්‍රධාන යතුර සෑදීමට සහ මෙම සැකසීම් අගුලු හැරීමට <0>මෙහි ක්ලික් කරන්න</0>."
440440
},
441441
"actions": {
442442
"connect_a_wallet": "පසුම්බියක් සම්බන්ධ කරන්න"

0 commit comments

Comments
 (0)