From c8047354f6a5e1bdae6863b476fe5ad34def7afd Mon Sep 17 00:00:00 2001 From: Sebastjan Trepca Date: Sun, 25 Feb 2024 08:56:51 +0100 Subject: [PATCH 01/43] warning box --- .../src/constants/WalletConnectCommands.tsx | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/packages/gui/src/constants/WalletConnectCommands.tsx b/packages/gui/src/constants/WalletConnectCommands.tsx index e723e1c2a8..2099218602 100644 --- a/packages/gui/src/constants/WalletConnectCommands.tsx +++ b/packages/gui/src/constants/WalletConnectCommands.tsx @@ -1,6 +1,7 @@ import { ServiceName } from '@chia-network/api'; import { MojoToChia } from '@chia-network/core'; import { Trans } from '@lingui/macro'; +import { Typography } from '@mui/material'; import React from 'react'; import type WalletConnectCommand from '../@types/WalletConnectCommand'; @@ -214,14 +215,23 @@ const walletConnectCommands: WalletConnectCommand[] = [ }, { name: WalletConnectCommandParamName.SAFE_MODE, - label: ( - - WARNING! When safeMode=false it means you could be signing a transaction, not just a message. Be sure you - trust the source that's requesting this. - - ), + label: '', type: 'boolean', isOptional: true, + displayComponent: (value) => + value ? ( + '' + ) : ( + <> + + WARNING! + + + App is requesting to sign a transaction with your private key. Please be sure you trust the app before + proceeding. + + + ), }, ], }, From 24553ead1346c4d1827aefe07020c8178c1e7a45 Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Sun, 10 Mar 2024 00:05:21 +0000 Subject: [PATCH 02/43] New Crowdin translations by GitHub Action --- packages/core/src/locales/ar-SA/messages.po | 1 + packages/core/src/locales/be-BY/messages.po | 1 + packages/core/src/locales/bg-BG/messages.po | 1 + packages/core/src/locales/ca-ES/messages.po | 1 + packages/core/src/locales/cs-CZ/messages.po | 1 + packages/core/src/locales/da-DK/messages.po | 1 + packages/core/src/locales/de-DE/messages.po | 4 +- packages/core/src/locales/el-GR/messages.po | 1 + packages/core/src/locales/en-AU/messages.po | 1 + packages/core/src/locales/en-NZ/messages.po | 1 + packages/core/src/locales/en-PT/messages.po | 1 + packages/core/src/locales/en-US/messages.po | 1 + packages/core/src/locales/es-AR/messages.po | 1 + packages/core/src/locales/es-ES/messages.po | 1 + packages/core/src/locales/es-MX/messages.po | 1 + packages/core/src/locales/fa-IR/messages.po | 6 +- packages/core/src/locales/fi-FI/messages.po | 5 +- packages/core/src/locales/fr-FR/messages.po | 1 + packages/core/src/locales/hr-HR/messages.po | 1 + packages/core/src/locales/hu-HU/messages.po | 1 + packages/core/src/locales/id-ID/messages.po | 1 + packages/core/src/locales/it-IT/messages.po | 1 + packages/core/src/locales/ja-JP/messages.po | 1 + packages/core/src/locales/ko-KR/messages.po | 1 + packages/core/src/locales/nl-NL/messages.po | 1 + packages/core/src/locales/no-NO/messages.po | 1 + packages/core/src/locales/pl-PL/messages.po | 1 + packages/core/src/locales/pt-BR/messages.po | 1 + packages/core/src/locales/pt-PT/messages.po | 1 + packages/core/src/locales/ro-RO/messages.po | 1 + packages/core/src/locales/ru-RU/messages.po | 1 + packages/core/src/locales/sk-SK/messages.po | 1 + packages/core/src/locales/sq-AL/messages.po | 1 + packages/core/src/locales/sv-SE/messages.po | 3 +- packages/core/src/locales/tr-TR/messages.po | 1 + packages/core/src/locales/uk-UA/messages.po | 1 + packages/core/src/locales/zh-CN/messages.po | 3 +- packages/core/src/locales/zh-TW/messages.po | 1 + packages/gui/src/locales/ak-GH/messages.po | 2 +- packages/gui/src/locales/ar-SA/messages.po | 17 +- packages/gui/src/locales/be-BY/messages.po | 17 +- packages/gui/src/locales/bg-BG/messages.po | 17 +- packages/gui/src/locales/bn-BD/messages.po | 2 +- packages/gui/src/locales/bn-IN/messages.po | 2 +- packages/gui/src/locales/bs-BA/messages.po | 4 +- packages/gui/src/locales/ca-ES/messages.po | 15 +- packages/gui/src/locales/cs-CZ/messages.po | 17 +- packages/gui/src/locales/cy-GB/messages.po | 6 +- packages/gui/src/locales/da-DK/messages.po | 17 +- packages/gui/src/locales/de-DE/messages.po | 20 +- packages/gui/src/locales/el-GR/messages.po | 17 +- packages/gui/src/locales/en-AU/messages.po | 23 +-- packages/gui/src/locales/en-NZ/messages.po | 23 +-- packages/gui/src/locales/en-PT/messages.po | 15 +- packages/gui/src/locales/en-US/messages.po | 23 +-- packages/gui/src/locales/eo-UY/messages.po | 2 +- packages/gui/src/locales/es-AR/messages.po | 15 +- packages/gui/src/locales/es-ES/messages.po | 15 +- packages/gui/src/locales/es-MX/messages.po | 15 +- packages/gui/src/locales/fa-IR/messages.po | 15 +- packages/gui/src/locales/fi-FI/messages.po | 189 +++++++++--------- packages/gui/src/locales/fr-FR/messages.po | 23 +-- packages/gui/src/locales/he-IL/messages.po | 10 +- packages/gui/src/locales/hi-IN/messages.po | 2 +- packages/gui/src/locales/hr-HR/messages.po | 17 +- packages/gui/src/locales/hu-HU/messages.po | 17 +- packages/gui/src/locales/id-ID/messages.po | 17 +- packages/gui/src/locales/is-IS/messages.po | 2 +- packages/gui/src/locales/it-IT/messages.po | 17 +- packages/gui/src/locales/ja-JP/messages.po | 20 +- packages/gui/src/locales/km-KH/messages.po | 4 +- packages/gui/src/locales/ko-KR/messages.po | 17 +- packages/gui/src/locales/lol-US/messages.po | 4 +- packages/gui/src/locales/lt-LT/messages.po | 8 +- packages/gui/src/locales/lv-LV/messages.po | 4 +- packages/gui/src/locales/mk-MK/messages.po | 4 +- packages/gui/src/locales/mn-MN/messages.po | 2 +- packages/gui/src/locales/nl-NL/messages.po | 17 +- packages/gui/src/locales/no-NO/messages.po | 17 +- packages/gui/src/locales/pa-IN/messages.po | 2 +- packages/gui/src/locales/pl-PL/messages.po | 17 +- packages/gui/src/locales/pt-BR/messages.po | 17 +- packages/gui/src/locales/pt-PT/messages.po | 17 +- packages/gui/src/locales/ro-RO/messages.po | 17 +- packages/gui/src/locales/ru-RU/messages.po | 169 ++++++---------- packages/gui/src/locales/si-LK/messages.po | 6 +- packages/gui/src/locales/sk-SK/messages.po | 23 +-- packages/gui/src/locales/sl-SI/messages.po | 10 +- packages/gui/src/locales/sq-AL/messages.po | 17 +- packages/gui/src/locales/srp/messages.po | 10 +- packages/gui/src/locales/sv-SE/messages.po | 29 ++- packages/gui/src/locales/th-TH/messages.po | 10 +- packages/gui/src/locales/tlh-AA/messages.po | 2 +- packages/gui/src/locales/tr-TR/messages.po | 17 +- packages/gui/src/locales/uk-UA/messages.po | 17 +- packages/gui/src/locales/vi-VN/messages.po | 10 +- packages/gui/src/locales/zh-CN/messages.po | 17 +- packages/gui/src/locales/zh-TW/messages.po | 17 +- .../wallets/src/locales/ar-SA/messages.po | 10 +- .../wallets/src/locales/be-BY/messages.po | 10 +- .../wallets/src/locales/bg-BG/messages.po | 13 +- .../wallets/src/locales/ca-ES/messages.po | 10 +- .../wallets/src/locales/cs-CZ/messages.po | 10 +- .../wallets/src/locales/da-DK/messages.po | 10 +- .../wallets/src/locales/de-DE/messages.po | 10 +- .../wallets/src/locales/el-GR/messages.po | 10 +- .../wallets/src/locales/en-AU/messages.po | 10 +- .../wallets/src/locales/en-NZ/messages.po | 10 +- .../wallets/src/locales/en-PT/messages.po | 10 +- .../wallets/src/locales/en-US/messages.po | 10 +- .../wallets/src/locales/es-AR/messages.po | 10 +- .../wallets/src/locales/es-ES/messages.po | 10 +- .../wallets/src/locales/es-MX/messages.po | 10 +- .../wallets/src/locales/fa-IR/messages.po | 12 +- .../wallets/src/locales/fi-FI/messages.po | 70 ++++--- .../wallets/src/locales/fr-FR/messages.po | 10 +- .../wallets/src/locales/hr-HR/messages.po | 10 +- .../wallets/src/locales/hu-HU/messages.po | 13 +- .../wallets/src/locales/id-ID/messages.po | 10 +- .../wallets/src/locales/it-IT/messages.po | 10 +- .../wallets/src/locales/ja-JP/messages.po | 10 +- .../wallets/src/locales/ko-KR/messages.po | 10 +- .../wallets/src/locales/nl-NL/messages.po | 10 +- .../wallets/src/locales/no-NO/messages.po | 10 +- .../wallets/src/locales/pl-PL/messages.po | 10 +- .../wallets/src/locales/pt-BR/messages.po | 10 +- .../wallets/src/locales/pt-PT/messages.po | 10 +- .../wallets/src/locales/ro-RO/messages.po | 10 +- .../wallets/src/locales/ru-RU/messages.po | 10 +- .../wallets/src/locales/sk-SK/messages.po | 10 +- .../wallets/src/locales/sq-AL/messages.po | 10 +- .../wallets/src/locales/sv-SE/messages.po | 12 +- .../wallets/src/locales/tr-TR/messages.po | 10 +- .../wallets/src/locales/uk-UA/messages.po | 10 +- .../wallets/src/locales/zh-CN/messages.po | 12 +- .../wallets/src/locales/zh-TW/messages.po | 13 +- 136 files changed, 736 insertions(+), 887 deletions(-) diff --git a/packages/core/src/locales/ar-SA/messages.po b/packages/core/src/locales/ar-SA/messages.po index 6751fe161d..9e8bff0d2a 100644 --- a/packages/core/src/locales/ar-SA/messages.po +++ b/packages/core/src/locales/ar-SA/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/be-BY/messages.po b/packages/core/src/locales/be-BY/messages.po index 4bd0a7bf41..0a2030e5af 100644 --- a/packages/core/src/locales/be-BY/messages.po +++ b/packages/core/src/locales/be-BY/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/bg-BG/messages.po b/packages/core/src/locales/bg-BG/messages.po index f5a28c2609..87d9939fd8 100644 --- a/packages/core/src/locales/bg-BG/messages.po +++ b/packages/core/src/locales/bg-BG/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/ca-ES/messages.po b/packages/core/src/locales/ca-ES/messages.po index 6c9e2f458b..5c72b94f44 100644 --- a/packages/core/src/locales/ca-ES/messages.po +++ b/packages/core/src/locales/ca-ES/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/cs-CZ/messages.po b/packages/core/src/locales/cs-CZ/messages.po index 80703d286c..e1ad48201e 100644 --- a/packages/core/src/locales/cs-CZ/messages.po +++ b/packages/core/src/locales/cs-CZ/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Vaše klíče nebyly migrovány do nové klíčenky. Nebudete schopni vytvářet nové klíče nebo odstraňovat staré, dokud nedokončíte migraci. Přejete si migrovat klíče nyní?" + diff --git a/packages/core/src/locales/da-DK/messages.po b/packages/core/src/locales/da-DK/messages.po index bc982d1d39..eed161de83 100644 --- a/packages/core/src/locales/da-DK/messages.po +++ b/packages/core/src/locales/da-DK/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/de-DE/messages.po b/packages/core/src/locales/de-DE/messages.po index 0cfd176ffd..b917c27f17 100644 --- a/packages/core/src/locales/de-DE/messages.po +++ b/packages/core/src/locales/de-DE/messages.po @@ -144,8 +144,7 @@ msgstr "Key mit Fingerabdruck {fingerprint} löschen" #: src/screens/SelectKey/SelectKey.tsx:133 msgid "Deleting all keys will permanently remove the keys from your computer, make sure you have backups. Are you sure you want to continue?" -msgstr "" -"Alle Schlüssel löschen entfernt alle Schlüssel unwiederbringlich vom Computer. \n" +msgstr "Alle Schlüssel löschen entfernt alle Schlüssel unwiederbringlich vom Computer. \n" "Das Erstellen einer Sicherungskopie wird empfohlen!\n" "Bist du sicher, dass du mit dem Löschen fortfahren möchtest?" @@ -575,3 +574,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/el-GR/messages.po b/packages/core/src/locales/el-GR/messages.po index 05b73893c0..4e68ad3cd2 100644 --- a/packages/core/src/locales/el-GR/messages.po +++ b/packages/core/src/locales/el-GR/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/en-AU/messages.po b/packages/core/src/locales/en-AU/messages.po index cca3760892..9391763d79 100644 --- a/packages/core/src/locales/en-AU/messages.po +++ b/packages/core/src/locales/en-AU/messages.po @@ -572,3 +572,4 @@ msgstr "Your Current Version:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" + diff --git a/packages/core/src/locales/en-NZ/messages.po b/packages/core/src/locales/en-NZ/messages.po index 64d888d4bf..a667822a6d 100644 --- a/packages/core/src/locales/en-NZ/messages.po +++ b/packages/core/src/locales/en-NZ/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" + diff --git a/packages/core/src/locales/en-PT/messages.po b/packages/core/src/locales/en-PT/messages.po index 564a2e7d22..01e6cc3654 100644 --- a/packages/core/src/locales/en-PT/messages.po +++ b/packages/core/src/locales/en-PT/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/en-US/messages.po b/packages/core/src/locales/en-US/messages.po index 0e6bd065d2..147aa42ffd 100644 --- a/packages/core/src/locales/en-US/messages.po +++ b/packages/core/src/locales/en-US/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" + diff --git a/packages/core/src/locales/es-AR/messages.po b/packages/core/src/locales/es-AR/messages.po index b38cc96594..cf6f436a73 100644 --- a/packages/core/src/locales/es-AR/messages.po +++ b/packages/core/src/locales/es-AR/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/es-ES/messages.po b/packages/core/src/locales/es-ES/messages.po index 425fae668b..5b94099b13 100644 --- a/packages/core/src/locales/es-ES/messages.po +++ b/packages/core/src/locales/es-ES/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Sus claves no se han migrado a un nuevo conjunto de claves. No podrá crear claves nuevas ni eliminar claves existentes hasta que finalice la migración. ¿Le gustaría migrar sus claves ahora?" + diff --git a/packages/core/src/locales/es-MX/messages.po b/packages/core/src/locales/es-MX/messages.po index ba821e619c..c35f4c6808 100644 --- a/packages/core/src/locales/es-MX/messages.po +++ b/packages/core/src/locales/es-MX/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/fa-IR/messages.po b/packages/core/src/locales/fa-IR/messages.po index a35b460dde..0092210f83 100644 --- a/packages/core/src/locales/fa-IR/messages.po +++ b/packages/core/src/locales/fa-IR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fa_IR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Persian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -144,8 +144,7 @@ msgstr "{fingerprint} حذف کلید" #: src/screens/SelectKey/SelectKey.tsx:133 msgid "Deleting all keys will permanently remove the keys from your computer, make sure you have backups. Are you sure you want to continue?" -msgstr "" -"حذف همه کلیدها آنها را برای همیشه از روی رایانه شما حذف میکند، مطمئن شوید که نسخه پشتیبان دارید.\n" +msgstr "حذف همه کلیدها آنها را برای همیشه از روی رایانه شما حذف میکند، مطمئن شوید که نسخه پشتیبان دارید.\n" " آیا مطمئنید که میخواهید ادامه دهید؟" #: src/screens/SelectKey/SelectKeyItem.tsx:106 @@ -574,3 +573,4 @@ msgstr "نسخه فعلی شما:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "کلیدهای شما به یک کلید جدید تا زمانیکه انتقال کامل نشود، منتقل نشده است. نمیتوانید کلیدهای جدید ایجاد کنید یا کلیدهای موجود را حذف کنید. آیا میخواهید کلیدهای خود را اکنون انتقال دهید؟" + diff --git a/packages/core/src/locales/fi-FI/messages.po b/packages/core/src/locales/fi-FI/messages.po index 14442267f6..df31ec6580 100644 --- a/packages/core/src/locales/fi-FI/messages.po +++ b/packages/core/src/locales/fi-FI/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fi_FI\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-02-04 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -486,7 +486,7 @@ msgstr "Tämä poistaa avaimen pysyvästi tietokoneeltasi, varmista, että sinul #: src/utils/getTransactionResult.ts:40 msgid "Transaction has been sent to a full node and is pending inclusion into the mempool. {0}" -msgstr "" +msgstr "Transaktio on lähetetty noodille ja odottaa sisällyttämistä mempooliin. {0}" #: src/utils/getTransactionResult.ts:15 msgid "Transaction has not been sent to node yet" @@ -572,3 +572,4 @@ msgstr "Tämänhetkinen Versio:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Avaimiasi ei ole siirretty uuteen avainrenkaaseen. Et voi luoda uusia avaimia tai poistaa olemassa olevia avaimia ennen kuin siirto on tehty. Haluatko siirtää avaimesi nyt?" + diff --git a/packages/core/src/locales/fr-FR/messages.po b/packages/core/src/locales/fr-FR/messages.po index b3a6734463..081ce68926 100644 --- a/packages/core/src/locales/fr-FR/messages.po +++ b/packages/core/src/locales/fr-FR/messages.po @@ -572,3 +572,4 @@ msgstr "Votre version actuelle :" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Vos clés n'ont pas été migrées vers un nouveau trousseau de clés. Vous ne pourrez pas créer de nouvelles clés ou supprimer les clés existantes tant que la migration n'est pas terminée. Voulez-vous migrer vos clés maintenant ?" + diff --git a/packages/core/src/locales/hr-HR/messages.po b/packages/core/src/locales/hr-HR/messages.po index 340e9e7e31..939805b381 100644 --- a/packages/core/src/locales/hr-HR/messages.po +++ b/packages/core/src/locales/hr-HR/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/hu-HU/messages.po b/packages/core/src/locales/hu-HU/messages.po index 8ca65ec379..8ccfb8ea45 100644 --- a/packages/core/src/locales/hu-HU/messages.po +++ b/packages/core/src/locales/hu-HU/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Kulcsai nem kerültek át egy új kulcstartóra. A migráció befejezéséig nem tud új kulcsokat létrehozni vagy meglévő kulcsokat törölni. Szeretné most áttelepíteni a kulcsait?" + diff --git a/packages/core/src/locales/id-ID/messages.po b/packages/core/src/locales/id-ID/messages.po index 5384e94665..2202743653 100644 --- a/packages/core/src/locales/id-ID/messages.po +++ b/packages/core/src/locales/id-ID/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Kunci anda belum migrasi ke penyimpanan kunci baru. Anda tidak akan bisa membuat kunci baru atau menghapus kunci yang ada sampai dengan migrasi selesai. Apa anda mau migrasi kunci anda sekarang?" + diff --git a/packages/core/src/locales/it-IT/messages.po b/packages/core/src/locales/it-IT/messages.po index fb618b8e15..502fe77412 100644 --- a/packages/core/src/locales/it-IT/messages.po +++ b/packages/core/src/locales/it-IT/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Le chiavi non sono state migrate ad un nuovo keyring. Non sarà possibile creare nuove chiavi o eliminare le chiavi esistenti fino al completamento della migrazione. Vuoi migrare le tue chiavi ora?" + diff --git a/packages/core/src/locales/ja-JP/messages.po b/packages/core/src/locales/ja-JP/messages.po index 32e228bcb5..fbce33665a 100644 --- a/packages/core/src/locales/ja-JP/messages.po +++ b/packages/core/src/locales/ja-JP/messages.po @@ -572,3 +572,4 @@ msgstr "現在のバージョン:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "あなたの鍵は新しいキーリングに移行されていません。移行が完了するまで、鍵の新規作成、及び既存の鍵の削除が行えません。今すぐ鍵を移行しますか?" + diff --git a/packages/core/src/locales/ko-KR/messages.po b/packages/core/src/locales/ko-KR/messages.po index 33ba97a874..3307def914 100644 --- a/packages/core/src/locales/ko-KR/messages.po +++ b/packages/core/src/locales/ko-KR/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "키가 새 키링으로 마이그레이션되지 않았습니다. 마이그레이션이 완료될 때까지 새 키를 생성하거나 기존 키를 삭제할 수 없습니다. 지금 키를 마이그레이션하시겠습니까?" + diff --git a/packages/core/src/locales/nl-NL/messages.po b/packages/core/src/locales/nl-NL/messages.po index 14ac46256a..10c3ecbfac 100644 --- a/packages/core/src/locales/nl-NL/messages.po +++ b/packages/core/src/locales/nl-NL/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/no-NO/messages.po b/packages/core/src/locales/no-NO/messages.po index e2ab514920..fbd62ba273 100644 --- a/packages/core/src/locales/no-NO/messages.po +++ b/packages/core/src/locales/no-NO/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/pl-PL/messages.po b/packages/core/src/locales/pl-PL/messages.po index e51426f3ae..80f8f94ddd 100644 --- a/packages/core/src/locales/pl-PL/messages.po +++ b/packages/core/src/locales/pl-PL/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Twoje klucze nie zostały zmigrowane na nowy pęk kluczy. Nie możesz utworzyć nowych kluczy lub usunąć istniejących kluczy do czasu zakończenia migracji. Czy chcesz teraz dokonać migracji kluczy?" + diff --git a/packages/core/src/locales/pt-BR/messages.po b/packages/core/src/locales/pt-BR/messages.po index f2cbbe34ad..696831315f 100644 --- a/packages/core/src/locales/pt-BR/messages.po +++ b/packages/core/src/locales/pt-BR/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/pt-PT/messages.po b/packages/core/src/locales/pt-PT/messages.po index 3913ec9b4e..4de079386d 100644 --- a/packages/core/src/locales/pt-PT/messages.po +++ b/packages/core/src/locales/pt-PT/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/ro-RO/messages.po b/packages/core/src/locales/ro-RO/messages.po index d3cf65c234..a03cb128ea 100644 --- a/packages/core/src/locales/ro-RO/messages.po +++ b/packages/core/src/locales/ro-RO/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/ru-RU/messages.po b/packages/core/src/locales/ru-RU/messages.po index 4c1f9c44be..415a3dba53 100644 --- a/packages/core/src/locales/ru-RU/messages.po +++ b/packages/core/src/locales/ru-RU/messages.po @@ -572,3 +572,4 @@ msgstr "Ваша текущая версия:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Ваши ключи не были перенесены в новую систему ключей. Вы не сможете создавать новые ключи или удалять существующие ключи до тех пор, пока не завершится миграция. Хотите перенести ваши ключи сейчас?" + diff --git a/packages/core/src/locales/sk-SK/messages.po b/packages/core/src/locales/sk-SK/messages.po index 5a7e9dfa96..36137509fd 100644 --- a/packages/core/src/locales/sk-SK/messages.po +++ b/packages/core/src/locales/sk-SK/messages.po @@ -572,3 +572,4 @@ msgstr "Vaša aktuálna verzia:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Vaše kľúče zatiaľ neboli migrované do nového zväzku kľúčov. Kým sa migrácia nedokončí, nebudete môcť vytvárať nové kľúče ani odstraňovať existujúce kľúče. Chcete teraz migrovať svoje kľúče?" + diff --git a/packages/core/src/locales/sq-AL/messages.po b/packages/core/src/locales/sq-AL/messages.po index 9e27dff238..b4b9eb7375 100644 --- a/packages/core/src/locales/sq-AL/messages.po +++ b/packages/core/src/locales/sq-AL/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" + diff --git a/packages/core/src/locales/sv-SE/messages.po b/packages/core/src/locales/sv-SE/messages.po index 9a71718502..a7193e8d45 100644 --- a/packages/core/src/locales/sv-SE/messages.po +++ b/packages/core/src/locales/sv-SE/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sv_SE\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -572,3 +572,4 @@ msgstr "Din nuvarande version:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Dina nycklar har inte migrerats till en ny nyckelring. Du kommer inte att kunna skapa nya nycklar eller ta bort befintliga nycklar tills migreringen är klar. Vill du migrera nycklarna nu?" + diff --git a/packages/core/src/locales/tr-TR/messages.po b/packages/core/src/locales/tr-TR/messages.po index 26f6a2c62f..47dd7078ac 100644 --- a/packages/core/src/locales/tr-TR/messages.po +++ b/packages/core/src/locales/tr-TR/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Anahtarlarınız yeni anahtarlığa henüz taşınmadı. Taşınma işlemi bitmeden yeni bir anahtar veya var olan anahtarlarınız silme işlemini yapamazsınız. Anahtarlarınızı şimdi taşımak istiyor musunuz?" + diff --git a/packages/core/src/locales/uk-UA/messages.po b/packages/core/src/locales/uk-UA/messages.po index 308b7f4b89..0cc910722b 100644 --- a/packages/core/src/locales/uk-UA/messages.po +++ b/packages/core/src/locales/uk-UA/messages.po @@ -572,3 +572,4 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Ваші ключі не були перенесені до нової системи ключів. Ви не зможете створювати нові ключі або видаляти існуючі ключі, доки не завершиться міграція. Бажаєте перенести ваші ключі зараз?" + diff --git a/packages/core/src/locales/zh-CN/messages.po b/packages/core/src/locales/zh-CN/messages.po index 3907859606..c4bb859364 100644 --- a/packages/core/src/locales/zh-CN/messages.po +++ b/packages/core/src/locales/zh-CN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh_CN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -572,3 +572,4 @@ msgstr "当前的版本:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "密钥尚未迁移到新的密钥环。在迁移完成之前,将无法创建新的密钥或删除现有密钥。是否立即迁移密钥?" + diff --git a/packages/core/src/locales/zh-TW/messages.po b/packages/core/src/locales/zh-TW/messages.po index 5dd8ae9993..239fd963cb 100644 --- a/packages/core/src/locales/zh-TW/messages.po +++ b/packages/core/src/locales/zh-TW/messages.po @@ -572,3 +572,4 @@ msgstr "您目前的版本:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "您的金鑰尚未遷移到新的金鑰圈。在遷移完成之前,您將無法創建新的金鑰或刪除現有的金鑰。您想現在遷移您的金鑰嗎?" + diff --git a/packages/gui/src/locales/ak-GH/messages.po b/packages/gui/src/locales/ak-GH/messages.po index dee2d6a5c4..d2ae6427b8 100644 --- a/packages/gui/src/locales/ak-GH/messages.po +++ b/packages/gui/src/locales/ak-GH/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ak_GH\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Akan\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/packages/gui/src/locales/ar-SA/messages.po b/packages/gui/src/locales/ar-SA/messages.po index 4477760ab1..d9df42e28b 100644 --- a/packages/gui/src/locales/ar-SA/messages.po +++ b/packages/gui/src/locales/ar-SA/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ar_SA\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Arabic\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "تأكيد" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "لايوجد" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "عرض" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "نعم" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/be-BY/messages.po b/packages/gui/src/locales/be-BY/messages.po index e4d6e91a26..7dfa05d382 100644 --- a/packages/gui/src/locales/be-BY/messages.po +++ b/packages/gui/src/locales/be-BY/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: be_BY\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Belarusian\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n%100>=11 && n%100<=14 ? 2 : 3);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Пацвердзіць" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Не" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Выгляд" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Так" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/bg-BG/messages.po b/packages/gui/src/locales/bg-BG/messages.po index cd5d4dd638..fb87d28d12 100644 --- a/packages/gui/src/locales/bg-BG/messages.po +++ b/packages/gui/src/locales/bg-BG/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: bg_BG\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Потвърждаване" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Не" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Виж" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Да" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/bn-BD/messages.po b/packages/gui/src/locales/bn-BD/messages.po index ce7a6ea835..d49ce46863 100644 --- a/packages/gui/src/locales/bn-BD/messages.po +++ b/packages/gui/src/locales/bn-BD/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: bn_BD\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Bengali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/gui/src/locales/bn-IN/messages.po b/packages/gui/src/locales/bn-IN/messages.po index b925ae75d6..0c33ba9786 100644 --- a/packages/gui/src/locales/bn-IN/messages.po +++ b/packages/gui/src/locales/bn-IN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: bn_IN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Bengali, India\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/gui/src/locales/bs-BA/messages.po b/packages/gui/src/locales/bs-BA/messages.po index 2a3066a3c1..370137521b 100644 --- a/packages/gui/src/locales/bs-BA/messages.po +++ b/packages/gui/src/locales/bs-BA/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: bs_BA\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Bosnian\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "potvrdi" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" diff --git a/packages/gui/src/locales/ca-ES/messages.po b/packages/gui/src/locales/ca-ES/messages.po index 8baf799554..4426e420c5 100644 --- a/packages/gui/src/locales/ca-ES/messages.po +++ b/packages/gui/src/locales/ca-ES/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ca_ES\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Catalan\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmar" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Veure" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Sí" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/cs-CZ/messages.po b/packages/gui/src/locales/cs-CZ/messages.po index 5faa2bc09f..8d86bf856d 100644 --- a/packages/gui/src/locales/cs-CZ/messages.po +++ b/packages/gui/src/locales/cs-CZ/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: cs_CZ\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Czech\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Potvrdit" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Inicializuji..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Ne" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Zobrazení" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ano" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/cy-GB/messages.po b/packages/gui/src/locales/cy-GB/messages.po index 04c98cdeb0..7eceb02c96 100644 --- a/packages/gui/src/locales/cy-GB/messages.po +++ b/packages/gui/src/locales/cy-GB/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: cy_GB\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Welsh\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n" @@ -5664,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Golwg" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5911,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ie" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/da-DK/messages.po b/packages/gui/src/locales/da-DK/messages.po index fdb5f60ce8..2f1622e1cc 100644 --- a/packages/gui/src/locales/da-DK/messages.po +++ b/packages/gui/src/locales/da-DK/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: da_DK\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Danish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Bekræft" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nej" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Se" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ja" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/de-DE/messages.po b/packages/gui/src/locales/de-DE/messages.po index 4a1a3d2208..34ad5603f0 100644 --- a/packages/gui/src/locales/de-DE/messages.po +++ b/packages/gui/src/locales/de-DE/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: de_DE\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: German\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Bestätigen" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nein" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -3949,8 +3947,7 @@ msgstr "" #: src/components/plot/add/PlotAddNumberOfPlots.tsx:326 msgid "Plotting with bitfield enabled has about 30% less overall writes and is now almost always faster. You may see reduced memory requirements with bitfield plotting disabled. If your CPU design is from before 2010 you may have to disable bitfield plotting." -msgstr "" -"Das Plotten mit aktiviertem Bitfeld benötigt etwa 30 % weniger Schreibvorgänge und ist jetzt fast immer schneller. Möglicherweise ist der Speicherbedarf reduziert, wenn das Bitfeld-Plotten deaktiviert ist. Es wird empfohlen das Bitfeld-Plotten zu deaktivieren, wenn ihre CPU-Architektur\n" +msgstr "Das Plotten mit aktiviertem Bitfeld benötigt etwa 30 % weniger Schreibvorgänge und ist jetzt fast immer schneller. Möglicherweise ist der Speicherbedarf reduziert, wenn das Bitfeld-Plotten deaktiviert ist. Es wird empfohlen das Bitfeld-Plotten zu deaktivieren, wenn ihre CPU-Architektur\n" "vor 2010 entwickelt wurde." #: src/components/plotNFT/PlotExternalNFTCard.tsx:163 @@ -5668,7 +5665,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Ansicht" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5915,7 +5912,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ja" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6069,3 +6066,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/el-GR/messages.po b/packages/gui/src/locales/el-GR/messages.po index 3003bc8f46..2218ecfb1f 100644 --- a/packages/gui/src/locales/el-GR/messages.po +++ b/packages/gui/src/locales/el-GR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: el_GR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Greek\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Επιβεβαίωση" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Όχι" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Εμφάνιση" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ναι" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/en-AU/messages.po b/packages/gui/src/locales/en-AU/messages.po index a12bf33c7c..ca14495121 100644 --- a/packages/gui/src/locales/en-AU/messages.po +++ b/packages/gui/src/locales/en-AU/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: en_AU\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: English, Australia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "You ripper" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,20 +2470,16 @@ msgstr "Initialising..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgstr "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Insufficient funds available to create offer. Ensure that your\n" +msgstr "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/farm/PoolingHealth.tsx:302 @@ -3152,7 +3148,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Yeh nah" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5670,7 +5666,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "View" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5917,7 +5913,7 @@ msgstr "Would you like to transfer the specified NFT to a new owner?" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "You ripper" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6071,3 +6067,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/en-NZ/messages.po b/packages/gui/src/locales/en-NZ/messages.po index 91ac623952..b8c8222143 100644 --- a/packages/gui/src/locales/en-NZ/messages.po +++ b/packages/gui/src/locales/en-NZ/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: en_NZ\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: English, New Zealand\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirm" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,20 +2470,16 @@ msgstr "Initialising..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgstr "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Insufficient funds available to create offer. Ensure that your\n" +msgstr "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/farm/PoolingHealth.tsx:302 @@ -3152,7 +3148,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "No" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5670,7 +5666,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "View" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5917,7 +5913,7 @@ msgstr "Would you like to transfer the specified NFT to a new owner?" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Yes" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6071,3 +6067,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/en-PT/messages.po b/packages/gui/src/locales/en-PT/messages.po index a606ee073f..5e2517bf61 100644 --- a/packages/gui/src/locales/en-PT/messages.po +++ b/packages/gui/src/locales/en-PT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: en_PT\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Pirate English\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Yarr" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nay" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Aye" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/en-US/messages.po b/packages/gui/src/locales/en-US/messages.po index aabbefe47f..af45e6884e 100644 --- a/packages/gui/src/locales/en-US/messages.po +++ b/packages/gui/src/locales/en-US/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: en_US\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: English\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirm" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,20 +2470,16 @@ msgstr "Initializing..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgstr "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Insufficient funds available to create offer. Ensure that your\n" +msgstr "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/farm/PoolingHealth.tsx:302 @@ -3152,7 +3148,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "No" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5670,7 +5666,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "View" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5917,7 +5913,7 @@ msgstr "Would you like to transfer the specified NFT to a new owner?" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Yes" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6071,3 +6067,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/eo-UY/messages.po b/packages/gui/src/locales/eo-UY/messages.po index 4c769824b3..9fdd187b62 100644 --- a/packages/gui/src/locales/eo-UY/messages.po +++ b/packages/gui/src/locales/eo-UY/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: eo_UY\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Esperanto\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/gui/src/locales/es-AR/messages.po b/packages/gui/src/locales/es-AR/messages.po index 7a1d9b8a32..c89e6122b4 100644 --- a/packages/gui/src/locales/es-AR/messages.po +++ b/packages/gui/src/locales/es-AR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: es_AR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Spanish, Argentina\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmar" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Inicializando..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Vista" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Sí" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/es-ES/messages.po b/packages/gui/src/locales/es-ES/messages.po index 75517312ee..e964541d73 100644 --- a/packages/gui/src/locales/es-ES/messages.po +++ b/packages/gui/src/locales/es-ES/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: es_ES\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmar" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Inicializando..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Vista" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Sí" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/es-MX/messages.po b/packages/gui/src/locales/es-MX/messages.po index 9499082d4b..12dd83f331 100644 --- a/packages/gui/src/locales/es-MX/messages.po +++ b/packages/gui/src/locales/es-MX/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: es_MX\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Spanish, Mexico\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmar" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Vista" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Sí" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/fa-IR/messages.po b/packages/gui/src/locales/fa-IR/messages.po index 140db2d807..be04eaef36 100644 --- a/packages/gui/src/locales/fa-IR/messages.po +++ b/packages/gui/src/locales/fa-IR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fa_IR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Persian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -2470,20 +2470,16 @@ msgstr "در حال شروع..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" +msgstr "مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" "موجودی قابل مصرف شما برای پوشش مبلغ پیشنهاد کافی است." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" +msgstr "مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" "موجودی قابل مصرف شما برای پوشش مبلغ پیشنهاد کافی است." #: src/components/farm/PoolingHealth.tsx:302 @@ -6071,3 +6067,4 @@ msgstr "برای ایجاد حساب کاربری، موجودی قابل خرج #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "برای انجام مطالبه خودکار، باید کیف پول شما در حال اجرا باشد." + diff --git a/packages/gui/src/locales/fi-FI/messages.po b/packages/gui/src/locales/fi-FI/messages.po index 886abbf093..378fc50609 100644 --- a/packages/gui/src/locales/fi-FI/messages.po +++ b/packages/gui/src/locales/fi-FI/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fi_FI\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -66,7 +66,7 @@ msgstr "Oletko varma että haluat lopettaa?" #. js-lingui-explicit-id #: src/electron/main.tsx:510 msgid "Keep service running in the background" -msgstr "" +msgstr "Pidä palvelu käynnissä taustalla" #. js-lingui-explicit-id #: src/electron/main.tsx:628 @@ -247,15 +247,15 @@ msgstr "{0} pistettä {1} - {2} tuntia sitten" #: src/components/offers2/OfferBuilderExpirationSection.tsx:36 msgid "{displayDays, plural, one {day} other {days}}" -msgstr "" +msgstr "{displayDays, plural, one {päivä} other {päivää}}" #: src/components/offers2/OfferBuilderExpirationSection.tsx:38 msgid "{displayHours, plural, one {hour} other {hours}}" -msgstr "" +msgstr "{displayHours, plural, one {tunti} other {tuntia}}" #: src/components/offers2/OfferBuilderExpirationSection.tsx:40 msgid "{displayMinutes, plural, one {minute} other {minutes}}" -msgstr "" +msgstr "{displayMinutes, plural, one {minuutti} other {minuuttia}}" #: src/components/notification/NotificationAnnouncement.tsx:52 msgid "{from} <0>sending the message" @@ -546,7 +546,7 @@ msgstr "Määrä ylittää käytettävissä olevan XCH-saldon" #: src/components/farm/FarmHealth.tsx:321 msgid "An increase in the number of missing signage points (SPs) suggests that you were either disconnected from or significantly distant from a Timelord in your Full Node network. The total number of missing SPs serves as an indicator of potential rewards you could have claimed." -msgstr "" +msgstr "Puuttuvien signage-pisteiden (SP) määrän kasvu viittaa siihen, että olet joko irrallaan tai merkittävästi etäällä Timelordista Full Node -verkossasi. Kadonneiden SP:n kokonaismäärä on indikaattori mahdollisista farmauspalkkioista, joita menetät." #: src/components/offers/NFTOfferPreview.tsx:137 #: src/components/offers2/OfferBuilderNFTProvenance.tsx:23 @@ -669,7 +669,7 @@ msgstr "Yritys {attempt}" #: src/components/offers2/OfferBuilderToken.tsx:63 msgid "Authorized providers" -msgstr "" +msgstr "Valtuutetut palveluntarjoajat" #: src/components/settings/SettingsCustody.tsx:61 msgid "Auto claim incoming claw back transactions" @@ -713,7 +713,7 @@ msgstr "Farmerin Peruspalkkio" #: src/components/plot/add/PlotAddSelectHybridDiskMode.tsx:74 msgid "Before beginning the plotting process, ensure that you have at least 128GB of RAM available. If you are running low on additional memory space, we strongly advise closing all other applications to prevent memory errors." -msgstr "" +msgstr "Ennen kuin aloitat plottauksen, varmista, että sinulla on vähintään 128Gt RAM saatavilla. Jos RAM käy vähiin, suosittelemme vahvasti sulkemaan kaikki muut sovellukset estääkseen muistivirheet." #: src/components/offers/OfferShareDialog.tsx:1177 #~ msgid "Before posting an offer in Keybase to the #{channelName} channel, you must first join the {teamName} team. Please note that it might take a few moments to join the channel." @@ -729,7 +729,7 @@ msgstr "Paras arvio viimeisten 24 tunnin ajalta" #: src/components/plot/add/PlotAddChoosePlotter.tsx:82 msgid "BladeBit requires at least {0} GiB of RAM to operate" -msgstr "" +msgstr "BladeBit vaatii vähintään {0} GiB RAM-muistista" #: src/components/block/Block.jsx:135 #: src/components/farm/card/FarmingRewardsHistoryCards.tsx:104 @@ -863,7 +863,7 @@ msgstr "Samaa assettia ei voi tarjota ja pyytää" #: src/components/offers2/OfferBuilderToken.tsx:59 msgid "CAT credential restrictions" -msgstr "" +msgstr "CAT käyttöoikeusrajoitukset" #: src/components/farm/FarmLastAttemptedProof.tsx:15 msgid "Challenge" @@ -880,7 +880,7 @@ msgstr "Vaihda" #: src/components/offers2/OfferBuilderExpirationSection.tsx:190 msgid "Change default timing." -msgstr "" +msgstr "Muuta oletusajastusta." #: src/components/settings/ChangePassphrasePrompt.tsx:290 #: src/components/settings/SettingsPanel.tsx:120 @@ -990,7 +990,7 @@ msgstr "Tyhjennä NFT-välimuisti" #: src/components/plot/PlotAddDirectoryDialog.tsx:92 msgid "Clicking a delete icon only removes a directory from this list and never deletes the directory itself" -msgstr "" +msgstr "Poistokuvakkeen napsauttaminen poistaa vain hakemiston tästä listasta eikä koskaan poista itse hakemistoa" #: src/components/app/AppVersionWarning.tsx:57 #: src/components/nfts/MultipleDownloadDialog.tsx:116 @@ -1037,7 +1037,7 @@ msgstr "Kokoelma" #: src/components/farm/FarmHealth.tsx:327 msgid "Common reasons for missing SPs include:" -msgstr "" +msgstr "Yleisiä syitä puuttuviin SP:hin ovat:" #: src/components/settings/SettingsHarvester.tsx:441 msgid "Compressed plot support" @@ -1336,7 +1336,7 @@ msgstr "Tämänhetkinen Pistesaldo" #: src/components/settings/Settings.tsx:32 msgid "Custody" -msgstr "" +msgstr "Hallussapito" #: src/components/notification/utils.ts:109 msgid "Dapp {from} sending the message" @@ -1356,7 +1356,7 @@ msgstr "Datan URL {0}" #: src/components/settings/Settings.tsx:39 msgid "DataLayer" -msgstr "" +msgstr "DataLayer" #: src/components/settings/SettingsDataLayer.tsx:21 msgid "DataLayer enables rich data to be stored on mirrored databases that can be verified using the Chia Blockchain." @@ -1373,7 +1373,7 @@ msgstr "Päiväys" #: src/components/offers2/OfferBuilderExpirationSection.tsx:88 #: src/components/settings/SettingsExpiringOffers.tsx:22 msgid "Days" -msgstr "" +msgstr "Päivää" #: src/components/settings/SettingsHarvester.tsx:480 msgid "Decompressor Thread Count" @@ -1393,11 +1393,11 @@ msgstr "Oletustakaisinvetoaika kätössä." #: src/components/settings/SettingsExpiringOffers.tsx:124 msgid "Default offer expiration time is disabled" -msgstr "" +msgstr "Tarjouksen oletusvanhentumisaika on pois käytöstä" #: src/components/settings/SettingsExpiringOffers.tsx:119 msgid "Default offer expiration time is enabled" -msgstr "" +msgstr "Tarjouksen oletusvanhentumisaika on käytössä" #: src/components/plot/add/PlotAddNumberOfPlots.tsx:89 msgid "Delay" @@ -1898,7 +1898,7 @@ msgstr "Epäonnistuneet lataukset:" #: src/components/farm/PoolingHealth.tsx:310 msgid "Failed partials" -msgstr "" +msgstr "Epäonnistuneet partiaalit" #: src/components/offers/NFTOfferEditor.tsx:584 msgid "Failed to decode NFT identifier" @@ -2128,7 +2128,7 @@ msgstr "Noodin Yhteydet" #: src/components/farm/FarmHealth.tsx:336 msgid "Full Node was out of sync" -msgstr "" +msgstr "Noodi ei ollut synkronoitu" #: src/electron/main.tsx:1022 #~ msgid "Full Screen" @@ -2136,7 +2136,7 @@ msgstr "" #: src/components/settings/Settings.tsx:29 msgid "General" -msgstr "" +msgstr "Yleisasetukset" #: src/constants/WalletConnectCommands.tsx:300 msgid "Get all Offers" @@ -2204,7 +2204,7 @@ msgstr "Hae todisteet juuritiivisteelle" #: src/constants/WalletConnectCommands.tsx:1009 msgid "Get public key" -msgstr "" +msgstr "Hae julkinen avain" #: src/constants/WalletConnectCommands.tsx:42 msgid "Get Transaction" @@ -2262,7 +2262,7 @@ msgstr "Harvestoi" #: src/components/settings/Settings.tsx:40 msgid "Harvester" -msgstr "" +msgstr "Harvesteri" #: src/components/harvest/HarvesterLatency.tsx:75 msgid "Harvester latency" @@ -2370,11 +2370,11 @@ msgstr "Palvelimen nimi" #: src/components/offers2/OfferBuilderExpirationSection.tsx:89 #: src/components/settings/SettingsExpiringOffers.tsx:23 msgid "Hours" -msgstr "" +msgstr "Tuntia" #: src/components/plot/add/PlotAddSelectHybridDiskMode.tsx:102 msgid "Hybrid disk mode 1 (RAM required: 128G)" -msgstr "" +msgstr "Hybriditila 1 (tarvitaan RAM: 128G)" #: src/components/plot/add/PlotAddSelectHybridDiskMode.tsx:92 #~ msgid "Hybrid disk mode 2 (RAM required: 16G)" @@ -2382,7 +2382,7 @@ msgstr "" #: src/components/plot/add/PlotAddSelectHybridDiskMode.tsx:90 msgid "Hybrid disk mode allows computers with lower amounts of RAM to plot by offloading intermediate data to disk. If you enable hybrid disk mode, you need to specify temp folder(s). We recommend using SSDs when supporting a hybrid disk mode." -msgstr "" +msgstr "Hybriditila mahdollistaa, että tietokoneet, joissa ei ole riitävästi RAM-muistia, voivat siirtää väliaikaisia tiedostoja levylle. Jos otat käyttöön hybriditilan, sinun täytyy määrittää väliäaikaistiedostoille kansio(t). Suosittelemme käyttämään SSD-levyjä." #: src/components/offers/OfferEditorConfirmationDialog.tsx:16 msgid "I Understand, Create Offer" @@ -2470,33 +2470,29 @@ msgstr "Alustetaan..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Riittämätön määrä varoja tarjouksen hyväksymiseen. Varmista, että\n" +msgstr "Riittämätön määrä varoja tarjouksen hyväksymiseen. Varmista, että\n" "käytettävissä oleva saldo riittää tarjouksen määrän kattamiseen." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Riittämätön määrä varoja tarjouksen luomiseen. Varmista, että\n" +msgstr "Riittämätön määrä varoja tarjouksen luomiseen. Varmista, että\n" "käytettävissä oleva saldo riittää tarjouksen määrän kattamiseen." #: src/components/farm/PoolingHealth.tsx:302 msgid "Insufficient partials" -msgstr "" +msgstr "Riittämättömästi partiaaleja" #: src/components/plot/add/PlotAddChoosePlotter.tsx:80 msgid "Insufficient RAM for BladeBit" -msgstr "" +msgstr "RAM ei riitä BladeBitiä varten" #: src/components/settings/Settings.tsx:41 msgid "Integration" -msgstr "" +msgstr "Integraatio" #: src/components/settings/SettingsHarvester.tsx:428 msgid "Interval (in seconds) in which directories are scanned to refresh the list of available plots" @@ -2728,7 +2724,7 @@ msgstr "Ladataan konfiguraatiota" #: src/components/offers/OfferManager.tsx:236 #: src/components/offers2/OfferBuilderExpirationSection.tsx:107 msgid "Loading expiration time..." -msgstr "" +msgstr "Ladataan vanhentumisaikaa..." #: src/components/farm/Farm.tsx:29 msgid "Loading farming data" @@ -2752,7 +2748,7 @@ msgstr "Ladataan NFT-tietoja..." #: src/components/nfts/NFTPreview.tsx:432 msgid "Loading NFT..." -msgstr "" +msgstr "Ladataan NFT..." #: src/components/offers2/OfferBuilderValueSearch.tsx:144 #~ msgid "Loading NFTs..." @@ -2760,7 +2756,7 @@ msgstr "" #: src/components/nfts/NFTPreview.tsx:432 msgid "Loading preview..." -msgstr "" +msgstr "Ladataan esikatselua..." #: src/components/did/DIDProfileDropdown.tsx:48 #: src/components/helpers/HeightToTimestamp.tsx:16 @@ -2815,7 +2811,7 @@ msgstr "Hallitse WalletConnect -sovellusten käyttöoikeuksia." #: src/components/plot/overview/PlotOverviewPlots.tsx:54 msgid "Manage Plot Directories" -msgstr "" +msgstr "Hallitse Plottihakemistoja" #: src/components/farm/FarmManageFarmingRewards.tsx:94 msgid "Manage Your Farming Rewards Target Addresses" @@ -3248,7 +3244,7 @@ msgstr "Yksikään ploteistasi ei ole vielä päässyt suodatuksesta läpi." #: src/components/plot/add/PlotAddSelectHybridDiskMode.tsx:99 msgid "Normal (RAM required: 256G)" -msgstr "" +msgstr "Normaali (RAM-muistia tarvitaan: 256G)" #: src/components/farm/FarmHealth.tsx:123 #: src/components/farm/FarmHealth.tsx:170 @@ -3404,11 +3400,11 @@ msgstr "Tarjouksen Tiedot" #: src/components/offers2/OfferBuilderExpirationSection.tsx:184 msgid "Offer Expiration" -msgstr "" +msgstr "Tarjouksen Vanheneminen" #: src/components/settings/SettingsExpiringOffers.tsx:43 msgid "Offer Expiration Time" -msgstr "" +msgstr "Tarjouksen Päättymisaika" #: src/components/offers2/OfferBuilderImport.tsx:58 msgid "Offer file is too large (> 1MB)" @@ -3420,7 +3416,7 @@ msgstr "Tarjous on hyväksytty ja odottaa vahvistusta." #: src/components/offers2/OfferBuilderExpirationCountdown.tsx:31 msgid "Offer has expired" -msgstr "" +msgstr "Tarjous on vanhentunut" #: src/components/offers2/OfferBuilderExpirationSection.tsx:103 #~ msgid "Offer has expired and cannot be accepted." @@ -3428,7 +3424,7 @@ msgstr "" #: src/components/offers2/OfferBuilderExpirationSection.tsx:111 msgid "Offer has expired." -msgstr "" +msgstr "Tarjous on vanhentunut." #: src/constants/WalletConnectCommands.tsx:471 #: src/constants/WalletConnectCommands.tsx:485 @@ -3451,7 +3447,7 @@ msgstr "Tarjous Jaettu" #: src/components/offers2/OfferBuilderExpirationCountdown.tsx:21 #: src/components/offers2/OfferBuilderExpirationCountdown.tsx:26 msgid "Offer will expire in {0} {1}" -msgstr "" +msgstr "Tarjous vanhenee {0} {1} kuluttua" #: src/components/offers/OfferShareDialog.tsx:755 #~ msgid "OfferBin URL" @@ -3621,11 +3617,11 @@ msgstr "Edeltävän Kolikon Tiedot" #: src/components/farm/PoolingHealth.tsx:317 msgid "Partials found but not sent to pools. This usually happens when a partial is found before connections to pools are established" -msgstr "" +msgstr "Partiaaleja löytynyt, mutta ei lähetetty pooliin. Tämä tapahtuu yleensä kun partiaali löytyy ennen kuin yhteys pooliin on luotu" #: src/components/farm/PoolingHealth.tsx:299 msgid "Partials not good enough for difficulties for corresponding pools" -msgstr "" +msgstr "Riittämättömät partiaalit poolien vaikeuskertoimille" #: src/components/farm/PoolingHealth.tsx:257 #~ msgid "Partials not good enough or rejected by pools" @@ -3633,15 +3629,15 @@ msgstr "" #: src/components/farm/PoolingHealth.tsx:307 msgid "Partials sent to pools but received error responses" -msgstr "" +msgstr "Partiaalit lähetetty pooleihin, mutta vastaanotettu virhevastauksia" #: src/components/farm/PoolingHealth.tsx:291 msgid "Partials sent to pools but too late" -msgstr "" +msgstr "Partiaalit lähetetty pooleihin, mutta myöhässä" #: src/components/farm/PoolingHealth.tsx:283 msgid "Partials successfully sent and acknowledged by pools" -msgstr "" +msgstr "Onnistuneesti lähetetyt ja hyväksytyt partiaalit poolissa" #: src/components/app/AppKeyringMigrator.tsx:147 #: src/components/app/AppKeyringMigrator.tsx:148 @@ -3784,7 +3780,7 @@ msgstr "Ole hyvä ja syötä salasanasi jatkaaksesi" #: src/components/settings/SettingsHarvester.tsx:385 msgid "Please restart your harvester in order for any changes to take effect." -msgstr "" +msgstr "Käynnistä harvesteri uudelleen, jotta kaikki muutokset tulevat voimaan." #: src/components/nfts/NFTMoveToProfileDialog.tsx:155 msgid "Please select a profile to move the NFT to." @@ -4228,7 +4224,7 @@ msgstr "Suhteellisen Lukituksen Korkeus" #: src/components/offers/OfferManager.tsx:292 msgid "Relist Offer" -msgstr "" +msgstr "Uudelleenlistaa Tarjous" #: src/components/plot/PlotHarvester.tsx:61 msgid "Remote" @@ -4244,7 +4240,7 @@ msgstr "Poista Ristiriitainen Tarjous" #: src/components/plot/PlotAddDirectoryDialog.tsx:111 msgid "Remove from the list" -msgstr "" +msgstr "Poista listalta" #: src/components/app/AppKeyringMigrator.tsx:247 msgid "Remove keys from old keyring upon successful migration" @@ -4293,7 +4289,7 @@ msgstr "Pyytää täydellistä tai sivutettua luetteloa NFT:istä, jotka liittyv #: src/constants/WalletConnectCommands.tsx:1010 msgid "Requests a master public key from your wallet" -msgstr "" +msgstr "Pyytää julkisen pääavaimen lompakostasi" #: src/constants/WalletConnectCommands.tsx:267 msgid "Requests a new receive address associated with the current wallet key" @@ -4516,7 +4512,7 @@ msgstr "Valitse Kohdehakemisto" #: src/components/plot/add/PlotAddSelectHybridDiskMode.tsx:88 msgid "Select Hybrid disk mode" -msgstr "" +msgstr "Valitse Hybriditila" #: src/components/walletConnect/WalletConnectAddConnectionDialog.tsx:154 msgid "Select Keys" @@ -4612,7 +4608,7 @@ msgstr "Aseta oletusaikaraja kaikille lähteville XCH-tapahtumille." #: src/components/offers2/OfferBuilderExpirationSection.tsx:187 msgid "Set a time after which this offer expires." -msgstr "" +msgstr "Aseta aika, jonka jälkeen tarjous vanhenee." #: src/constants/WalletConnectCommands.tsx:781 msgid "Set DID Name" @@ -4808,7 +4804,7 @@ msgstr "Spacescan.io URL" #: src/components/settings/SettingsHarvester.tsx:472 msgid "Specify a value if using CPU as your harvester. Typical values will be 1 or 2." -msgstr "" +msgstr "Määritä arvo, jos käytät suoritinta harvesterina. Tyypilliset arvot ovat 1 tai 2." #: src/components/plot/add/PlotAddNumberOfPlots.tsx:134 msgid "Specify a value of 0 to use all available threads" @@ -4820,7 +4816,7 @@ msgstr "Määritä lompakon osoite, NFT tai DID allekirjoittaaksesi" #: src/components/settings/SettingsHarvester.tsx:524 msgid "Specify GPU index (0, 1, 2, etc) for harvesting if more than one GPU is present)" -msgstr "" +msgstr "Määritä GPU-indeksi (0, 1, 2, jne.) harvesteria varten, jos on olemassa useampi kuin yksi GPU" #: src/electron/main.tsx:1149 #~ msgid "Speech" @@ -4844,11 +4840,11 @@ msgstr "Käytettävissä oleva saldo: {spendableBalance} {currencyCode}" #: src/components/farm/FarmHealth.tsx:438 msgid "Stale partials" -msgstr "" +msgstr "Vanhentuneet partiaalit" #: src/components/farm/PoolingHealth.tsx:294 msgid "Stale Partials" -msgstr "" +msgstr "Vanhentuneet partiaalit" #: src/components/vcs/VCCard.tsx:176 msgid "Standard Version Number" @@ -4905,7 +4901,7 @@ msgstr "Onnistui" #: src/components/settings/SettingsHarvester.tsx:197 msgid "Successfully restarted Harvester" -msgstr "" +msgstr "Harvesterin uudelleenkäynnistys onnistui" #: src/components/settings/LimitCacheSize.tsx:54 msgid "Successfully updated cache size limit." @@ -4917,7 +4913,7 @@ msgstr "Onnistuneesti päivitetty derivaatioindeksi. Saldojen päivitys voivat k #: src/components/farm/FarmHealth.tsx:430 msgid "Sync status" -msgstr "" +msgstr "Synkronoinnin tila" #: src/components/farm/FarmHealth.tsx:146 #: src/components/fullNode/card/FullNodeCardStatus.tsx:50 @@ -4949,7 +4945,7 @@ msgstr "Palkkion Osoitetiiviste" #: src/components/plot/add/PlotAddForm.tsx:189 msgid "Temp folder location is required for hybrid disk plotting with 16/128G RAM" -msgstr "" +msgstr "Temp-kansion sijainti vaaditaan 16/128G RAM hybridiplottauksen kanssa" #: src/components/plot/add/PlotAddSelectHybridDiskMode.tsx:114 #: src/components/plot/add/PlotAddSelectTemporaryDirectory.tsx:59 @@ -4989,7 +4985,7 @@ msgstr "Alla noodi, johon farmerisi on yhteydessä. <0>Katso lisää" #: src/components/settings/SettingsHarvester.tsx:375 msgid "The Harvester manages plots and fetches proofs of space corresponding to challenges sent by a farmer." -msgstr "" +msgstr "Harvesteri hallinnoi plotteja ja hakee farmerisovelluisen haasteita vastaavia tilavaraustodisteita." #: src/components/plot/add/PlotAddChooseSize.tsx:60 #: src/components/plot/add/PlotAddChooseSize.tsx:117 @@ -5095,11 +5091,11 @@ msgstr "Kokonaistransaktioveloitukset tässä lohkossa. Suoritetaan farmarille." #: src/components/addressbook/ContactEdit.tsx:308 msgid "Theme" -msgstr "" +msgstr "Teema" #: src/components/farm/FarmHealth.tsx:331 msgid "There was a network issue and your Full Node or Farmer could not receive SPs." -msgstr "" +msgstr "Verkko-ongelma - Noodi tai Farmeri ei voinut vastaanottaa SP:itä." #: src/components/plotNFT/PlotNFTPayoutInstructionsDialog.tsx:91 msgid "These are the instructions for how the farmer wants to get paid. By default this will be an XCH address, but it can be set to any string with a size of less than 1024 characters, so it can represent another blockchain or payment system identifier." @@ -5128,23 +5124,23 @@ msgstr "Tämä ominaisuus käytettävissä ainoastaan graafisessa käyttöliitty #: src/components/harvest/HarvesterDetail.tsx:67 msgid "This harvester does not have any plots to harvest" -msgstr "" +msgstr "Tällä harvesterilla ei ole plotteja" #: src/components/harvest/HarvesterOverview.tsx:175 msgid "This is a sum of effective plot sizes currently farming. An effective plot size is a theoretical value which is derived only by kSize" -msgstr "" +msgstr "Tämä on effektiivinen plottitiedostojen yhteiskoko. Effektiivinen koko on laskennallinen arvo perustuen plottitiedostojen määrään ja k-arvoon" #: src/components/harvest/HarvesterDetail.tsx:161 msgid "This is a sum of effective plot sizes currently harvesting. An effective plot size is a theoretical value which is derived only by kSize." -msgstr "" +msgstr "Tämä on effektiivinen harvestoitujen plottitiedostojen yhteiskoko. Effektiivinen koko on laskennallinen arvo perustuen plottitiedostojen määrään ja k-arvoon." #: src/components/plot/add/PlotAddChooseKeys.tsx:97 msgid "This is the farmer public key corresponding to the current logged-in wallet" -msgstr "" +msgstr "Tämä on sisäänkirjautuneena olevaa lompakkoa vastaava farmerin julkinen avain" #: src/components/plot/add/PlotAddChooseKeys.tsx:42 msgid "This is the plot nft contract address of \"{plotNFTName}\". If you want to change this, select \"None\" at Plot to a Plot NFT form." -msgstr "" +msgstr "Tämä on plotin NFT-sopimusosoite \"{plotNFTName}\". Jos haluat muuttaa tätä, valitse \"Ei mitään\" Plot NFT -lomakkeessa." #: src/components/block/Block.jsx:163 msgid "This is the time the block was created by the farmer, which is before it is finalized with a proof of time" @@ -5194,7 +5190,7 @@ msgstr "Tämä tarjous peruutettiin" #: src/components/offers2/OfferBuilderExpirationSection.tsx:44 msgid "This offer will expire in {displayDays} {displayDaysText}{hoursComma} {displayHours} {displayHoursText}{minutesComma} {displayMinutes} {displayMinutesText}" -msgstr "" +msgstr "Tarjous vanhenee {displayDays} {displayDaysText}{hoursComma} {displayHours} {displayHoursText}{minutesComma} {displayMinutes} {displayMinutesText} kuluttua" #: src/components/offers2/OfferBuilderExpirationSection.tsx:210 #~ msgid "This offer will never expire." @@ -5202,7 +5198,7 @@ msgstr "" #: src/components/offers2/OfferBuilderExpirationSection.tsx:45 msgid "This offer will not expire" -msgstr "" +msgstr "Tämä tarjous ei vanhene" #: src/components/plotNFT/PlotExternalNFTCard.tsx:268 msgid "This plot NFT is assigned to a different key. You can still create plots for this plot NFT, but you can not make changes." @@ -5285,11 +5281,11 @@ msgstr "Yhteissumma rojaltien kanssa" #: src/components/harvest/HarvesterOverview.tsx:172 msgid "Total farm size effective" -msgstr "" +msgstr "Farmin efektiivinen koko" #: src/components/harvest/HarvesterOverview.tsx:164 msgid "Total farm size raw" -msgstr "" +msgstr "Farmin raakalevytila" #: src/components/plot/card/PlotCardTotalHarvesters.tsx:11 msgid "Total Harvesters" @@ -5305,7 +5301,7 @@ msgstr "Iteraatioiden määrä lohkoketjun alusta asti" #: src/components/farm/card/TotalNetworkSpace.tsx:13 msgid "Total Netspace" -msgstr "" +msgstr "Netspace Yhteensä" #: src/components/farm/card/FarmCardTotalNetworkSpace.tsx:12 #~ msgid "Total Network Space" @@ -5313,19 +5309,19 @@ msgstr "" #: src/components/harvest/HarvesterPlotDetails.tsx:166 msgid "Total OG" -msgstr "" +msgstr "OG Plotit Yhteensä" #: src/components/farm/FarmHealth.tsx:234 msgid "Total plot filter challenges" -msgstr "" +msgstr "Plottifiltterihaasteita yhteensä" #: src/components/harvest/HarvesterPlotDetails.tsx:169 msgid "Total plotNFT" -msgstr "" +msgstr "PlotNFT:t yhteensä" #: src/components/harvest/HarvesterPlotDetails.tsx:163 msgid "Total plots" -msgstr "" +msgstr "Plottitiedostoja yhteensä" #: src/components/plot/card/PlotCardTotalPlots.tsx:11 msgid "Total Plots" @@ -5333,7 +5329,7 @@ msgstr "Plottitiedostoja yhteensä" #: src/components/farm/FarmHealth.tsx:240 msgid "Total plots passing filter" -msgstr "" +msgstr "Filtterin läpäisseitä plotteja" #: src/components/plot/card/PlotCardTotalPlotsSize.tsx:11 msgid "Total Plots Size" @@ -5349,7 +5345,7 @@ msgstr "Ladattujen tiedostojen koko yhteensä:" #: src/components/harvest/HarvesterDetail.tsx:115 msgid "Total Space" -msgstr "" +msgstr "Tila Yhteensä" #: src/components/block/Block.jsx:186 msgid "Total VDF Iterations" @@ -5358,7 +5354,7 @@ msgstr "VDF-iteraatioiden Määrä" #: src/components/farm/card/FarmingRewardsHistoryCards.tsx:31 #: src/components/farm/card/FarmingRewardsHistoryCards.tsx:82 msgid "Total XCH Farmed" -msgstr "" +msgstr "Farmatut XCH:t Yhteensä" #: src/components/plot/add/PlotAddNumberOfPlots.tsx:362 msgid "Touch all pages of buffer allocations before starting to plot." @@ -5540,7 +5536,7 @@ msgstr "Avaa Avainrengas" #: src/components/addressbook/AddressBookMenuItem.tsx:50 msgid "Unnamed Contact" -msgstr "" +msgstr "Nimetön Kontakti" #: src/components/offers/NFTOfferViewer.tsx:142 msgid "Unrecognized asset" @@ -5578,7 +5574,7 @@ msgstr "Navigoi vasemmalla ja oikealla nuolinäppäimillä" #: src/components/plot/add/PlotAddChooseKeys.tsx:38 msgid "Used to create a pool plot." -msgstr "" +msgstr "Käytetään poolinplotin luomiseen." #: src/components/farm/card/FarmCardUserFees.tsx:28 #~ msgid "User Transaction Fees" @@ -5591,7 +5587,7 @@ msgstr "Validi" #: src/components/farm/PoolingHealth.tsx:286 msgid "Valid Partials" -msgstr "" +msgstr "Kelvolliset partiaalit" #: src/constants/WalletConnectCommands.tsx:371 msgid "Validate only" @@ -5670,7 +5666,7 @@ msgstr "Tarkistetaan tiivistettä..." #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Näkymä" +msgstr "Näytä" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5810,7 +5806,7 @@ msgstr "Lompakkotila" #: src/components/offers2/CreateOfferBuilder.tsx:103 msgid "Wallet must be synced before creating an offer with an expiration time" -msgstr "" +msgstr "Lompakko on oltava synkronoitu ennen vanhenevan tarjouksen tekemistä" #: src/components/settings/SettingsIntegration.tsx:139 #: src/components/walletConnect/WalletConnectAddConnectionDialog.tsx:218 @@ -5847,7 +5843,7 @@ msgstr "Varoitus" #: src/components/farm/FarmHealth.tsx:266 msgid "Warning Threshold" -msgstr "" +msgstr "Varoituskynnys" #: src/components/app/AppVersionWarning.tsx:30 msgid "Warning: Mismatched Versions" @@ -5864,11 +5860,11 @@ msgstr "Varoitus: Olet siirtymässä verkkosivulle" #: src/components/walletConnect/WalletConnectAddConnectionDialog.tsx:208 msgid "Warning! Selecting multiple keys will enable \"Key Switching\" inside Settings / Integration tab." -msgstr "" +msgstr "Varoitus! Usean avaimen valitseminen ottaa käyttöön \"Avaimen vaihtaminen\" Asetukset / Integraatio -välilehdellä." #: src/constants/WalletConnectCommands.tsx:218 msgid "WARNING! When safeMode=false it means you could be signing a transaction, not just a message. Be sure you trust the source that's requesting this." -msgstr "" +msgstr "VAROITUS! Kun safeMode=false se tarkoittaa, että voit allekirjoittaa transaktion, ei pelkästään viestin. Varmista, että luotat lähteeseen, joka pyytää tätä." #: src/components/block/Block.jsx:173 msgid "Weight" @@ -5884,7 +5880,7 @@ msgstr "Kun luot tarjouksen, assetti jota tarjoat lukitaan kunnes tarjous hyväk #: src/components/plot/add/PlotAddNumberOfPlots.tsx:455 msgid "Which CUDA device to use when plotting" -msgstr "" +msgstr "Mitä CUDA-laitetta käytetään plottaamisessa" #: src/electron/main.tsx:1029 #~ msgid "Window" @@ -5945,7 +5941,7 @@ msgstr "Voit aina vaihtaa tilaa asetuksissa" #: src/components/plot/add/PlotAddChooseKeys.tsx:143 msgid "You can customize farmer public key, pool public key / pool contract address here manually.<0/>Usually you don't need manual set up so please consider carefully whether you really need to edit these keys for a plot. One possible situation is to create a plot for someone who asks you to plot with your great hardware." -msgstr "" +msgstr "Voit muokata farmerin julkista avainta, poolin avainta tai poolisopimuksen osoitetetta manuaalisesti. <0/>Yleensä et tarvitse manuaalista asetusta, joten harkitse huolellisesti, pitääkö sinun todella muokata näitä avaimia ploteille. Yksi mahdollinen tilanne on plotata plotteja jollekin, joka pyytää sinua plottaamaan laitteellasi hänelle." #: src/components/walletConnect/WalletConnectConnectedDialog.tsx:90 msgid "You can now connect to {0} in your browser." @@ -5971,7 +5967,7 @@ msgstr "Sinulla on {0}% verkossa olevasta tilasta, joten lohkon farmarointi vie #: src/components/farm/card/FarmingRewardsCards.tsx:89 msgid "You have {0}% of the space on the network, so farming a block will take {expectedTimeToWinHumanized} in expectation. Actual results may take 3 to 4 times longer than this estimate." -msgstr "" +msgstr "Sinulla on {0}% verkkoavaruudesta, joten lohkon farmarointi vie keskimäärin {expectedTimeToWinHumanized}. Todellinen aika voi olla 3–4 kertaa pidempi kuin tämä arvio." #: src/components/notification/NotificationOffer.tsx:92 msgid "You have a new counter offer" @@ -6071,3 +6067,4 @@ msgstr "Käytettävissä olevan saldon on oltava suurempi kuin 1 mojo luodaksesi #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "Lompakkosi on oltava käynnissä, jotta automaattinen lunastaminen toimii." + diff --git a/packages/gui/src/locales/fr-FR/messages.po b/packages/gui/src/locales/fr-FR/messages.po index e24d2eee09..a65ada716f 100644 --- a/packages/gui/src/locales/fr-FR/messages.po +++ b/packages/gui/src/locales/fr-FR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fr_FR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: French\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -1055,7 +1055,7 @@ msgstr "Niveau de compression" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmer" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,20 +2470,16 @@ msgstr "Initialisation..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Fonds insuffisants pour accepter l'offre. Assurez-vous que votre \n" +msgstr "Fonds insuffisants pour accepter l'offre. Assurez-vous que votre \n" "solde disponible est suffisant pour couvrir le montant de l'offre." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Fonds insuffisants pour créer l'offre. Assurez-vous que votre \n" +msgstr "Fonds insuffisants pour créer l'offre. Assurez-vous que votre \n" "solde disponible est suffisant pour couvrir le montant de l'offre." #: src/components/farm/PoolingHealth.tsx:302 @@ -3152,7 +3148,7 @@ msgstr "Les NFT catégorisés comme contenu sensible par le créateur seront mas #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Non" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5670,7 +5666,7 @@ msgstr "Validation du hash..." #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Voir" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5917,7 +5913,7 @@ msgstr "Voulez-vous transférer le NFT spécifié à un nouveau propriétaire ?" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Oui" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6071,3 +6067,4 @@ msgstr "Votre solde dépensable doit être supérieur à 1 mojo pour créer un p #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "Votre portefeuille doit être synchronisé pour que la revendication automatique fonctionne." + diff --git a/packages/gui/src/locales/he-IL/messages.po b/packages/gui/src/locales/he-IL/messages.po index e131aa9506..63acfe187e 100644 --- a/packages/gui/src/locales/he-IL/messages.po +++ b/packages/gui/src/locales/he-IL/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: he_IL\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "אשר" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -3146,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "לא" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5665,7 +5665,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "צפה/י" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5912,7 +5912,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "כן" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/hi-IN/messages.po b/packages/gui/src/locales/hi-IN/messages.po index da16092231..4f736507e9 100644 --- a/packages/gui/src/locales/hi-IN/messages.po +++ b/packages/gui/src/locales/hi-IN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hi_IN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Hindi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/gui/src/locales/hr-HR/messages.po b/packages/gui/src/locales/hr-HR/messages.po index e1ad3d6c46..a5ca0177c4 100644 --- a/packages/gui/src/locales/hr-HR/messages.po +++ b/packages/gui/src/locales/hr-HR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hr_HR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Croatian\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Potvrdi" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Ne" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Pregled" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Da" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/hu-HU/messages.po b/packages/gui/src/locales/hu-HU/messages.po index bdcb8ab840..4c3b053ee9 100644 --- a/packages/gui/src/locales/hu-HU/messages.po +++ b/packages/gui/src/locales/hu-HU/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hu_HU\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Megerősítés" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Inicializálás..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nem" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Nézet" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Igen" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/id-ID/messages.po b/packages/gui/src/locales/id-ID/messages.po index 2708ed9b7f..dc81c56c66 100644 --- a/packages/gui/src/locales/id-ID/messages.po +++ b/packages/gui/src/locales/id-ID/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: id_ID\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Konfirmasi" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Menginialisasi..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Tidak" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Lihat" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ya" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/is-IS/messages.po b/packages/gui/src/locales/is-IS/messages.po index 426e768768..b9b62f5ecc 100644 --- a/packages/gui/src/locales/is-IS/messages.po +++ b/packages/gui/src/locales/is-IS/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: is_IS\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Icelandic\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/gui/src/locales/it-IT/messages.po b/packages/gui/src/locales/it-IT/messages.po index bc8598309d..d5c21432b1 100644 --- a/packages/gui/src/locales/it-IT/messages.po +++ b/packages/gui/src/locales/it-IT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: it_IT\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Italian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Conferma" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Inizializzazione..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "No" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Visualizza" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Sì" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/ja-JP/messages.po b/packages/gui/src/locales/ja-JP/messages.po index 2bb9b3ab91..feb9428ae8 100644 --- a/packages/gui/src/locales/ja-JP/messages.po +++ b/packages/gui/src/locales/ja-JP/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ja_JP\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "了承" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "初期化中..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -2560,8 +2558,7 @@ msgstr "プールに参加する" #: src/components/plot/add/PlotAddNFT.tsx:49 msgid "Join a pool and get consistent XCH farming rewards. The average returns are the same, but it is much less volatile." -msgstr "" -"参加したプールが当選するとXCHを獲得できます。\n" +msgstr "参加したプールが当選するとXCHを獲得できます。\n" "プールでは定期的にXCHを獲得できますが引き換えに毎度の払い出しは少なくなります。\n" "長期的のリターンはソロファーミングで得られる報酬と変わりません。" @@ -3151,7 +3148,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "いいえ" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5669,7 +5666,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "表示" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5916,7 +5913,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "はい" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6070,3 +6067,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/km-KH/messages.po b/packages/gui/src/locales/km-KH/messages.po index 916bdd0486..a924db4dcd 100644 --- a/packages/gui/src/locales/km-KH/messages.po +++ b/packages/gui/src/locales/km-KH/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: km_KH\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Khmer\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "យល់ព្រម" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" diff --git a/packages/gui/src/locales/ko-KR/messages.po b/packages/gui/src/locales/ko-KR/messages.po index 0a8d5e57ba..56c49daa8d 100644 --- a/packages/gui/src/locales/ko-KR/messages.po +++ b/packages/gui/src/locales/ko-KR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ko_KR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Korean\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "확인" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "아니오" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "보기" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "예" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/lol-US/messages.po b/packages/gui/src/locales/lol-US/messages.po index 7e3b582022..450a3118cc 100644 --- a/packages/gui/src/locales/lol-US/messages.po +++ b/packages/gui/src/locales/lol-US/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lol_US\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: LOLCAT\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "confirm" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" diff --git a/packages/gui/src/locales/lt-LT/messages.po b/packages/gui/src/locales/lt-LT/messages.po index 624e184323..1ca46e0527 100644 --- a/packages/gui/src/locales/lt-LT/messages.po +++ b/packages/gui/src/locales/lt-LT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lt_LT\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Lithuanian\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Patvirtinti" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -5664,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Rodyti" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5911,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Taip" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/lv-LV/messages.po b/packages/gui/src/locales/lv-LV/messages.po index d4c55d89cb..43390d717b 100644 --- a/packages/gui/src/locales/lv-LV/messages.po +++ b/packages/gui/src/locales/lv-LV/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lv_LV\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Latvian\n" "Plural-Forms: nplurals=3; plural=(n==0 ? 0 : n%10==1 && n%100!=11 ? 1 : 2);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Apstiprināt" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" diff --git a/packages/gui/src/locales/mk-MK/messages.po b/packages/gui/src/locales/mk-MK/messages.po index 0f155428c9..9b0d25b207 100644 --- a/packages/gui/src/locales/mk-MK/messages.po +++ b/packages/gui/src/locales/mk-MK/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: mk_MK\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Macedonian\n" "Plural-Forms: nplurals=2; plural=(n%10==1 && n%100 != 11 ? 0 : 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Потврди" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" diff --git a/packages/gui/src/locales/mn-MN/messages.po b/packages/gui/src/locales/mn-MN/messages.po index b952f1fc18..8af56f84cd 100644 --- a/packages/gui/src/locales/mn-MN/messages.po +++ b/packages/gui/src/locales/mn-MN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: mn_MN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Mongolian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/gui/src/locales/nl-NL/messages.po b/packages/gui/src/locales/nl-NL/messages.po index da15ad8ba7..49dd99de3e 100644 --- a/packages/gui/src/locales/nl-NL/messages.po +++ b/packages/gui/src/locales/nl-NL/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: nl_NL\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Bevestig" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Geen" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Bekijk" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ja" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/no-NO/messages.po b/packages/gui/src/locales/no-NO/messages.po index ad112cb2a0..8052754113 100644 --- a/packages/gui/src/locales/no-NO/messages.po +++ b/packages/gui/src/locales/no-NO/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: no_NO\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Bekreft" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nei" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Vis" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Ja" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/pa-IN/messages.po b/packages/gui/src/locales/pa-IN/messages.po index 689a2c13f3..af6abd25ce 100644 --- a/packages/gui/src/locales/pa-IN/messages.po +++ b/packages/gui/src/locales/pa-IN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pa_IN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Punjabi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/gui/src/locales/pl-PL/messages.po b/packages/gui/src/locales/pl-PL/messages.po index d6d9eb56e5..c295d07d24 100644 --- a/packages/gui/src/locales/pl-PL/messages.po +++ b/packages/gui/src/locales/pl-PL/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pl_PL\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Polish\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Potwierdź" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nie" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Widok" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Tak" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/pt-BR/messages.po b/packages/gui/src/locales/pt-BR/messages.po index edff7c78e0..c08f1431ee 100644 --- a/packages/gui/src/locales/pt-BR/messages.po +++ b/packages/gui/src/locales/pt-BR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt_BR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmar" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Inicializando..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Não" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Exibir" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Sim" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/pt-PT/messages.po b/packages/gui/src/locales/pt-PT/messages.po index 961538b899..25492cb2de 100644 --- a/packages/gui/src/locales/pt-PT/messages.po +++ b/packages/gui/src/locales/pt-PT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt_PT\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmar" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Não" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Vista" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Sim" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/ro-RO/messages.po b/packages/gui/src/locales/ro-RO/messages.po index 47a5958a75..832cf1c8e4 100644 --- a/packages/gui/src/locales/ro-RO/messages.po +++ b/packages/gui/src/locales/ro-RO/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ro_RO\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Confirmare" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nu" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Afișare" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Da" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/ru-RU/messages.po b/packages/gui/src/locales/ru-RU/messages.po index e6a0571cff..0ce686438d 100644 --- a/packages/gui/src/locales/ru-RU/messages.po +++ b/packages/gui/src/locales/ru-RU/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ru_RU\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Russian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -117,98 +117,60 @@ msgstr "Помощь" #. js-lingui-explicit-id #: src/electron/main.tsx:742 msgid "Chia Blockchain Wiki" -msgstr "" -"Блокчейн Chia на Wiki Chia coin\n" -"\n" +msgstr "Блокчейн Chia на Wiki Chia coin\n\n" "Мы считаем, что криптовалютой должно быть проще пользоваться, чем наличными, ее сложнее потерять и почти невозможно украсть. Любой, кто хочет подтверждать транзакции, должен иметь возможность заниматься майнингом без одноразового оборудования или больших счетов за электроэнергию.\n" -"9 февраля мы выпустили наш бизнес-документ и запустили основную сеть для получения вознаграждений в пятницу, 19 марта 2021 года. Транзакции будут активированы 3 мая 2021 года около 10:00 по тихоокеанскому времени. Вас также может заинтересовать наш новый согласованный рабочий документ, который впервые был реализован в бета-версии 19 12 января 2021 года.\n" -"\n" -"Chia Network разрабатывает блокчейн и платформу интеллектуальных транзакций, созданную изобретателем BitTorrent Брэмом Коэном. Он реализует первый новый алгоритм консенсуса Накамото со времен Биткойна в 2008 году. Доказательства пространства и времени заменяют энергоемкие «доказательства работы».\n" -"\n" +"9 февраля мы выпустили наш бизнес-документ и запустили основную сеть для получения вознаграждений в пятницу, 19 марта 2021 года. Транзакции будут активированы 3 мая 2021 года около 10:00 по тихоокеанскому времени. Вас также может заинтересовать наш новый согласованный рабочий документ, который впервые был реализован в бета-версии 19 12 января 2021 года.\n\n" +"Chia Network разрабатывает блокчейн и платформу интеллектуальных транзакций, созданную изобретателем BitTorrent Брэмом Коэном. Он реализует первый новый алгоритм консенсуса Накамото со времен Биткойна в 2008 году. Доказательства пространства и времени заменяют энергоемкие «доказательства работы».\n\n" "Chialisp - это новый язык программирования Chia, который является мощным, легким для аудита и безопасным. Это упростит использование криптовалюты, чем наличные деньги или кредит. В настоящее время доступны следующие эталонные смарт-транзакции: атомарные свопы, авторизованные получатели, восстанавливаемые кошельки, кошельки с несколькими подписями, кошельки с ограничением скорости и цветные монеты. Брэм представляет Chialisp в нашем блоге.\n" -"Вам следует ознакомиться с примечаниями к выпуску, а затем установить блокчейн Chia.\n" -"\n" -"Руководство для начинающих\n" -"\n" -"\n" +"Вам следует ознакомиться с примечаниями к выпуску, а затем установить блокчейн Chia.\n\n" +"Руководство для начинающих\n\n\n" "Основная информация о Чиа для начала\n" -"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n" -"\n" -"Как это работает\n" -"\n" -"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируетсь со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n" -"\n" -"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n" -"\n" -"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n" -"\n" -"Вкладка Full Node\n" -"\n" -"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n" -"\n" +"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n\n" +"Как это работает\n\n" +"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируетсь со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n\n" +"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n\n" +"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n\n" +"Вкладка Full Node\n\n" +"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n\n" "Блоки: это работает блокчейн.\n" -"Подключения: это подключения к вам и другим пользователям и их ПК (узлам).\n" -"\n" -"Вкладка \"Кошелек\"\n" -"\n" -"Вы увидите свои монеты Чиа по мере их выигрыша\n" -"\n" +"Подключения: это подключения к вам и другим пользователям и их ПК (узлам).\n\n" +"Вкладка \"Кошелек\"\n\n" +"Вы увидите свои монеты Чиа по мере их выигрыша\n\n" "Руководство для начинающих\n" "lon12 отредактировал эту страницу 10 дней назад • 57 редакций\n" "Основная информация о Чиа для начала\n" -"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n" -"\n" +"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n\n" "Как это работает\n" -"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируете со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n" -"\n" -"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n" -"\n" -"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n" -"\n" +"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируете со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n\n" +"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n\n" +"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n\n" "Вкладка Full Node\n" -"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n" -"\n" +"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n\n" "Блоки: это работает блокчейн.\n" "Подключения: это подключения к вам и другим пользователям и их ПК (узлам).\n" "Вкладка \"Кошелек\"\n" -"Вы увидите свои монеты Чиа по мере их выигрыша\n" -"\n" -"История: вы можете увидеть время / дату, когда вы заработали монеты или частичные монеты\n" -"\n" -"Вкладка \"Графики\"\n" -"\n" +"Вы увидите свои монеты Чиа по мере их выигрыша\n\n" +"История: вы можете увидеть время / дату, когда вы заработали монеты или частичные монеты\n\n" +"Вкладка \"Графики\"\n\n" "Здесь вы создаете поля. \n" -"Допустимый размер участка начинается с 101 ГиБ каждый. Вызывается участок k32 - 101 ГиБ / 109 ГБ.\n" -"\n" -"ГиБ: это гибибайты и старые школьные компьютеры измеряли пространство. Новинка - особенно от производителей жестких дисков - измеряется гигабайтами. Поскольку гигабайты основаны на 1000, а гибибайты основаны на 1024, ГБ всегда в 1,074 раза больше, чем ГБ.\n" -"\n" -"Когда вы строите: ваш компьютер создает эти большие файлы размером 101 ГиБ (примерно 101 гигабайт). Внутри находятся большие таблицы (например, листы Excel), где каждая ячейка имеет случайный указатель на другую ячейку в таблице. Это то, что делает компьютер, и почему на создание сюжета уходит так много времени. Он производит вычисления и помещает «ответы» в эти миллионы ячеек. Ожидаемый срок службы участка k32 для включения в основную сеть на данный момент составляет от 7 до 15 лет. Вы можете думать о каждом поле, как о коллекции карт бинго, которые имеют шанс выиграть блоки.\n" -"\n" -"Вот почему транзакции такие зеленые /\n" -"\n" +"Допустимый размер участка начинается с 101 ГиБ каждый. Вызывается участок k32 - 101 ГиБ / 109 ГБ.\n\n" +"ГиБ: это гибибайты и старые школьные компьютеры измеряли пространство. Новинка - особенно от производителей жестких дисков - измеряется гигабайтами. Поскольку гигабайты основаны на 1000, а гибибайты основаны на 1024, ГБ всегда в 1,074 раза больше, чем ГБ.\n\n" +"Когда вы строите: ваш компьютер создает эти большие файлы размером 101 ГиБ (примерно 101 гигабайт). Внутри находятся большие таблицы (например, листы Excel), где каждая ячейка имеет случайный указатель на другую ячейку в таблице. Это то, что делает компьютер, и почему на создание сюжета уходит так много времени. Он производит вычисления и помещает «ответы» в эти миллионы ячеек. Ожидаемый срок службы участка k32 для включения в основную сеть на данный момент составляет от 7 до 15 лет. Вы можете думать о каждом поле, как о коллекции карт бинго, которые имеют шанс выиграть блоки.\n\n" +"Вот почему транзакции такие зеленые /\n\n" "Вкладка \"Ферма\"\n" "Это покажет вам, сколько PLOTS-полей вы создали. Вверху будет показано, сколько Chias было выращено. Также он показывает, сколько гигов участков у вас в сети. Если у вас есть 2 участка по 101 ГиБ. Затем в левом верхнем углу отображается «Общий размер участков» .\n" -"2 TIB означает, что вы предлагаете такой объем хранилища для формул сети chia. Рассчитано, как если бы у вас 101 ГиБ x 2 = 202 ГиБ.\n" -"\n" -"Последние испытания блоков: здесь показаны последние испытания и указатели, которые можно рассматривать как мини-лотереи. Каждые 9 секунд появляется новая вывеска, а это означает, что у вас есть новая возможность проверить свои участки и узнать, выиграли ли вы. Любая другая точка вывески будет выигрышной для кого-то в сети, поэтому каждые 18 секунд создается новый блок.\n" -"\n" +"2 TIB означает, что вы предлагаете такой объем хранилища для формул сети chia. Рассчитано, как если бы у вас 101 ГиБ x 2 = 202 ГиБ.\n\n" +"Последние испытания блоков: здесь показаны последние испытания и указатели, которые можно рассматривать как мини-лотереи. Каждые 9 секунд появляется новая вывеска, а это означает, что у вас есть новая возможность проверить свои участки и узнать, выиграли ли вы. Любая другая точка вывески будет выигрышной для кого-то в сети, поэтому каждые 18 секунд создается новый блок.\n\n" "Последняя попытка доказательства: это важно. Это двухэтапный процесс:\n" " Шаг 1- график проходит проверку фильтра.\n" -"Шаг 2 - Выбранный участок проверяется на выигрышный хэш. Итак, в качестве примера - ваша система работает - есть 5 строк, если у вас 157 графиков - каждая из 5 строк читает 0/157. Если выбран график или второй график, это хорошая новость, и число изменится на 1/157 или 2/157, может быть, 3/157. После прохождения фильтра каждый выбранный участок будет проходить «качественный поиск», который выполняет примерно 7 считываний на вашем графике и сообщает вам, выиграли ли участки. Если вы выиграли, это не показывает никаких признаков, так как транзакция выполняется быстро. Ваш кошелек увеличивается.\n" -"\n" +"Шаг 2 - Выбранный участок проверяется на выигрышный хэш. Итак, в качестве примера - ваша система работает - есть 5 строк, если у вас 157 графиков - каждая из 5 строк читает 0/157. Если выбран график или второй график, это хорошая новость, и число изменится на 1/157 или 2/157, может быть, 3/157. После прохождения фильтра каждый выбранный участок будет проходить «качественный поиск», который выполняет примерно 7 считываний на вашем графике и сообщает вам, выиграли ли участки. Если вы выиграли, это не показывает никаких признаков, так как транзакция выполняется быстро. Ваш кошелек увеличивается.\n\n" "Как только это совпадение появится в первой строке, оно переместится вниз к строкам 2-5, затем, если другой график пройдет шаг 1, он также начнется сверху, amd переместится, выполнив процесс фильтрации.\n" -"Выигрыши случаются очень редко: в среднем один человек во всем мире выигрывает каждые 18 секунд. На каждой точке указателя (9 секунд) все ваши участки проверяются, чтобы увидеть, какие из них проходят [фильтр поля]. (https://github.com/Chia-Network/chia-blockchain/wiki/FAQ#what-is-the-plot-filter-and-why-didnt-my-plot-pass-it). Примерно 1/512 всех участков пройдут через фильтр в каждом испытании, поэтому здесь вы можете увидеть, сколько ваших участков прошло. Однако есть 4 608 шансов выиграть 2 чиа каждый день.\n" -"\n" -"Если по какой-то причине эти строки перестают двигаться, это еще один признак того, что вы не синхронизированы с базой данных и вам необходимо выполнить повторную синхронизацию - см. Ниже.\n" -"\n" -"Создать участок\n" -"\n" -"Нажмите зеленую кнопку в правом верхнем углу «Добавить участок».\n" -"\n" -"Начальный размер графика - 32 k (101 ГиБ). Для создания графика вам потребуется временное хранилище размером не менее 332 ГиБ (357 ГБ).\n" -"\n" -"Выберите количество участков - вы можете выбрать количество для создания на SSD или HDD\n" -"\n" +"Выигрыши случаются очень редко: в среднем один человек во всем мире выигрывает каждые 18 секунд. На каждой точке указателя (9 секунд) все ваши участки проверяются, чтобы увидеть, какие из них проходят [фильтр поля]. (https://github.com/Chia-Network/chia-blockchain/wiki/FAQ#what-is-the-plot-filter-and-why-didnt-my-plot-pass-it). Примерно 1/512 всех участков пройдут через фильтр в каждом испытании, поэтому здесь вы можете увидеть, сколько ваших участков прошло. Однако есть 4 608 шансов выиграть 2 чиа каждый день.\n\n" +"Если по какой-то причине эти строки перестают двигаться, это еще один признак того, что вы не синхронизированы с базой данных и вам необходимо выполнить повторную синхронизацию - см. Ниже.\n\n" +"Создать участок\n\n" +"Нажмите зеленую кнопку в правом верхнем углу «Добавить участок».\n\n" +"Начальный размер графика - 32 k (101 ГиБ). Для создания графика вам потребуется временное хранилище размером не менее 332 ГиБ (357 ГБ).\n\n" +"Выберите количество участков - вы можете выбрать количество для создания на SSD или HDD\n\n" "График в очередь: означает, что если выбрано (5), он будет отображать # 1, затем, когда закончите, начнется # 2\n" "Параллельный график: \n" "означает одновременное выполнение нескольких графиков. Убедитесь, что у вас достаточно временного хранилища для общей суммы.\n" @@ -216,8 +178,7 @@ msgstr "" "значения по умолчанию отображаются для выбранного размера участка, поскольку новичок пытается оставить значения по умолчанию.\n" "ИспользованиеRAM:\n" " больше памяти немного увеличит скорость работы. \n" -"Если вы назначите слишком мало (менее 4000 для k 32) или слишком много (больше, чем у вас будет доступно), график может потерпеть неудачу во время процесса.\n" -"\n" +"Если вы назначите слишком мало (менее 4000 для k 32) или слишком много (больше, чем у вас будет доступно), график может потерпеть неудачу во время процесса.\n\n" "Количество потоков:\n" " по умолчанию 2.\n" "Сегменты:\n" @@ -228,21 +189,15 @@ msgstr "" "Если вы хотите сделать 2 поля за раз, всего 10, вы можете сделать 5 полей для имени очереди: «Моя первая очередь» и после этого добавить еще 5 к имени очереди: «Моя вторая очередь».\n" "Выберите временный каталог:\n" " здесь создаются поля - участки. Будет создано около 128 временных файлов (в зависимости от сегментов), которые затем будут сжаты в один файл \"plot\". В прцессе создания объем данных вырастает до 332 ГиБ (357 Гбайт), и по завершению они будут сжаты до\n" -" k 32 (101 ГиБ).\n" -"\n" +" k 32 (101 ГиБ).\n\n" "Для этой работы рекомендуется использовать SSD-накопитель или накопитель NVME, но убедитесь, что вы знаете о SSD Endurance.\n" "Выберите место на –HDD, где готовое \"поле\" будет храниться. \n" "После создания оно перейдет в это место, где его будут обрабатывать и зарабатывать монеты чиа.\n" -" Хранилище может быть внутренним или подключенным через USB. Сетевые диски могут работать, но могут перегружать вашу локальную сеть или медленно отвечать за вознаграждение (должно быть менее 30 секунд). Планируйте заранее - хранилище быстро заполняется.\n" -"\n" -"Нажмите «Создать plot», чтобы начать процесс.\n" -"\n" -"Как создаются поля:\n" -"\n" -"Создание графика занимает много времени: в среднем 9-20 часов на обычном компьютере и 4-8 часов на высокопроизводительном компьютере. Есть 4 этапа, которые выполняют операции в 7 таблицах.\n" -"\n" -"Фазы:\n" -"\n" +" Хранилище может быть внутренним или подключенным через USB. Сетевые диски могут работать, но могут перегружать вашу локальную сеть или медленно отвечать за вознаграждение (должно быть менее 30 секунд). Планируйте заранее - хранилище быстро заполняется.\n\n" +"Нажмите «Создать plot», чтобы начать процесс.\n\n" +"Как создаются поля:\n\n" +"Создание графика занимает много времени: в среднем 9-20 часов на обычном компьютере и 4-8 часов на высокопроизводительном компьютере. Есть 4 этапа, которые выполняют операции в 7 таблицах.\n\n" +"Фазы:\n\n" "Вычисление таблиц с 1 по 7: он создает сегменты (по умолчанию: 128) в виде файлов в вашем временном каталоге, при вычислении 7 таблиц прогресс графика составляет около 42%.\n" "Таблицы обратного распространения с 7 по 1: при обратном распространении 7 таблиц прогресс графика составляет около 61%.\n" "Сжатие таблиц с 1 по 7 попарно: при сжатии 7 таблиц прогресс графика составляет около 98%.\n" @@ -269,26 +224,19 @@ msgstr "" "3\tCompressing tables 6 and 7\t98%\n" "4\tWrite checkpoint tables\t100%\n" "Примечания. \n" -"Предлагается использовать дополнительное хранилище SSD или NVME для создания полей, а не основной жесткий диск (особенно для несменного NVME, например, на некоторых Mac или ноутбуках с Windows). Если по какой-то причине процесс записи поля не может быть завершен, его следует удален, удалив все временные файлы. Будьте осторожны, чтобы не удалить временные файлы другого строящегося поля.\n" -"\n" -"В Windows вы можете использовать chia CLI из Windows PowerShell, что обеспечивает большую гибкость и контроль. PowerShell - это программа, в которой вы вводите команды, нажимаете клавишу ВВОД и выполняете такие действия, как изменение папок, перемещение файлов или запуск программ, таких как chia.\n" -"\n" +"Предлагается использовать дополнительное хранилище SSD или NVME для создания полей, а не основной жесткий диск (особенно для несменного NVME, например, на некоторых Mac или ноутбуках с Windows). Если по какой-то причине процесс записи поля не может быть завершен, его следует удален, удалив все временные файлы. Будьте осторожны, чтобы не удалить временные файлы другого строящегося поля.\n\n" +"В Windows вы можете использовать chia CLI из Windows PowerShell, что обеспечивает большую гибкость и контроль. PowerShell - это программа, в которой вы вводите команды, нажимаете клавишу ВВОД и выполняете такие действия, как изменение папок, перемещение файлов или запуск программ, таких как chia.\n\n" "1. Параллельное построение с использованием PowerShell\n" " cd C:\\Users\\yourUserName\\AppData\\Local\\Chia-Blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\\\n" " start-process .\\chia.exe -argumentlist \"plots create yourParametersGoHere\"\n" -" start-process ....\n" -"\n" -" Если start-process не работает, попробуйте. .\\chia.exe plots create yourParametersGoHere\n" -"\n" +" start-process ....\n\n" +" Если start-process не работает, попробуйте. .\\chia.exe plots create yourParametersGoHere\n\n" "Или добавьте путь\n" -" \"%USERPROFILE%\\AppData\\Local\\chia-blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\"\n" -"\n" -"Чтобы добавить задержку между вашими параллельными процессами, вы можете поместить sleep между каждой командой создания полей chia chia plots create , например чтобы отложить следующий процесс на час sleep 3600\n" -"\n" +" \"%USERPROFILE%\\AppData\\Local\\chia-blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\"\n\n" +"Чтобы добавить задержку между вашими параллельными процессами, вы можете поместить sleep между каждой командой создания полей chia chia plots create , например чтобы отложить следующий процесс на час sleep 3600\n\n" "Конкретный пример:\n" " cd C:\\Users\\yourUserName\\AppData\\Local\\Chia-Blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\\\n" -" start-process ./chia.exe -argumentlist \"plots create -k 32 -b 4000 -u 128 -r 4 -t d:\\tempdrive1 -2 e:\\tempdrive2 -d F:\\plots -n 1\"\n" -"\n" +" start-process ./chia.exe -argumentlist \"plots create -k 32 -b 4000 -u 128 -r 4 -t d:\\tempdrive1 -2 e:\\tempdrive2 -d F:\\plots -n 1\"\n\n" "Приведенная выше команда создает одио поле (указывается -n 1), для параллельного построения вам нужно повторить команду (не закрывая первую). Увеличьте значение -n для последовательного построения, то есть после завершения первого участка запускается следующий." #. js-lingui-explicit-id @@ -1227,7 +1175,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Подтвердить" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2642,15 +2590,13 @@ msgstr "Инициализация..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3320,7 +3266,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Нет" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5838,7 +5784,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Вид" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -6085,7 +6031,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Да" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6239,3 +6185,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/si-LK/messages.po b/packages/gui/src/locales/si-LK/messages.po index 60cb2c5700..3e7c966b49 100644 --- a/packages/gui/src/locales/si-LK/messages.po +++ b/packages/gui/src/locales/si-LK/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: si_LK\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Sinhala\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -3146,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "නැහැ" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5911,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "ඔව්" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/sk-SK/messages.po b/packages/gui/src/locales/sk-SK/messages.po index 9490ef37fd..393b137aef 100644 --- a/packages/gui/src/locales/sk-SK/messages.po +++ b/packages/gui/src/locales/sk-SK/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sk_SK\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Slovak\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" @@ -1055,7 +1055,7 @@ msgstr "Úroveň kompresie" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Potvrdiť" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,20 +2470,16 @@ msgstr "Inicializácia..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Nedostatok finančných prostriedkov na prijatie ponuky. Uistite sa, že váš\n" +msgstr "Nedostatok finančných prostriedkov na prijatie ponuky. Uistite sa, že váš\n" "disponibilný zostatok je dostatočný na pokrytie ponuky." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"Nedostatok finančných prostriedkov na vytvorenie ponuky. Uistite sa, že váš\n" +msgstr "Nedostatok finančných prostriedkov na vytvorenie ponuky. Uistite sa, že váš\n" "disponibilný zostatok je dostatočný na pokrytie ponuky." #: src/components/farm/PoolingHealth.tsx:302 @@ -3152,7 +3148,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Nie" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5670,7 +5666,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Zobrazenie" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5917,7 +5913,7 @@ msgstr "Chcete previesť špecifikovaný NFT na nového vlastníka?" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Áno" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6071,3 +6067,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/sl-SI/messages.po b/packages/gui/src/locales/sl-SI/messages.po index 57b6958b44..4936357c48 100644 --- a/packages/gui/src/locales/sl-SI/messages.po +++ b/packages/gui/src/locales/sl-SI/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sl_SI\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Slovenian\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Potrdi" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -3146,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Ne" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5664,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Pogled" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5911,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Da" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/sq-AL/messages.po b/packages/gui/src/locales/sq-AL/messages.po index 3aac29ec52..116ee1a671 100644 --- a/packages/gui/src/locales/sq-AL/messages.po +++ b/packages/gui/src/locales/sq-AL/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sq_AL\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Albanian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Konfirmo" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Jo" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Shiko" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Po" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/srp/messages.po b/packages/gui/src/locales/srp/messages.po index 2e808fe65d..0eecc930b4 100644 --- a/packages/gui/src/locales/srp/messages.po +++ b/packages/gui/src/locales/srp/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: srp\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Serbian\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Потврди" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -3146,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Не" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5664,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Преглед" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5911,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Да" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/sv-SE/messages.po b/packages/gui/src/locales/sv-SE/messages.po index 5d157651f6..fffc64bdcf 100644 --- a/packages/gui/src/locales/sv-SE/messages.po +++ b/packages/gui/src/locales/sv-SE/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sv_SE\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -312,7 +312,7 @@ msgstr "+ Lägg till ny plott-NFT" #: src/components/nfts/gallery/NFTGallery.tsx:306 msgid "<0>Loading... {0}%" -msgstr "" +msgstr "<0>Läser in... {0}%" #: src/components/settings/ProfileAdd.tsx:80 #~ msgid "<0>Need some XCH?" @@ -320,7 +320,7 @@ msgstr "" #: src/components/nfts/gallery/NFTGallery.tsx:296 msgid "<0>Showing {0} <1>of {1}  <2>items" -msgstr "" +msgstr "<0>Visar {0} <1>of {1}  <2>element" #: src/components/settings/ProfileAdd.tsx:92 #~ msgid "<0>Use one (1) mojo to create a Profile." @@ -1623,27 +1623,27 @@ msgstr "Ladda ner" #: src/components/nfts/MultipleDownloadDialog.tsx:91 msgid "Download failed." -msgstr "" +msgstr "Nedladdning misslyckades." #: src/components/nfts/MultipleDownloadDialog.tsx:93 msgid "Download finished." -msgstr "" +msgstr "Nedladdningen slutförd." #: src/components/nfts/MultipleDownloadDialog.tsx:88 msgid "Download successful." -msgstr "" +msgstr "Nedladdningen lyckades." #: src/components/nfts/MultipleDownloadDialog.tsx:55 msgid "Downloaded files:" -msgstr "" +msgstr "Nedladdade filer:" #: src/components/nfts/MultipleDownloadDialog.tsx:77 msgid "Downloading files {0}/{1}" -msgstr "" +msgstr "Laddar ner filer {0}/{1}" #: src/components/nfts/MultipleDownloadDialog.tsx:85 msgid "Downloading selected NFTs" -msgstr "" +msgstr "Laddar ner valda NFT:er" #: src/components/signVerify/VerifyMessageImport.tsx:77 msgid "Drag & Drop a Signed Message File,<0/> Paste ({0}V)" @@ -2470,15 +2470,13 @@ msgstr "Initierar..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Det finns inte tillräckliga medel för att acceptera erbjudandet. Se till att ditt spenderbara saldo är tillräckligt högt för att täcka erbjudandets belopp." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Det finns inte tillräckliga medel för att skapa erbjudandet. Se till att ditt spenderbara saldo är tillräckligt högt för att täcka erbjudandets belopp." @@ -2756,7 +2754,7 @@ msgstr "" #: src/components/nfts/NFTPreview.tsx:432 msgid "Loading preview..." -msgstr "" +msgstr "Läser in förhandsgranskning ..." #: src/components/did/DIDProfileDropdown.tsx:48 #: src/components/helpers/HeightToTimestamp.tsx:16 @@ -5337,7 +5335,7 @@ msgstr "Sammanlagd plottstorlek" #: src/components/nfts/MultipleDownloadDialog.tsx:67 msgid "Total size of downloaded files:" -msgstr "" +msgstr "Total storlek på nedladdade filer:" #: src/components/farm/card/FarmCardTotalSizeOfPlots.tsx:11 #~ msgid "Total Size of Plots" @@ -6067,3 +6065,4 @@ msgstr "Ditt spenderbara saldo måste vara större än 1 mojo för att skapa en #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/th-TH/messages.po b/packages/gui/src/locales/th-TH/messages.po index 924765196a..87ea02a234 100644 --- a/packages/gui/src/locales/th-TH/messages.po +++ b/packages/gui/src/locales/th-TH/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: th_TH\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Thai\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "ยืน​ยัน" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -3146,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "ไม่" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5664,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "แสดง" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5911,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "ใช่" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/tlh-AA/messages.po b/packages/gui/src/locales/tlh-AA/messages.po index a9b7031fb0..484c1b3d0b 100644 --- a/packages/gui/src/locales/tlh-AA/messages.po +++ b/packages/gui/src/locales/tlh-AA/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: tlh_AA\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Klingon\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/packages/gui/src/locales/tr-TR/messages.po b/packages/gui/src/locales/tr-TR/messages.po index 7a251e0bd7..a5810d86b5 100644 --- a/packages/gui/src/locales/tr-TR/messages.po +++ b/packages/gui/src/locales/tr-TR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: tr_TR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Onayla" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Hayır" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Görünüm" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Evet" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/uk-UA/messages.po b/packages/gui/src/locales/uk-UA/messages.po index 47aead437f..bf0567685f 100644 --- a/packages/gui/src/locales/uk-UA/messages.po +++ b/packages/gui/src/locales/uk-UA/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: uk_UA\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -1055,7 +1055,7 @@ msgstr "Рівень стиснення" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Підтвердити" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "Ініціалізація..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Недостатньо доступних коштів для прийняття пропозиції. Переконайтеся, що вашого балансу достатньо для покриття суми пропозиції." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Недостатньо доступних коштів для створення пропозиції. Переконайтеся, що вашого балансу достатньо для покриття суми пропозиції." @@ -3148,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Ні" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Вигляд" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "Бажаєте передати вказаний NFT новому вла #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Так" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" + diff --git a/packages/gui/src/locales/vi-VN/messages.po b/packages/gui/src/locales/vi-VN/messages.po index d496b11f20..5c62f6c88e 100644 --- a/packages/gui/src/locales/vi-VN/messages.po +++ b/packages/gui/src/locales/vi-VN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: vi_VN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "Xác Nhận" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -3146,7 +3146,7 @@ msgstr "" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "Không" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5664,7 +5664,7 @@ msgstr "" #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "Xem" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5911,7 +5911,7 @@ msgstr "" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "Đồng ý" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" diff --git a/packages/gui/src/locales/zh-CN/messages.po b/packages/gui/src/locales/zh-CN/messages.po index c48503299c..6184616cb6 100644 --- a/packages/gui/src/locales/zh-CN/messages.po +++ b/packages/gui/src/locales/zh-CN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh_CN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "压缩等级" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "确定" +msgstr "确认" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,20 +2470,16 @@ msgstr "正在初始化..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"可用资金不足,无法接受报价。请确保您的\n" +msgstr "可用资金不足,无法接受报价。请确保您的\n" "可支出余额足以支付报价金额。" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "" -"可用的资金不足,无法创建报价。请确保您的\n" +msgstr "可用的资金不足,无法创建报价。请确保您的\n" "可支出余额足以支付报价金额。" #: src/components/farm/PoolingHealth.tsx:302 @@ -6071,3 +6067,4 @@ msgstr "可用余额必须大于1 mojo才能创建个人资料" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "需确保钱包正在运行才能完成自动确认。" + diff --git a/packages/gui/src/locales/zh-TW/messages.po b/packages/gui/src/locales/zh-TW/messages.po index 16f788b7f1..62666e3b1e 100644 --- a/packages/gui/src/locales/zh-TW/messages.po +++ b/packages/gui/src/locales/zh-TW/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh_TW\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -1055,7 +1055,7 @@ msgstr "" #: src/components/vcs/VCRevokeDialog.tsx:27 #: src/components/walletConnect/WalletConnectConfirmDialog.tsx:71 msgid "Confirm" -msgstr "確認" +msgstr "" #: src/components/fullNode/FullNodeCloseConnection.tsx:19 msgid "Confirm Disconnect" @@ -2470,15 +2470,13 @@ msgstr "正在初始化..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "" -"Insufficient funds available to accept offer. Ensure that your\n" +msgid "Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "可用資金不足,無法接受報價單。請確保您的 可花用餘額 可以支付報價單金額。" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "" -"Insufficient funds available to create offer. Ensure that your\n" +msgid "Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "可用資金不足,無法建立報價單。請確保你的可支出餘額足以支付報價單金額。" @@ -3148,7 +3146,7 @@ msgstr "由創作者歸類為不適當內容的 NFT 將默認隱藏。" #: src/components/vcs/VCCard.tsx:89 msgid "No" -msgstr "否" +msgstr "" #: src/components/notification/NotificationsMenu.tsx:53 msgid "No activities yet" @@ -5666,7 +5664,7 @@ msgstr "正在驗證雜湊..." #: src/components/offers2/OfferIncomingTable.tsx:95 msgid "View" -msgstr "檢視" +msgstr "" #: src/components/offers/OfferImport.tsx:184 msgid "View an Offer" @@ -5913,7 +5911,7 @@ msgstr "您是否要將指定的 NFT 轉移給新擁有者?" #: src/components/plot/add/PlotAddChooseSize.tsx:61 #: src/components/vcs/VCCard.tsx:89 msgid "Yes" -msgstr "是" +msgstr "" #: src/components/offers/OfferAcceptConfirmationDialog.tsx:22 msgid "Yes, Accept Offer" @@ -6067,3 +6065,4 @@ msgstr "您的可支配餘額必須大於1 mojo,才能建立個人檔案" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "您的錢包需要運行才能自動索取" + diff --git a/packages/wallets/src/locales/ar-SA/messages.po b/packages/wallets/src/locales/ar-SA/messages.po index 4c788dc3ba..a35392e855 100644 --- a/packages/wallets/src/locales/ar-SA/messages.po +++ b/packages/wallets/src/locales/ar-SA/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/be-BY/messages.po b/packages/wallets/src/locales/be-BY/messages.po index 05204aee49..f5b035863a 100644 --- a/packages/wallets/src/locales/be-BY/messages.po +++ b/packages/wallets/src/locales/be-BY/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/bg-BG/messages.po b/packages/wallets/src/locales/bg-BG/messages.po index e062ba7806..d2f7d92659 100644 --- a/packages/wallets/src/locales/bg-BG/messages.po +++ b/packages/wallets/src/locales/bg-BG/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -509,8 +508,7 @@ msgstr "" #: src/components/cat/WalletCATSend.tsx:103 #: src/components/WalletSend.tsx:143 msgid "Please enter a valid numeric amount" -msgstr "" -"35 / 5000\n" +msgstr "35 / 5000\n" "Моля, въведете валидна числова сума" #: src/components/cat/WalletCATSend.tsx:108 @@ -657,8 +655,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -668,8 +665,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -811,3 +807,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/ca-ES/messages.po b/packages/wallets/src/locales/ca-ES/messages.po index 73814285ae..c382d61d45 100644 --- a/packages/wallets/src/locales/ca-ES/messages.po +++ b/packages/wallets/src/locales/ca-ES/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/cs-CZ/messages.po b/packages/wallets/src/locales/cs-CZ/messages.po index 312d624a00..830201717f 100644 --- a/packages/wallets/src/locales/cs-CZ/messages.po +++ b/packages/wallets/src/locales/cs-CZ/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD nebo Hierarchické Deterministické klíče jsou typy veřejného/soukromého klíče, kde jeden soukromý klíč může mít téměř nekonečný počet různých veřejných klíčů (a tedy i příchozích adres peněženky), které se váží k jedinému soukromému klíči a mohou tak být utráceny." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/da-DK/messages.po b/packages/wallets/src/locales/da-DK/messages.po index 0d916ec465..67c1b557ab 100644 --- a/packages/wallets/src/locales/da-DK/messages.po +++ b/packages/wallets/src/locales/da-DK/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/de-DE/messages.po b/packages/wallets/src/locales/de-DE/messages.po index cfa1228744..7ca6757ee7 100644 --- a/packages/wallets/src/locales/de-DE/messages.po +++ b/packages/wallets/src/locales/de-DE/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/el-GR/messages.po b/packages/wallets/src/locales/el-GR/messages.po index 350f5bd3df..9633a97fbd 100644 --- a/packages/wallets/src/locales/el-GR/messages.po +++ b/packages/wallets/src/locales/el-GR/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/en-AU/messages.po b/packages/wallets/src/locales/en-AU/messages.po index 55eebe43d3..b339528c26 100644 --- a/packages/wallets/src/locales/en-AU/messages.po +++ b/packages/wallets/src/locales/en-AU/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/en-NZ/messages.po b/packages/wallets/src/locales/en-NZ/messages.po index 53d1d3499e..d3fa602a29 100644 --- a/packages/wallets/src/locales/en-NZ/messages.po +++ b/packages/wallets/src/locales/en-NZ/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/en-PT/messages.po b/packages/wallets/src/locales/en-PT/messages.po index 6b7de4556d..53729ec023 100644 --- a/packages/wallets/src/locales/en-PT/messages.po +++ b/packages/wallets/src/locales/en-PT/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/en-US/messages.po b/packages/wallets/src/locales/en-US/messages.po index e6156aacd5..b1f67d3769 100644 --- a/packages/wallets/src/locales/en-US/messages.po +++ b/packages/wallets/src/locales/en-US/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/es-AR/messages.po b/packages/wallets/src/locales/es-AR/messages.po index f2c5c6488b..e5c87cacbf 100644 --- a/packages/wallets/src/locales/es-AR/messages.po +++ b/packages/wallets/src/locales/es-AR/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/es-ES/messages.po b/packages/wallets/src/locales/es-ES/messages.po index 4f4819d2ff..d68f9a0566 100644 --- a/packages/wallets/src/locales/es-ES/messages.po +++ b/packages/wallets/src/locales/es-ES/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/es-MX/messages.po b/packages/wallets/src/locales/es-MX/messages.po index 937b92691f..5304899b59 100644 --- a/packages/wallets/src/locales/es-MX/messages.po +++ b/packages/wallets/src/locales/es-MX/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/fa-IR/messages.po b/packages/wallets/src/locales/fa-IR/messages.po index 038e76ff42..c5e52d58a3 100644 --- a/packages/wallets/src/locales/fa-IR/messages.po +++ b/packages/wallets/src/locales/fa-IR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fa_IR\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Persian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "کلیدهای قطعی سلسله مراتب نوعی از طرح کلید عمومی یا کلید شخصی هستند که در آن یک کلید شخصی میتواند تقریباً بی نهایت کلید عمومی مختلف داشته باشد (همچنین آدرس های دریافت کیف پول) که در نهایت همه به یک کلید شحصی خاص باز میگردند و قابل خرج کردن هستند." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "اگر میخواهید سرعت تراکنش را افزایش دهید، لطفا تراکنش‌های تایید نشده را حذف کنید و با کارمزد بالاتر دوباره امتحان کنید." @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "گیرنده این تراکنش برای مطالبه دارایی های ارسالی باید دارای اعتبارنامه معتبر باشد. محدودیت های CR CAT را در بالا ببینید." #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "تراکنش نمیتواند فوراً در حافظه استخر تراکنش گنجانده شود زیرا کارمزد تعیین‌شده بسیار کم است. این تراکنش به صورت دوره‌ای تکرار میشود و ممکن است پس از کاهش هزینه‌ها، یا در صورت فراهم شدن فضا، در مجموعه گنجانده شود." @@ -666,8 +664,7 @@ msgstr "تراکنش نمیتواند فوراً در حافظه استخر تر #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "تراکنش در انتظار درج در حافظه استخر تراکنش است زیرا با یک یا چند تراکنش دیگر اکنون در حافظه استخر تراکنش متضاد است. این تراکنش به صورت دوره‌ای دوباره امتحان میشود و در صورت وجود امکان دارد در حافظه استخر تراکنش گنجانده شده و تراکنش های متناقض حذف میشوند." @@ -809,3 +806,4 @@ msgstr "شما این اعتبار قابل تأیید را از ارائه ده #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr ".کد رمزهای معتبر نیست {mnemonicWordCount} لیست فرارداده شما شامل" + diff --git a/packages/wallets/src/locales/fi-FI/messages.po b/packages/wallets/src/locales/fi-FI/messages.po index 572c20ff11..e7b7de2a46 100644 --- a/packages/wallets/src/locales/fi-FI/messages.po +++ b/packages/wallets/src/locales/fi-FI/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fi_FI\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-07 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -24,11 +24,11 @@ msgstr "-" #: src/components/WalletSend.tsx:367 msgid "- Memo helps the receiver side to identify the payment.<0/>- Anything you enter will be publicly accessible on the blockchain." -msgstr "" +msgstr "- Memo auttaa vastaanottajan puolta tunnistamaan maksun.<0/>- Kaikki memoon kirjoittamasi on julkisesti saatavilla lohkoketjussa." #: src/components/WalletSend.tsx:294 msgid "- Set a time frame which allows you claw back (revoke) the transaction.<0/>- Recipient of the transaction can only claim the funds once that time frame expires." -msgstr "" +msgstr "- Aseta aikaikuna, jonka aikana voit peruuttaa transaktion. 0/>- Transaktion vastaanottaja voi kuitata varat vasta kun aikaikkuna on umpeutunut." #: src/components/WalletHistory.tsx:118 msgid "+" @@ -44,7 +44,7 @@ msgstr "Lisää" #: src/components/WalletSend.tsx:288 msgid "Add option to claw back transaction" -msgstr "" +msgstr "Lisää peruttavissa oleva transaktio-optio" #: src/components/cat/WalletCATCreateExistingSimple.tsx:61 #: src/components/cat/WalletCATCreateSimple.tsx:68 @@ -54,7 +54,7 @@ msgstr "Lisää Token" #: src/components/WalletSend.tsx:362 msgid "Add transaction memo" -msgstr "" +msgstr "Lisää transaktiomemo" #: src/components/cat/WalletCATCreateSimple.tsx:92 msgid "Adding {0} token" @@ -71,7 +71,7 @@ msgstr "Osoite" #: src/components/AddressBookAutocomplete.tsx:65 msgid "Address or Contact" -msgstr "" +msgstr "Osoite tai kontakti" #: src/components/cat/WalletCATSend.tsx:214 #: src/components/WalletSend.tsx:241 @@ -80,15 +80,15 @@ msgstr "Määrä" #: src/components/card/WalletCardCRCatApprove.tsx:71 msgid "Approve" -msgstr "" +msgstr "Hyväksy" #: src/components/crCat/CrCatApprovePendingDialog.tsx:91 msgid "Approve pending CR-CAT transactions" -msgstr "" +msgstr "Hyväksy vireillä olevat CR-CAT-tapahtumat" #: src/components/crCat/CrCatApprovePendingDialog.tsx:147 msgid "Approve pending transactions" -msgstr "" +msgstr "Hyväksy vireillä olevat tapahtumat" #: src/components/WalletHeader.tsx:30 msgid "Are you sure you want to delete unconfirmed transactions?" @@ -114,7 +114,7 @@ msgstr "Valtuutettu Lompakko" #: src/components/card/WalletCardCRCatRestrictions.tsx:44 msgid "Authorized providers" -msgstr "" +msgstr "Valtuutetut palveluntarjoajat" #: src/components/ClawbackClaimTransactionDialog.tsx:234 msgid "Auto-claim transactions with this fee from now on." @@ -122,7 +122,7 @@ msgstr "Lunasta transaktiot automaattisesti tällä maksusummalla tästä lähti #: src/components/WalletSend.tsx:336 msgid "Before sending this transaction, you should ensure that the recipient has a wallet that can claim it manually after the timer has expired." -msgstr "" +msgstr "Ennen tämän transaktion lähettämistä sinun tulee varmistaa, että vastaanottajalla on lompakko, joka voi lunastaa transaktion ajastimen päättymisen jälkeen." #: src/components/WalletHistoryClawbackChip.tsx:61 msgid "Can be claimed in " @@ -140,7 +140,7 @@ msgstr "Chiaa (XCH) ei voi lähettää CAT-osoitteeseen. Anna chia-osoite." #: src/components/card/WalletCardCRCatRestrictions.tsx:40 msgid "CAT credential restrictions" -msgstr "" +msgstr "CAT käyttöoikeusrajoitukset" #: src/components/WalletsSidebar.tsx:130 #~ msgid "Check my snapshot balance" @@ -167,11 +167,11 @@ msgstr "Lunastetaan..." #: src/components/WalletIcon.tsx:17 msgid "Classic version of Stably USDS as held by Prime Trust" -msgstr "" +msgstr "Classic USDS Prime Trustin hallinnassa" #: src/components/WalletHistory.tsx:433 msgid "Claw back expiration" -msgstr "" +msgstr "Takaisinvedon vanhentuminen" #: src/components/WalletHistoryClawbackChip.tsx:94 msgid "Claw back this transaction" @@ -291,7 +291,7 @@ msgstr "DID-lompakko" #: src/components/WalletSend.tsx:327 msgid "Disable" -msgstr "" +msgstr "Poista Käytöstä" #: src/components/create/WalletCreateList.tsx:39 msgid "Distributed Identity" @@ -325,10 +325,9 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD- eli hierarkis-deterministiset avaimet ovat julkisen ja salaisen avaimen toteutus, jossa yhtä salaista avainta kohti voi olla lähes loputon määrä julkisia avaimia (ja lompakon osoitteita). Kaikki nämä osoitteet/avaimet osoittavat samaan salaiseen avaimeen." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." -msgstr "" +msgstr "Jos haluat nopeuttaa transaktiota, poista vahvistamattomat transaktiot ja yritä uudelleen korkeammalla maksulla." #: src/components/WalletSendTransactionResultDialog.tsx:41 #~ msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a higher fee." @@ -373,7 +372,7 @@ msgstr "Muistiot" #: src/components/WalletSendTransactionResultDialog.tsx:16 msgid "Mempool Conflict" -msgstr "" +msgstr "Mempoolin Konflikti" #: src/components/WalletSendTransactionResultDialog.tsx:20 msgid "Mempool Full" @@ -460,7 +459,7 @@ msgstr "Liitä muistisanat ({0} sanaa)" #: src/components/crCat/CrCatApprovePendingDialog.tsx:82 msgid "Payments approved" -msgstr "" +msgstr "Hyväksytyt maksut" #: src/components/WalletHistory.tsx:202 msgid "Pending" @@ -472,7 +471,7 @@ msgstr "Avoin Saldo" #: src/components/card/WalletCardCRCatApprove.tsx:47 msgid "Pending Balance for Approval" -msgstr "" +msgstr "Hyväksyntää odottava saldo" #: src/components/card/WalletCardPendingChange.tsx:41 msgid "Pending Change" @@ -488,11 +487,11 @@ msgstr "Avoin Kokonaissumma" #: src/components/crCat/CrCatApprovePendingDialog.tsx:83 msgid "Please allow some time for the payments to reflect in the blockchain." -msgstr "" +msgstr "Anna jonkin verran aikaa maksujen näkymiseen lohkoketjussa." #: src/components/crCat/CrCatApprovePendingDialog.tsx:120 msgid "Please enter a transaction fee to approve the above amount:" -msgstr "" +msgstr "Ole hyvä ja syötä siirtomaksu hyväksyäksesi yllä olevan summan:" #: src/components/ClawbackClaimTransactionDialog.tsx:214 msgid "Please enter a transaction fee to claim the above amount:" @@ -544,11 +543,11 @@ msgstr "Portti" #: src/components/crCat/CrCatAuthorizedProviders.tsx:37 msgid "Provider's ID" -msgstr "" +msgstr "Toimittajan Tunniste" #: src/components/crCat/CrCatAuthorizedProviders.tsx:51 msgid "Provider's website" -msgstr "" +msgstr "Toimitajan sivusto" #: src/components/create/WalletCreateList.tsx:45 msgid "Rate Limited" @@ -585,7 +584,7 @@ msgstr "Uudelleennimeä Lompakko" #: src/components/WalletIcon.tsx:41 msgid "Restricted CAT" -msgstr "" +msgstr "Rajoitettu CAT" #: src/components/WalletHistory.tsx:208 msgid "Retire" @@ -652,25 +651,23 @@ msgstr "Derivaatioindeksi asettaa lompakon osoitteiden määrän, jota lompakko #: src/components/cat/WalletCATSend.tsx:200 msgid "The recipient of this transaction will need to have valid credentials in order to claim the sent assets. See the CR CAT restrictions above." -msgstr "" +msgstr "Tämän tapahtuman vastaanottajalla on oltava voimassa olevat käyttöioikeustiedot lähetettyjen assettien lunastamiseksi. Katso CR CAT -rajoitukset yllä." #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." -msgstr "" +msgstr "Tapahtumaa ei voitu välittömästi sisällyttää mempooliin, koska määritetty transaktiomaksu on liian alhainen. Transaktiota yritetään säännöllisesti uudelleen ja se voidaan sisällyttää mempooliin, kun tarvittavat maksutasot ovat pienentyneet tai kun tilaa tulee saataville." #: src/components/WalletSendTransactionResultDialog.tsx:34 #~ msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." -msgstr "" +msgstr "Transaktio odottaa mempooliin sisällyttämistä, koska se on ristiriidassa yhden tai useamman muun mempoolin transaktion kanssa. Transaktiota yritetään säännöllisesti uudelleen ja se voidaan sisällyttää mempooliin jos ristiriitaiset tapahtumat poistetaan mempoolista." #: src/components/WalletBadge.tsx:26 msgid "This access token is verified" @@ -764,7 +761,7 @@ msgstr "Lompakon Nimi" #: src/components/crCat/CrCatApprovePendingDialog.tsx:115 msgid "Wallet needs to be synced before approving transactions" -msgstr "" +msgstr "Lompakko on synkronissa ennen transaktioiden hyväksymistä" #: src/components/ClawbackClaimTransactionDialog.tsx:208 msgid "Wallet needs to be synced for claiming clawback transactions" @@ -796,11 +793,11 @@ msgstr "Voit muuttaa automaattista lunastusmaksua Asetuksista." #: src/components/crCat/CrCatFlags.tsx:71 msgid "You do not have this verifiable credential or it is not from the correct authorized provided" -msgstr "" +msgstr "Sinulla ei ole tätä todennettavissa olevaa käyttöoikeustietoa tai se ei ole oikealta valtuuttajalta" #: src/components/crCat/CrCatFlags.tsx:69 msgid "You have this verifiable credential from the correct authorized provider" -msgstr "" +msgstr "Sinulla on tämä todennettavissa oleva käyttöoikeustieto oikealta valtuuttajalta" #: src/components/WalletsSidebar.tsx:106 #~ msgid "Your CAT tokens have been upgraded!" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "Liitetty lista ei sisällä {mnemonicWordCount} kelvollista muistisanaa." + diff --git a/packages/wallets/src/locales/fr-FR/messages.po b/packages/wallets/src/locales/fr-FR/messages.po index d7db45e5b1..c00cf464c0 100644 --- a/packages/wallets/src/locales/fr-FR/messages.po +++ b/packages/wallets/src/locales/fr-FR/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD ou clés déterministes hiérachiques sont un type de schéma de clé publique/clé privée dans lequel une clé privée peut avoir un nombre presque infini de clés publiques différentes (et donc autant d'adresses de réception de portefeuille), toutes liées et dépensables par une seule clé privée." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "Votre liste collée ne contient pas {mnemonicWordCount} mots mnémoniques valides." + diff --git a/packages/wallets/src/locales/hr-HR/messages.po b/packages/wallets/src/locales/hr-HR/messages.po index f394d83975..fa02c98b32 100644 --- a/packages/wallets/src/locales/hr-HR/messages.po +++ b/packages/wallets/src/locales/hr-HR/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/hu-HU/messages.po b/packages/wallets/src/locales/hu-HU/messages.po index 01576bd4c0..be14251328 100644 --- a/packages/wallets/src/locales/hu-HU/messages.po +++ b/packages/wallets/src/locales/hu-HU/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "A HD vagy hierarchikus determinisztikus kulcs egyfajta nyilvános kulcs / privát kulcs séma, ahol egy privát kulcsnak csaknem végtelen számú különféle nyilvános kulcsa lehet (és ezért a tárcának fogadó címei is), amely címek mindegyike egy privát kulcshoz kapcsolódik, amivel az így beérkezett összegek elköthetők." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -690,8 +687,7 @@ msgstr "Ez a függőben lévő változás, amely olyan pénzérme, amelyet Ön k #: src/components/standard/WalletStandardCards.tsx:36 msgid "This is the sum of the incoming and outgoing pending transactions (not yet included into the blockchain). This does not include farming rewards." -msgstr "" -"Ez a függőben lévő, bejövő és kimenő ügyletek összesítése. (Még nem a blokklánc részei)\n" +msgstr "Ez a függőben lévő, bejövő és kimenő ügyletek összesítése. (Még nem a blokklánc részei)\n" "Nem tartalmazza a termesztési díjakat." #: src/components/standard/WalletStandardCards.tsx:17 @@ -811,3 +807,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/id-ID/messages.po b/packages/wallets/src/locales/id-ID/messages.po index 6fcafede0e..d40a2bbdfe 100644 --- a/packages/wallets/src/locales/id-ID/messages.po +++ b/packages/wallets/src/locales/id-ID/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/it-IT/messages.po b/packages/wallets/src/locales/it-IT/messages.po index f5ed87d262..da3868fab3 100644 --- a/packages/wallets/src/locales/it-IT/messages.po +++ b/packages/wallets/src/locales/it-IT/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "Le chiavi HD (Hierarchical Deterministic) sono un tipo di schema a chiave pubblica/privata dove una chiave privata può avere un numero quasi infinito di chiavi pubbliche diverse (e quindi indirizzi di ricezione del wallet) che sono utilizzabili da una singola chiave privata." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/ja-JP/messages.po b/packages/wallets/src/locales/ja-JP/messages.po index 587ab3ebc2..f7a8e04d99 100644 --- a/packages/wallets/src/locales/ja-JP/messages.po +++ b/packages/wallets/src/locales/ja-JP/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "階層的決定性鍵、または HD 鍵とは、一つの秘密鍵に無数の公開鍵 (= ウォレットの受け取りアドレス) を対応させられる公開・秘密鍵の生成方法です。どの公開鍵への入金も、最終的には同じ秘密鍵に着金し、同じ秘密鍵で支払うことができます。" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "取引をより速く完了させたい場合は、未承認の取引を削除し、手数料を上げて再試行してください。" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/ko-KR/messages.po b/packages/wallets/src/locales/ko-KR/messages.po index f5cd1c63e9..8c1fd2521e 100644 --- a/packages/wallets/src/locales/ko-KR/messages.po +++ b/packages/wallets/src/locales/ko-KR/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/nl-NL/messages.po b/packages/wallets/src/locales/nl-NL/messages.po index 9560d74791..b094db4bab 100644 --- a/packages/wallets/src/locales/nl-NL/messages.po +++ b/packages/wallets/src/locales/nl-NL/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/no-NO/messages.po b/packages/wallets/src/locales/no-NO/messages.po index 531c224acf..177d980d2c 100644 --- a/packages/wallets/src/locales/no-NO/messages.po +++ b/packages/wallets/src/locales/no-NO/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/pl-PL/messages.po b/packages/wallets/src/locales/pl-PL/messages.po index e0d30db754..c204dbc863 100644 --- a/packages/wallets/src/locales/pl-PL/messages.po +++ b/packages/wallets/src/locales/pl-PL/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/pt-BR/messages.po b/packages/wallets/src/locales/pt-BR/messages.po index 4f7d1dcd4e..2038d30c34 100644 --- a/packages/wallets/src/locales/pt-BR/messages.po +++ b/packages/wallets/src/locales/pt-BR/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/pt-PT/messages.po b/packages/wallets/src/locales/pt-PT/messages.po index ca570d1849..3d428ac355 100644 --- a/packages/wallets/src/locales/pt-PT/messages.po +++ b/packages/wallets/src/locales/pt-PT/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/ro-RO/messages.po b/packages/wallets/src/locales/ro-RO/messages.po index b1c13d0254..3346d409ea 100644 --- a/packages/wallets/src/locales/ro-RO/messages.po +++ b/packages/wallets/src/locales/ro-RO/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/ru-RU/messages.po b/packages/wallets/src/locales/ru-RU/messages.po index 6c95eec8f2..3447dc86aa 100644 --- a/packages/wallets/src/locales/ru-RU/messages.po +++ b/packages/wallets/src/locales/ru-RU/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD или иерархические детерминированные ключи - это тип открытой схемы ключ/закрытого ключа, в которой один закрытый ключ может иметь почти бесконечное количество различных открытых ключей (и поэтому прием адресов), которые в конечном итоге будут возвращаться и расходоваться одним приватным ключом." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/sk-SK/messages.po b/packages/wallets/src/locales/sk-SK/messages.po index e4ec35511e..5f85c973e5 100644 --- a/packages/wallets/src/locales/sk-SK/messages.po +++ b/packages/wallets/src/locales/sk-SK/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD alebo Hierarchické Deterministické kľúče sú typ schémy verejného kľúča/súkromného kľúča, kde jeden súkromný kľúč môže mať takmer nekonečný počet rôznych verejných kľúčov (a tým pádom adries pre príjem do peňaženky), ktoré sa nakoniec vrátia k jedinému súkromnému kľúču a budú z neho utratiteľné." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/sq-AL/messages.po b/packages/wallets/src/locales/sq-AL/messages.po index d771e064b0..5168a81bc4 100644 --- a/packages/wallets/src/locales/sq-AL/messages.po +++ b/packages/wallets/src/locales/sq-AL/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/sv-SE/messages.po b/packages/wallets/src/locales/sv-SE/messages.po index a3fd23066f..494eec4399 100644 --- a/packages/wallets/src/locales/sv-SE/messages.po +++ b/packages/wallets/src/locales/sv-SE/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sv_SE\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "\"HD\" eller Hierarkiska Deterministiska nycklar är en typ av schema med publik nyckel/privat nyckel där en privat nyckel kan ha ett nästan oändligt antal olika publika nycklar (och därigenom mottagaradresser i plånboken) som alla i slutänden kan härledas tillbaka till och är spenderbara med en och samma privata nyckel." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "Om du vill påskynda transaktionen, ta bort obekräftade transaktioner och försök igen med en högre avgift." @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "Mottagaren av denna transaktion måste ha giltiga autentiseringsuppgifter för att kunna göra anspråk på de skickade tillgångarna. Se CR CAT-begränsningarna ovan." #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "Transaktionen kunde inte omedelbart läggas till i mempoolen eftersom den angivna avgiften är för låg. Transaktionen kommer att återställas med jämna mellanrum, och kan komma att inkluderas i mempoolen när avgifterna är lägre, eller om utrymme blir tillgängligt." @@ -666,8 +664,7 @@ msgstr "Transaktionen kunde inte omedelbart läggas till i mempoolen eftersom de #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "Du har denna verifierbara autentiseringsuppgift från rätt auktoriserad #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "Den lista du klistrat in är inte en giltig minnesfras med {mnemonicWordCount} ord." + diff --git a/packages/wallets/src/locales/tr-TR/messages.po b/packages/wallets/src/locales/tr-TR/messages.po index 1ddef4800d..335ce32dd3 100644 --- a/packages/wallets/src/locales/tr-TR/messages.po +++ b/packages/wallets/src/locales/tr-TR/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/uk-UA/messages.po b/packages/wallets/src/locales/uk-UA/messages.po index 166509d3b5..67eadf9d2c 100644 --- a/packages/wallets/src/locales/uk-UA/messages.po +++ b/packages/wallets/src/locales/uk-UA/messages.po @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD або ієрархічні детерміновані ключі - це тип відкритої схеми ключ/закритого ключа, в якій один закритий ключ може мати майже нескінченну кількість різних відкритих ключів (і адреси для прийому), які зрештою повертатимуться і витрачатимуться одним приватним ключем." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -666,8 +664,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -809,3 +806,4 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" + diff --git a/packages/wallets/src/locales/zh-CN/messages.po b/packages/wallets/src/locales/zh-CN/messages.po index 0f5d9cf249..83e5ba4056 100644 --- a/packages/wallets/src/locales/zh-CN/messages.po +++ b/packages/wallets/src/locales/zh-CN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh_CN\n" "Project-Id-Version: 1263bc1f20e1271bda78e84d2f4a6562\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-03-03 00:04\n" +"PO-Revision-Date: 2024-03-10 00:04\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -325,8 +325,7 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD(分层确定性)密钥是一种公钥/私钥方案,其中一个私钥可以有几乎无限数量的不同公钥(因此也有多个钱包接收地址),而所有这些地址最终都可以由单个私钥进行支出。" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "如果希望加快交易速度,请删除未确认的交易,并使用更高的手续费重试。" @@ -655,8 +654,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "交易的接收方将需要有效的凭证才能领取发送的资产。请参阅上面的CR CAT限制。" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "由于指定的手续费过低,该交易无法立即添加到内存池中。该交易将定期重试,并在要求的手续费变低或内存池空间可用时被添加到内存池中。" @@ -666,8 +664,7 @@ msgstr "由于指定的手续费过低,该交易无法立即添加到内存池 #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "这笔交易暂未添加到内存池中,因为它与内存池中已有的一笔或多笔交易存在冲突。交易将会定期重试,如果冲突的交易被移除,则这笔交易可能会添加到内存池中。" @@ -809,3 +806,4 @@ msgstr "您拥有来自正确授权提供者的这个可验证证件" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "粘贴列表中未包含 {mnemonicWordCount} 个有效助记词。" + diff --git a/packages/wallets/src/locales/zh-TW/messages.po b/packages/wallets/src/locales/zh-TW/messages.po index 8d7f8174b2..d00eab7c4c 100644 --- a/packages/wallets/src/locales/zh-TW/messages.po +++ b/packages/wallets/src/locales/zh-TW/messages.po @@ -322,13 +322,11 @@ msgstr "來自:" #: src/components/WalletReceiveAddress.tsx:32 msgid "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." -msgstr "" -"HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key.\n" +msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key.\n" "一個私鑰可以分成幾乎無限數量的不同公鑰(指錢包地址),這些不同的公鑰(指錢包地址)都將回歸到同一個私鑰。" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "" -"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -657,8 +655,7 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "交易的接收方將需要有效的憑證才能領取發送的資產。請參閱上面的CR CAT限制。" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "" -"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -668,8 +665,7 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "" -"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -811,3 +807,4 @@ msgstr "你擁有來自正確的授權提供者的這個可驗證證件" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "您貼上的列表中不包含 {mnemonicWordCount} 個有效的助記詞詞語。" + From 7ecb2a95ffa4bc45baf4993c6809d1e53829f12f Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Sun, 10 Mar 2024 00:08:29 +0000 Subject: [PATCH 03/43] Compiled Translations --- packages/core/src/locales/ar-SA/messages.po | 1 - packages/core/src/locales/be-BY/messages.po | 1 - packages/core/src/locales/bg-BG/messages.po | 1 - packages/core/src/locales/ca-ES/messages.po | 1 - packages/core/src/locales/cs-CZ/messages.po | 1 - packages/core/src/locales/da-DK/messages.po | 1 - packages/core/src/locales/de-DE/messages.po | 4 +- packages/core/src/locales/el-GR/messages.po | 1 - packages/core/src/locales/en-AU/messages.po | 1 - packages/core/src/locales/en-NZ/messages.po | 1 - packages/core/src/locales/en-PT/messages.po | 1 - packages/core/src/locales/en-US/messages.po | 1 - packages/core/src/locales/es-AR/messages.po | 1 - packages/core/src/locales/es-ES/messages.po | 1 - packages/core/src/locales/es-MX/messages.po | 1 - packages/core/src/locales/fa-IR/messages.po | 4 +- packages/core/src/locales/fi-FI/messages.js | 2 +- packages/core/src/locales/fi-FI/messages.po | 1 - packages/core/src/locales/fr-FR/messages.po | 1 - packages/core/src/locales/hr-HR/messages.po | 1 - packages/core/src/locales/hu-HU/messages.po | 1 - packages/core/src/locales/id-ID/messages.po | 1 - packages/core/src/locales/it-IT/messages.po | 1 - packages/core/src/locales/ja-JP/messages.po | 1 - packages/core/src/locales/ko-KR/messages.po | 1 - packages/core/src/locales/nl-NL/messages.po | 1 - packages/core/src/locales/no-NO/messages.po | 1 - packages/core/src/locales/pl-PL/messages.po | 1 - packages/core/src/locales/pt-BR/messages.po | 1 - packages/core/src/locales/pt-PT/messages.po | 1 - packages/core/src/locales/ro-RO/messages.po | 1 - packages/core/src/locales/ru-RU/messages.po | 1 - packages/core/src/locales/sk-SK/messages.po | 1 - packages/core/src/locales/sq-AL/messages.po | 1 - packages/core/src/locales/sv-SE/messages.po | 1 - packages/core/src/locales/tr-TR/messages.po | 1 - packages/core/src/locales/uk-UA/messages.po | 1 - packages/core/src/locales/zh-CN/messages.po | 1 - packages/core/src/locales/zh-TW/messages.po | 1 - packages/gui/src/locales/ar-SA/messages.po | 7 +- packages/gui/src/locales/be-BY/messages.po | 7 +- packages/gui/src/locales/bg-BG/messages.po | 7 +- packages/gui/src/locales/ca-ES/messages.po | 7 +- packages/gui/src/locales/cs-CZ/messages.po | 7 +- packages/gui/src/locales/da-DK/messages.po | 7 +- packages/gui/src/locales/de-DE/messages.po | 10 +- packages/gui/src/locales/el-GR/messages.po | 7 +- packages/gui/src/locales/en-AU/messages.po | 13 +- packages/gui/src/locales/en-NZ/messages.po | 13 +- packages/gui/src/locales/en-PT/messages.po | 7 +- packages/gui/src/locales/en-US/messages.po | 13 +- packages/gui/src/locales/es-AR/messages.po | 7 +- packages/gui/src/locales/es-ES/messages.po | 7 +- packages/gui/src/locales/es-MX/messages.po | 7 +- packages/gui/src/locales/fa-IR/messages.po | 13 +- packages/gui/src/locales/fi-FI/messages.po | 13 +- packages/gui/src/locales/fr-FR/messages.po | 13 +- packages/gui/src/locales/hr-HR/messages.po | 7 +- packages/gui/src/locales/hu-HU/messages.po | 7 +- packages/gui/src/locales/id-ID/messages.po | 7 +- packages/gui/src/locales/it-IT/messages.po | 7 +- packages/gui/src/locales/ja-JP/messages.po | 10 +- packages/gui/src/locales/ko-KR/messages.po | 7 +- packages/gui/src/locales/nl-NL/messages.po | 7 +- packages/gui/src/locales/no-NO/messages.po | 7 +- packages/gui/src/locales/pl-PL/messages.po | 7 +- packages/gui/src/locales/pt-BR/messages.po | 7 +- packages/gui/src/locales/pt-PT/messages.po | 7 +- packages/gui/src/locales/ro-RO/messages.po | 7 +- packages/gui/src/locales/ru-RU/messages.po | 159 ++++++++++++------ packages/gui/src/locales/sk-SK/messages.po | 13 +- packages/gui/src/locales/sq-AL/messages.po | 7 +- packages/gui/src/locales/sv-SE/messages.po | 7 +- packages/gui/src/locales/tr-TR/messages.po | 7 +- packages/gui/src/locales/uk-UA/messages.po | 7 +- packages/gui/src/locales/zh-CN/messages.po | 13 +- packages/gui/src/locales/zh-TW/messages.po | 7 +- .../wallets/src/locales/ar-SA/messages.po | 10 +- .../wallets/src/locales/be-BY/messages.po | 10 +- .../wallets/src/locales/bg-BG/messages.po | 13 +- .../wallets/src/locales/ca-ES/messages.po | 10 +- .../wallets/src/locales/cs-CZ/messages.po | 10 +- .../wallets/src/locales/da-DK/messages.po | 10 +- .../wallets/src/locales/de-DE/messages.po | 10 +- .../wallets/src/locales/el-GR/messages.po | 10 +- .../wallets/src/locales/en-AU/messages.po | 10 +- .../wallets/src/locales/en-NZ/messages.po | 10 +- .../wallets/src/locales/en-PT/messages.po | 10 +- .../wallets/src/locales/en-US/messages.po | 10 +- .../wallets/src/locales/es-AR/messages.po | 10 +- .../wallets/src/locales/es-ES/messages.po | 10 +- .../wallets/src/locales/es-MX/messages.po | 10 +- .../wallets/src/locales/fa-IR/messages.po | 10 +- .../wallets/src/locales/fi-FI/messages.js | 2 +- .../wallets/src/locales/fi-FI/messages.po | 10 +- .../wallets/src/locales/fr-FR/messages.po | 10 +- .../wallets/src/locales/hr-HR/messages.po | 10 +- .../wallets/src/locales/hu-HU/messages.po | 13 +- .../wallets/src/locales/id-ID/messages.po | 10 +- .../wallets/src/locales/it-IT/messages.po | 10 +- .../wallets/src/locales/ja-JP/messages.po | 10 +- .../wallets/src/locales/ko-KR/messages.po | 10 +- .../wallets/src/locales/nl-NL/messages.po | 10 +- .../wallets/src/locales/no-NO/messages.po | 10 +- .../wallets/src/locales/pl-PL/messages.po | 10 +- .../wallets/src/locales/pt-BR/messages.po | 10 +- .../wallets/src/locales/pt-PT/messages.po | 10 +- .../wallets/src/locales/ro-RO/messages.po | 10 +- .../wallets/src/locales/ru-RU/messages.po | 10 +- .../wallets/src/locales/sk-SK/messages.po | 10 +- .../wallets/src/locales/sq-AL/messages.po | 10 +- .../wallets/src/locales/sv-SE/messages.po | 10 +- .../wallets/src/locales/tr-TR/messages.po | 10 +- .../wallets/src/locales/uk-UA/messages.po | 10 +- .../wallets/src/locales/zh-CN/messages.po | 10 +- .../wallets/src/locales/zh-TW/messages.po | 13 +- 116 files changed, 530 insertions(+), 379 deletions(-) diff --git a/packages/core/src/locales/ar-SA/messages.po b/packages/core/src/locales/ar-SA/messages.po index 9e8bff0d2a..6751fe161d 100644 --- a/packages/core/src/locales/ar-SA/messages.po +++ b/packages/core/src/locales/ar-SA/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/be-BY/messages.po b/packages/core/src/locales/be-BY/messages.po index 0a2030e5af..4bd0a7bf41 100644 --- a/packages/core/src/locales/be-BY/messages.po +++ b/packages/core/src/locales/be-BY/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/bg-BG/messages.po b/packages/core/src/locales/bg-BG/messages.po index 87d9939fd8..f5a28c2609 100644 --- a/packages/core/src/locales/bg-BG/messages.po +++ b/packages/core/src/locales/bg-BG/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/ca-ES/messages.po b/packages/core/src/locales/ca-ES/messages.po index 5c72b94f44..6c9e2f458b 100644 --- a/packages/core/src/locales/ca-ES/messages.po +++ b/packages/core/src/locales/ca-ES/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/cs-CZ/messages.po b/packages/core/src/locales/cs-CZ/messages.po index e1ad48201e..80703d286c 100644 --- a/packages/core/src/locales/cs-CZ/messages.po +++ b/packages/core/src/locales/cs-CZ/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Vaše klíče nebyly migrovány do nové klíčenky. Nebudete schopni vytvářet nové klíče nebo odstraňovat staré, dokud nedokončíte migraci. Přejete si migrovat klíče nyní?" - diff --git a/packages/core/src/locales/da-DK/messages.po b/packages/core/src/locales/da-DK/messages.po index eed161de83..bc982d1d39 100644 --- a/packages/core/src/locales/da-DK/messages.po +++ b/packages/core/src/locales/da-DK/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/de-DE/messages.po b/packages/core/src/locales/de-DE/messages.po index b917c27f17..0cfd176ffd 100644 --- a/packages/core/src/locales/de-DE/messages.po +++ b/packages/core/src/locales/de-DE/messages.po @@ -144,7 +144,8 @@ msgstr "Key mit Fingerabdruck {fingerprint} löschen" #: src/screens/SelectKey/SelectKey.tsx:133 msgid "Deleting all keys will permanently remove the keys from your computer, make sure you have backups. Are you sure you want to continue?" -msgstr "Alle Schlüssel löschen entfernt alle Schlüssel unwiederbringlich vom Computer. \n" +msgstr "" +"Alle Schlüssel löschen entfernt alle Schlüssel unwiederbringlich vom Computer. \n" "Das Erstellen einer Sicherungskopie wird empfohlen!\n" "Bist du sicher, dass du mit dem Löschen fortfahren möchtest?" @@ -574,4 +575,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/el-GR/messages.po b/packages/core/src/locales/el-GR/messages.po index 4e68ad3cd2..05b73893c0 100644 --- a/packages/core/src/locales/el-GR/messages.po +++ b/packages/core/src/locales/el-GR/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/en-AU/messages.po b/packages/core/src/locales/en-AU/messages.po index 9391763d79..cca3760892 100644 --- a/packages/core/src/locales/en-AU/messages.po +++ b/packages/core/src/locales/en-AU/messages.po @@ -572,4 +572,3 @@ msgstr "Your Current Version:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" - diff --git a/packages/core/src/locales/en-NZ/messages.po b/packages/core/src/locales/en-NZ/messages.po index a667822a6d..64d888d4bf 100644 --- a/packages/core/src/locales/en-NZ/messages.po +++ b/packages/core/src/locales/en-NZ/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" - diff --git a/packages/core/src/locales/en-PT/messages.po b/packages/core/src/locales/en-PT/messages.po index 01e6cc3654..564a2e7d22 100644 --- a/packages/core/src/locales/en-PT/messages.po +++ b/packages/core/src/locales/en-PT/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/en-US/messages.po b/packages/core/src/locales/en-US/messages.po index 147aa42ffd..0e6bd065d2 100644 --- a/packages/core/src/locales/en-US/messages.po +++ b/packages/core/src/locales/en-US/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" - diff --git a/packages/core/src/locales/es-AR/messages.po b/packages/core/src/locales/es-AR/messages.po index cf6f436a73..b38cc96594 100644 --- a/packages/core/src/locales/es-AR/messages.po +++ b/packages/core/src/locales/es-AR/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/es-ES/messages.po b/packages/core/src/locales/es-ES/messages.po index 5b94099b13..425fae668b 100644 --- a/packages/core/src/locales/es-ES/messages.po +++ b/packages/core/src/locales/es-ES/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Sus claves no se han migrado a un nuevo conjunto de claves. No podrá crear claves nuevas ni eliminar claves existentes hasta que finalice la migración. ¿Le gustaría migrar sus claves ahora?" - diff --git a/packages/core/src/locales/es-MX/messages.po b/packages/core/src/locales/es-MX/messages.po index c35f4c6808..ba821e619c 100644 --- a/packages/core/src/locales/es-MX/messages.po +++ b/packages/core/src/locales/es-MX/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/fa-IR/messages.po b/packages/core/src/locales/fa-IR/messages.po index 0092210f83..7b9e64bd2b 100644 --- a/packages/core/src/locales/fa-IR/messages.po +++ b/packages/core/src/locales/fa-IR/messages.po @@ -144,7 +144,8 @@ msgstr "{fingerprint} حذف کلید" #: src/screens/SelectKey/SelectKey.tsx:133 msgid "Deleting all keys will permanently remove the keys from your computer, make sure you have backups. Are you sure you want to continue?" -msgstr "حذف همه کلیدها آنها را برای همیشه از روی رایانه شما حذف میکند، مطمئن شوید که نسخه پشتیبان دارید.\n" +msgstr "" +"حذف همه کلیدها آنها را برای همیشه از روی رایانه شما حذف میکند، مطمئن شوید که نسخه پشتیبان دارید.\n" " آیا مطمئنید که میخواهید ادامه دهید؟" #: src/screens/SelectKey/SelectKeyItem.tsx:106 @@ -573,4 +574,3 @@ msgstr "نسخه فعلی شما:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "کلیدهای شما به یک کلید جدید تا زمانیکه انتقال کامل نشود، منتقل نشده است. نمیتوانید کلیدهای جدید ایجاد کنید یا کلیدهای موجود را حذف کنید. آیا میخواهید کلیدهای خود را اکنون انتقال دهید؟" - diff --git a/packages/core/src/locales/fi-FI/messages.js b/packages/core/src/locales/fi-FI/messages.js index a2d8e8d89b..3018416f24 100644 --- a/packages/core/src/locales/fi-FI/messages.js +++ b/packages/core/src/locales/fi-FI/messages.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"1hZFVs\":\"(>5 min)\",\"x8qMgP\":[\"(~\",[\"selectedTime\"],\" min)\"],\"Vz+B79\":[[\"0\",\"plural\",{\"one\":\"mojo\",\"other\":\"mojoa\"}]],\"ymf8PY\":[[\"minPassphraseLength\",\"plural\",{\"one\":[\"Salasanojen on oltava vähintään \",\"#\",\" merkki pituudeltaan\"],\"other\":[\"Salasanojen on oltava vähintään \",\"#\",\" merkkiä pituudeltaan\"]}]],\"D4Fysr\":\"Uusi versio Chiasta on saatavilla!\",\"pHwXUV\":\"Lisää Ikoni\",\"XyAmgg\":\"Lisää Lompakko\",\"hehnjM\":\"Summa\",\"aAIQg2\":\"Ulkoasu\",\"5xA48q\":\"Oletko varma, että haluat jatkaa? Kirjoita tämän lompakon sormenjälki vahvistaaksesi poistamisen.\",\"iH8pgl\":\"Takaisin\",\"dEgA5A\":\"Peru\",\"WMCwmR\":\"Tarkista päivitykset\",\"RTyFT2\":\"Tarkistetaan päivityksiä...\",\"hva9Hs\":[\"Chia \",[\"latestVersion\"],\" on tällä hetkellä uusin versio.\"],\"aBy9ta\":\"Chia-sovelluksen Versio:\",\"yz7wBu\":\"Sulje\",\"QHcLEN\":\"Yhdistetty\",\"6V3Ea3\":\"Kopioitu\",\"RTxUjI\":\"Kopioi Leikepöydälle\",\"zuFu16\":\"Create a new private key\",\"TmpHv5\":\"Luo uusi lompakon avain\",\"AuSKC3\":\"Luo uusi lompakon avain päästäksesi alkuun Chian kanssa.\",\"8faOjQ\":\"Luo Uusi\",\"pvnfJD\":\"Tumma\",\"cnGeoo\":\"Poista\",\"N/zU3D\":\"Poista kaikki avaimet\",\"ULTyyl\":\"Poista Kaikki Avaimet\",\"meKObD\":[\"Poista avain \",[\"fingerprint\"]],\"ZZqRDO\":\"Avainten poisto poistaa ne tietokoneeltasi. Varmista että sinulla on varmuuskopio. Haluatko jatkaa?\",\"URmyfc\":\"Lisätiedot\",\"cO9+2L\":\"Poista Käytöstä\",\"SJnIJM\":\"Poista Salasanasuojaus Käytöstä\",\"bzSI52\":\"Hylkää\",\"mzI/c+\":\"Lataa\",\"SlfejT\":\"Virhe\",\"4BITzH\":\"Virhe:\",\"zO1gmR\":\"Poistu\",\"/lDBHm\":\"UKK\",\"H7spup\":\"Farmarin julkinen avain\",\"uR0aok\":\"Farmarin julkinen avain:\",\"cIsyes\":\"Farmarointi\",\"PLUB/s\":\"Maksu\",\"Y7sUms\":\"Sormenjälki ei täsmää\",\"F7G/TS\":\"Usein Kysytyt Kysymykset\",\"B6JcDL\":\"Siirry Lataussivulle\",\"c3XJ18\":\"Apuja\",\"sg/lRs\":\"Auta kääntämisessä\",\"vLyv1R\":\"Piilota\",\"9aHqty\":\"Piilota Lisävalinnat\",\"4WLV0r\":\"Tuo Olemassaoleva\",\"hrwyLa\":\"Import from Mnemonics (12 or 24 words)\",\"Qn/F4f\":\"Virheellinen arvo\",\"vXIe7J\":\"Kieli\",\"L493i/\":\"Viimeisin Versio:\",\"1njn7W\":\"Vaalea\",\"1u9je+\":[\"Todennäköisesti \",[\"0\"],\" sekunnissa\"],\"ZWzkEr\":[\"Todennäköisesti \",[\"minutes\"],\" minuutissa\"],\"futFyg\":\"Todennäköisesti >5 minuutissa\",\"se/XvF\":\"Ladataan lisätietoja\",\"NZdZtz\":\"Ladataan avaimia\",\"PV+bVa\":\"Loading list of the keys\",\"paehRh\":\"Log Out\",\"nOhz3x\":\"Logout\",\"y5rS9U\":\"Siirrä\",\"blkZ0A\":\"Siirto vaaditaan\",\"zz/Wd/\":\"Tila\",\"FGyIVZ\":\"ÄLÄ KOSKAAN JAA NÄITÄ KENELLEKÄÄN\",\"x2xCEX\":\"Uusi salasana on sama kuin nykyinen salasana\",\"jtkUF9\":[\"Uusi versio \",[\"latestVersion\"],\" saatavilla\"],\"kZoZl6\":\"Tuotu avain, ei 24 muistisanaa.\",\"S33tz3\":\"Ei yhteyttä\",\"swfAWJ\":\"Not Synced\",\"zga9sT\":\"OK\",\"r9vw5O\":\"Avaa mahdollisuuksien maailma.\",\"kJCHR6\":\"Poolin Julkinen Avain\",\"l2g790\":\"Poolin julkinen avain:\",\"CvVuH+\":[\"Yksityinen avain \",[\"fingerprint\"]],\"kVwasa\":\"Yksityinen avain:\",\"z1Vlg/\":\"Julkinen avain\",\"w7FjgX\":\"Julkinen avain:\",\"ofUcbc\":\"Satunnainen\",\"WkVBw+\":\"Suositeltu arvo: 0.000005\",\"rwWjWg\":\"Version Muutokset\",\"3kCujM\":\"Uudelleenkäynnistä Sovellus\",\"S0UOEO\":\"Poista Kuvake\",\"2wxgft\":\"Nimeä uudelleen\",\"VL3117\":\"Raportoi Ongelma\",\"DzKAN8\":\"Näytä\",\"tfDRzk\":\"Tallenna\",\"A1taO8\":\"Etsi\",\"E7bgrN\":\"Salainen avain\",\"vJb1IT\":\"Avainsanat\",\"+ylpgu\":\"Siemenarvo:\",\"n+n+8Y\":\"Select Key\",\"O/7I0o\":\"Valitse...\",\"LDzfVJ\":\"Lähetä palautetta\",\"BiSySj\":\"Salasanan asettaminen on erittäin suositeltavaa avaimien suojaamiseksi. Oletko varma, että haluat ohittaa salasanan asettamisen?\",\"Tz0i8g\":\"Asetukset\",\"PUO6ed\":\"Näytä Lisävalinnat\",\"n1ekoW\":\"Sign In\",\"6Uau97\":\"Ohita\",\"HA3sM+\":\"Ohita Salasanalauseiden Suojaus\",\"nwtY4N\":\"Jokin meni pieleen\",\"N2FcBE\":\"Synced\",\"EHu0x2\":\"Syncing\",\"6g6WuG\":\"Annettu salasana ja vahvistus eivät täsmää\",\"JaTyma\":\"Varoitus: Tätä avainta käytetään lompakossa, jossa voi olla saldoa. Poistamalla tämän avaimen voit menettää pääsyn tähän lompakkoon\",\"OHjF3s\":\"Varoitus: tätä avainta käytetään farmarin palkinto-osoitteeseen. Poistamalla tämän avaimen voit menettää pääsyn tuleviin farmaripalkkioihin\",\"9Cee2e\":\"Varoitus: tätä avainta käytetään poolin palkinto-osoitteeseen. Poistamalla tämän avaimen voit menettää pääsyn tuleviin poolipalkkioihin\",\"aR0+N0\":\"Tämä poistaa avaimen pysyvästi tietokoneeltasi, varmista, että sinulla on mnemoninen lause varmuuskopioitu.\",\"GeD1cF\":[\"Transaction has been sent to a full node and is pending inclusion into the mempool. \",[\"0\"]],\"ClFkb8\":\"Transaktioita ei ole vielä lähetetty noodiin\",\"R3/TUc\":[\"Transaction has been sent to a full node and is pending inclusion into the mempool. \",[\"0\"]],\"8C0mqM\":\"Transaktio on onnistuneesti lähetetty noodille ja sisällytetty mempooliin.\",\"qJb6G2\":\"Yritä uudelleen\",\"hQuAt5\":\"Avaimia ei voi ladata\",\"uSyNqq\":\"Unable to load the list of the keys\",\"Ef7StM\":\"Tuntematon\",\"E+4PpT\":\"Tallentamattomia muutoksia\",\"CdYgmX\":\"Salasanan asettaminen on erittäin suositeltavaa avaimien suojaamiseksi. Oletko varma, että haluat ohittaa salasanan asettamisen?\",\"RrKn34\":\"Arvo vaikuttaa suurelta\",\"sb9Y58\":\"Lompakot\",\"Y6unKz\":[\"Lompakko \",[\"0\"]],\"YND/Oq\":\"Lompakon Sormenjälki\",\"Q+Zog9\":\"Lompakon Avaimet\",\"kZbfW/\":\"Welcome to Chia. Please log in with an existing key, or create a new key.\",\"U4uzyV\":\"Mitä Uutta\",\"tarSJQ\":\"Olet tehnyt muutoksia. Haluatko hylätä ne?\",\"Ekblrc\":\"Olet ajan tasalla\",\"+sV+6K\":\"Tämänhetkinen Versio:\",\"JeC7xq\":\"Avaimiasi ei ole siirretty uuteen avainrenkaaseen. Et voi luoda uusia avaimia tai poistaa olemassa olevia avaimia ennen kuin siirto on tehty. Haluatko siirtää avaimesi nyt?\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"1hZFVs\":\"(>5 min)\",\"x8qMgP\":[\"(~\",[\"selectedTime\"],\" min)\"],\"Vz+B79\":[[\"0\",\"plural\",{\"one\":\"mojo\",\"other\":\"mojoa\"}]],\"ymf8PY\":[[\"minPassphraseLength\",\"plural\",{\"one\":[\"Salasanojen on oltava vähintään \",\"#\",\" merkki pituudeltaan\"],\"other\":[\"Salasanojen on oltava vähintään \",\"#\",\" merkkiä pituudeltaan\"]}]],\"D4Fysr\":\"Uusi versio Chiasta on saatavilla!\",\"pHwXUV\":\"Lisää Ikoni\",\"XyAmgg\":\"Lisää Lompakko\",\"hehnjM\":\"Summa\",\"aAIQg2\":\"Ulkoasu\",\"5xA48q\":\"Oletko varma, että haluat jatkaa? Kirjoita tämän lompakon sormenjälki vahvistaaksesi poistamisen.\",\"iH8pgl\":\"Takaisin\",\"dEgA5A\":\"Peru\",\"WMCwmR\":\"Tarkista päivitykset\",\"RTyFT2\":\"Tarkistetaan päivityksiä...\",\"hva9Hs\":[\"Chia \",[\"latestVersion\"],\" on tällä hetkellä uusin versio.\"],\"aBy9ta\":\"Chia-sovelluksen Versio:\",\"yz7wBu\":\"Sulje\",\"QHcLEN\":\"Yhdistetty\",\"6V3Ea3\":\"Kopioitu\",\"RTxUjI\":\"Kopioi Leikepöydälle\",\"zuFu16\":\"Create a new private key\",\"TmpHv5\":\"Luo uusi lompakon avain\",\"AuSKC3\":\"Luo uusi lompakon avain päästäksesi alkuun Chian kanssa.\",\"8faOjQ\":\"Luo Uusi\",\"pvnfJD\":\"Tumma\",\"cnGeoo\":\"Poista\",\"N/zU3D\":\"Poista kaikki avaimet\",\"ULTyyl\":\"Poista Kaikki Avaimet\",\"meKObD\":[\"Poista avain \",[\"fingerprint\"]],\"ZZqRDO\":\"Avainten poisto poistaa ne tietokoneeltasi. Varmista että sinulla on varmuuskopio. Haluatko jatkaa?\",\"URmyfc\":\"Lisätiedot\",\"cO9+2L\":\"Poista Käytöstä\",\"SJnIJM\":\"Poista Salasanasuojaus Käytöstä\",\"bzSI52\":\"Hylkää\",\"mzI/c+\":\"Lataa\",\"SlfejT\":\"Virhe\",\"4BITzH\":\"Virhe:\",\"zO1gmR\":\"Poistu\",\"/lDBHm\":\"UKK\",\"H7spup\":\"Farmarin julkinen avain\",\"uR0aok\":\"Farmarin julkinen avain:\",\"cIsyes\":\"Farmarointi\",\"PLUB/s\":\"Maksu\",\"Y7sUms\":\"Sormenjälki ei täsmää\",\"F7G/TS\":\"Usein Kysytyt Kysymykset\",\"B6JcDL\":\"Siirry Lataussivulle\",\"c3XJ18\":\"Apuja\",\"sg/lRs\":\"Auta kääntämisessä\",\"vLyv1R\":\"Piilota\",\"9aHqty\":\"Piilota Lisävalinnat\",\"4WLV0r\":\"Tuo Olemassaoleva\",\"hrwyLa\":\"Import from Mnemonics (12 or 24 words)\",\"Qn/F4f\":\"Virheellinen arvo\",\"vXIe7J\":\"Kieli\",\"L493i/\":\"Viimeisin Versio:\",\"1njn7W\":\"Vaalea\",\"1u9je+\":[\"Todennäköisesti \",[\"0\"],\" sekunnissa\"],\"ZWzkEr\":[\"Todennäköisesti \",[\"minutes\"],\" minuutissa\"],\"futFyg\":\"Todennäköisesti >5 minuutissa\",\"se/XvF\":\"Ladataan lisätietoja\",\"NZdZtz\":\"Ladataan avaimia\",\"PV+bVa\":\"Loading list of the keys\",\"paehRh\":\"Log Out\",\"nOhz3x\":\"Logout\",\"y5rS9U\":\"Siirrä\",\"blkZ0A\":\"Siirto vaaditaan\",\"zz/Wd/\":\"Tila\",\"FGyIVZ\":\"ÄLÄ KOSKAAN JAA NÄITÄ KENELLEKÄÄN\",\"x2xCEX\":\"Uusi salasana on sama kuin nykyinen salasana\",\"jtkUF9\":[\"Uusi versio \",[\"latestVersion\"],\" saatavilla\"],\"kZoZl6\":\"Tuotu avain, ei 24 muistisanaa.\",\"S33tz3\":\"Ei yhteyttä\",\"swfAWJ\":\"Not Synced\",\"zga9sT\":\"OK\",\"r9vw5O\":\"Avaa mahdollisuuksien maailma.\",\"kJCHR6\":\"Poolin Julkinen Avain\",\"l2g790\":\"Poolin julkinen avain:\",\"CvVuH+\":[\"Yksityinen avain \",[\"fingerprint\"]],\"kVwasa\":\"Yksityinen avain:\",\"z1Vlg/\":\"Julkinen avain\",\"w7FjgX\":\"Julkinen avain:\",\"ofUcbc\":\"Satunnainen\",\"WkVBw+\":\"Suositeltu arvo: 0.000005\",\"rwWjWg\":\"Version Muutokset\",\"3kCujM\":\"Uudelleenkäynnistä Sovellus\",\"S0UOEO\":\"Poista Kuvake\",\"2wxgft\":\"Nimeä uudelleen\",\"VL3117\":\"Raportoi Ongelma\",\"DzKAN8\":\"Näytä\",\"tfDRzk\":\"Tallenna\",\"A1taO8\":\"Etsi\",\"E7bgrN\":\"Salainen avain\",\"vJb1IT\":\"Avainsanat\",\"+ylpgu\":\"Siemenarvo:\",\"n+n+8Y\":\"Select Key\",\"O/7I0o\":\"Valitse...\",\"LDzfVJ\":\"Lähetä palautetta\",\"BiSySj\":\"Salasanan asettaminen on erittäin suositeltavaa avaimien suojaamiseksi. Oletko varma, että haluat ohittaa salasanan asettamisen?\",\"Tz0i8g\":\"Asetukset\",\"PUO6ed\":\"Näytä Lisävalinnat\",\"n1ekoW\":\"Sign In\",\"6Uau97\":\"Ohita\",\"HA3sM+\":\"Ohita Salasanalauseiden Suojaus\",\"nwtY4N\":\"Jokin meni pieleen\",\"N2FcBE\":\"Synced\",\"EHu0x2\":\"Syncing\",\"6g6WuG\":\"Annettu salasana ja vahvistus eivät täsmää\",\"JaTyma\":\"Varoitus: Tätä avainta käytetään lompakossa, jossa voi olla saldoa. Poistamalla tämän avaimen voit menettää pääsyn tähän lompakkoon\",\"OHjF3s\":\"Varoitus: tätä avainta käytetään farmarin palkinto-osoitteeseen. Poistamalla tämän avaimen voit menettää pääsyn tuleviin farmaripalkkioihin\",\"9Cee2e\":\"Varoitus: tätä avainta käytetään poolin palkinto-osoitteeseen. Poistamalla tämän avaimen voit menettää pääsyn tuleviin poolipalkkioihin\",\"aR0+N0\":\"Tämä poistaa avaimen pysyvästi tietokoneeltasi, varmista, että sinulla on mnemoninen lause varmuuskopioitu.\",\"GeD1cF\":[\"Transaktio on lähetetty noodille ja odottaa sisällyttämistä mempooliin. \",[\"0\"]],\"ClFkb8\":\"Transaktioita ei ole vielä lähetetty noodiin\",\"R3/TUc\":[\"Transaction has been sent to a full node and is pending inclusion into the mempool. \",[\"0\"]],\"8C0mqM\":\"Transaktio on onnistuneesti lähetetty noodille ja sisällytetty mempooliin.\",\"qJb6G2\":\"Yritä uudelleen\",\"hQuAt5\":\"Avaimia ei voi ladata\",\"uSyNqq\":\"Unable to load the list of the keys\",\"Ef7StM\":\"Tuntematon\",\"E+4PpT\":\"Tallentamattomia muutoksia\",\"CdYgmX\":\"Salasanan asettaminen on erittäin suositeltavaa avaimien suojaamiseksi. Oletko varma, että haluat ohittaa salasanan asettamisen?\",\"RrKn34\":\"Arvo vaikuttaa suurelta\",\"sb9Y58\":\"Lompakot\",\"Y6unKz\":[\"Lompakko \",[\"0\"]],\"YND/Oq\":\"Lompakon Sormenjälki\",\"Q+Zog9\":\"Lompakon Avaimet\",\"kZbfW/\":\"Welcome to Chia. Please log in with an existing key, or create a new key.\",\"U4uzyV\":\"Mitä Uutta\",\"tarSJQ\":\"Olet tehnyt muutoksia. Haluatko hylätä ne?\",\"Ekblrc\":\"Olet ajan tasalla\",\"+sV+6K\":\"Tämänhetkinen Versio:\",\"JeC7xq\":\"Avaimiasi ei ole siirretty uuteen avainrenkaaseen. Et voi luoda uusia avaimia tai poistaa olemassa olevia avaimia ennen kuin siirto on tehty. Haluatko siirtää avaimesi nyt?\"}")}; \ No newline at end of file diff --git a/packages/core/src/locales/fi-FI/messages.po b/packages/core/src/locales/fi-FI/messages.po index df31ec6580..8427065431 100644 --- a/packages/core/src/locales/fi-FI/messages.po +++ b/packages/core/src/locales/fi-FI/messages.po @@ -572,4 +572,3 @@ msgstr "Tämänhetkinen Versio:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Avaimiasi ei ole siirretty uuteen avainrenkaaseen. Et voi luoda uusia avaimia tai poistaa olemassa olevia avaimia ennen kuin siirto on tehty. Haluatko siirtää avaimesi nyt?" - diff --git a/packages/core/src/locales/fr-FR/messages.po b/packages/core/src/locales/fr-FR/messages.po index 081ce68926..b3a6734463 100644 --- a/packages/core/src/locales/fr-FR/messages.po +++ b/packages/core/src/locales/fr-FR/messages.po @@ -572,4 +572,3 @@ msgstr "Votre version actuelle :" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Vos clés n'ont pas été migrées vers un nouveau trousseau de clés. Vous ne pourrez pas créer de nouvelles clés ou supprimer les clés existantes tant que la migration n'est pas terminée. Voulez-vous migrer vos clés maintenant ?" - diff --git a/packages/core/src/locales/hr-HR/messages.po b/packages/core/src/locales/hr-HR/messages.po index 939805b381..340e9e7e31 100644 --- a/packages/core/src/locales/hr-HR/messages.po +++ b/packages/core/src/locales/hr-HR/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/hu-HU/messages.po b/packages/core/src/locales/hu-HU/messages.po index 8ccfb8ea45..8ca65ec379 100644 --- a/packages/core/src/locales/hu-HU/messages.po +++ b/packages/core/src/locales/hu-HU/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Kulcsai nem kerültek át egy új kulcstartóra. A migráció befejezéséig nem tud új kulcsokat létrehozni vagy meglévő kulcsokat törölni. Szeretné most áttelepíteni a kulcsait?" - diff --git a/packages/core/src/locales/id-ID/messages.po b/packages/core/src/locales/id-ID/messages.po index 2202743653..5384e94665 100644 --- a/packages/core/src/locales/id-ID/messages.po +++ b/packages/core/src/locales/id-ID/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Kunci anda belum migrasi ke penyimpanan kunci baru. Anda tidak akan bisa membuat kunci baru atau menghapus kunci yang ada sampai dengan migrasi selesai. Apa anda mau migrasi kunci anda sekarang?" - diff --git a/packages/core/src/locales/it-IT/messages.po b/packages/core/src/locales/it-IT/messages.po index 502fe77412..fb618b8e15 100644 --- a/packages/core/src/locales/it-IT/messages.po +++ b/packages/core/src/locales/it-IT/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Le chiavi non sono state migrate ad un nuovo keyring. Non sarà possibile creare nuove chiavi o eliminare le chiavi esistenti fino al completamento della migrazione. Vuoi migrare le tue chiavi ora?" - diff --git a/packages/core/src/locales/ja-JP/messages.po b/packages/core/src/locales/ja-JP/messages.po index fbce33665a..32e228bcb5 100644 --- a/packages/core/src/locales/ja-JP/messages.po +++ b/packages/core/src/locales/ja-JP/messages.po @@ -572,4 +572,3 @@ msgstr "現在のバージョン:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "あなたの鍵は新しいキーリングに移行されていません。移行が完了するまで、鍵の新規作成、及び既存の鍵の削除が行えません。今すぐ鍵を移行しますか?" - diff --git a/packages/core/src/locales/ko-KR/messages.po b/packages/core/src/locales/ko-KR/messages.po index 3307def914..33ba97a874 100644 --- a/packages/core/src/locales/ko-KR/messages.po +++ b/packages/core/src/locales/ko-KR/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "키가 새 키링으로 마이그레이션되지 않았습니다. 마이그레이션이 완료될 때까지 새 키를 생성하거나 기존 키를 삭제할 수 없습니다. 지금 키를 마이그레이션하시겠습니까?" - diff --git a/packages/core/src/locales/nl-NL/messages.po b/packages/core/src/locales/nl-NL/messages.po index 10c3ecbfac..14ac46256a 100644 --- a/packages/core/src/locales/nl-NL/messages.po +++ b/packages/core/src/locales/nl-NL/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/no-NO/messages.po b/packages/core/src/locales/no-NO/messages.po index fbd62ba273..e2ab514920 100644 --- a/packages/core/src/locales/no-NO/messages.po +++ b/packages/core/src/locales/no-NO/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/pl-PL/messages.po b/packages/core/src/locales/pl-PL/messages.po index 80f8f94ddd..e51426f3ae 100644 --- a/packages/core/src/locales/pl-PL/messages.po +++ b/packages/core/src/locales/pl-PL/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Twoje klucze nie zostały zmigrowane na nowy pęk kluczy. Nie możesz utworzyć nowych kluczy lub usunąć istniejących kluczy do czasu zakończenia migracji. Czy chcesz teraz dokonać migracji kluczy?" - diff --git a/packages/core/src/locales/pt-BR/messages.po b/packages/core/src/locales/pt-BR/messages.po index 696831315f..f2cbbe34ad 100644 --- a/packages/core/src/locales/pt-BR/messages.po +++ b/packages/core/src/locales/pt-BR/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/pt-PT/messages.po b/packages/core/src/locales/pt-PT/messages.po index 4de079386d..3913ec9b4e 100644 --- a/packages/core/src/locales/pt-PT/messages.po +++ b/packages/core/src/locales/pt-PT/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/ro-RO/messages.po b/packages/core/src/locales/ro-RO/messages.po index a03cb128ea..d3cf65c234 100644 --- a/packages/core/src/locales/ro-RO/messages.po +++ b/packages/core/src/locales/ro-RO/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/ru-RU/messages.po b/packages/core/src/locales/ru-RU/messages.po index 415a3dba53..4c1f9c44be 100644 --- a/packages/core/src/locales/ru-RU/messages.po +++ b/packages/core/src/locales/ru-RU/messages.po @@ -572,4 +572,3 @@ msgstr "Ваша текущая версия:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Ваши ключи не были перенесены в новую систему ключей. Вы не сможете создавать новые ключи или удалять существующие ключи до тех пор, пока не завершится миграция. Хотите перенести ваши ключи сейчас?" - diff --git a/packages/core/src/locales/sk-SK/messages.po b/packages/core/src/locales/sk-SK/messages.po index 36137509fd..5a7e9dfa96 100644 --- a/packages/core/src/locales/sk-SK/messages.po +++ b/packages/core/src/locales/sk-SK/messages.po @@ -572,4 +572,3 @@ msgstr "Vaša aktuálna verzia:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Vaše kľúče zatiaľ neboli migrované do nového zväzku kľúčov. Kým sa migrácia nedokončí, nebudete môcť vytvárať nové kľúče ani odstraňovať existujúce kľúče. Chcete teraz migrovať svoje kľúče?" - diff --git a/packages/core/src/locales/sq-AL/messages.po b/packages/core/src/locales/sq-AL/messages.po index b4b9eb7375..9e27dff238 100644 --- a/packages/core/src/locales/sq-AL/messages.po +++ b/packages/core/src/locales/sq-AL/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "" - diff --git a/packages/core/src/locales/sv-SE/messages.po b/packages/core/src/locales/sv-SE/messages.po index a7193e8d45..d78bdfb814 100644 --- a/packages/core/src/locales/sv-SE/messages.po +++ b/packages/core/src/locales/sv-SE/messages.po @@ -572,4 +572,3 @@ msgstr "Din nuvarande version:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Dina nycklar har inte migrerats till en ny nyckelring. Du kommer inte att kunna skapa nya nycklar eller ta bort befintliga nycklar tills migreringen är klar. Vill du migrera nycklarna nu?" - diff --git a/packages/core/src/locales/tr-TR/messages.po b/packages/core/src/locales/tr-TR/messages.po index 47dd7078ac..26f6a2c62f 100644 --- a/packages/core/src/locales/tr-TR/messages.po +++ b/packages/core/src/locales/tr-TR/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Anahtarlarınız yeni anahtarlığa henüz taşınmadı. Taşınma işlemi bitmeden yeni bir anahtar veya var olan anahtarlarınız silme işlemini yapamazsınız. Anahtarlarınızı şimdi taşımak istiyor musunuz?" - diff --git a/packages/core/src/locales/uk-UA/messages.po b/packages/core/src/locales/uk-UA/messages.po index 0cc910722b..308b7f4b89 100644 --- a/packages/core/src/locales/uk-UA/messages.po +++ b/packages/core/src/locales/uk-UA/messages.po @@ -572,4 +572,3 @@ msgstr "" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "Ваші ключі не були перенесені до нової системи ключів. Ви не зможете створювати нові ключі або видаляти існуючі ключі, доки не завершиться міграція. Бажаєте перенести ваші ключі зараз?" - diff --git a/packages/core/src/locales/zh-CN/messages.po b/packages/core/src/locales/zh-CN/messages.po index c4bb859364..d9afe8f867 100644 --- a/packages/core/src/locales/zh-CN/messages.po +++ b/packages/core/src/locales/zh-CN/messages.po @@ -572,4 +572,3 @@ msgstr "当前的版本:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "密钥尚未迁移到新的密钥环。在迁移完成之前,将无法创建新的密钥或删除现有密钥。是否立即迁移密钥?" - diff --git a/packages/core/src/locales/zh-TW/messages.po b/packages/core/src/locales/zh-TW/messages.po index 239fd963cb..5dd8ae9993 100644 --- a/packages/core/src/locales/zh-TW/messages.po +++ b/packages/core/src/locales/zh-TW/messages.po @@ -572,4 +572,3 @@ msgstr "您目前的版本:" #: src/hooks/useKeyringMigrationPrompt.tsx:21 msgid "Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now?" msgstr "您的金鑰尚未遷移到新的金鑰圈。在遷移完成之前,您將無法創建新的金鑰或刪除現有的金鑰。您想現在遷移您的金鑰嗎?" - diff --git a/packages/gui/src/locales/ar-SA/messages.po b/packages/gui/src/locales/ar-SA/messages.po index d9df42e28b..eccabcf54d 100644 --- a/packages/gui/src/locales/ar-SA/messages.po +++ b/packages/gui/src/locales/ar-SA/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/be-BY/messages.po b/packages/gui/src/locales/be-BY/messages.po index 7dfa05d382..eecdbfcfd5 100644 --- a/packages/gui/src/locales/be-BY/messages.po +++ b/packages/gui/src/locales/be-BY/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/bg-BG/messages.po b/packages/gui/src/locales/bg-BG/messages.po index fb87d28d12..cef225fe48 100644 --- a/packages/gui/src/locales/bg-BG/messages.po +++ b/packages/gui/src/locales/bg-BG/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/ca-ES/messages.po b/packages/gui/src/locales/ca-ES/messages.po index 4426e420c5..dac116656f 100644 --- a/packages/gui/src/locales/ca-ES/messages.po +++ b/packages/gui/src/locales/ca-ES/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/cs-CZ/messages.po b/packages/gui/src/locales/cs-CZ/messages.po index 8d86bf856d..2dcb016be9 100644 --- a/packages/gui/src/locales/cs-CZ/messages.po +++ b/packages/gui/src/locales/cs-CZ/messages.po @@ -2470,13 +2470,15 @@ msgstr "Inicializuji..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/da-DK/messages.po b/packages/gui/src/locales/da-DK/messages.po index 2f1622e1cc..2907c66218 100644 --- a/packages/gui/src/locales/da-DK/messages.po +++ b/packages/gui/src/locales/da-DK/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/de-DE/messages.po b/packages/gui/src/locales/de-DE/messages.po index 34ad5603f0..d779dd9fdf 100644 --- a/packages/gui/src/locales/de-DE/messages.po +++ b/packages/gui/src/locales/de-DE/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -3947,7 +3949,8 @@ msgstr "" #: src/components/plot/add/PlotAddNumberOfPlots.tsx:326 msgid "Plotting with bitfield enabled has about 30% less overall writes and is now almost always faster. You may see reduced memory requirements with bitfield plotting disabled. If your CPU design is from before 2010 you may have to disable bitfield plotting." -msgstr "Das Plotten mit aktiviertem Bitfeld benötigt etwa 30 % weniger Schreibvorgänge und ist jetzt fast immer schneller. Möglicherweise ist der Speicherbedarf reduziert, wenn das Bitfeld-Plotten deaktiviert ist. Es wird empfohlen das Bitfeld-Plotten zu deaktivieren, wenn ihre CPU-Architektur\n" +msgstr "" +"Das Plotten mit aktiviertem Bitfeld benötigt etwa 30 % weniger Schreibvorgänge und ist jetzt fast immer schneller. Möglicherweise ist der Speicherbedarf reduziert, wenn das Bitfeld-Plotten deaktiviert ist. Es wird empfohlen das Bitfeld-Plotten zu deaktivieren, wenn ihre CPU-Architektur\n" "vor 2010 entwickelt wurde." #: src/components/plotNFT/PlotExternalNFTCard.tsx:163 @@ -6066,4 +6069,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/el-GR/messages.po b/packages/gui/src/locales/el-GR/messages.po index 2218ecfb1f..b6c897ffc9 100644 --- a/packages/gui/src/locales/el-GR/messages.po +++ b/packages/gui/src/locales/el-GR/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/en-AU/messages.po b/packages/gui/src/locales/en-AU/messages.po index ca14495121..506838bdad 100644 --- a/packages/gui/src/locales/en-AU/messages.po +++ b/packages/gui/src/locales/en-AU/messages.po @@ -2470,16 +2470,20 @@ msgstr "Initialising..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Insufficient funds available to accept offer. Ensure that your\n" +msgstr "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Insufficient funds available to create offer. Ensure that your\n" +msgstr "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/en-NZ/messages.po b/packages/gui/src/locales/en-NZ/messages.po index b8c8222143..1e4a1ba871 100644 --- a/packages/gui/src/locales/en-NZ/messages.po +++ b/packages/gui/src/locales/en-NZ/messages.po @@ -2470,16 +2470,20 @@ msgstr "Initialising..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Insufficient funds available to accept offer. Ensure that your\n" +msgstr "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Insufficient funds available to create offer. Ensure that your\n" +msgstr "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/en-PT/messages.po b/packages/gui/src/locales/en-PT/messages.po index 5e2517bf61..0c51a290ed 100644 --- a/packages/gui/src/locales/en-PT/messages.po +++ b/packages/gui/src/locales/en-PT/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/en-US/messages.po b/packages/gui/src/locales/en-US/messages.po index af45e6884e..f1f1182cdc 100644 --- a/packages/gui/src/locales/en-US/messages.po +++ b/packages/gui/src/locales/en-US/messages.po @@ -2470,16 +2470,20 @@ msgstr "Initializing..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Insufficient funds available to accept offer. Ensure that your\n" +msgstr "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Insufficient funds available to create offer. Ensure that your\n" +msgstr "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/es-AR/messages.po b/packages/gui/src/locales/es-AR/messages.po index c89e6122b4..edc77f0663 100644 --- a/packages/gui/src/locales/es-AR/messages.po +++ b/packages/gui/src/locales/es-AR/messages.po @@ -2470,13 +2470,15 @@ msgstr "Inicializando..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/es-ES/messages.po b/packages/gui/src/locales/es-ES/messages.po index e964541d73..8a37befcc3 100644 --- a/packages/gui/src/locales/es-ES/messages.po +++ b/packages/gui/src/locales/es-ES/messages.po @@ -2470,13 +2470,15 @@ msgstr "Inicializando..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/es-MX/messages.po b/packages/gui/src/locales/es-MX/messages.po index 12dd83f331..81d42d4677 100644 --- a/packages/gui/src/locales/es-MX/messages.po +++ b/packages/gui/src/locales/es-MX/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/fa-IR/messages.po b/packages/gui/src/locales/fa-IR/messages.po index be04eaef36..5080202f70 100644 --- a/packages/gui/src/locales/fa-IR/messages.po +++ b/packages/gui/src/locales/fa-IR/messages.po @@ -2470,16 +2470,20 @@ msgstr "در حال شروع..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" +msgstr "" +"مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" "موجودی قابل مصرف شما برای پوشش مبلغ پیشنهاد کافی است." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" +msgstr "" +"مبلغ کافی برای پذیرش پیشنهاد موجود نیست. مظمئن شوید که\n" "موجودی قابل مصرف شما برای پوشش مبلغ پیشنهاد کافی است." #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "برای ایجاد حساب کاربری، موجودی قابل خرج #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "برای انجام مطالبه خودکار، باید کیف پول شما در حال اجرا باشد." - diff --git a/packages/gui/src/locales/fi-FI/messages.po b/packages/gui/src/locales/fi-FI/messages.po index 378fc50609..4fb744ae80 100644 --- a/packages/gui/src/locales/fi-FI/messages.po +++ b/packages/gui/src/locales/fi-FI/messages.po @@ -2470,16 +2470,20 @@ msgstr "Alustetaan..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Riittämätön määrä varoja tarjouksen hyväksymiseen. Varmista, että\n" +msgstr "" +"Riittämätön määrä varoja tarjouksen hyväksymiseen. Varmista, että\n" "käytettävissä oleva saldo riittää tarjouksen määrän kattamiseen." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Riittämätön määrä varoja tarjouksen luomiseen. Varmista, että\n" +msgstr "" +"Riittämätön määrä varoja tarjouksen luomiseen. Varmista, että\n" "käytettävissä oleva saldo riittää tarjouksen määrän kattamiseen." #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "Käytettävissä olevan saldon on oltava suurempi kuin 1 mojo luodaksesi #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "Lompakkosi on oltava käynnissä, jotta automaattinen lunastaminen toimii." - diff --git a/packages/gui/src/locales/fr-FR/messages.po b/packages/gui/src/locales/fr-FR/messages.po index a65ada716f..5f4c29814d 100644 --- a/packages/gui/src/locales/fr-FR/messages.po +++ b/packages/gui/src/locales/fr-FR/messages.po @@ -2470,16 +2470,20 @@ msgstr "Initialisation..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Fonds insuffisants pour accepter l'offre. Assurez-vous que votre \n" +msgstr "" +"Fonds insuffisants pour accepter l'offre. Assurez-vous que votre \n" "solde disponible est suffisant pour couvrir le montant de l'offre." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Fonds insuffisants pour créer l'offre. Assurez-vous que votre \n" +msgstr "" +"Fonds insuffisants pour créer l'offre. Assurez-vous que votre \n" "solde disponible est suffisant pour couvrir le montant de l'offre." #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "Votre solde dépensable doit être supérieur à 1 mojo pour créer un p #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "Votre portefeuille doit être synchronisé pour que la revendication automatique fonctionne." - diff --git a/packages/gui/src/locales/hr-HR/messages.po b/packages/gui/src/locales/hr-HR/messages.po index a5ca0177c4..5a8a53a674 100644 --- a/packages/gui/src/locales/hr-HR/messages.po +++ b/packages/gui/src/locales/hr-HR/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/hu-HU/messages.po b/packages/gui/src/locales/hu-HU/messages.po index 4c3b053ee9..b6953d49e2 100644 --- a/packages/gui/src/locales/hu-HU/messages.po +++ b/packages/gui/src/locales/hu-HU/messages.po @@ -2470,13 +2470,15 @@ msgstr "Inicializálás..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/id-ID/messages.po b/packages/gui/src/locales/id-ID/messages.po index dc81c56c66..52e0dffb2d 100644 --- a/packages/gui/src/locales/id-ID/messages.po +++ b/packages/gui/src/locales/id-ID/messages.po @@ -2470,13 +2470,15 @@ msgstr "Menginialisasi..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/it-IT/messages.po b/packages/gui/src/locales/it-IT/messages.po index d5c21432b1..272d14f97f 100644 --- a/packages/gui/src/locales/it-IT/messages.po +++ b/packages/gui/src/locales/it-IT/messages.po @@ -2470,13 +2470,15 @@ msgstr "Inizializzazione..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/ja-JP/messages.po b/packages/gui/src/locales/ja-JP/messages.po index feb9428ae8..ff523d1934 100644 --- a/packages/gui/src/locales/ja-JP/messages.po +++ b/packages/gui/src/locales/ja-JP/messages.po @@ -2470,13 +2470,15 @@ msgstr "初期化中..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -2558,7 +2560,8 @@ msgstr "プールに参加する" #: src/components/plot/add/PlotAddNFT.tsx:49 msgid "Join a pool and get consistent XCH farming rewards. The average returns are the same, but it is much less volatile." -msgstr "参加したプールが当選するとXCHを獲得できます。\n" +msgstr "" +"参加したプールが当選するとXCHを獲得できます。\n" "プールでは定期的にXCHを獲得できますが引き換えに毎度の払い出しは少なくなります。\n" "長期的のリターンはソロファーミングで得られる報酬と変わりません。" @@ -6067,4 +6070,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/ko-KR/messages.po b/packages/gui/src/locales/ko-KR/messages.po index 56c49daa8d..651811166f 100644 --- a/packages/gui/src/locales/ko-KR/messages.po +++ b/packages/gui/src/locales/ko-KR/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/nl-NL/messages.po b/packages/gui/src/locales/nl-NL/messages.po index 49dd99de3e..f16ea76cdd 100644 --- a/packages/gui/src/locales/nl-NL/messages.po +++ b/packages/gui/src/locales/nl-NL/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/no-NO/messages.po b/packages/gui/src/locales/no-NO/messages.po index 8052754113..18519b3045 100644 --- a/packages/gui/src/locales/no-NO/messages.po +++ b/packages/gui/src/locales/no-NO/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/pl-PL/messages.po b/packages/gui/src/locales/pl-PL/messages.po index c295d07d24..5821f2fd8d 100644 --- a/packages/gui/src/locales/pl-PL/messages.po +++ b/packages/gui/src/locales/pl-PL/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/pt-BR/messages.po b/packages/gui/src/locales/pt-BR/messages.po index c08f1431ee..27ebf89610 100644 --- a/packages/gui/src/locales/pt-BR/messages.po +++ b/packages/gui/src/locales/pt-BR/messages.po @@ -2470,13 +2470,15 @@ msgstr "Inicializando..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/pt-PT/messages.po b/packages/gui/src/locales/pt-PT/messages.po index 25492cb2de..af7ca92a56 100644 --- a/packages/gui/src/locales/pt-PT/messages.po +++ b/packages/gui/src/locales/pt-PT/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/ro-RO/messages.po b/packages/gui/src/locales/ro-RO/messages.po index 832cf1c8e4..6c081b5c6a 100644 --- a/packages/gui/src/locales/ro-RO/messages.po +++ b/packages/gui/src/locales/ro-RO/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/ru-RU/messages.po b/packages/gui/src/locales/ru-RU/messages.po index 0ce686438d..3e5718a365 100644 --- a/packages/gui/src/locales/ru-RU/messages.po +++ b/packages/gui/src/locales/ru-RU/messages.po @@ -117,60 +117,98 @@ msgstr "Помощь" #. js-lingui-explicit-id #: src/electron/main.tsx:742 msgid "Chia Blockchain Wiki" -msgstr "Блокчейн Chia на Wiki Chia coin\n\n" +msgstr "" +"Блокчейн Chia на Wiki Chia coin\n" +"\n" "Мы считаем, что криптовалютой должно быть проще пользоваться, чем наличными, ее сложнее потерять и почти невозможно украсть. Любой, кто хочет подтверждать транзакции, должен иметь возможность заниматься майнингом без одноразового оборудования или больших счетов за электроэнергию.\n" -"9 февраля мы выпустили наш бизнес-документ и запустили основную сеть для получения вознаграждений в пятницу, 19 марта 2021 года. Транзакции будут активированы 3 мая 2021 года около 10:00 по тихоокеанскому времени. Вас также может заинтересовать наш новый согласованный рабочий документ, который впервые был реализован в бета-версии 19 12 января 2021 года.\n\n" -"Chia Network разрабатывает блокчейн и платформу интеллектуальных транзакций, созданную изобретателем BitTorrent Брэмом Коэном. Он реализует первый новый алгоритм консенсуса Накамото со времен Биткойна в 2008 году. Доказательства пространства и времени заменяют энергоемкие «доказательства работы».\n\n" +"9 февраля мы выпустили наш бизнес-документ и запустили основную сеть для получения вознаграждений в пятницу, 19 марта 2021 года. Транзакции будут активированы 3 мая 2021 года около 10:00 по тихоокеанскому времени. Вас также может заинтересовать наш новый согласованный рабочий документ, который впервые был реализован в бета-версии 19 12 января 2021 года.\n" +"\n" +"Chia Network разрабатывает блокчейн и платформу интеллектуальных транзакций, созданную изобретателем BitTorrent Брэмом Коэном. Он реализует первый новый алгоритм консенсуса Накамото со времен Биткойна в 2008 году. Доказательства пространства и времени заменяют энергоемкие «доказательства работы».\n" +"\n" "Chialisp - это новый язык программирования Chia, который является мощным, легким для аудита и безопасным. Это упростит использование криптовалюты, чем наличные деньги или кредит. В настоящее время доступны следующие эталонные смарт-транзакции: атомарные свопы, авторизованные получатели, восстанавливаемые кошельки, кошельки с несколькими подписями, кошельки с ограничением скорости и цветные монеты. Брэм представляет Chialisp в нашем блоге.\n" -"Вам следует ознакомиться с примечаниями к выпуску, а затем установить блокчейн Chia.\n\n" -"Руководство для начинающих\n\n\n" +"Вам следует ознакомиться с примечаниями к выпуску, а затем установить блокчейн Chia.\n" +"\n" +"Руководство для начинающих\n" +"\n" +"\n" "Основная информация о Чиа для начала\n" -"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n\n" -"Как это работает\n\n" -"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируетсь со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n\n" -"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n\n" -"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n\n" -"Вкладка Full Node\n\n" -"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n\n" +"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n" +"\n" +"Как это работает\n" +"\n" +"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируетсь со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n" +"\n" +"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n" +"\n" +"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n" +"\n" +"Вкладка Full Node\n" +"\n" +"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n" +"\n" "Блоки: это работает блокчейн.\n" -"Подключения: это подключения к вам и другим пользователям и их ПК (узлам).\n\n" -"Вкладка \"Кошелек\"\n\n" -"Вы увидите свои монеты Чиа по мере их выигрыша\n\n" +"Подключения: это подключения к вам и другим пользователям и их ПК (узлам).\n" +"\n" +"Вкладка \"Кошелек\"\n" +"\n" +"Вы увидите свои монеты Чиа по мере их выигрыша\n" +"\n" "Руководство для начинающих\n" "lon12 отредактировал эту страницу 10 дней назад • 57 редакций\n" "Основная информация о Чиа для начала\n" -"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n\n" +"Chia - это новый тип криптовалюты, основанный на емкости предварительно сохраненных случайных данных, которые пользователь создает и хранит в файлах, называемых графиками, что делает консенсус блокчейна чрезвычайно быстрым и экологически чистым. Это улучшение по сравнению с блокчейнами доказательства работы, которые полагаются на быстрые графические карты и специальные машины, выполняющие миллионы вычислений в секунду и тратящие много электроэнергии. Chia также внесла множество улучшений в сценарии, среду сценариев, криптографию, удобство использования и масштабируемость и стремится быть простым, безопасным и мощным блокчейном.\n" +"\n" "Как это работает\n" -"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируете со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n\n" -"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n\n" -"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n\n" +"Вы можете загрузить программное обеспечение Chia на Windows, Mac или Linux. Версия для Windows автоматически запускается при установке, и Mac просто нужно открыть из каталога приложений - он загружается и начинает синхронизацию с остальной сетью и блокчейном. Полная синхронизация может занять 4–6 часов, хотя со временем эта цифра увеличивается. По сути, вы синхронизируете со всеми в сети, загружая всю цепочку блоков, которая включает все транзакции, когда-либо обработанные в сети. Копия базы данных блокчейна chia будет храниться на вашем компьютере. У всех остальных есть копия.\n" +"\n" +"После того, как chia заработала, ее концепция: пользователи создают графики (каждый размером 101 гигабайт), пользователь сохраняет эти графики на компьютерном оборудовании, а затем обрабатывает созданные участки для потенциального заработка монет.\n" +"\n" +"Внутри каждого графика находится большое количество предварительно сформулированных вычислений, хранящихся в блоках листа Excel, называемых (хеш-ячейками). Пользователь выигрывает потенциальные монеты, предоставляя заранее сформулированный (хеш-код) выигрышный код, позволяющий совершить транзакцию. Выигрышная транзакция выполняется очень быстро в течение 2-3 секунд, и пользователю выплачивается компенсация монетами для облегчения транзакции. Сюжеты содержат много (хеш-ячеек) внутри, поэтому, если используется 1, остается еще много ячеек. Земельный участок рассчитан на срок более 5 лет.\n" +"\n" "Вкладка Full Node\n" -"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n\n" +"Это показывает движение блокчейна. Это показывает, что вы синхронизированы с блокчейном. Копия блокчейна хранится на вашем компьютере. У вас есть живая копия, синхронизированная со всеми остальными.\n" +"\n" "Блоки: это работает блокчейн.\n" "Подключения: это подключения к вам и другим пользователям и их ПК (узлам).\n" "Вкладка \"Кошелек\"\n" -"Вы увидите свои монеты Чиа по мере их выигрыша\n\n" -"История: вы можете увидеть время / дату, когда вы заработали монеты или частичные монеты\n\n" -"Вкладка \"Графики\"\n\n" +"Вы увидите свои монеты Чиа по мере их выигрыша\n" +"\n" +"История: вы можете увидеть время / дату, когда вы заработали монеты или частичные монеты\n" +"\n" +"Вкладка \"Графики\"\n" +"\n" "Здесь вы создаете поля. \n" -"Допустимый размер участка начинается с 101 ГиБ каждый. Вызывается участок k32 - 101 ГиБ / 109 ГБ.\n\n" -"ГиБ: это гибибайты и старые школьные компьютеры измеряли пространство. Новинка - особенно от производителей жестких дисков - измеряется гигабайтами. Поскольку гигабайты основаны на 1000, а гибибайты основаны на 1024, ГБ всегда в 1,074 раза больше, чем ГБ.\n\n" -"Когда вы строите: ваш компьютер создает эти большие файлы размером 101 ГиБ (примерно 101 гигабайт). Внутри находятся большие таблицы (например, листы Excel), где каждая ячейка имеет случайный указатель на другую ячейку в таблице. Это то, что делает компьютер, и почему на создание сюжета уходит так много времени. Он производит вычисления и помещает «ответы» в эти миллионы ячеек. Ожидаемый срок службы участка k32 для включения в основную сеть на данный момент составляет от 7 до 15 лет. Вы можете думать о каждом поле, как о коллекции карт бинго, которые имеют шанс выиграть блоки.\n\n" -"Вот почему транзакции такие зеленые /\n\n" +"Допустимый размер участка начинается с 101 ГиБ каждый. Вызывается участок k32 - 101 ГиБ / 109 ГБ.\n" +"\n" +"ГиБ: это гибибайты и старые школьные компьютеры измеряли пространство. Новинка - особенно от производителей жестких дисков - измеряется гигабайтами. Поскольку гигабайты основаны на 1000, а гибибайты основаны на 1024, ГБ всегда в 1,074 раза больше, чем ГБ.\n" +"\n" +"Когда вы строите: ваш компьютер создает эти большие файлы размером 101 ГиБ (примерно 101 гигабайт). Внутри находятся большие таблицы (например, листы Excel), где каждая ячейка имеет случайный указатель на другую ячейку в таблице. Это то, что делает компьютер, и почему на создание сюжета уходит так много времени. Он производит вычисления и помещает «ответы» в эти миллионы ячеек. Ожидаемый срок службы участка k32 для включения в основную сеть на данный момент составляет от 7 до 15 лет. Вы можете думать о каждом поле, как о коллекции карт бинго, которые имеют шанс выиграть блоки.\n" +"\n" +"Вот почему транзакции такие зеленые /\n" +"\n" "Вкладка \"Ферма\"\n" "Это покажет вам, сколько PLOTS-полей вы создали. Вверху будет показано, сколько Chias было выращено. Также он показывает, сколько гигов участков у вас в сети. Если у вас есть 2 участка по 101 ГиБ. Затем в левом верхнем углу отображается «Общий размер участков» .\n" -"2 TIB означает, что вы предлагаете такой объем хранилища для формул сети chia. Рассчитано, как если бы у вас 101 ГиБ x 2 = 202 ГиБ.\n\n" -"Последние испытания блоков: здесь показаны последние испытания и указатели, которые можно рассматривать как мини-лотереи. Каждые 9 секунд появляется новая вывеска, а это означает, что у вас есть новая возможность проверить свои участки и узнать, выиграли ли вы. Любая другая точка вывески будет выигрышной для кого-то в сети, поэтому каждые 18 секунд создается новый блок.\n\n" +"2 TIB означает, что вы предлагаете такой объем хранилища для формул сети chia. Рассчитано, как если бы у вас 101 ГиБ x 2 = 202 ГиБ.\n" +"\n" +"Последние испытания блоков: здесь показаны последние испытания и указатели, которые можно рассматривать как мини-лотереи. Каждые 9 секунд появляется новая вывеска, а это означает, что у вас есть новая возможность проверить свои участки и узнать, выиграли ли вы. Любая другая точка вывески будет выигрышной для кого-то в сети, поэтому каждые 18 секунд создается новый блок.\n" +"\n" "Последняя попытка доказательства: это важно. Это двухэтапный процесс:\n" " Шаг 1- график проходит проверку фильтра.\n" -"Шаг 2 - Выбранный участок проверяется на выигрышный хэш. Итак, в качестве примера - ваша система работает - есть 5 строк, если у вас 157 графиков - каждая из 5 строк читает 0/157. Если выбран график или второй график, это хорошая новость, и число изменится на 1/157 или 2/157, может быть, 3/157. После прохождения фильтра каждый выбранный участок будет проходить «качественный поиск», который выполняет примерно 7 считываний на вашем графике и сообщает вам, выиграли ли участки. Если вы выиграли, это не показывает никаких признаков, так как транзакция выполняется быстро. Ваш кошелек увеличивается.\n\n" +"Шаг 2 - Выбранный участок проверяется на выигрышный хэш. Итак, в качестве примера - ваша система работает - есть 5 строк, если у вас 157 графиков - каждая из 5 строк читает 0/157. Если выбран график или второй график, это хорошая новость, и число изменится на 1/157 или 2/157, может быть, 3/157. После прохождения фильтра каждый выбранный участок будет проходить «качественный поиск», который выполняет примерно 7 считываний на вашем графике и сообщает вам, выиграли ли участки. Если вы выиграли, это не показывает никаких признаков, так как транзакция выполняется быстро. Ваш кошелек увеличивается.\n" +"\n" "Как только это совпадение появится в первой строке, оно переместится вниз к строкам 2-5, затем, если другой график пройдет шаг 1, он также начнется сверху, amd переместится, выполнив процесс фильтрации.\n" -"Выигрыши случаются очень редко: в среднем один человек во всем мире выигрывает каждые 18 секунд. На каждой точке указателя (9 секунд) все ваши участки проверяются, чтобы увидеть, какие из них проходят [фильтр поля]. (https://github.com/Chia-Network/chia-blockchain/wiki/FAQ#what-is-the-plot-filter-and-why-didnt-my-plot-pass-it). Примерно 1/512 всех участков пройдут через фильтр в каждом испытании, поэтому здесь вы можете увидеть, сколько ваших участков прошло. Однако есть 4 608 шансов выиграть 2 чиа каждый день.\n\n" -"Если по какой-то причине эти строки перестают двигаться, это еще один признак того, что вы не синхронизированы с базой данных и вам необходимо выполнить повторную синхронизацию - см. Ниже.\n\n" -"Создать участок\n\n" -"Нажмите зеленую кнопку в правом верхнем углу «Добавить участок».\n\n" -"Начальный размер графика - 32 k (101 ГиБ). Для создания графика вам потребуется временное хранилище размером не менее 332 ГиБ (357 ГБ).\n\n" -"Выберите количество участков - вы можете выбрать количество для создания на SSD или HDD\n\n" +"Выигрыши случаются очень редко: в среднем один человек во всем мире выигрывает каждые 18 секунд. На каждой точке указателя (9 секунд) все ваши участки проверяются, чтобы увидеть, какие из них проходят [фильтр поля]. (https://github.com/Chia-Network/chia-blockchain/wiki/FAQ#what-is-the-plot-filter-and-why-didnt-my-plot-pass-it). Примерно 1/512 всех участков пройдут через фильтр в каждом испытании, поэтому здесь вы можете увидеть, сколько ваших участков прошло. Однако есть 4 608 шансов выиграть 2 чиа каждый день.\n" +"\n" +"Если по какой-то причине эти строки перестают двигаться, это еще один признак того, что вы не синхронизированы с базой данных и вам необходимо выполнить повторную синхронизацию - см. Ниже.\n" +"\n" +"Создать участок\n" +"\n" +"Нажмите зеленую кнопку в правом верхнем углу «Добавить участок».\n" +"\n" +"Начальный размер графика - 32 k (101 ГиБ). Для создания графика вам потребуется временное хранилище размером не менее 332 ГиБ (357 ГБ).\n" +"\n" +"Выберите количество участков - вы можете выбрать количество для создания на SSD или HDD\n" +"\n" "График в очередь: означает, что если выбрано (5), он будет отображать # 1, затем, когда закончите, начнется # 2\n" "Параллельный график: \n" "означает одновременное выполнение нескольких графиков. Убедитесь, что у вас достаточно временного хранилища для общей суммы.\n" @@ -178,7 +216,8 @@ msgstr "Блокчейн Chia на Wiki Chia coin\n\n" "значения по умолчанию отображаются для выбранного размера участка, поскольку новичок пытается оставить значения по умолчанию.\n" "ИспользованиеRAM:\n" " больше памяти немного увеличит скорость работы. \n" -"Если вы назначите слишком мало (менее 4000 для k 32) или слишком много (больше, чем у вас будет доступно), график может потерпеть неудачу во время процесса.\n\n" +"Если вы назначите слишком мало (менее 4000 для k 32) или слишком много (больше, чем у вас будет доступно), график может потерпеть неудачу во время процесса.\n" +"\n" "Количество потоков:\n" " по умолчанию 2.\n" "Сегменты:\n" @@ -189,15 +228,21 @@ msgstr "Блокчейн Chia на Wiki Chia coin\n\n" "Если вы хотите сделать 2 поля за раз, всего 10, вы можете сделать 5 полей для имени очереди: «Моя первая очередь» и после этого добавить еще 5 к имени очереди: «Моя вторая очередь».\n" "Выберите временный каталог:\n" " здесь создаются поля - участки. Будет создано около 128 временных файлов (в зависимости от сегментов), которые затем будут сжаты в один файл \"plot\". В прцессе создания объем данных вырастает до 332 ГиБ (357 Гбайт), и по завершению они будут сжаты до\n" -" k 32 (101 ГиБ).\n\n" +" k 32 (101 ГиБ).\n" +"\n" "Для этой работы рекомендуется использовать SSD-накопитель или накопитель NVME, но убедитесь, что вы знаете о SSD Endurance.\n" "Выберите место на –HDD, где готовое \"поле\" будет храниться. \n" "После создания оно перейдет в это место, где его будут обрабатывать и зарабатывать монеты чиа.\n" -" Хранилище может быть внутренним или подключенным через USB. Сетевые диски могут работать, но могут перегружать вашу локальную сеть или медленно отвечать за вознаграждение (должно быть менее 30 секунд). Планируйте заранее - хранилище быстро заполняется.\n\n" -"Нажмите «Создать plot», чтобы начать процесс.\n\n" -"Как создаются поля:\n\n" -"Создание графика занимает много времени: в среднем 9-20 часов на обычном компьютере и 4-8 часов на высокопроизводительном компьютере. Есть 4 этапа, которые выполняют операции в 7 таблицах.\n\n" -"Фазы:\n\n" +" Хранилище может быть внутренним или подключенным через USB. Сетевые диски могут работать, но могут перегружать вашу локальную сеть или медленно отвечать за вознаграждение (должно быть менее 30 секунд). Планируйте заранее - хранилище быстро заполняется.\n" +"\n" +"Нажмите «Создать plot», чтобы начать процесс.\n" +"\n" +"Как создаются поля:\n" +"\n" +"Создание графика занимает много времени: в среднем 9-20 часов на обычном компьютере и 4-8 часов на высокопроизводительном компьютере. Есть 4 этапа, которые выполняют операции в 7 таблицах.\n" +"\n" +"Фазы:\n" +"\n" "Вычисление таблиц с 1 по 7: он создает сегменты (по умолчанию: 128) в виде файлов в вашем временном каталоге, при вычислении 7 таблиц прогресс графика составляет около 42%.\n" "Таблицы обратного распространения с 7 по 1: при обратном распространении 7 таблиц прогресс графика составляет около 61%.\n" "Сжатие таблиц с 1 по 7 попарно: при сжатии 7 таблиц прогресс графика составляет около 98%.\n" @@ -224,19 +269,26 @@ msgstr "Блокчейн Chia на Wiki Chia coin\n\n" "3\tCompressing tables 6 and 7\t98%\n" "4\tWrite checkpoint tables\t100%\n" "Примечания. \n" -"Предлагается использовать дополнительное хранилище SSD или NVME для создания полей, а не основной жесткий диск (особенно для несменного NVME, например, на некоторых Mac или ноутбуках с Windows). Если по какой-то причине процесс записи поля не может быть завершен, его следует удален, удалив все временные файлы. Будьте осторожны, чтобы не удалить временные файлы другого строящегося поля.\n\n" -"В Windows вы можете использовать chia CLI из Windows PowerShell, что обеспечивает большую гибкость и контроль. PowerShell - это программа, в которой вы вводите команды, нажимаете клавишу ВВОД и выполняете такие действия, как изменение папок, перемещение файлов или запуск программ, таких как chia.\n\n" +"Предлагается использовать дополнительное хранилище SSD или NVME для создания полей, а не основной жесткий диск (особенно для несменного NVME, например, на некоторых Mac или ноутбуках с Windows). Если по какой-то причине процесс записи поля не может быть завершен, его следует удален, удалив все временные файлы. Будьте осторожны, чтобы не удалить временные файлы другого строящегося поля.\n" +"\n" +"В Windows вы можете использовать chia CLI из Windows PowerShell, что обеспечивает большую гибкость и контроль. PowerShell - это программа, в которой вы вводите команды, нажимаете клавишу ВВОД и выполняете такие действия, как изменение папок, перемещение файлов или запуск программ, таких как chia.\n" +"\n" "1. Параллельное построение с использованием PowerShell\n" " cd C:\\Users\\yourUserName\\AppData\\Local\\Chia-Blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\\\n" " start-process .\\chia.exe -argumentlist \"plots create yourParametersGoHere\"\n" -" start-process ....\n\n" -" Если start-process не работает, попробуйте. .\\chia.exe plots create yourParametersGoHere\n\n" +" start-process ....\n" +"\n" +" Если start-process не работает, попробуйте. .\\chia.exe plots create yourParametersGoHere\n" +"\n" "Или добавьте путь\n" -" \"%USERPROFILE%\\AppData\\Local\\chia-blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\"\n\n" -"Чтобы добавить задержку между вашими параллельными процессами, вы можете поместить sleep между каждой командой создания полей chia chia plots create , например чтобы отложить следующий процесс на час sleep 3600\n\n" +" \"%USERPROFILE%\\AppData\\Local\\chia-blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\"\n" +"\n" +"Чтобы добавить задержку между вашими параллельными процессами, вы можете поместить sleep между каждой командой создания полей chia chia plots create , например чтобы отложить следующий процесс на час sleep 3600\n" +"\n" "Конкретный пример:\n" " cd C:\\Users\\yourUserName\\AppData\\Local\\Chia-Blockchain\\app-1.0.5\\resources\\app.asar.unpacked\\daemon\\\n" -" start-process ./chia.exe -argumentlist \"plots create -k 32 -b 4000 -u 128 -r 4 -t d:\\tempdrive1 -2 e:\\tempdrive2 -d F:\\plots -n 1\"\n\n" +" start-process ./chia.exe -argumentlist \"plots create -k 32 -b 4000 -u 128 -r 4 -t d:\\tempdrive1 -2 e:\\tempdrive2 -d F:\\plots -n 1\"\n" +"\n" "Приведенная выше команда создает одио поле (указывается -n 1), для параллельного построения вам нужно повторить команду (не закрывая первую). Увеличьте значение -n для последовательного построения, то есть после завершения первого участка запускается следующий." #. js-lingui-explicit-id @@ -2590,13 +2642,15 @@ msgstr "Инициализация..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6185,4 +6239,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/sk-SK/messages.po b/packages/gui/src/locales/sk-SK/messages.po index 393b137aef..27f1600ed8 100644 --- a/packages/gui/src/locales/sk-SK/messages.po +++ b/packages/gui/src/locales/sk-SK/messages.po @@ -2470,16 +2470,20 @@ msgstr "Inicializácia..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Nedostatok finančných prostriedkov na prijatie ponuky. Uistite sa, že váš\n" +msgstr "" +"Nedostatok finančných prostriedkov na prijatie ponuky. Uistite sa, že váš\n" "disponibilný zostatok je dostatočný na pokrytie ponuky." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "Nedostatok finančných prostriedkov na vytvorenie ponuky. Uistite sa, že váš\n" +msgstr "" +"Nedostatok finančných prostriedkov na vytvorenie ponuky. Uistite sa, že váš\n" "disponibilný zostatok je dostatočný na pokrytie ponuky." #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/sq-AL/messages.po b/packages/gui/src/locales/sq-AL/messages.po index 116ee1a671..e95f07f6cd 100644 --- a/packages/gui/src/locales/sq-AL/messages.po +++ b/packages/gui/src/locales/sq-AL/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/sv-SE/messages.po b/packages/gui/src/locales/sv-SE/messages.po index fffc64bdcf..da20b296ce 100644 --- a/packages/gui/src/locales/sv-SE/messages.po +++ b/packages/gui/src/locales/sv-SE/messages.po @@ -2470,13 +2470,15 @@ msgstr "Initierar..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Det finns inte tillräckliga medel för att acceptera erbjudandet. Se till att ditt spenderbara saldo är tillräckligt högt för att täcka erbjudandets belopp." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Det finns inte tillräckliga medel för att skapa erbjudandet. Se till att ditt spenderbara saldo är tillräckligt högt för att täcka erbjudandets belopp." @@ -6065,4 +6067,3 @@ msgstr "Ditt spenderbara saldo måste vara större än 1 mojo för att skapa en #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/tr-TR/messages.po b/packages/gui/src/locales/tr-TR/messages.po index a5810d86b5..507fd30560 100644 --- a/packages/gui/src/locales/tr-TR/messages.po +++ b/packages/gui/src/locales/tr-TR/messages.po @@ -2470,13 +2470,15 @@ msgstr "" #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "" @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/uk-UA/messages.po b/packages/gui/src/locales/uk-UA/messages.po index bf0567685f..1dc238b71f 100644 --- a/packages/gui/src/locales/uk-UA/messages.po +++ b/packages/gui/src/locales/uk-UA/messages.po @@ -2470,13 +2470,15 @@ msgstr "Ініціалізація..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Недостатньо доступних коштів для прийняття пропозиції. Переконайтеся, що вашого балансу достатньо для покриття суми пропозиції." #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "Недостатньо доступних коштів для створення пропозиції. Переконайтеся, що вашого балансу достатньо для покриття суми пропозиції." @@ -6065,4 +6067,3 @@ msgstr "" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "" - diff --git a/packages/gui/src/locales/zh-CN/messages.po b/packages/gui/src/locales/zh-CN/messages.po index 6184616cb6..726d08a4a5 100644 --- a/packages/gui/src/locales/zh-CN/messages.po +++ b/packages/gui/src/locales/zh-CN/messages.po @@ -2470,16 +2470,20 @@ msgstr "正在初始化..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "可用资金不足,无法接受报价。请确保您的\n" +msgstr "" +"可用资金不足,无法接受报价。请确保您的\n" "可支出余额足以支付报价金额。" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." -msgstr "可用的资金不足,无法创建报价。请确保您的\n" +msgstr "" +"可用的资金不足,无法创建报价。请确保您的\n" "可支出余额足以支付报价金额。" #: src/components/farm/PoolingHealth.tsx:302 @@ -6067,4 +6071,3 @@ msgstr "可用余额必须大于1 mojo才能创建个人资料" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "需确保钱包正在运行才能完成自动确认。" - diff --git a/packages/gui/src/locales/zh-TW/messages.po b/packages/gui/src/locales/zh-TW/messages.po index 62666e3b1e..dc07ec8f99 100644 --- a/packages/gui/src/locales/zh-TW/messages.po +++ b/packages/gui/src/locales/zh-TW/messages.po @@ -2470,13 +2470,15 @@ msgstr "正在初始化..." #~ msgstr "Install Keybase" #: src/hooks/useAcceptOfferHook.tsx:108 -msgid "Insufficient funds available to accept offer. Ensure that your\n" +msgid "" +"Insufficient funds available to accept offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "可用資金不足,無法接受報價單。請確保您的 可花用餘額 可以支付報價單金額。" #: src/components/offers/OfferEditor.tsx:146 #: src/components/offers2/CreateOfferBuilder.tsx:167 -msgid "Insufficient funds available to create offer. Ensure that your\n" +msgid "" +"Insufficient funds available to create offer. Ensure that your\n" "spendable balance is sufficient to cover the offer amount." msgstr "可用資金不足,無法建立報價單。請確保你的可支出餘額足以支付報價單金額。" @@ -6065,4 +6067,3 @@ msgstr "您的可支配餘額必須大於1 mojo,才能建立個人檔案" #: src/components/settings/SettingsCustodyAutoClaim.tsx:124 msgid "Your wallet is required to be running for auto claim to work." msgstr "您的錢包需要運行才能自動索取" - diff --git a/packages/wallets/src/locales/ar-SA/messages.po b/packages/wallets/src/locales/ar-SA/messages.po index a35392e855..4c788dc3ba 100644 --- a/packages/wallets/src/locales/ar-SA/messages.po +++ b/packages/wallets/src/locales/ar-SA/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/be-BY/messages.po b/packages/wallets/src/locales/be-BY/messages.po index f5b035863a..05204aee49 100644 --- a/packages/wallets/src/locales/be-BY/messages.po +++ b/packages/wallets/src/locales/be-BY/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/bg-BG/messages.po b/packages/wallets/src/locales/bg-BG/messages.po index d2f7d92659..e062ba7806 100644 --- a/packages/wallets/src/locales/bg-BG/messages.po +++ b/packages/wallets/src/locales/bg-BG/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -508,7 +509,8 @@ msgstr "" #: src/components/cat/WalletCATSend.tsx:103 #: src/components/WalletSend.tsx:143 msgid "Please enter a valid numeric amount" -msgstr "35 / 5000\n" +msgstr "" +"35 / 5000\n" "Моля, въведете валидна числова сума" #: src/components/cat/WalletCATSend.tsx:108 @@ -655,7 +657,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -665,7 +668,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -807,4 +811,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/ca-ES/messages.po b/packages/wallets/src/locales/ca-ES/messages.po index c382d61d45..73814285ae 100644 --- a/packages/wallets/src/locales/ca-ES/messages.po +++ b/packages/wallets/src/locales/ca-ES/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/cs-CZ/messages.po b/packages/wallets/src/locales/cs-CZ/messages.po index 830201717f..312d624a00 100644 --- a/packages/wallets/src/locales/cs-CZ/messages.po +++ b/packages/wallets/src/locales/cs-CZ/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD nebo Hierarchické Deterministické klíče jsou typy veřejného/soukromého klíče, kde jeden soukromý klíč může mít téměř nekonečný počet různých veřejných klíčů (a tedy i příchozích adres peněženky), které se váží k jedinému soukromému klíči a mohou tak být utráceny." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/da-DK/messages.po b/packages/wallets/src/locales/da-DK/messages.po index 67c1b557ab..0d916ec465 100644 --- a/packages/wallets/src/locales/da-DK/messages.po +++ b/packages/wallets/src/locales/da-DK/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/de-DE/messages.po b/packages/wallets/src/locales/de-DE/messages.po index 7ca6757ee7..cfa1228744 100644 --- a/packages/wallets/src/locales/de-DE/messages.po +++ b/packages/wallets/src/locales/de-DE/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/el-GR/messages.po b/packages/wallets/src/locales/el-GR/messages.po index 9633a97fbd..350f5bd3df 100644 --- a/packages/wallets/src/locales/el-GR/messages.po +++ b/packages/wallets/src/locales/el-GR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/en-AU/messages.po b/packages/wallets/src/locales/en-AU/messages.po index b339528c26..55eebe43d3 100644 --- a/packages/wallets/src/locales/en-AU/messages.po +++ b/packages/wallets/src/locales/en-AU/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/en-NZ/messages.po b/packages/wallets/src/locales/en-NZ/messages.po index d3fa602a29..53d1d3499e 100644 --- a/packages/wallets/src/locales/en-NZ/messages.po +++ b/packages/wallets/src/locales/en-NZ/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/en-PT/messages.po b/packages/wallets/src/locales/en-PT/messages.po index 53729ec023..6b7de4556d 100644 --- a/packages/wallets/src/locales/en-PT/messages.po +++ b/packages/wallets/src/locales/en-PT/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/en-US/messages.po b/packages/wallets/src/locales/en-US/messages.po index b1f67d3769..e6156aacd5 100644 --- a/packages/wallets/src/locales/en-US/messages.po +++ b/packages/wallets/src/locales/en-US/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/es-AR/messages.po b/packages/wallets/src/locales/es-AR/messages.po index e5c87cacbf..f2c5c6488b 100644 --- a/packages/wallets/src/locales/es-AR/messages.po +++ b/packages/wallets/src/locales/es-AR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/es-ES/messages.po b/packages/wallets/src/locales/es-ES/messages.po index d68f9a0566..4f4819d2ff 100644 --- a/packages/wallets/src/locales/es-ES/messages.po +++ b/packages/wallets/src/locales/es-ES/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/es-MX/messages.po b/packages/wallets/src/locales/es-MX/messages.po index 5304899b59..937b92691f 100644 --- a/packages/wallets/src/locales/es-MX/messages.po +++ b/packages/wallets/src/locales/es-MX/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/fa-IR/messages.po b/packages/wallets/src/locales/fa-IR/messages.po index c5e52d58a3..bbcf1afb3b 100644 --- a/packages/wallets/src/locales/fa-IR/messages.po +++ b/packages/wallets/src/locales/fa-IR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "کلیدهای قطعی سلسله مراتب نوعی از طرح کلید عمومی یا کلید شخصی هستند که در آن یک کلید شخصی میتواند تقریباً بی نهایت کلید عمومی مختلف داشته باشد (همچنین آدرس های دریافت کیف پول) که در نهایت همه به یک کلید شحصی خاص باز میگردند و قابل خرج کردن هستند." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "اگر میخواهید سرعت تراکنش را افزایش دهید، لطفا تراکنش‌های تایید نشده را حذف کنید و با کارمزد بالاتر دوباره امتحان کنید." @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "گیرنده این تراکنش برای مطالبه دارایی های ارسالی باید دارای اعتبارنامه معتبر باشد. محدودیت های CR CAT را در بالا ببینید." #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "تراکنش نمیتواند فوراً در حافظه استخر تراکنش گنجانده شود زیرا کارمزد تعیین‌شده بسیار کم است. این تراکنش به صورت دوره‌ای تکرار میشود و ممکن است پس از کاهش هزینه‌ها، یا در صورت فراهم شدن فضا، در مجموعه گنجانده شود." @@ -664,7 +666,8 @@ msgstr "تراکنش نمیتواند فوراً در حافظه استخر تر #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "تراکنش در انتظار درج در حافظه استخر تراکنش است زیرا با یک یا چند تراکنش دیگر اکنون در حافظه استخر تراکنش متضاد است. این تراکنش به صورت دوره‌ای دوباره امتحان میشود و در صورت وجود امکان دارد در حافظه استخر تراکنش گنجانده شده و تراکنش های متناقض حذف میشوند." @@ -806,4 +809,3 @@ msgstr "شما این اعتبار قابل تأیید را از ارائه ده #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr ".کد رمزهای معتبر نیست {mnemonicWordCount} لیست فرارداده شما شامل" - diff --git a/packages/wallets/src/locales/fi-FI/messages.js b/packages/wallets/src/locales/fi-FI/messages.js index 72b56378fe..dad7c58247 100644 --- a/packages/wallets/src/locales/fi-FI/messages.js +++ b/packages/wallets/src/locales/fi-FI/messages.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"eKC+EC\":\"-\",\"dfUjxu\":\"- Memo helps the receiver side to identify the payment.<0/>- Anything you enter will be publicly accessible on the blockchain.\",\"FFW4pl\":\"- Set a time frame which allows you claw back (revoke) the transaction.<0/>- Recipient of the transaction can only claim the funds once that time frame expires.\",\"ROBytS\":\"+\",\"7L01XJ\":\"Toiminnot\",\"m16xKo\":\"Lisää\",\"cM8lWO\":\"Add option to claw back transaction\",\"sNaLCG\":\"Lisää Token\",\"9dx4h3\":\"Add transaction memo\",\"vrtr+A\":[\"Lisätään \",[\"0\"],\" token\"],\"Du6bPw\":\"Osoite\",\"HwONi1\":\"Address / Puzzle hash\",\"KcrUZ3\":\"Address or Contact\",\"hehnjM\":\"Määrä\",\"Z7ZXbT\":\"Approve\",\"XwvUC1\":\"Approve pending CR-CAT transactions\",\"LVrOrI\":\"Approve pending transactions\",\"IdTS77\":\"Haluatko varmasti poistaa nämä vahvistamattomat tapahtumat?\",\"bUUVED\":\"Assetti\",\"mbcdYq\":\"Assetin Tunniste\",\"EdlJYP\":\"Atomic Swap Lompakko\",\"39HY4T\":\"Valtuutettu Lompakko\",\"oMvRIj\":\"Authorized providers\",\"r/5eNb\":\"Lunasta transaktiot automaattisesti tällä maksusummalla tästä lähtien.\",\"rcxllO\":\"Before sending this transaction, you should ensure that the recipient has a wallet that can claim it manually after the timer has expired.\",\"liqA1/\":\"Voidaan lunastaa \",\"dEgA5A\":\"Peru\",\"rGMcWi\":\"Chiaa (XCH) ei voi lähettää CAT-osoitteeseen. Anna chia-osoite.\",\"JoC+Wq\":\"CAT credential restrictions\",\"LUc9sF\":\"Check my snapshot balance\",\"SMVm7b\":\"Chia Asset Token\",\"C2DdwX\":\"Lunasta transaktio\",\"anJbZR\":\"Lunasta Transaktio\",\"N0tcou\":\"Lunastetaan...\",\"FQRAdz\":\"Classic version of Stably USDS as held by Prime Trust\",\"d2BMHY\":\"Claw back expiration\",\"cMq9N2\":\"Takaisinvedä transaktio\",\"kHGRli\":\"Takaisinvedä transaktio\",\"KD8wpl\":\"Takaisinvedä transaktio\",\"9rFJVO\":\"Takaisinvedettävä maksu lunastettu\",\"XVQ3GZ\":\"Takaisinvedettävä maksu vedetty takaisin\",\"QWXqFm\":\"Takaisinveto mahdollistetaan.\",\"FVrxpg\":\"Takaisinvetoa ei mahdollisteta.\",\"F4klJ1\":\"Vedetään takaisin...\",\"x/dIpC\":\"Click here to download an older version of the wallet\",\"yz7wBu\":\"Sulje\",\"DdK2nW\":\"Vahvista\",\"KNBs+p\":\"Vahvistettu\",\"eCGCBs\":\"Vahvistettu korkeudessa\",\"9TZQxt\":\"Yhteystyyppi\",\"6V3Ea3\":\"Kopioitu\",\"gCNLBV\":\"Kopioi lompakon osoite\",\"RI8MGi\":\"Luo uusi lompakko\",\"R8F74b\":\"Luo Tarjous\",\"ASBdrh\":\"Luo Transaktio\",\"FNcMGM\":\"Luontipäivämäärä\",\"DvOQXK\":\"Hallintalompakko (custody)\",\"8Tg/JR\":\"Kustomi\",\"RBt529\":\"Datakerroksen Lompakko\",\"mYGY3B\":\"Date\",\"cnGeoo\":\"Poista\",\"1SV3g2\":\"Poista Vahvistamattomat Transaktiot\",\"/kYUEk\":[\"Derivaatioindeksi: \",[\"0\"]],\"rsSQbL\":\"DID-lompakko\",\"cO9+2L\":\"Disable\",\"vVr303\":\"Hajautettu Identiteetti\",\"Qp9xL/\":[\"Anna tallentamasi \",[\"mnemonicWordCount\"],\" muistisanaa palauttaaksesi Chia-lompakon.\"],\"2lAQhe\":\"Virhe, annettu osoite näyttää olevan eri tokenille.\",\"osWXWB\":\"Farmi\",\"PLUB/s\":\"Veloitus\",\"kdnzvG\":\"Lähettäjä:\",\"Xf+DDZ\":\"HD- eli hierarkis-deterministiset avaimet ovat julkisen ja salaisen avaimen toteutus, jossa yhtä salaista avainta kohti voi olla lähes loputon määrä julkisia avaimia (ja lompakon osoitteita). Kaikki nämä osoitteet/avaimet osoittavat samaan salaiseen avaimeen.\",\"N2qxV8\":\"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\\nhigher fee.\",\"maMLG5\":\"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a higher fee.\",\"l3s5ri\":\"Tuo\",\"L/VCW6\":[\"Tuo \",[\"alternativeWordCount\"],\" muistisanasta\"],\"Lb0zbo\":\"Tuo Lompakko Muistisanoista\",\"RAMaAx\":\"Incoming\",\"1Ey8My\":\"IP-osoite\",\"N6JtJI\":\"Yhteyksien luettelo on tyhjä\",\"B5opU3\":\"Hallitse tokenilistaa\",\"Kbwvno\":\"Muistio\",\"OL7Cmu\":\"Muistiot\",\"75bnR8\":\"Mempool Conflict\",\"mYglj2\":\"Muistipooli Täynnä\",\"Nqnh6k\":\"MiB Lähetys/Lataus\",\"7PQqCW\":\"Multi Sig -lompakko\",\"6YtxFj\":\"Nimi\",\"zTWvh3\":\"Uusi Osoite\",\"I5+ry1\":\"Uusi Vastaanotto-osoite\",\"IhuRGX\":\"Uusi Lompakko\",\"hXzOVo\":\"Seuraava\",\"9cmMHL\":\"NFT-Lompakko\",\"4hfTrB\":\"Alias\",\"QZBd4d\":\"Ei aiempia transaktioita\",\"wZ7CK3\":\"Noodin tunnus\",\"wFXhCE\":\"Ei Saatavilla\",\"swfAWJ\":\"Ei Synkronoitu\",\"lflnkz\":\"Tarjous Hyväksytty\",\"zga9sT\":\"OK\",\"i8CPUX\":\"Transaktiolohkon väli on keskimäärin minuutti. Ruuhkattomana aikana transaktiosi voidaan lisätä alle minuutissa lohkoketjuun.\",\"O0Z2Xr\":\"Outgoing\",\"R/TYK1\":\"Liitä Muistisanat\",\"267dVm\":[\"Liitä muistisanat (\",[\"0\"],\" sanaa)\"],\"99tnjS\":\"Payments approved\",\"UbRKMZ\":\"Odottaa\",\"q2g9Fc\":\"Avoin Saldo\",\"yVxQDN\":\"Pending Balance for Approval\",\"gzG44U\":\"Avoimet Vaihtorahat\",\"lSxNkR\":\"Takaisinvetotransaktiot kesken\",\"anNLFZ\":\"Avoin Kokonaissumma\",\"nkvxSF\":\"Please allow some time for the payments to reflect in the blockchain.\",\"SFb1G0\":\"Please enter a transaction fee to approve the above amount:\",\"v3DBmf\":\"Anna siirtomaksu lunastaaksesi yllä olevan summan:\",\"EON6V1\":\"Anna siirtomaksu takaisinvetääkseksi yllä mainitun summan:\",\"zZlZoA\":\"Anna kelvollinen asset ID\",\"YC6yfa\":\"Anna käypä numeerinen arvo\",\"FVhf6m\":\"Anna käypä numeerinen veloitus\",\"A8Yo8D\":\"Anna kelvollinen tokenin nimi\",\"DYkKrx\":\"Anna kelvollinen lompakon nimi\",\"3WDSBQ\":\"Synkronoi loppuun ennen transaktion tekemistä\",\"J+CsYs\":\"Ole hyvä ja odota lompakon synkronointia\",\"pzfRXB\":\"Poolilompakko\",\"hZ6znB\":\"Portti\",\"PEXKXO\":\"Provider's ID\",\"sKvd+s\":\"Provider's website\",\"7zD264\":\"Siirtorajoitettu\",\"H7Ynj5\":\"Read the blog post for details\",\"lDgVWA\":\"Vastaanota\",\"9xVMEB\":\"Vastaanottajan Osoite\",\"BTN8be\":\"Vastaanottajan osoite ei ole CAT-osoite. Syötä CAT-osoite\",\"3VfjQ5\":\"Palautettavissa Oleva Lompakko\",\"eQwQ0X\":\"Recovery-lompakko\",\"NtmmU8\":\"Uudelleennimeä Lompakko\",\"GMXzmN\":\"Restricted CAT\",\"rr1XBD\":\"Poista vanhentunut\",\"3ICN7m\":\"Rajoitettu Lompakko\",\"tfDRzk\":\"Tallenna\",\"SWhYbJ\":\"Etsi Tail-tietokannasta\",\"7sTGFU\":\"Valitse Lompakkotyyppi\",\"JlFcis\":\"Lähetä\",\"mEgeLk\":\"Näytä Assetin tunniste\",\"+Z6R5v\":\"Saldo Käytettävissä\",\"O59QXR\":\"Vakiolompakko\",\"uAQUqI\":\"Tila\",\"zzDlyQ\":\"Onnistui\",\"dXoieq\":\"Yhteenveto\",\"N2FcBE\":\"Synkronissa\",\"EHu0x2\":\"Synkronoi\",\"5iYV4A\":\"Derivaatioindeksi asettaa lompakon osoitteiden määrän, jota lompakko skannaa lohkoketjusta. Tämä luku on yleensä suurempi, jos sinulla on paljon tapahtumia tai peruutettuja tarjouksia XCH-, CAT- tai NFT-kolikoille. Jos uskot, että saldo on väärä, nosta derivaatioindeksiä, mikä auttaa lompakkoa sisällyttämään puuttuvat kolikot saldoon.\",\"hTPKs8\":\"The recipient of this transaction will need to have valid credentials in order to claim the sent assets. See the CR CAT restrictions above.\",\"Osu1am\":\"The transaction could not be immediately included in the mempool because the specified fee is too low. The\\ntransaction will be retried periodically, and may be included in the mempool once fees are lower, or if\\nspace becomes available.\",\"lqX3dC\":\"The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available.\",\"SKFc68\":\"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\\nalready in the mempool. The transaction will be retried periodically, and may be included in the mempool if\\nthe conflicting transactions are removed.\",\"ABzBUK\":\"Tämä käyttöoikeustoken on vahvistettu\",\"F75yuK\":\"Tämä ei ole kelvollinen osoite varojen lähettämiseen\",\"aB83tC\":\"Transaktioihin käytettävissä oleva Chiojen määrä. Ei sisällä avoimia farmarin palkkioita, avoimia saapuvia transaktioita eikä lähetettyjä, mutta vahvistamattomia transaktioita.\",\"Ept0RK\":\"Avoimet vaihtorahat ovat kolikoita, jotka olet siirtänyt, mutta joiden siirtoa ei ole vielä vahvistettu loppuun.\",\"tN2g/v\":\"Lähtevien ja saapuvien avointen transaktioiden summa (ei vielä lohkoketjussa). Ei sisällä farmarin palkkioita.\",\"wRxfyR\":\"Yksityisten avaimiesi hallinoimien Chiojen kokonaissumma lohkoketjussa. Sisälytää jäädytetyt palkkiot, mutta ei keskeneräisiä tulevia tai lähteviä transaktioita.\",\"fyjrGX\":\"Nykyinen saldo + avoin saldo, eli tuleva saldo avointen transaktioiden jälkeen.\",\"Je0TkM\":\"Tämä tapahtuma lunastetaan automaattisesti maksulla:\",\"/jQctM\":\"To\",\"ZxkdRe\":\"Vastaanottaja:\",\"tTlvdz\":\"Tokenilla on tyhjä assettitunnus\",\"0HjHvL\":\"Tokenilla on tyhjä nimi\",\"6RDwJM\":\"Tokenit\",\"B8lM8K\":\"Kokonaissaldo\",\"8C0mqM\":\"Transaktio on onnistuneesti lähetetty noodille ja sisällytetty mempooliin.\",\"4wyw8H\":\"Transaktiot\",\"I629b9\":\"Transaktiot lunastetaan automaattisesti, kun takaisinvetoaika umpeutuu.\",\"456Qrg\":\"Transaktioita, joiden arvo on pienempi kuin maksu, ei lunasteta automaattisesti.\",\"8pWatB\":[\"Lompakkoa \",[\"walletId\"],\" ei löydy\"],\"XzzJcJ\":\"Lompakon Yhteydet\",\"DnGAyK\":\"Lompakkoa ei löydy\",\"TwIeIN\":\"Lompakon Nimi\",\"TfshEx\":\"Wallet needs to be synced before approving transactions\",\"FCt4vw\":\"Lompakon on oltava synkronissa takaisinvetoa varten\",\"Z7Mh13\":[\"Lompakkotyyppiä \",[\"0\"],\" ei tueta\"],\"9XUxAd\":\"Want to see your old balance for yourself?\",\"fzWf/z\":\"We've made an upgrade to the CAT standard which requires all CATs to be re-issued. You will be airdropped your new tokens as they are re-issued by the original issuers. The airdropped tokens will be based on the balance as of block height:<0/><1/><2/>(Approximate time: July 26th, 2022 @ 17:00 UTC)\",\"f3fifJ\":\"Tervetuloa! Seuraavia muistisanoja käytetään lompakon varmuuskopiointiin. Ilman niitä sinulla ei ole pääsyä lompakkoosi. Pidä ne tallessa! Kirjoita ylös sanat ja niiden järjestysnumerot. (Oikea järjestys on tärkeää)\",\"o87axJ\":\"Lunastetaan automaattisesti \",\"Ek7Ha+\":\"Voit muuttaa automaattista lunastusmaksua Asetuksista.\",\"g0WojW\":\"You do not have this verifiable credential or it is not from the correct authorized provided\",\"MIyL0a\":\"You have this verifiable credential from the correct authorized provider\",\"gol1p0\":\"Your CAT tokens have been upgraded!\",\"0Yt186\":[\"Liitetty lista ei sisällä \",[\"mnemonicWordCount\"],\" kelvollista muistisanaa.\"]}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"eKC+EC\":\"-\",\"dfUjxu\":\"- Memo auttaa vastaanottajan puolta tunnistamaan maksun.<0/>- Kaikki memoon kirjoittamasi on julkisesti saatavilla lohkoketjussa.\",\"FFW4pl\":\"- Aseta aikaikuna, jonka aikana voit peruuttaa transaktion. 0/>- Transaktion vastaanottaja voi kuitata varat vasta kun aikaikkuna on umpeutunut.\",\"ROBytS\":\"+\",\"7L01XJ\":\"Toiminnot\",\"m16xKo\":\"Lisää\",\"cM8lWO\":\"Lisää peruttavissa oleva transaktio-optio\",\"sNaLCG\":\"Lisää Token\",\"9dx4h3\":\"Lisää transaktiomemo\",\"vrtr+A\":[\"Lisätään \",[\"0\"],\" token\"],\"Du6bPw\":\"Osoite\",\"HwONi1\":\"Address / Puzzle hash\",\"KcrUZ3\":\"Osoite tai kontakti\",\"hehnjM\":\"Määrä\",\"Z7ZXbT\":\"Hyväksy\",\"XwvUC1\":\"Hyväksy vireillä olevat CR-CAT-tapahtumat\",\"LVrOrI\":\"Hyväksy vireillä olevat tapahtumat\",\"IdTS77\":\"Haluatko varmasti poistaa nämä vahvistamattomat tapahtumat?\",\"bUUVED\":\"Assetti\",\"mbcdYq\":\"Assetin Tunniste\",\"EdlJYP\":\"Atomic Swap Lompakko\",\"39HY4T\":\"Valtuutettu Lompakko\",\"oMvRIj\":\"Valtuutetut palveluntarjoajat\",\"r/5eNb\":\"Lunasta transaktiot automaattisesti tällä maksusummalla tästä lähtien.\",\"rcxllO\":\"Ennen tämän transaktion lähettämistä sinun tulee varmistaa, että vastaanottajalla on lompakko, joka voi lunastaa transaktion ajastimen päättymisen jälkeen.\",\"liqA1/\":\"Voidaan lunastaa \",\"dEgA5A\":\"Peru\",\"rGMcWi\":\"Chiaa (XCH) ei voi lähettää CAT-osoitteeseen. Anna chia-osoite.\",\"JoC+Wq\":\"CAT käyttöoikeusrajoitukset\",\"LUc9sF\":\"Check my snapshot balance\",\"SMVm7b\":\"Chia Asset Token\",\"C2DdwX\":\"Lunasta transaktio\",\"anJbZR\":\"Lunasta Transaktio\",\"N0tcou\":\"Lunastetaan...\",\"FQRAdz\":\"Classic USDS Prime Trustin hallinnassa\",\"d2BMHY\":\"Takaisinvedon vanhentuminen\",\"cMq9N2\":\"Takaisinvedä transaktio\",\"kHGRli\":\"Takaisinvedä transaktio\",\"KD8wpl\":\"Takaisinvedä transaktio\",\"9rFJVO\":\"Takaisinvedettävä maksu lunastettu\",\"XVQ3GZ\":\"Takaisinvedettävä maksu vedetty takaisin\",\"QWXqFm\":\"Takaisinveto mahdollistetaan.\",\"FVrxpg\":\"Takaisinvetoa ei mahdollisteta.\",\"F4klJ1\":\"Vedetään takaisin...\",\"x/dIpC\":\"Click here to download an older version of the wallet\",\"yz7wBu\":\"Sulje\",\"DdK2nW\":\"Vahvista\",\"KNBs+p\":\"Vahvistettu\",\"eCGCBs\":\"Vahvistettu korkeudessa\",\"9TZQxt\":\"Yhteystyyppi\",\"6V3Ea3\":\"Kopioitu\",\"gCNLBV\":\"Kopioi lompakon osoite\",\"RI8MGi\":\"Luo uusi lompakko\",\"R8F74b\":\"Luo Tarjous\",\"ASBdrh\":\"Luo Transaktio\",\"FNcMGM\":\"Luontipäivämäärä\",\"DvOQXK\":\"Hallintalompakko (custody)\",\"8Tg/JR\":\"Kustomi\",\"RBt529\":\"Datakerroksen Lompakko\",\"mYGY3B\":\"Date\",\"cnGeoo\":\"Poista\",\"1SV3g2\":\"Poista Vahvistamattomat Transaktiot\",\"/kYUEk\":[\"Derivaatioindeksi: \",[\"0\"]],\"rsSQbL\":\"DID-lompakko\",\"cO9+2L\":\"Poista Käytöstä\",\"vVr303\":\"Hajautettu Identiteetti\",\"Qp9xL/\":[\"Anna tallentamasi \",[\"mnemonicWordCount\"],\" muistisanaa palauttaaksesi Chia-lompakon.\"],\"2lAQhe\":\"Virhe, annettu osoite näyttää olevan eri tokenille.\",\"osWXWB\":\"Farmi\",\"PLUB/s\":\"Veloitus\",\"kdnzvG\":\"Lähettäjä:\",\"Xf+DDZ\":\"HD- eli hierarkis-deterministiset avaimet ovat julkisen ja salaisen avaimen toteutus, jossa yhtä salaista avainta kohti voi olla lähes loputon määrä julkisia avaimia (ja lompakon osoitteita). Kaikki nämä osoitteet/avaimet osoittavat samaan salaiseen avaimeen.\",\"N2qxV8\":\"Jos haluat nopeuttaa transaktiota, poista vahvistamattomat transaktiot ja yritä uudelleen korkeammalla maksulla.\",\"maMLG5\":\"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a higher fee.\",\"l3s5ri\":\"Tuo\",\"L/VCW6\":[\"Tuo \",[\"alternativeWordCount\"],\" muistisanasta\"],\"Lb0zbo\":\"Tuo Lompakko Muistisanoista\",\"RAMaAx\":\"Incoming\",\"1Ey8My\":\"IP-osoite\",\"N6JtJI\":\"Yhteyksien luettelo on tyhjä\",\"B5opU3\":\"Hallitse tokenilistaa\",\"Kbwvno\":\"Muistio\",\"OL7Cmu\":\"Muistiot\",\"75bnR8\":\"Mempoolin Konflikti\",\"mYglj2\":\"Muistipooli Täynnä\",\"Nqnh6k\":\"MiB Lähetys/Lataus\",\"7PQqCW\":\"Multi Sig -lompakko\",\"6YtxFj\":\"Nimi\",\"zTWvh3\":\"Uusi Osoite\",\"I5+ry1\":\"Uusi Vastaanotto-osoite\",\"IhuRGX\":\"Uusi Lompakko\",\"hXzOVo\":\"Seuraava\",\"9cmMHL\":\"NFT-Lompakko\",\"4hfTrB\":\"Alias\",\"QZBd4d\":\"Ei aiempia transaktioita\",\"wZ7CK3\":\"Noodin tunnus\",\"wFXhCE\":\"Ei Saatavilla\",\"swfAWJ\":\"Ei Synkronoitu\",\"lflnkz\":\"Tarjous Hyväksytty\",\"zga9sT\":\"OK\",\"i8CPUX\":\"Transaktiolohkon väli on keskimäärin minuutti. Ruuhkattomana aikana transaktiosi voidaan lisätä alle minuutissa lohkoketjuun.\",\"O0Z2Xr\":\"Outgoing\",\"R/TYK1\":\"Liitä Muistisanat\",\"267dVm\":[\"Liitä muistisanat (\",[\"0\"],\" sanaa)\"],\"99tnjS\":\"Hyväksytyt maksut\",\"UbRKMZ\":\"Odottaa\",\"q2g9Fc\":\"Avoin Saldo\",\"yVxQDN\":\"Hyväksyntää odottava saldo\",\"gzG44U\":\"Avoimet Vaihtorahat\",\"lSxNkR\":\"Takaisinvetotransaktiot kesken\",\"anNLFZ\":\"Avoin Kokonaissumma\",\"nkvxSF\":\"Anna jonkin verran aikaa maksujen näkymiseen lohkoketjussa.\",\"SFb1G0\":\"Ole hyvä ja syötä siirtomaksu hyväksyäksesi yllä olevan summan:\",\"v3DBmf\":\"Anna siirtomaksu lunastaaksesi yllä olevan summan:\",\"EON6V1\":\"Anna siirtomaksu takaisinvetääkseksi yllä mainitun summan:\",\"zZlZoA\":\"Anna kelvollinen asset ID\",\"YC6yfa\":\"Anna käypä numeerinen arvo\",\"FVhf6m\":\"Anna käypä numeerinen veloitus\",\"A8Yo8D\":\"Anna kelvollinen tokenin nimi\",\"DYkKrx\":\"Anna kelvollinen lompakon nimi\",\"3WDSBQ\":\"Synkronoi loppuun ennen transaktion tekemistä\",\"J+CsYs\":\"Ole hyvä ja odota lompakon synkronointia\",\"pzfRXB\":\"Poolilompakko\",\"hZ6znB\":\"Portti\",\"PEXKXO\":\"Toimittajan Tunniste\",\"sKvd+s\":\"Toimitajan sivusto\",\"7zD264\":\"Siirtorajoitettu\",\"H7Ynj5\":\"Read the blog post for details\",\"lDgVWA\":\"Vastaanota\",\"9xVMEB\":\"Vastaanottajan Osoite\",\"BTN8be\":\"Vastaanottajan osoite ei ole CAT-osoite. Syötä CAT-osoite\",\"3VfjQ5\":\"Palautettavissa Oleva Lompakko\",\"eQwQ0X\":\"Recovery-lompakko\",\"NtmmU8\":\"Uudelleennimeä Lompakko\",\"GMXzmN\":\"Rajoitettu CAT\",\"rr1XBD\":\"Poista vanhentunut\",\"3ICN7m\":\"Rajoitettu Lompakko\",\"tfDRzk\":\"Tallenna\",\"SWhYbJ\":\"Etsi Tail-tietokannasta\",\"7sTGFU\":\"Valitse Lompakkotyyppi\",\"JlFcis\":\"Lähetä\",\"mEgeLk\":\"Näytä Assetin tunniste\",\"+Z6R5v\":\"Saldo Käytettävissä\",\"O59QXR\":\"Vakiolompakko\",\"uAQUqI\":\"Tila\",\"zzDlyQ\":\"Onnistui\",\"dXoieq\":\"Yhteenveto\",\"N2FcBE\":\"Synkronissa\",\"EHu0x2\":\"Synkronoi\",\"5iYV4A\":\"Derivaatioindeksi asettaa lompakon osoitteiden määrän, jota lompakko skannaa lohkoketjusta. Tämä luku on yleensä suurempi, jos sinulla on paljon tapahtumia tai peruutettuja tarjouksia XCH-, CAT- tai NFT-kolikoille. Jos uskot, että saldo on väärä, nosta derivaatioindeksiä, mikä auttaa lompakkoa sisällyttämään puuttuvat kolikot saldoon.\",\"hTPKs8\":\"Tämän tapahtuman vastaanottajalla on oltava voimassa olevat käyttöioikeustiedot lähetettyjen assettien lunastamiseksi. Katso CR CAT -rajoitukset yllä.\",\"Osu1am\":\"Tapahtumaa ei voitu välittömästi sisällyttää mempooliin, koska määritetty transaktiomaksu on liian alhainen. Transaktiota yritetään säännöllisesti uudelleen ja se voidaan sisällyttää mempooliin, kun tarvittavat maksutasot ovat pienentyneet tai kun tilaa tulee saataville.\",\"lqX3dC\":\"The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available.\",\"SKFc68\":\"Transaktio odottaa mempooliin sisällyttämistä, koska se on ristiriidassa yhden tai useamman muun mempoolin transaktion kanssa. Transaktiota yritetään säännöllisesti uudelleen ja se voidaan sisällyttää mempooliin jos ristiriitaiset tapahtumat poistetaan mempoolista.\",\"ABzBUK\":\"Tämä käyttöoikeustoken on vahvistettu\",\"F75yuK\":\"Tämä ei ole kelvollinen osoite varojen lähettämiseen\",\"aB83tC\":\"Transaktioihin käytettävissä oleva Chiojen määrä. Ei sisällä avoimia farmarin palkkioita, avoimia saapuvia transaktioita eikä lähetettyjä, mutta vahvistamattomia transaktioita.\",\"Ept0RK\":\"Avoimet vaihtorahat ovat kolikoita, jotka olet siirtänyt, mutta joiden siirtoa ei ole vielä vahvistettu loppuun.\",\"tN2g/v\":\"Lähtevien ja saapuvien avointen transaktioiden summa (ei vielä lohkoketjussa). Ei sisällä farmarin palkkioita.\",\"wRxfyR\":\"Yksityisten avaimiesi hallinoimien Chiojen kokonaissumma lohkoketjussa. Sisälytää jäädytetyt palkkiot, mutta ei keskeneräisiä tulevia tai lähteviä transaktioita.\",\"fyjrGX\":\"Nykyinen saldo + avoin saldo, eli tuleva saldo avointen transaktioiden jälkeen.\",\"Je0TkM\":\"Tämä tapahtuma lunastetaan automaattisesti maksulla:\",\"/jQctM\":\"To\",\"ZxkdRe\":\"Vastaanottaja:\",\"tTlvdz\":\"Tokenilla on tyhjä assettitunnus\",\"0HjHvL\":\"Tokenilla on tyhjä nimi\",\"6RDwJM\":\"Tokenit\",\"B8lM8K\":\"Kokonaissaldo\",\"8C0mqM\":\"Transaktio on onnistuneesti lähetetty noodille ja sisällytetty mempooliin.\",\"4wyw8H\":\"Transaktiot\",\"I629b9\":\"Transaktiot lunastetaan automaattisesti, kun takaisinvetoaika umpeutuu.\",\"456Qrg\":\"Transaktioita, joiden arvo on pienempi kuin maksu, ei lunasteta automaattisesti.\",\"8pWatB\":[\"Lompakkoa \",[\"walletId\"],\" ei löydy\"],\"XzzJcJ\":\"Lompakon Yhteydet\",\"DnGAyK\":\"Lompakkoa ei löydy\",\"TwIeIN\":\"Lompakon Nimi\",\"TfshEx\":\"Lompakko on synkronissa ennen transaktioiden hyväksymistä\",\"FCt4vw\":\"Lompakon on oltava synkronissa takaisinvetoa varten\",\"Z7Mh13\":[\"Lompakkotyyppiä \",[\"0\"],\" ei tueta\"],\"9XUxAd\":\"Want to see your old balance for yourself?\",\"fzWf/z\":\"We've made an upgrade to the CAT standard which requires all CATs to be re-issued. You will be airdropped your new tokens as they are re-issued by the original issuers. The airdropped tokens will be based on the balance as of block height:<0/><1/><2/>(Approximate time: July 26th, 2022 @ 17:00 UTC)\",\"f3fifJ\":\"Tervetuloa! Seuraavia muistisanoja käytetään lompakon varmuuskopiointiin. Ilman niitä sinulla ei ole pääsyä lompakkoosi. Pidä ne tallessa! Kirjoita ylös sanat ja niiden järjestysnumerot. (Oikea järjestys on tärkeää)\",\"o87axJ\":\"Lunastetaan automaattisesti \",\"Ek7Ha+\":\"Voit muuttaa automaattista lunastusmaksua Asetuksista.\",\"g0WojW\":\"Sinulla ei ole tätä todennettavissa olevaa käyttöoikeustietoa tai se ei ole oikealta valtuuttajalta\",\"MIyL0a\":\"Sinulla on tämä todennettavissa oleva käyttöoikeustieto oikealta valtuuttajalta\",\"gol1p0\":\"Your CAT tokens have been upgraded!\",\"0Yt186\":[\"Liitetty lista ei sisällä \",[\"mnemonicWordCount\"],\" kelvollista muistisanaa.\"]}")}; \ No newline at end of file diff --git a/packages/wallets/src/locales/fi-FI/messages.po b/packages/wallets/src/locales/fi-FI/messages.po index e7b7de2a46..7dcd4ae782 100644 --- a/packages/wallets/src/locales/fi-FI/messages.po +++ b/packages/wallets/src/locales/fi-FI/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD- eli hierarkis-deterministiset avaimet ovat julkisen ja salaisen avaimen toteutus, jossa yhtä salaista avainta kohti voi olla lähes loputon määrä julkisia avaimia (ja lompakon osoitteita). Kaikki nämä osoitteet/avaimet osoittavat samaan salaiseen avaimeen." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "Jos haluat nopeuttaa transaktiota, poista vahvistamattomat transaktiot ja yritä uudelleen korkeammalla maksulla." @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "Tämän tapahtuman vastaanottajalla on oltava voimassa olevat käyttöioikeustiedot lähetettyjen assettien lunastamiseksi. Katso CR CAT -rajoitukset yllä." #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "Tapahtumaa ei voitu välittömästi sisällyttää mempooliin, koska määritetty transaktiomaksu on liian alhainen. Transaktiota yritetään säännöllisesti uudelleen ja se voidaan sisällyttää mempooliin, kun tarvittavat maksutasot ovat pienentyneet tai kun tilaa tulee saataville." @@ -664,7 +666,8 @@ msgstr "Tapahtumaa ei voitu välittömästi sisällyttää mempooliin, koska mä #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "Transaktio odottaa mempooliin sisällyttämistä, koska se on ristiriidassa yhden tai useamman muun mempoolin transaktion kanssa. Transaktiota yritetään säännöllisesti uudelleen ja se voidaan sisällyttää mempooliin jos ristiriitaiset tapahtumat poistetaan mempoolista." @@ -806,4 +809,3 @@ msgstr "Sinulla on tämä todennettavissa oleva käyttöoikeustieto oikealta val #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "Liitetty lista ei sisällä {mnemonicWordCount} kelvollista muistisanaa." - diff --git a/packages/wallets/src/locales/fr-FR/messages.po b/packages/wallets/src/locales/fr-FR/messages.po index c00cf464c0..d7db45e5b1 100644 --- a/packages/wallets/src/locales/fr-FR/messages.po +++ b/packages/wallets/src/locales/fr-FR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD ou clés déterministes hiérachiques sont un type de schéma de clé publique/clé privée dans lequel une clé privée peut avoir un nombre presque infini de clés publiques différentes (et donc autant d'adresses de réception de portefeuille), toutes liées et dépensables par une seule clé privée." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "Votre liste collée ne contient pas {mnemonicWordCount} mots mnémoniques valides." - diff --git a/packages/wallets/src/locales/hr-HR/messages.po b/packages/wallets/src/locales/hr-HR/messages.po index fa02c98b32..f394d83975 100644 --- a/packages/wallets/src/locales/hr-HR/messages.po +++ b/packages/wallets/src/locales/hr-HR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/hu-HU/messages.po b/packages/wallets/src/locales/hu-HU/messages.po index be14251328..01576bd4c0 100644 --- a/packages/wallets/src/locales/hu-HU/messages.po +++ b/packages/wallets/src/locales/hu-HU/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "A HD vagy hierarchikus determinisztikus kulcs egyfajta nyilvános kulcs / privát kulcs séma, ahol egy privát kulcsnak csaknem végtelen számú különféle nyilvános kulcsa lehet (és ezért a tárcának fogadó címei is), amely címek mindegyike egy privát kulcshoz kapcsolódik, amivel az így beérkezett összegek elköthetők." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -687,7 +690,8 @@ msgstr "Ez a függőben lévő változás, amely olyan pénzérme, amelyet Ön k #: src/components/standard/WalletStandardCards.tsx:36 msgid "This is the sum of the incoming and outgoing pending transactions (not yet included into the blockchain). This does not include farming rewards." -msgstr "Ez a függőben lévő, bejövő és kimenő ügyletek összesítése. (Még nem a blokklánc részei)\n" +msgstr "" +"Ez a függőben lévő, bejövő és kimenő ügyletek összesítése. (Még nem a blokklánc részei)\n" "Nem tartalmazza a termesztési díjakat." #: src/components/standard/WalletStandardCards.tsx:17 @@ -807,4 +811,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/id-ID/messages.po b/packages/wallets/src/locales/id-ID/messages.po index d40a2bbdfe..6fcafede0e 100644 --- a/packages/wallets/src/locales/id-ID/messages.po +++ b/packages/wallets/src/locales/id-ID/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/it-IT/messages.po b/packages/wallets/src/locales/it-IT/messages.po index da3868fab3..f5ed87d262 100644 --- a/packages/wallets/src/locales/it-IT/messages.po +++ b/packages/wallets/src/locales/it-IT/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "Le chiavi HD (Hierarchical Deterministic) sono un tipo di schema a chiave pubblica/privata dove una chiave privata può avere un numero quasi infinito di chiavi pubbliche diverse (e quindi indirizzi di ricezione del wallet) che sono utilizzabili da una singola chiave privata." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/ja-JP/messages.po b/packages/wallets/src/locales/ja-JP/messages.po index f7a8e04d99..587ab3ebc2 100644 --- a/packages/wallets/src/locales/ja-JP/messages.po +++ b/packages/wallets/src/locales/ja-JP/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "階層的決定性鍵、または HD 鍵とは、一つの秘密鍵に無数の公開鍵 (= ウォレットの受け取りアドレス) を対応させられる公開・秘密鍵の生成方法です。どの公開鍵への入金も、最終的には同じ秘密鍵に着金し、同じ秘密鍵で支払うことができます。" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "取引をより速く完了させたい場合は、未承認の取引を削除し、手数料を上げて再試行してください。" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/ko-KR/messages.po b/packages/wallets/src/locales/ko-KR/messages.po index 8c1fd2521e..f5cd1c63e9 100644 --- a/packages/wallets/src/locales/ko-KR/messages.po +++ b/packages/wallets/src/locales/ko-KR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/nl-NL/messages.po b/packages/wallets/src/locales/nl-NL/messages.po index b094db4bab..9560d74791 100644 --- a/packages/wallets/src/locales/nl-NL/messages.po +++ b/packages/wallets/src/locales/nl-NL/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/no-NO/messages.po b/packages/wallets/src/locales/no-NO/messages.po index 177d980d2c..531c224acf 100644 --- a/packages/wallets/src/locales/no-NO/messages.po +++ b/packages/wallets/src/locales/no-NO/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/pl-PL/messages.po b/packages/wallets/src/locales/pl-PL/messages.po index c204dbc863..e0d30db754 100644 --- a/packages/wallets/src/locales/pl-PL/messages.po +++ b/packages/wallets/src/locales/pl-PL/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/pt-BR/messages.po b/packages/wallets/src/locales/pt-BR/messages.po index 2038d30c34..4f7d1dcd4e 100644 --- a/packages/wallets/src/locales/pt-BR/messages.po +++ b/packages/wallets/src/locales/pt-BR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/pt-PT/messages.po b/packages/wallets/src/locales/pt-PT/messages.po index 3d428ac355..ca570d1849 100644 --- a/packages/wallets/src/locales/pt-PT/messages.po +++ b/packages/wallets/src/locales/pt-PT/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/ro-RO/messages.po b/packages/wallets/src/locales/ro-RO/messages.po index 3346d409ea..b1c13d0254 100644 --- a/packages/wallets/src/locales/ro-RO/messages.po +++ b/packages/wallets/src/locales/ro-RO/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/ru-RU/messages.po b/packages/wallets/src/locales/ru-RU/messages.po index 3447dc86aa..6c95eec8f2 100644 --- a/packages/wallets/src/locales/ru-RU/messages.po +++ b/packages/wallets/src/locales/ru-RU/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD или иерархические детерминированные ключи - это тип открытой схемы ключ/закрытого ключа, в которой один закрытый ключ может иметь почти бесконечное количество различных открытых ключей (и поэтому прием адресов), которые в конечном итоге будут возвращаться и расходоваться одним приватным ключом." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/sk-SK/messages.po b/packages/wallets/src/locales/sk-SK/messages.po index 5f85c973e5..e4ec35511e 100644 --- a/packages/wallets/src/locales/sk-SK/messages.po +++ b/packages/wallets/src/locales/sk-SK/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD alebo Hierarchické Deterministické kľúče sú typ schémy verejného kľúča/súkromného kľúča, kde jeden súkromný kľúč môže mať takmer nekonečný počet rôznych verejných kľúčov (a tým pádom adries pre príjem do peňaženky), ktoré sa nakoniec vrátia k jedinému súkromnému kľúču a budú z neho utratiteľné." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/sq-AL/messages.po b/packages/wallets/src/locales/sq-AL/messages.po index 5168a81bc4..d771e064b0 100644 --- a/packages/wallets/src/locales/sq-AL/messages.po +++ b/packages/wallets/src/locales/sq-AL/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/sv-SE/messages.po b/packages/wallets/src/locales/sv-SE/messages.po index 494eec4399..6580391743 100644 --- a/packages/wallets/src/locales/sv-SE/messages.po +++ b/packages/wallets/src/locales/sv-SE/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "\"HD\" eller Hierarkiska Deterministiska nycklar är en typ av schema med publik nyckel/privat nyckel där en privat nyckel kan ha ett nästan oändligt antal olika publika nycklar (och därigenom mottagaradresser i plånboken) som alla i slutänden kan härledas tillbaka till och är spenderbara med en och samma privata nyckel." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "Om du vill påskynda transaktionen, ta bort obekräftade transaktioner och försök igen med en högre avgift." @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "Mottagaren av denna transaktion måste ha giltiga autentiseringsuppgifter för att kunna göra anspråk på de skickade tillgångarna. Se CR CAT-begränsningarna ovan." #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "Transaktionen kunde inte omedelbart läggas till i mempoolen eftersom den angivna avgiften är för låg. Transaktionen kommer att återställas med jämna mellanrum, och kan komma att inkluderas i mempoolen när avgifterna är lägre, eller om utrymme blir tillgängligt." @@ -664,7 +666,8 @@ msgstr "Transaktionen kunde inte omedelbart läggas till i mempoolen eftersom de #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "Du har denna verifierbara autentiseringsuppgift från rätt auktoriserad #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "Den lista du klistrat in är inte en giltig minnesfras med {mnemonicWordCount} ord." - diff --git a/packages/wallets/src/locales/tr-TR/messages.po b/packages/wallets/src/locales/tr-TR/messages.po index 335ce32dd3..1ddef4800d 100644 --- a/packages/wallets/src/locales/tr-TR/messages.po +++ b/packages/wallets/src/locales/tr-TR/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/uk-UA/messages.po b/packages/wallets/src/locales/uk-UA/messages.po index 67eadf9d2c..166509d3b5 100644 --- a/packages/wallets/src/locales/uk-UA/messages.po +++ b/packages/wallets/src/locales/uk-UA/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD або ієрархічні детерміновані ключі - це тип відкритої схеми ключ/закритого ключа, в якій один закритий ключ може мати майже нескінченну кількість різних відкритих ключів (і адреси для прийому), які зрештою повертатимуться і витрачатимуться одним приватним ключем." #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -664,7 +666,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -806,4 +809,3 @@ msgstr "" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "" - diff --git a/packages/wallets/src/locales/zh-CN/messages.po b/packages/wallets/src/locales/zh-CN/messages.po index 83e5ba4056..e7e25e3d68 100644 --- a/packages/wallets/src/locales/zh-CN/messages.po +++ b/packages/wallets/src/locales/zh-CN/messages.po @@ -325,7 +325,8 @@ msgid "HD or Hierarchical Deterministic keys are a type of public key/private ke msgstr "HD(分层确定性)密钥是一种公钥/私钥方案,其中一个私钥可以有几乎无限数量的不同公钥(因此也有多个钱包接收地址),而所有这些地址最终都可以由单个私钥进行支出。" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "如果希望加快交易速度,请删除未确认的交易,并使用更高的手续费重试。" @@ -654,7 +655,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "交易的接收方将需要有效的凭证才能领取发送的资产。请参阅上面的CR CAT限制。" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "由于指定的手续费过低,该交易无法立即添加到内存池中。该交易将定期重试,并在要求的手续费变低或内存池空间可用时被添加到内存池中。" @@ -664,7 +666,8 @@ msgstr "由于指定的手续费过低,该交易无法立即添加到内存池 #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "这笔交易暂未添加到内存池中,因为它与内存池中已有的一笔或多笔交易存在冲突。交易将会定期重试,如果冲突的交易被移除,则这笔交易可能会添加到内存池中。" @@ -806,4 +809,3 @@ msgstr "您拥有来自正确授权提供者的这个可验证证件" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "粘贴列表中未包含 {mnemonicWordCount} 个有效助记词。" - diff --git a/packages/wallets/src/locales/zh-TW/messages.po b/packages/wallets/src/locales/zh-TW/messages.po index d00eab7c4c..8d7f8174b2 100644 --- a/packages/wallets/src/locales/zh-TW/messages.po +++ b/packages/wallets/src/locales/zh-TW/messages.po @@ -322,11 +322,13 @@ msgstr "來自:" #: src/components/WalletReceiveAddress.tsx:32 msgid "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key." -msgstr "HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key.\n" +msgstr "" +"HD or Hierarchical Deterministic keys are a type of public key/private key scheme where one private key can have a nearly infinite number of different public keys (and therefore wallet receive addresses) that will all ultimately come back to and be spendable by a single private key.\n" "一個私鑰可以分成幾乎無限數量的不同公鑰(指錢包地址),這些不同的公鑰(指錢包地址)都將回歸到同一個私鑰。" #: src/components/WalletSendTransactionResultDialog.tsx:47 -msgid "If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" +msgid "" +"If you would like to speed up the transaction, please delete unconfirmed transactions and retry with a\n" "higher fee." msgstr "" @@ -655,7 +657,8 @@ msgid "The recipient of this transaction will need to have valid credentials in msgstr "交易的接收方將需要有效的憑證才能領取發送的資產。請參閱上面的CR CAT限制。" #: src/components/WalletSendTransactionResultDialog.tsx:44 -msgid "The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" +msgid "" +"The transaction could not be immediately included in the mempool because the specified fee is too low. The\n" "transaction will be retried periodically, and may be included in the mempool once fees are lower, or if\n" "space becomes available." msgstr "" @@ -665,7 +668,8 @@ msgstr "" #~ msgstr "The transaction could not be immediately included in the mempool because the specified fee is too low. The transaction will be retried periodically, and may be included in the mempool once fees are lower, or if space becomes available." #: src/components/WalletSendTransactionResultDialog.tsx:38 -msgid "The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" +msgid "" +"The transaction is pending inclusion in the mempool because it conflicts with one or more other transactions\n" "already in the mempool. The transaction will be retried periodically, and may be included in the mempool if\n" "the conflicting transactions are removed." msgstr "" @@ -807,4 +811,3 @@ msgstr "你擁有來自正確的授權提供者的這個可驗證證件" #: src/components/WalletImport.tsx:73 msgid "Your pasted list does not include {mnemonicWordCount} valid mnemonic words." msgstr "您貼上的列表中不包含 {mnemonicWordCount} 個有效的助記詞詞語。" - From 1cfa6961022337fcb9d3c5ab8af5ab7facc18738 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Mar 2024 10:29:17 +0000 Subject: [PATCH 04/43] fix: packages/gui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- packages/gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gui/package.json b/packages/gui/package.json index 57ba59396e..5c30430765 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -53,7 +53,7 @@ "@rehooks/local-storage": "2.4.4", "@walletconnect/sign-client": "2.10.0", "@walletconnect/utils": "2.10.0", - "axios": "1.6.0", + "axios": "1.6.4", "bech32": "2.0.0", "bignumber.js": "9.1.1", "byte-size": "8.1.1", From 11dec266f29ffc31dbc4861a828cd155e887ab94 Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Thu, 14 Mar 2024 15:31:58 -0700 Subject: [PATCH 05/43] Update to prettier 3.1.0 --- package-lock.json | 12 +++--- package.json | 2 +- .../src/@types/MethodFirstParameter.ts | 2 +- .../api-react/src/@types/MethodReturnType.ts | 2 +- packages/api-react/src/chiaLazyBaseQuery.ts | 6 +-- .../hooks/useCurrentFingerprintSettings.ts | 4 +- .../src/hooks/useFingerprintSettings.ts | 4 +- .../src/hooks/useGetHarvesterQuery.ts | 2 +- .../src/hooks/useGetHarvesterStats.ts | 2 +- .../src/hooks/useGetLatestBlocksQuery.ts | 2 +- .../hooks/useGetLatestPeakTimestampQuery.ts | 2 +- .../api-react/src/hooks/useLocalStorage.ts | 6 +-- packages/api-react/src/hooks/usePrefs.ts | 6 +-- packages/api-react/src/hooks/useService.ts | 2 +- packages/api-react/src/hooks/useServices.ts | 4 +- .../src/hooks/useSubscribeToEvent.ts | 2 +- .../api-react/src/hooks/useThrottleQuery.ts | 4 +- packages/api-react/src/services/client.ts | 2 +- packages/api-react/src/services/daemon.ts | 4 +- packages/api-react/src/services/farmer.ts | 14 +++---- packages/api-react/src/services/fullNode.ts | 2 +- packages/api-react/src/services/harvester.ts | 2 +- packages/api-react/src/services/wallet.ts | 40 +++++++++---------- .../src/utils/onCacheEntryAddedInvalidate.ts | 8 ++-- .../utils/reduxToolkitEndpointAbstractions.ts | 12 +++--- packages/api/src/@types/PoolState.ts | 2 +- packages/api/src/Client.ts | 2 +- packages/api/src/Message.test.ts | 8 ++-- packages/api/src/services/Daemon.ts | 6 +-- packages/api/src/services/Farmer.ts | 2 +- packages/api/src/services/PlotterService.ts | 2 +- packages/api/src/services/Service.ts | 8 ++-- packages/api/src/services/WalletService.ts | 38 +++++++++--------- .../tests/utils/calculateRoyalties.test.ts | 6 +-- packages/api/src/utils/calculateRoyalties.ts | 4 +- packages/api/src/utils/toBech32m.ts | 2 +- packages/api/src/wallets/NFT.ts | 2 +- .../AddressBookProvider.tsx | 2 +- .../core/src/components/Auth/AuthProvider.tsx | 6 +-- packages/core/src/components/Back/Back.tsx | 2 +- .../components/CardListItem/CardListItem.tsx | 4 +- .../components/Dropdown/DropdownActions.tsx | 4 +- .../src/components/Dropdown/DropdownBase.tsx | 4 +- .../ErrorBoundary/ErrorBoundary.tsx | 2 +- .../components/EstimatedFee/EstimatedFee.tsx | 12 +++--- packages/core/src/components/Form/Form.tsx | 2 +- .../FormBackButton/FormBackButton.tsx | 2 +- .../components/FormatBytes/FormatBytes.tsx | 2 +- .../LayoutDashboard/LayoutDashboard.tsx | 2 +- .../LocaleProvider/LocaleProvider.tsx | 4 +- packages/core/src/components/Menu/Menu.tsx | 6 +-- .../ModalDialogs/ModalDialogsProvider.tsx | 4 +- .../core/src/components/Mode/ModeProvider.tsx | 4 +- .../core/src/components/Persist/Persist.tsx | 6 +-- .../Scrollbar/ScrollbarVirtuoso.tsx | 2 +- .../components/SideBarItem/SideBarItem.tsx | 4 +- .../src/components/Table/TableControlled.tsx | 6 +-- .../src/components/TextField/TextField.tsx | 2 +- .../ToolbarSpacing/ToolbarSpacing.tsx | 2 +- .../core/src/components/Truncate/Truncate.tsx | 2 +- packages/core/src/hooks/useAddressBook.tsx | 12 +++--- .../hooks/useGetLatestVersionFromWebsite.ts | 4 +- packages/core/src/hooks/useHiddenList.ts | 6 +-- .../src/hooks/useKeyringMigrationPrompt.tsx | 2 +- packages/core/src/hooks/useOpenDialog.ts | 4 +- packages/core/src/hooks/usePersistState.ts | 2 +- .../core/src/hooks/useScrollbarsSettings.tsx | 2 +- packages/core/src/hooks/useTrans.ts | 2 +- .../useValidateChangePassphraseParams.tsx | 6 +-- .../screens/SelectKey/EmojiAndColorPicker.tsx | 2 +- .../core/src/screens/SelectKey/SelectKey.tsx | 2 +- .../src/screens/SelectKey/WalletStatus.tsx | 2 +- .../screens/SelectKey/WalletStatusHeight.tsx | 2 +- packages/core/src/theme/dark.ts | 2 +- packages/core/src/utils/validAddress.ts | 4 +- packages/gui/public/index.html | 2 +- .../src/@types/WalletConnectCommandParam.ts | 2 +- .../addressbook/AddressBookSideBar.tsx | 6 +-- .../components/addressbook/ContactEdit.tsx | 4 +- .../components/addressbook/ContactSummary.tsx | 2 +- .../src/components/app/AppKeyringMigrator.tsx | 2 +- .../gui/src/components/app/AppProviders.tsx | 2 +- packages/gui/src/components/app/AppState.tsx | 2 +- .../src/components/app/AppStatusHeader.tsx | 4 +- packages/gui/src/components/block/Block.jsx | 2 +- .../fullNode/FullNodeCloseConnection.tsx | 2 +- .../fullNode/card/FullNodeCardStatus.tsx | 2 +- .../components/harvest/HarvesterDetail.tsx | 2 +- .../components/harvest/HarvesterOverview.tsx | 2 +- .../harvest/HarvesterPlotDetails.tsx | 4 +- .../src/components/harvest/LatencyCharts.tsx | 2 +- .../components/harvest/PlotDetailsChart.tsx | 2 +- .../gui/src/components/lrus/LRUsProvider.tsx | 2 +- .../src/components/nfts/NFTAutocomplete.tsx | 8 ++-- .../gui/src/components/nfts/NFTBurnDialog.tsx | 2 +- .../components/nfts/NFTContextualActions.tsx | 13 +++--- .../src/components/nfts/NFTFilterProvider.tsx | 2 +- .../nfts/NFTMoveToProfileDialog.tsx | 6 +-- .../gui/src/components/nfts/NFTPreview.tsx | 10 +++-- .../components/nfts/NFTProfileDropdown.tsx | 2 +- .../gui/src/components/nfts/NFTSummary.tsx | 6 +-- .../src/components/nfts/NFTTransferAction.tsx | 2 +- .../components/nfts/detail/NFTDetailV2.tsx | 2 +- .../components/nfts/gallery/NFTGallery.tsx | 8 ++-- .../NFTGalleryScrollPositionProvider.tsx | 4 +- .../nfts/gallery/SelectedActionsDialog.tsx | 4 +- .../components/nfts/provider/NFTProvider.tsx | 12 +++--- .../nfts/provider/NFTProviderContext.ts | 2 +- .../nfts/provider/hooks/useMetadataData.ts | 10 ++--- .../nfts/provider/hooks/useNFTData.ts | 10 ++--- .../nfts/provider/hooks/useNFTDataNachos.ts | 6 +-- .../nfts/provider/hooks/useNFTDataOnDemand.ts | 10 ++--- .../notification/NotificationOffer.tsx | 4 +- .../notification/NotificationPreviewOffer.tsx | 4 +- .../notification/NotificationsProvider.tsx | 12 +++--- .../gui/src/components/notification/utils.ts | 4 +- .../src/components/offers/NFTOfferEditor.tsx | 8 ++-- .../offers/NFTOfferTokenSelector.tsx | 4 +- .../src/components/offers/NFTOfferViewer.tsx | 14 +++---- .../offers/OfferEditorConditionsPanel.tsx | 2 +- .../components/offers/OfferExchangeRate.tsx | 2 +- .../gui/src/components/offers/OfferImport.tsx | 2 +- .../src/components/offers/OfferManager.tsx | 8 ++-- .../components/offers/OfferShareDialog.tsx | 34 ++++++++-------- packages/gui/src/components/offers/utils.ts | 24 +++++------ .../components/offers2/CancelOfferList.tsx | 4 +- .../components/offers2/CreateOfferBuilder.tsx | 4 +- .../offers2/OfferBuilderExpirationSection.tsx | 2 +- .../components/offers2/OfferBuilderImport.tsx | 2 +- .../offers2/OfferBuilderNFTRoyalties.tsx | 2 +- .../offers2/OfferBuilderProvider.tsx | 12 +++--- .../offers2/OfferBuilderTokenSelector.tsx | 2 +- .../components/offers2/OfferBuilderViewer.tsx | 10 ++--- ...ferEditorCancelConflictingOffersDialog.tsx | 4 +- .../components/offers2/OfferIncomingTable.tsx | 22 +++++----- .../src/components/offers2/OffersProvider.tsx | 14 +++---- .../gui/src/components/plot/PlotAction.tsx | 2 +- .../gui/src/components/plot/PlotHarvester.tsx | 2 +- .../components/plot/add/PlotAddChooseKeys.tsx | 10 ++--- .../components/plot/add/PlotAddChooseSize.tsx | 8 ++-- .../plot/add/PlotAddSelectHybridDiskMode.tsx | 4 +- .../plot/queue/PlotQueueActions.tsx | 2 +- .../plotNFT/PlotNFTAbsorbRewards.tsx | 2 +- .../src/components/plotNFT/PlotNFTCard.tsx | 2 +- .../components/plotNFT/PlotNFTChangePool.tsx | 2 +- .../plotNFT/PlotNFTGetPoolLoginLinkDialog.tsx | 2 +- .../plotNFT/PlotNFTUnconfirmedCard.tsx | 2 +- .../plotNFT/select/PlotNFTSelectPool.tsx | 2 +- packages/gui/src/components/pool/PoolJoin.tsx | 2 +- .../settings/ChangePassphrasePrompt.tsx | 4 +- .../components/settings/LimitCacheSize.tsx | 2 +- .../src/components/settings/ProfileAdd.tsx | 2 +- .../src/components/settings/ProfileView.tsx | 2 +- .../src/components/settings/ResyncPrompt.tsx | 2 +- .../settings/SetPassphrasePrompt.tsx | 4 +- .../components/settings/SettingsCustody.tsx | 2 +- .../settings/SettingsDerivationIndex.tsx | 2 +- .../components/settings/SettingsHarvester.tsx | 22 +++++----- .../settings/SettingsIntegration.tsx | 8 ++-- .../src/components/settings/SettingsNFT.tsx | 2 +- .../src/components/settings/SettingsPanel.tsx | 6 +-- .../SettingsVerifiableCredentials.tsx | 2 +- .../components/signVerify/VerifyMessage.tsx | 2 +- packages/gui/src/components/vcs/VCCard.tsx | 18 ++++----- packages/gui/src/components/vcs/VCDetail.tsx | 2 +- packages/gui/src/components/vcs/VCList.tsx | 8 ++-- .../WalletConnectAddConnectionDialog.tsx | 4 +- .../WalletConnectConnections.tsx | 2 +- packages/gui/src/electron/CacheManager.ts | 26 ++++++------ packages/gui/src/electron/main.tsx | 16 ++++---- .../gui/src/electron/utils/downloadFile.ts | 2 +- packages/gui/src/hooks/useAcceptOfferHook.tsx | 8 ++-- packages/gui/src/hooks/useAssetIdName.ts | 4 +- .../src/hooks/useBlockchainNotifications.tsx | 10 ++--- .../src/hooks/useFetchAndProcessMetadata.ts | 2 +- packages/gui/src/hooks/useFullNodeState.ts | 2 +- packages/gui/src/hooks/useHiddenNFTs.ts | 4 +- .../gui/src/hooks/useIntersectionObserver.ts | 2 +- packages/gui/src/hooks/useNFT.ts | 2 +- packages/gui/src/hooks/useNFTCoinEvents.ts | 4 +- packages/gui/src/hooks/useNFTMetadata.ts | 2 +- packages/gui/src/hooks/useNFTVerifyHash.ts | 6 +-- packages/gui/src/hooks/useNFTs.ts | 8 ++-- .../gui/src/hooks/useNotificationSettings.ts | 2 +- packages/gui/src/hooks/useOffer.ts | 2 +- .../hooks/useOfferExpirationDefaultTime.tsx | 6 +-- packages/gui/src/hooks/useOpenUnsafeLink.tsx | 2 +- packages/gui/src/hooks/useResolveNFTOffer.ts | 4 +- packages/gui/src/hooks/useSaveFile.ts | 2 +- packages/gui/src/hooks/useSelectDirectory.tsx | 4 +- .../gui/src/hooks/useUnconfirmedPlotNFTs.ts | 2 +- .../gui/src/hooks/useValidNotifications.ts | 8 ++-- packages/gui/src/hooks/useWalletConnect.ts | 4 +- .../gui/src/hooks/useWalletConnectCommand.tsx | 4 +- .../gui/src/hooks/useWalletConnectPairs.ts | 10 ++--- .../src/hooks/useWalletConnectPreferences.ts | 4 +- packages/gui/src/hooks/useWalletOffers.ts | 4 +- packages/gui/src/index.html | 2 +- packages/gui/src/util/chiaEnvironment.js | 2 +- ...reateOfferForIdsToOfferBuilderData.test.ts | 2 +- .../createOfferForIdsToOfferBuilderData.ts | 2 +- packages/gui/src/util/fetchOffer.ts | 2 +- .../gui/src/util/findCATWalletByAssetId.ts | 2 +- .../gui/src/util/getNFTsDataStatistics.ts | 2 +- packages/gui/src/util/hasSpendableBalance.ts | 2 +- packages/gui/src/util/loadConfig.ts | 4 +- packages/gui/src/util/nfts.test.ts | 4 +- .../gui/src/util/offerToOfferBuilderData.ts | 2 +- packages/gui/src/util/prepareNFTOffer.test.ts | 2 +- packages/gui/src/util/prepareNFTOffer.ts | 2 +- .../src/util/prepareWalletConnectCommand.ts | 2 +- packages/gui/src/util/resolveOfferInfo.ts | 4 +- packages/gui/src/util/walletConnect.ts | 12 +++--- .../tests/data_object_model/read_data_file.ts | 2 +- .../offers/offer_created_via_nft.spec.ts | 2 +- .../offers/offer_transfer_via_nft.spec.ts | 4 +- .../create_delete_wallet.spec.ts | 2 +- .../key_import_negative_test.spec.ts | 2 +- .../paste_key_import_negative_test.spec.ts | 2 +- .../rename_wallet_existing_name.spec.ts | 2 +- .../gui/tests/tokens/receive_txch.spec.ts | 2 +- .../tests/tokens/send_amount_greater.spec.ts | 2 +- .../gui/tests/tokens/send_error_page.spec.ts | 2 +- .../gui/tests/tokens/send_fee_txch.spec.ts | 4 +- .../ClawbackClaimTransactionDialog.tsx | 2 +- .../src/components/WalletConnections.tsx | 2 +- .../wallets/src/components/WalletGraph.tsx | 6 +-- .../wallets/src/components/WalletHeader.tsx | 2 +- .../wallets/src/components/WalletHistory.tsx | 10 ++--- .../components/WalletHistoryClawbackChip.tsx | 12 +++--- .../wallets/src/components/WalletImport.tsx | 2 +- .../src/components/WalletRenameDialog.tsx | 2 +- .../wallets/src/components/WalletSend.tsx | 4 +- .../WalletSendTransactionResultDialog.tsx | 4 +- .../wallets/src/components/WalletStatus.tsx | 2 +- .../src/components/WalletStatusHeight.tsx | 2 +- .../wallets/src/components/WalletsSidebar.tsx | 2 +- .../card/WalletCardCRCatApprove.tsx | 2 +- .../card/WalletCardCRCatRestrictions.tsx | 2 +- .../card/WalletCardPendingBalance.tsx | 2 +- .../card/WalletCardPendingChange.tsx | 2 +- .../card/WalletCardPendingTotalBalance.tsx | 2 +- .../card/WalletCardSpendableBalance.tsx | 2 +- .../card/WalletCardTotalBalance.tsx | 2 +- .../wallets/src/components/cat/WalletCAT.tsx | 2 +- .../crCat/CrCatApprovePendingDialog.tsx | 2 +- .../src/hooks/useClawbackDefaultTime.tsx | 8 ++-- packages/wallets/src/hooks/useHiddenWallet.ts | 6 +-- packages/wallets/src/hooks/useWallet.ts | 2 +- .../wallets/src/hooks/useWalletHumanValue.ts | 2 +- packages/wallets/src/hooks/useWalletState.ts | 2 +- .../src/hooks/useWalletTransactions.ts | 2 +- packages/wallets/src/hooks/useWalletsList.ts | 2 +- 253 files changed, 600 insertions(+), 597 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e43c3dae5..b382e23dd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "lerna-audit": "^1.3.3", "lint-staged": "14.0.1", "nyc": "15.1.0", - "prettier": "2.8.8", + "prettier": "3.1.0", "typescript": "^5.1.6" } }, @@ -19236,15 +19236,15 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" diff --git a/package.json b/package.json index 1153013284..30749f77b8 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lerna-audit": "^1.3.3", "lint-staged": "14.0.1", "nyc": "15.1.0", - "prettier": "2.8.8", + "prettier": "3.1.0", "typescript": "^5.1.6" }, "version": "1.2.10-dev132" diff --git a/packages/api-react/src/@types/MethodFirstParameter.ts b/packages/api-react/src/@types/MethodFirstParameter.ts index 099d2b1ac7..a322186d0b 100644 --- a/packages/api-react/src/@types/MethodFirstParameter.ts +++ b/packages/api-react/src/@types/MethodFirstParameter.ts @@ -1,6 +1,6 @@ type MethodFirstParameter< TClass extends new (...args: any) => any, - Method extends keyof InstanceType & string + Method extends keyof InstanceType & string, > = Parameters[Method]>[0]; export default MethodFirstParameter; diff --git a/packages/api-react/src/@types/MethodReturnType.ts b/packages/api-react/src/@types/MethodReturnType.ts index b07709f1cf..31be523b06 100644 --- a/packages/api-react/src/@types/MethodReturnType.ts +++ b/packages/api-react/src/@types/MethodReturnType.ts @@ -1,6 +1,6 @@ type MethodReturnType< TClass extends new (...args: any) => any, - Method extends keyof InstanceType & string + Method extends keyof InstanceType & string, > = Awaited[Method]>>; export default MethodReturnType; diff --git a/packages/api-react/src/chiaLazyBaseQuery.ts b/packages/api-react/src/chiaLazyBaseQuery.ts index 96c8e7435d..fe5a5335bc 100644 --- a/packages/api-react/src/chiaLazyBaseQuery.ts +++ b/packages/api-react/src/chiaLazyBaseQuery.ts @@ -7,7 +7,7 @@ const instances = new Map>( async function getInstance( service: TService, - api: any + api: any, ): Promise> { if (!instances.has(service)) { if (service.isClient) { @@ -40,7 +40,7 @@ const chiaLazyBaseQuery = async < TService extends ServiceConstructor, TMethod extends keyof InstanceType & string, // TParameter extends Parameters[TMethod]>[0], - TResult extends ReturnType[TMethod]> + TResult extends ReturnType[TMethod]>, >( options: { service: TService; @@ -49,7 +49,7 @@ const chiaLazyBaseQuery = async < args?: any; mockResponse?: any; }, - api: any + api: any, ) => { const { service, command, args = [], mockResponse } = options; diff --git a/packages/api-react/src/hooks/useCurrentFingerprintSettings.ts b/packages/api-react/src/hooks/useCurrentFingerprintSettings.ts index 9542c3b556..2833df386f 100644 --- a/packages/api-react/src/hooks/useCurrentFingerprintSettings.ts +++ b/packages/api-react/src/hooks/useCurrentFingerprintSettings.ts @@ -5,7 +5,7 @@ import { type Serializable } from './usePrefs'; export default function useCurrentFingerprintSettings( key: string, - defaultValue?: Type + defaultValue?: Type, ): [ Type | undefined, (value: Type | ((prevValue: Type) => Type)) => void, @@ -13,7 +13,7 @@ export default function useCurrentFingerprintSettings fingerprint: number | undefined; isLoading: boolean; error?: Error; - } + }, ] { const { data: fingerprint, isLoading, error } = useGetLoggedInFingerprintQuery(); const [data, setData] = useFingerprintSettings(fingerprint, key, defaultValue); diff --git a/packages/api-react/src/hooks/useFingerprintSettings.ts b/packages/api-react/src/hooks/useFingerprintSettings.ts index f3bf2deb77..b5de18f26b 100644 --- a/packages/api-react/src/hooks/useFingerprintSettings.ts +++ b/packages/api-react/src/hooks/useFingerprintSettings.ts @@ -5,7 +5,7 @@ import usePrefs, { type Serializable } from './usePrefs'; export default function useFingerprintSettings( fingerprint: number | undefined, key: string, - defaultValue?: Type + defaultValue?: Type, ): [Type | undefined, (value: Type | ((preValue: Type) => Type)) => void] { type LocalStorageType = Record>; const [settings, setSettings] = usePrefs('fingerprintSettings', {}); @@ -40,7 +40,7 @@ export default function useFingerprintSettings( }; }); }, - [key, setSettings, fingerprint] + [key, setSettings, fingerprint], ); if (!fingerprint) { diff --git a/packages/api-react/src/hooks/useGetHarvesterQuery.ts b/packages/api-react/src/hooks/useGetHarvesterQuery.ts index 06bc37404f..0694a928e7 100644 --- a/packages/api-react/src/hooks/useGetHarvesterQuery.ts +++ b/packages/api-react/src/hooks/useGetHarvesterQuery.ts @@ -7,7 +7,7 @@ export default function useGetHarvesterQuery({ nodeId }: { nodeId: string }) { const harvester = useMemo( () => data?.find((harvesterItem) => harvesterItem.connection.nodeId === nodeId), - [data, nodeId] + [data, nodeId], ); const isLoading = isLoadingHarvesterSummary; diff --git a/packages/api-react/src/hooks/useGetHarvesterStats.ts b/packages/api-react/src/hooks/useGetHarvesterStats.ts index a4c064b95d..235f8114e0 100644 --- a/packages/api-react/src/hooks/useGetHarvesterStats.ts +++ b/packages/api-react/src/hooks/useGetHarvesterStats.ts @@ -7,7 +7,7 @@ export default function useGetHarvesterStats(nodeId: string) { const harvester = useMemo( () => data?.find((harvesterItem) => harvesterItem.connection.nodeId === nodeId), - [data, nodeId] + [data, nodeId], ); return { diff --git a/packages/api-react/src/hooks/useGetLatestBlocksQuery.ts b/packages/api-react/src/hooks/useGetLatestBlocksQuery.ts index f2489c12f2..8c636cbc30 100644 --- a/packages/api-react/src/hooks/useGetLatestBlocksQuery.ts +++ b/packages/api-react/src/hooks/useGetLatestBlocksQuery.ts @@ -14,7 +14,7 @@ export default function useGetLatestBlocksQuery(count = 10) { }, { skip: !peakHeight, - } + }, ); const isLoading = isLoadingBlockchainState || isLoadingBlocks; diff --git a/packages/api-react/src/hooks/useGetLatestPeakTimestampQuery.ts b/packages/api-react/src/hooks/useGetLatestPeakTimestampQuery.ts index 030513370e..c47fe3b1f6 100644 --- a/packages/api-react/src/hooks/useGetLatestPeakTimestampQuery.ts +++ b/packages/api-react/src/hooks/useGetLatestPeakTimestampQuery.ts @@ -34,7 +34,7 @@ export default function useGetLatestPeakTimestampQuery() { const newPeakTimestamp = useMemo( () => getLatestTimestamp(blocks, latestPeakTimestamp.current), - [blocks, latestPeakTimestamp] + [blocks, latestPeakTimestamp], ); latestPeakTimestamp.current = newPeakTimestamp; diff --git a/packages/api-react/src/hooks/useLocalStorage.ts b/packages/api-react/src/hooks/useLocalStorage.ts index 794890b089..2fae6787c8 100644 --- a/packages/api-react/src/hooks/useLocalStorage.ts +++ b/packages/api-react/src/hooks/useLocalStorage.ts @@ -24,7 +24,7 @@ function getValueFromLocalStorage(key: string): T | undefined { export default function useLocalStorage( key: string, - defaultValue?: T + defaultValue?: T, ): [T | undefined, (value: T | ((value: T | undefined) => T)) => void] { const [storedValue, setStoredValue] = useState(getValueFromLocalStorage(key)); const defaultValueRef = useRef(defaultValue); @@ -57,7 +57,7 @@ export default function useLocalStorage( return newValue; }); }, - [key] + [key], ); const changeHandler = useCallback( @@ -67,7 +67,7 @@ export default function useLocalStorage( setStoredValue(newValue); } }, - [key] + [key], ); // Listen changes diff --git a/packages/api-react/src/hooks/usePrefs.ts b/packages/api-react/src/hooks/usePrefs.ts index 13785788b7..2ffd99a919 100644 --- a/packages/api-react/src/hooks/usePrefs.ts +++ b/packages/api-react/src/hooks/usePrefs.ts @@ -34,7 +34,7 @@ export function isEqual(a: Serializable, b: Serializable) { export default function usePrefs( key: string, - defaultValue: T + defaultValue: T, ): [T, (value: T | ((value: T) => T)) => void] { const [value, setValue] = useState(getPreferences(key)); const valueRef = useRef(value); @@ -65,7 +65,7 @@ export default function usePrefs( // notify other hooks eventEmitter.emit('prefs', { key, newValue }); }, - [key] + [key], ); const handleOnChange = useCallback( @@ -74,7 +74,7 @@ export default function usePrefs( setValue(e.newValue); } }, - [key] + [key], ); // The reason to use EventEmitter for updating prefs state: diff --git a/packages/api-react/src/hooks/useService.ts b/packages/api-react/src/hooks/useService.ts index cb10e83378..8353a9c784 100644 --- a/packages/api-react/src/hooks/useService.ts +++ b/packages/api-react/src/hooks/useService.ts @@ -18,7 +18,7 @@ type Options = { export default function useService( service: ServiceNameValue, - options: Options = {} + options: Options = {}, ): { isLoading: boolean; isRunning: boolean; diff --git a/packages/api-react/src/hooks/useServices.ts b/packages/api-react/src/hooks/useServices.ts index 5b3ed0ff00..96e0ddb01b 100644 --- a/packages/api-react/src/hooks/useServices.ts +++ b/packages/api-react/src/hooks/useServices.ts @@ -43,7 +43,7 @@ function getServiceOptions(service: ServiceNameValue, services: ServiceNameValue export default function useMonitorServices( services: ServiceNameValue[], - options: Options = {} + options: Options = {}, ): { isLoading: boolean; error?: Error | unknown; @@ -67,7 +67,7 @@ export default function useMonitorServices( const introducerState = useService( ServiceName.INTRODUCER, - getServiceOptions(ServiceName.INTRODUCER, services, options) + getServiceOptions(ServiceName.INTRODUCER, services, options), ); const datalayerState = useService(ServiceName.DATALAYER, getServiceOptions(ServiceName.DATALAYER, services, options)); diff --git a/packages/api-react/src/hooks/useSubscribeToEvent.ts b/packages/api-react/src/hooks/useSubscribeToEvent.ts index a9ff5b539f..5692b98d2d 100644 --- a/packages/api-react/src/hooks/useSubscribeToEvent.ts +++ b/packages/api-react/src/hooks/useSubscribeToEvent.ts @@ -11,7 +11,7 @@ function subscribe(event: string, service: ServiceConstructor, cb: Function) { service, args: [cb], }, - api + api, ); return unsubscribe; diff --git a/packages/api-react/src/hooks/useThrottleQuery.ts b/packages/api-react/src/hooks/useThrottleQuery.ts index 7a2e481b67..c07392aa13 100644 --- a/packages/api-react/src/hooks/useThrottleQuery.ts +++ b/packages/api-react/src/hooks/useThrottleQuery.ts @@ -13,7 +13,7 @@ export default function useThrottleQuery( wait?: number; leading?: boolean; trailing?: boolean; - } = {} + } = {}, ) { const { leading = true, trailing = true, wait = 0 } = throttleOptions; @@ -30,7 +30,7 @@ export default function useThrottleQuery( leading, trailing, }), - [wait, leading, trailing, forceUpdate] + [wait, leading, trailing, forceUpdate], ); queryHook(variables, { diff --git a/packages/api-react/src/services/client.ts b/packages/api-react/src/services/client.ts index e3ec033fc1..3ccc03c102 100644 --- a/packages/api-react/src/services/client.ts +++ b/packages/api-react/src/services/client.ts @@ -30,7 +30,7 @@ export const clientApi = apiWithTag.injectEndpoints({ }, ], }, - apiLocal + apiLocal, ); unsubscribe = response.data; diff --git a/packages/api-react/src/services/daemon.ts b/packages/api-react/src/services/daemon.ts index 32c0073f9a..68b97d1ba7 100644 --- a/packages/api-react/src/services/daemon.ts +++ b/packages/api-react/src/services/daemon.ts @@ -29,7 +29,7 @@ export const daemonApi = apiWithTag.injectEndpoints({ providesTags: (keys) => keys ? [ - ...keys.map((key) => ({ type: 'DaemonKey', id: key.fingerprint } as const)), + ...keys.map((key) => ({ type: 'DaemonKey', id: key.fingerprint }) as const), { type: 'DaemonKey', id: 'LIST' }, ] : [{ type: 'DaemonKey', id: 'LIST' }], @@ -44,7 +44,7 @@ export const daemonApi = apiWithTag.injectEndpoints({ walletAddresses[fingerprint].map((address) => ({ type: 'WalletAddress', id: `${fingerprint}:${address.hdPath}`, - })) + })), ), { type: 'WalletAddress', id: 'LIST' }, ] diff --git a/packages/api-react/src/services/farmer.ts b/packages/api-react/src/services/farmer.ts index d0cb60ade2..c182121974 100644 --- a/packages/api-react/src/services/farmer.ts +++ b/packages/api-react/src/services/farmer.ts @@ -87,7 +87,7 @@ export const farmerApi = apiWithTag.injectEndpoints({ providesTags: (plots) => plots ? [ - ...plots.map(({ plotId }) => ({ type: 'HarvesterPlots', plotId } as const)), + ...plots.map(({ plotId }) => ({ type: 'HarvesterPlots', plotId }) as const), { type: 'HarvesterPlots', id: 'LIST' }, ] : [{ type: 'HarvesterPlots', id: 'LIST' }], @@ -106,7 +106,7 @@ export const farmerApi = apiWithTag.injectEndpoints({ providesTags: (plots) => plots ? [ - ...plots.map((filename) => ({ type: 'HarvesterPlotsInvalid', filename } as const)), + ...plots.map((filename) => ({ type: 'HarvesterPlotsInvalid', filename }) as const), { type: 'HarvesterPlotsInvalid', id: 'LIST' }, ] : [{ type: 'HarvesterPlotsInvalid', id: 'LIST' }], @@ -125,7 +125,7 @@ export const farmerApi = apiWithTag.injectEndpoints({ providesTags: (plots) => plots ? [ - ...plots.map((filename) => ({ type: 'HarvesterPlotsKeysMissing', filename } as const)), + ...plots.map((filename) => ({ type: 'HarvesterPlotsKeysMissing', filename }) as const), { type: 'HarvesterPlotsKeysMissing', id: 'LIST' }, ] : [{ type: 'HarvesterPlotsKeysMissing', id: 'LIST' }], @@ -144,7 +144,7 @@ export const farmerApi = apiWithTag.injectEndpoints({ providesTags: (plots) => plots ? [ - ...plots.map((filename) => ({ type: 'HarvesterPlotsDuplicates', filename } as const)), + ...plots.map((filename) => ({ type: 'HarvesterPlotsDuplicates', filename }) as const), { type: 'HarvesterPlotsDuplicates', id: 'LIST' }, ] : [{ type: 'HarvesterPlotsDuplicates', id: 'LIST' }], @@ -171,7 +171,7 @@ export const farmerApi = apiWithTag.injectEndpoints({ providesTags: (connections) => connections ? [ - ...connections.map(({ nodeId }) => ({ type: 'FarmerConnections', id: nodeId } as const)), + ...connections.map(({ nodeId }) => ({ type: 'FarmerConnections', id: nodeId }) as const), { type: 'FarmerConnections', id: 'LIST' }, ] : [{ type: 'FarmerConnections', id: 'LIST' }], @@ -212,7 +212,7 @@ export const farmerApi = apiWithTag.injectEndpoints({ providesTags: (signagePoints) => signagePoints ? [ - ...signagePoints.map(({ challengeHash }) => ({ type: 'SignagePoints', id: challengeHash } as const)), + ...signagePoints.map(({ challengeHash }) => ({ type: 'SignagePoints', id: challengeHash }) as const), { type: 'SignagePoints', id: 'LIST' }, ] : [{ type: 'SignagePoints', id: 'LIST' }], @@ -235,7 +235,7 @@ export const farmerApi = apiWithTag.injectEndpoints({ providesTags: (poolsList) => poolsList ? [ - ...poolsList.map(({ p2SingletonPuzzleHash }) => ({ type: 'Pools', id: p2SingletonPuzzleHash } as const)), + ...poolsList.map(({ p2SingletonPuzzleHash }) => ({ type: 'Pools', id: p2SingletonPuzzleHash }) as const), { type: 'Pools', id: 'LIST' }, ] : [{ type: 'Pools', id: 'LIST' }], diff --git a/packages/api-react/src/services/fullNode.ts b/packages/api-react/src/services/fullNode.ts index f9d0c21ab4..be30bef5f4 100644 --- a/packages/api-react/src/services/fullNode.ts +++ b/packages/api-react/src/services/fullNode.ts @@ -101,7 +101,7 @@ export const fullNodeApi = apiWithTag.injectEndpoints({ providesTags: (connections) => connections ? [ - ...connections.map(({ nodeId }) => ({ type: 'FullNodeConnections', id: nodeId } as const)), + ...connections.map(({ nodeId }) => ({ type: 'FullNodeConnections', id: nodeId }) as const), { type: 'FullNodeConnections', id: 'LIST' }, ] : [{ type: 'FullNodeConnections', id: 'LIST' }], diff --git a/packages/api-react/src/services/harvester.ts b/packages/api-react/src/services/harvester.ts index 5b4a700f99..8f7ee0d01f 100644 --- a/packages/api-react/src/services/harvester.ts +++ b/packages/api-react/src/services/harvester.ts @@ -55,7 +55,7 @@ export const harvesterApi = apiWithTag2.injectEndpoints({ providesTags: (directories) => directories ? [ - ...directories.map((directory) => ({ type: 'PlotDirectories', id: directory } as const)), + ...directories.map((directory) => ({ type: 'PlotDirectories', id: directory }) as const), { type: 'PlotDirectories', id: 'LIST' }, ] : [{ type: 'PlotDirectories', id: 'LIST' }], diff --git a/packages/api-react/src/services/wallet.ts b/packages/api-react/src/services/wallet.ts index 68fba3c730..696b0214ff 100644 --- a/packages/api-react/src/services/wallet.ts +++ b/packages/api-react/src/services/wallet.ts @@ -124,7 +124,7 @@ export const walletApi = apiWithTag.injectEndpoints({ ...wallet, meta, }; - }) + }), ), }; } catch (error) { @@ -136,7 +136,7 @@ export const walletApi = apiWithTag.injectEndpoints({ // transformResponse: (response) => response.wallets, providesTags(result) { return result - ? [...result.map(({ id }) => ({ type: 'Wallets', id } as const)), { type: 'Wallets', id: 'LIST' }] + ? [...result.map(({ id }) => ({ type: 'Wallets', id }) as const), { type: 'Wallets', id: 'LIST' }] : [{ type: 'Wallets', id: 'LIST' }]; }, onCacheEntryAdded: onCacheEntryAddedInvalidate(baseQuery, api, [ @@ -367,7 +367,7 @@ export const walletApi = apiWithTag.injectEndpoints({ }, ], }, - queryApi + queryApi, ); } @@ -419,7 +419,7 @@ export const walletApi = apiWithTag.injectEndpoints({ transformResponse: (response) => response.publicKeyFingerprints, providesTags: (keys) => keys - ? [...keys.map((key) => ({ type: 'Keys', id: key } as const)), { type: 'Keys', id: 'LIST' }] + ? [...keys.map((key) => ({ type: 'Keys', id: key }) as const), { type: 'Keys', id: 'LIST' }] : [{ type: 'Keys', id: 'LIST' }], }), @@ -456,7 +456,7 @@ export const walletApi = apiWithTag.injectEndpoints({ providesTags(result) { return result ? [ - ...result.map(({ name }) => ({ type: 'Transactions', id: name } as const)), + ...result.map(({ name }) => ({ type: 'Transactions', id: name }) as const), { type: 'Transactions', id: 'LIST' }, ] : [{ type: 'Transactions', id: 'LIST' }]; @@ -581,7 +581,7 @@ export const walletApi = apiWithTag.injectEndpoints({ providesTags: (connections) => connections ? [ - ...connections.map(({ nodeId }) => ({ type: 'WalletConnections', id: nodeId } as const)), + ...connections.map(({ nodeId }) => ({ type: 'WalletConnections', id: nodeId }) as const), { type: 'WalletConnections', id: 'LIST' }, ] : [{ type: 'WalletConnections', id: 'LIST' }], @@ -615,7 +615,7 @@ export const walletApi = apiWithTag.injectEndpoints({ providesTags(result) { return result ? [ - ...result.map(({ tradeId }) => ({ type: 'OfferTradeRecord', id: tradeId } as const)), + ...result.map(({ tradeId }) => ({ type: 'OfferTradeRecord', id: tradeId }) as const), { type: 'OfferTradeRecord', id: 'LIST' }, ] : [{ type: 'OfferTradeRecord', id: 'LIST' }]; @@ -698,7 +698,7 @@ export const walletApi = apiWithTag.injectEndpoints({ transformResponse: (response) => response.catList, providesTags(result) { return result - ? [...result.map(({ assetId }) => ({ type: 'CATs', id: assetId } as const)), { type: 'CATs', id: 'LIST' }] + ? [...result.map(({ assetId }) => ({ type: 'CATs', id: assetId }) as const), { type: 'CATs', id: 'LIST' }] : [{ type: 'CATs', id: 'LIST' }]; }, }), @@ -756,7 +756,7 @@ export const walletApi = apiWithTag.injectEndpoints({ } const transaction = updatedTransactions.find( - (trx) => trx.name === transactionName && !!trx?.sentTo?.length + (trx) => trx.name === transactionName && !!trx?.sentTo?.length, ); if (transaction) { @@ -785,7 +785,7 @@ export const walletApi = apiWithTag.injectEndpoints({ }, ], }, - queryApi + queryApi, ); } @@ -947,7 +947,7 @@ export const walletApi = apiWithTag.injectEndpoints({ ...data?.state, walletId: wallet.id, }; - }) + }), ), await Promise.all( poolWallets.map(async (wallet: any) => { @@ -962,7 +962,7 @@ export const walletApi = apiWithTag.injectEndpoints({ } return data?.walletBalance; - }) + }), ), ]); @@ -976,7 +976,7 @@ export const walletApi = apiWithTag.injectEndpoints({ poolStates.forEach((poolStateItem: any) => { const poolWalletStatus = poolWalletStates.find( - (item) => item.launcherId === poolStateItem.poolConfig.launcherId + (item) => item.launcherId === poolStateItem.poolConfig.launcherId, ); if (!poolWalletStatus) { external.push({ @@ -1092,7 +1092,7 @@ export const walletApi = apiWithTag.injectEndpoints({ ...wallet, myDid, }; - }) + }), ), }; } catch (error) { @@ -1103,7 +1103,7 @@ export const walletApi = apiWithTag.injectEndpoints({ }, providesTags(result) { return result - ? [...result.map(({ id }) => ({ type: 'DIDWallet', id } as const)), { type: 'DIDWallet', id: 'LIST' }] + ? [...result.map(({ id }) => ({ type: 'DIDWallet', id }) as const), { type: 'DIDWallet', id: 'LIST' }] : [{ type: 'DIDWallet', id: 'LIST' }]; }, onCacheEntryAdded: onCacheEntryAddedInvalidate(baseQuery, api, [ @@ -1171,7 +1171,7 @@ export const walletApi = apiWithTag.injectEndpoints({ }; return updatedNFT; - }) + }), ); return { @@ -1202,7 +1202,7 @@ export const walletApi = apiWithTag.injectEndpoints({ } countByWalletId[walletId] = nftCountData.count; - }) + }), ); const total = Object.values(countByWalletId).reduce((a, b) => a + b, 0); @@ -1221,7 +1221,7 @@ export const walletApi = apiWithTag.injectEndpoints({ }, providesTags: (countByWalletId) => countByWalletId - ? [...Object.entries(countByWalletId).map(([walletId]) => ({ type: 'NFTCount', id: walletId } as const))] + ? [...Object.entries(countByWalletId).map(([walletId]) => ({ type: 'NFTCount', id: walletId }) as const)] : [], }), @@ -1250,7 +1250,7 @@ export const walletApi = apiWithTag.injectEndpoints({ return { [walletId]: updatedNFTs, }; - }) + }), ); const nftsByWalletId: { [walletId: string]: NFTInfo[] } = {}; nftData.forEach((entry) => { @@ -1271,7 +1271,7 @@ export const walletApi = apiWithTag.injectEndpoints({ nftsByWalletId ? [ ...Object.entries(nftsByWalletId).flatMap(([_walletId, nfts]) => - nfts.map((nft) => ({ type: 'NFTInfo', id: nft.launcherId } as const)) + nfts.map((nft) => ({ type: 'NFTInfo', id: nft.launcherId }) as const), ), { type: 'NFTInfo', id: 'LIST' }, ] diff --git a/packages/api-react/src/utils/onCacheEntryAddedInvalidate.ts b/packages/api-react/src/utils/onCacheEntryAddedInvalidate.ts index 37e5a15e1e..371fddfd0b 100644 --- a/packages/api-react/src/utils/onCacheEntryAddedInvalidate.ts +++ b/packages/api-react/src/utils/onCacheEntryAddedInvalidate.ts @@ -52,7 +52,7 @@ export default function onCacheEntryAddedInvalidate(rtkQuery: BaseQuery, api: an api.endpoints[endpoint].initiate(args, { subscribe: false, forceRefetch: true, - }) + }), ); } else { const currentEndpoint = endpoint(); @@ -61,7 +61,7 @@ export default function onCacheEntryAddedInvalidate(rtkQuery: BaseQuery, api: an currentEndpoint.initiate(args, { subscribe: false, forceRefetch: true, - }) + }), ); } } @@ -69,13 +69,13 @@ export default function onCacheEntryAddedInvalidate(rtkQuery: BaseQuery, api: an }, ], }, - mutationApi + mutationApi, ); if (response.data) { unsubscribes.push(response.data); } - }) + }), ); } finally { await cacheEntryRemoved; diff --git a/packages/api-react/src/utils/reduxToolkitEndpointAbstractions.ts b/packages/api-react/src/utils/reduxToolkitEndpointAbstractions.ts index 7c00ab581b..8f8d928dd7 100644 --- a/packages/api-react/src/utils/reduxToolkitEndpointAbstractions.ts +++ b/packages/api-react/src/utils/reduxToolkitEndpointAbstractions.ts @@ -14,8 +14,8 @@ export function query< TClass extends ServiceConstructor, Method extends keyof InstanceType & string, Transform extends (response: MethodReturnType) => any = ( - response: MethodReturnType - ) => MethodReturnType + response: MethodReturnType, + ) => MethodReturnType, >( build: Builder, service: TClass, @@ -31,7 +31,7 @@ export function query< invalidatesTags?: Parameters< typeof build.query, MethodFirstParameter> >[0]['invalidatesTags']; - } = {} + } = {}, ) { const { transformResponse = (data) => data, ...rest } = options; @@ -56,8 +56,8 @@ export function mutation< TClass extends ServiceConstructor, Method extends keyof InstanceType & string, Transform extends (response: MethodReturnType) => any = ( - response: MethodReturnType - ) => MethodReturnType + response: MethodReturnType, + ) => MethodReturnType, >( build: Builder, service: TClass, @@ -73,7 +73,7 @@ export function mutation< invalidatesTags?: Parameters< typeof build.mutation, MethodFirstParameter> >[0]['invalidatesTags']; - } = {} // Omit, MethodFirstParameter>>[0], 'query'> = {} + } = {}, // Omit, MethodFirstParameter>>[0], 'query'> = {} ) { const { transformResponse = (data) => data, ...rest } = options; diff --git a/packages/api/src/@types/PoolState.ts b/packages/api/src/@types/PoolState.ts index 4185a68b18..8079738769 100644 --- a/packages/api/src/@types/PoolState.ts +++ b/packages/api/src/@types/PoolState.ts @@ -26,7 +26,7 @@ type PoolState = { { errorCode: number; errorMessage: string; - } + }, ] >; validPartialsSinceStart: number; diff --git a/packages/api/src/Client.ts b/packages/api/src/Client.ts index 69cd2ccbaa..c48e4abcc2 100644 --- a/packages/api/src/Client.ts +++ b/packages/api/src/Client.ts @@ -303,7 +303,7 @@ export default class Client extends EventEmitter { this.requests.delete(requestId); reject( - new ErrorData(`The request ${requestId} has timed out ${currentTimeout / 1000} seconds.`, undefined) + new ErrorData(`The request ${requestId} has timed out ${currentTimeout / 1000} seconds.`, undefined), ); } }, currentTimeout); diff --git a/packages/api/src/Message.test.ts b/packages/api/src/Message.test.ts index a84acca242..89b3566641 100644 --- a/packages/api/src/Message.test.ts +++ b/packages/api/src/Message.test.ts @@ -59,7 +59,7 @@ describe('Message', () => { const message = new Message(options); const json = message.toJSON(false); expect(json).toEqual( - '{"command":"test","data":{"testKey":"test","test_key":"test","TestKey":"test"},"origin":"test","destination":"test","ack":true,"request_id":"test"}' + '{"command":"test","data":{"testKey":"test","test_key":"test","TestKey":"test"},"origin":"test","destination":"test","ack":true,"request_id":"test"}', ); }); @@ -75,7 +75,7 @@ describe('Message', () => { const message = new Message(options); const json = message.toJSON(true); expect(json).toEqual( - '{"command":"test","data":{"test_key":"test","test_key_1":"test","test_key_2":"test"},"origin":"test","destination":"test","ack":true,"request_id":"test"}' + '{"command":"test","data":{"test_key":"test","test_key_1":"test","test_key_2":"test"},"origin":"test","destination":"test","ack":true,"request_id":"test"}', ); }); @@ -90,7 +90,7 @@ describe('Message', () => { const message = new Message(options); const json = message.toJSON(true); expect(json).toEqual( - '{"command":"test","data":{},"origin":"test","destination":"test","ack":true,"request_id":"test"}' + '{"command":"test","data":{},"origin":"test","destination":"test","ack":true,"request_id":"test"}', ); }); @@ -105,7 +105,7 @@ describe('Message', () => { const message = new Message(options); const json = message.toJSON(true); expect(json).toEqual( - '{"command":"test","data":{"test_key":"test"},"origin":"test","destination":"test","ack":false,"request_id":"test"}' + '{"command":"test","data":{"test_key":"test"},"origin":"test","destination":"test","ack":false,"request_id":"test"}', ); }); }); diff --git a/packages/api/src/services/Daemon.ts b/packages/api/src/services/Daemon.ts index 8b6bb2c63b..44791225c1 100644 --- a/packages/api/src/services/Daemon.ts +++ b/packages/api/src/services/Daemon.ts @@ -151,7 +151,7 @@ export default class Daemon extends Service { origin: client.origin, destination: service, }), - 1000 + 1000, ); if (data.success) { @@ -370,7 +370,7 @@ export default class Daemon extends Service { } return undefined; - }) + }), ); } @@ -427,7 +427,7 @@ export default class Daemon extends Service { getKeysForPlotting(args?: { fingerprints?: number[] }) { return this.command<{ keys: { [fingerprint: number]: { farmerPublicKey: string; poolPublicKey: string } } }>( 'get_keys_for_plotting', - args + args, ); } diff --git a/packages/api/src/services/Farmer.ts b/packages/api/src/services/Farmer.ts index 4fd18a16af..4c0dfcf94c 100644 --- a/packages/api/src/services/Farmer.ts +++ b/packages/api/src/services/Farmer.ts @@ -131,7 +131,7 @@ export default class Farmer extends Service { newFarmingInfo: this.newFarmingInfo, latencyData: this.latencyData, }, - null + null, ); } }); diff --git a/packages/api/src/services/PlotterService.ts b/packages/api/src/services/PlotterService.ts index ba361ec6d1..7c6368b2a3 100644 --- a/packages/api/src/services/PlotterService.ts +++ b/packages/api/src/services/PlotterService.ts @@ -51,7 +51,7 @@ function mergeQueue( // partialQueue does not contain `log` property. currentQueue and the result contains it currentQueue: PlotQueueItem[], partialQueue: PlotQueueItem[], - isLogChange: boolean + isLogChange: boolean, ): PlotQueueItem[] { let result = [...currentQueue]; diff --git a/packages/api/src/services/Service.ts b/packages/api/src/services/Service.ts index 50aa6e00d4..b1b68dda93 100644 --- a/packages/api/src/services/Service.ts +++ b/packages/api/src/services/Service.ts @@ -77,7 +77,7 @@ export default abstract class Service extends EventEmitter { data: Object = {}, ack = false, timeout?: number, - disableFormat?: boolean + disableFormat?: boolean, ): Promise { const { client, origin, name } = this; @@ -97,7 +97,7 @@ export default abstract class Service extends EventEmitter { ack, }), timeout, - disableFormat + disableFormat, ); return response?.data as Data; @@ -110,7 +110,7 @@ export default abstract class Service extends EventEmitter { onCommand( command: string, callback: (data: any, message: Message) => void, - processData?: (data: any, message: Message) => any + processData?: (data: any, message: Message) => any, ): () => void { function handleCommand(data: any, message: Message) { const updatedData = processData ? processData(data, message) : data; @@ -132,7 +132,7 @@ export default abstract class Service extends EventEmitter { callback(data, message); } }, - processData + processData, ); } } diff --git a/packages/api/src/services/WalletService.ts b/packages/api/src/services/WalletService.ts index 8f51f6b750..c20cdf7636 100644 --- a/packages/api/src/services/WalletService.ts +++ b/packages/api/src/services/WalletService.ts @@ -252,7 +252,7 @@ export default class Wallet extends Service { { driver_dict: driverDict, ...restArgs }, false, undefined, - disableJSONFormatting + disableJSONFormatting, ); } @@ -384,8 +384,8 @@ export default class Wallet extends Service { state: 'coin_added'; walletId: number; }, - message: Message - ) => void + message: Message, + ) => void, ) { return this.onStateChanged('coin_added', callback); } @@ -397,8 +397,8 @@ export default class Wallet extends Service { state: 'coin_removed'; walletId: number; }, - message: Message - ) => void + message: Message, + ) => void, ) { return this.onStateChanged('coin_removed', callback); } @@ -438,8 +438,8 @@ export default class Wallet extends Service { state: 'nft_coin_added'; walletId: number; }, - message: Message - ) => void + message: Message, + ) => void, ) { return this.onStateChanged('nft_coin_added', callback); } @@ -451,8 +451,8 @@ export default class Wallet extends Service { state: 'nft_coin_removed'; walletId: number; }, - message: Message - ) => void + message: Message, + ) => void, ) { return this.onStateChanged('nft_coin_removed', callback); } @@ -464,8 +464,8 @@ export default class Wallet extends Service { state: 'nft_coin_updated'; walletId: number; }, - message: Message - ) => void + message: Message, + ) => void, ) { return this.onStateChanged('nft_coin_updated', callback); } @@ -477,8 +477,8 @@ export default class Wallet extends Service { state: 'vc_coin_added'; walletId: number; }, - message: Message - ) => void + message: Message, + ) => void, ) { return this.onStateChanged('vc_coin_added', callback); } @@ -490,8 +490,8 @@ export default class Wallet extends Service { state: 'vc_coin_removed'; walletId: number; }, - message: Message - ) => void + message: Message, + ) => void, ) { return this.onStateChanged('vc_coin_removed', callback); } @@ -503,9 +503,9 @@ export default class Wallet extends Service { index: number; }; }, - message: Message + message: Message, ) => void, - processData?: (data: any) => any + processData?: (data: any) => any, ) { return this.onStateChanged('new_derivation_index', callback, processData); } @@ -517,9 +517,9 @@ export default class Wallet extends Service { index: number; }; }, - message: Message + message: Message, ) => void, - processData?: (data: any) => any + processData?: (data: any) => any, ) { return this.onStateChanged('nft_coin_did_set', callback, processData); } diff --git a/packages/api/src/tests/utils/calculateRoyalties.test.ts b/packages/api/src/tests/utils/calculateRoyalties.test.ts index 1a62dfba1e..b424486a5f 100644 --- a/packages/api/src/tests/utils/calculateRoyalties.test.ts +++ b/packages/api/src/tests/utils/calculateRoyalties.test.ts @@ -66,7 +66,7 @@ describe('calculateRoyalties', () => { it('converts an numeric wallet id and amount to a fungible asset', () => { const fungibleAsset: RoyaltyCalculationFungibleAsset = fungibleAssetFromWalletIdAndAmount( 1, - new BigNumber(100_000_000_000_000) + new BigNumber(100_000_000_000_000), ); expect(fungibleAsset.asset).toBe('1'); expect(fungibleAsset.amount).toEqual(new BigNumber(100_000_000_000_000)); @@ -74,7 +74,7 @@ describe('calculateRoyalties', () => { it('converts a string wallet id and amount to a fungible asset', () => { const fungibleAsset: RoyaltyCalculationFungibleAsset = fungibleAssetFromWalletIdAndAmount( '2', - new BigNumber(100_000) + new BigNumber(100_000), ); expect(fungibleAsset.asset).toBe('2'); expect(fungibleAsset.amount).toEqual(new BigNumber(100_000)); @@ -84,7 +84,7 @@ describe('calculateRoyalties', () => { it('converts an asset id and amount to a fungible asset', () => { const fungibleAsset: RoyaltyCalculationFungibleAsset = fungibleAssetFromAssetIdAndAmount( 'a628c1c2c6fcb74d53746157e438e108eab5c0bb3e5c80ff9b1910b3e4832913', - new BigNumber(100_000_000_000_000) + new BigNumber(100_000_000_000_000), ); expect(fungibleAsset.asset).toBe('a628c1c2c6fcb74d53746157e438e108eab5c0bb3e5c80ff9b1910b3e4832913'); expect(fungibleAsset.amount).toEqual(new BigNumber(100_000_000_000_000)); diff --git a/packages/api/src/utils/calculateRoyalties.ts b/packages/api/src/utils/calculateRoyalties.ts index bc719acc45..3ef442101d 100644 --- a/packages/api/src/utils/calculateRoyalties.ts +++ b/packages/api/src/utils/calculateRoyalties.ts @@ -12,7 +12,7 @@ type NFTInfoWithFrontEndData = NFTInfo & { export default function royaltyAssetFromNFTInfo( nftInfo: NFTInfoWithFrontEndData, - testnet = false + testnet = false, ): RoyaltyCalculationRoyaltyAsset { return { asset: nftInfo.$nftId, @@ -23,7 +23,7 @@ export default function royaltyAssetFromNFTInfo( export function fungibleAssetFromWalletIdAndAmount( walletId: number | string, - amount: BigNumber + amount: BigNumber, ): RoyaltyCalculationFungibleAsset { return { asset: walletId.toString(), diff --git a/packages/api/src/utils/toBech32m.ts b/packages/api/src/utils/toBech32m.ts index 1da9a72d63..47e0d04448 100644 --- a/packages/api/src/utils/toBech32m.ts +++ b/packages/api/src/utils/toBech32m.ts @@ -32,7 +32,7 @@ export function fromBech32m(value: string): string { export function decodeBech32m( value: string, - outputEncoding: BufferEncoding = 'utf8' + outputEncoding: BufferEncoding = 'utf8', ): { prefix: string; data: string } { const { words, prefix } = bech32m.decode(value); const data = Buffer.from(bech32m.fromWords(words)).toString(outputEncoding); diff --git a/packages/api/src/wallets/NFT.ts b/packages/api/src/wallets/NFT.ts index 98ecd82686..cce76583eb 100644 --- a/packages/api/src/wallets/NFT.ts +++ b/packages/api/src/wallets/NFT.ts @@ -150,7 +150,7 @@ export default class NFTWallet extends Wallet { async calculateRoyalties(args: CalculateRoyaltiesRequest) { return this.command>>( 'nft_calculate_royalties', - args + args, ); } } diff --git a/packages/core/src/components/AddressBookProvider/AddressBookProvider.tsx b/packages/core/src/components/AddressBookProvider/AddressBookProvider.tsx index 5560d33ca5..3b583326b9 100644 --- a/packages/core/src/components/AddressBookProvider/AddressBookProvider.tsx +++ b/packages/core/src/components/AddressBookProvider/AddressBookProvider.tsx @@ -14,7 +14,7 @@ export default function AddressBookProvider({ children }) { const value = useMemo( () => [addressBook, addContact, removeContact, getContactByContactId, editContact, getContactByAddress], - [addressBook, addContact, removeContact, getContactByContactId, editContact, getContactByAddress] + [addressBook, addContact, removeContact, getContactByContactId, editContact, getContactByAddress], ); return {children}; diff --git a/packages/core/src/components/Auth/AuthProvider.tsx b/packages/core/src/components/Auth/AuthProvider.tsx index 7c3c4b02ec..ba95fea22f 100644 --- a/packages/core/src/components/Auth/AuthProvider.tsx +++ b/packages/core/src/components/Auth/AuthProvider.tsx @@ -38,7 +38,7 @@ export default function AuthProvider(props: AuthProviderProps) { } } }, - [clearCache] + [clearCache], ); // automatically log in if we have a fingerprint already and logIn is not in progress @@ -79,7 +79,7 @@ export default function AuthProvider(props: AuthProviderProps) { setIsLoading(false); } }, - [handleLogOut, logIn, clearCache] + [handleLogOut, logIn, clearCache], ); const context = useMemo( @@ -89,7 +89,7 @@ export default function AuthProvider(props: AuthProviderProps) { fingerprint, isLoading, }), - [handleLogIn, handleLogOut, fingerprint, isLoading] + [handleLogIn, handleLogOut, fingerprint, isLoading], ); return {children}; diff --git a/packages/core/src/components/Back/Back.tsx b/packages/core/src/components/Back/Back.tsx index a489f9caf7..6f96112c2d 100644 --- a/packages/core/src/components/Back/Back.tsx +++ b/packages/core/src/components/Back/Back.tsx @@ -38,7 +38,7 @@ export default function Back(props: BackProps) { confirmColor="danger" > You have made changes. Do you want to discard them? - + , )); if (!canGoBack) { diff --git a/packages/core/src/components/CardListItem/CardListItem.tsx b/packages/core/src/components/CardListItem/CardListItem.tsx index 7cb35361fb..0db27ead9b 100644 --- a/packages/core/src/components/CardListItem/CardListItem.tsx +++ b/packages/core/src/components/CardListItem/CardListItem.tsx @@ -36,8 +36,8 @@ export default function CardListItem(props: CardListItemProps) { selected ? theme.palette.highlight.main : borderTransparency - ? theme.palette.background.default - : getColorModeValue(theme, 'border') + ? theme.palette.background.default + : getColorModeValue(theme, 'border') }`, backgroundColor: (theme) => `${selected ? getColorModeValue(theme, 'sidebarBackground') : theme.palette.background.paper}`, diff --git a/packages/core/src/components/Dropdown/DropdownActions.tsx b/packages/core/src/components/Dropdown/DropdownActions.tsx index 5b21ab9ab8..fd045c8c96 100644 --- a/packages/core/src/components/Dropdown/DropdownActions.tsx +++ b/packages/core/src/components/Dropdown/DropdownActions.tsx @@ -26,10 +26,10 @@ const StyledMenu = styled((props: MenuProps) => ( color: theme.palette.mode === 'light' ? Color.Comet[700] : theme.palette.grey[300], boxShadow: `${Color.Neutral[50]} 0px 0px 0px 0px, ${alpha( Color.Neutral[900], - theme.palette.mode === 'dark' ? 0.15 : 0.05 + theme.palette.mode === 'dark' ? 0.15 : 0.05, )} 0px 0px 0px 1px, ${alpha( Color.Neutral[900], - theme.palette.mode === 'dark' ? 0.01 : 0.1 + theme.palette.mode === 'dark' ? 0.01 : 0.1, )} 0px 10px 15px -3px, ${alpha(Color.Neutral[900], theme.palette.mode === 'dark' ? 0.15 : 0.05)} 0px 4px 6px -2px`, '& .MuiMenu-list': { padding: '4px 0', diff --git a/packages/core/src/components/Dropdown/DropdownBase.tsx b/packages/core/src/components/Dropdown/DropdownBase.tsx index c64cbe541f..a7134bd381 100644 --- a/packages/core/src/components/Dropdown/DropdownBase.tsx +++ b/packages/core/src/components/Dropdown/DropdownBase.tsx @@ -26,10 +26,10 @@ const StyledMenu = styled((props: MenuProps) => ( color: theme.palette.mode === 'light' ? Color.Comet[700] : theme.palette.grey[300], boxShadow: `${Color.Neutral[50]} 0px 0px 0px 0px, ${alpha( Color.Neutral[900], - theme.palette.mode === 'dark' ? 0.15 : 0.05 + theme.palette.mode === 'dark' ? 0.15 : 0.05, )} 0px 0px 0px 1px, ${alpha( Color.Neutral[900], - theme.palette.mode === 'dark' ? 0.01 : 0.1 + theme.palette.mode === 'dark' ? 0.01 : 0.1, )} 0px 10px 15px -3px, ${alpha(Color.Neutral[900], theme.palette.mode === 'dark' ? 0.15 : 0.05)} 0px 4px 6px -2px`, '& .MuiMenu-list': { padding: '4px 0', diff --git a/packages/core/src/components/ErrorBoundary/ErrorBoundary.tsx b/packages/core/src/components/ErrorBoundary/ErrorBoundary.tsx index 86f5e9d8c3..0baa27119f 100644 --- a/packages/core/src/components/ErrorBoundary/ErrorBoundary.tsx +++ b/packages/core/src/components/ErrorBoundary/ErrorBoundary.tsx @@ -17,7 +17,7 @@ const StyledPre = styled(Typography)(() => ({ function formatStackTrace(stack: []) { const stackTrace = stack.map( ({ fileName, columnNumber, lineNumber, functionName }) => - `at ${fileName}:${lineNumber}:${columnNumber} ${functionName}` + `at ${fileName}:${lineNumber}:${columnNumber} ${functionName}`, ); return stackTrace.join('\n'); } diff --git a/packages/core/src/components/EstimatedFee/EstimatedFee.tsx b/packages/core/src/components/EstimatedFee/EstimatedFee.tsx index 54b032a7b6..8a8b24cc43 100644 --- a/packages/core/src/components/EstimatedFee/EstimatedFee.tsx +++ b/packages/core/src/components/EstimatedFee/EstimatedFee.tsx @@ -81,7 +81,7 @@ function Select(props: SelectProps) { onTypeChange('dropdown'); onTimeChange( formattedEstimates.find((estimate) => estimate.formattedEstimate === (event.target.value as string)) - ?.minutes ?? 0 + ?.minutes ?? 0, ); onValueChange(event.target.value as string); } @@ -186,7 +186,7 @@ export default function EstimatedFee(props: FeeProps) { { pollingInterval: REFRESH_SECONDS * 1000, // in milliseconds skip: mode === Mode.WALLET, - } + }, ); const { data: ests, isLoading, isSuccess, requestId: feeEstimateRequestId, startedTimeStamp } = result; @@ -210,8 +210,8 @@ export default function EstimatedFee(props: FeeProps) { ? defaultValues : defaultValues.concat([0]) : estimateList.some((val) => val === 0) - ? estimateList - : estimateList.concat([0]); + ? estimateList + : estimateList.concat([0]); return estList.map((estimate: number, i: number) => { const formattedEstimate = mojoToChiaLocaleString(estimate, locale); @@ -223,8 +223,8 @@ export default function EstimatedFee(props: FeeProps) { minutes > 1 ? t`Likely in ${minutes} minutes` : minutes === -1 - ? t`Likely in >5 minutes` - : t`Likely in ${TARGET_TIMES[i]} seconds`, + ? t`Likely in >5 minutes` + : t`Likely in ${TARGET_TIMES[i]} seconds`, estimate, formattedEstimate, }; diff --git a/packages/core/src/components/Form/Form.tsx b/packages/core/src/components/Form/Form.tsx index 7aa5a14f26..37d854a024 100644 --- a/packages/core/src/components/Form/Form.tsx +++ b/packages/core/src/components/Form/Form.tsx @@ -12,7 +12,7 @@ function Form( onSubmit: SubmitHandler; children: ReactNode; }, - ref: any + ref: any, ) { const { methods, onSubmit, ...rest } = props; const { handleSubmit } = methods; diff --git a/packages/core/src/components/FormBackButton/FormBackButton.tsx b/packages/core/src/components/FormBackButton/FormBackButton.tsx index 6b1fd0f4ae..fe02d6ecbc 100644 --- a/packages/core/src/components/FormBackButton/FormBackButton.tsx +++ b/packages/core/src/components/FormBackButton/FormBackButton.tsx @@ -29,7 +29,7 @@ export default function FormBackButton(props: Props) { confirmColor="danger" > You have made changes. Do you want to discard them? - + , )); if (canGoBack) { diff --git a/packages/core/src/components/FormatBytes/FormatBytes.tsx b/packages/core/src/components/FormatBytes/FormatBytes.tsx index 20f94f5929..4abe46095b 100644 --- a/packages/core/src/components/FormatBytes/FormatBytes.tsx +++ b/packages/core/src/components/FormatBytes/FormatBytes.tsx @@ -49,7 +49,7 @@ export default function FormatBytes(props: Props) { // convert value to nearest bytes representation const unitIndex = Math.min( CovertReversed.length - 1, - CovertReversed.findIndex((item) => absValue.isGreaterThanOrEqualTo(item[0])) + CovertReversed.findIndex((item) => absValue.isGreaterThanOrEqualTo(item[0])), ); const [unitValue, unitName] = CovertReversed[unitIndex]; diff --git a/packages/core/src/components/LayoutDashboard/LayoutDashboard.tsx b/packages/core/src/components/LayoutDashboard/LayoutDashboard.tsx index 59bf82f70f..43d6f7ddb6 100644 --- a/packages/core/src/components/LayoutDashboard/LayoutDashboard.tsx +++ b/packages/core/src/components/LayoutDashboard/LayoutDashboard.tsx @@ -69,7 +69,7 @@ export default function LayoutDashboard(props: LayoutDashboardProps) { }, { skip: !fingerprint, - } + }, ); type WalletKeyTheme = { emoji: string | null; diff --git a/packages/core/src/components/LocaleProvider/LocaleProvider.tsx b/packages/core/src/components/LocaleProvider/LocaleProvider.tsx index 5491438cd4..21d0b72065 100644 --- a/packages/core/src/components/LocaleProvider/LocaleProvider.tsx +++ b/packages/core/src/components/LocaleProvider/LocaleProvider.tsx @@ -44,7 +44,7 @@ export default function LocaleProvider(props: LocaleProviderProps) { } setLocale(localeLocal); }, - [locales, setLocale] + [locales, setLocale], ); const context = useMemo( @@ -54,7 +54,7 @@ export default function LocaleProvider(props: LocaleProviderProps) { locale, setLocale: handleSetLocale, }), - [locales, defaultLocale, locale, handleSetLocale] + [locales, defaultLocale, locale, handleSetLocale], ); // prepare default locale diff --git a/packages/core/src/components/Menu/Menu.tsx b/packages/core/src/components/Menu/Menu.tsx index 39dc18502a..1971524db4 100644 --- a/packages/core/src/components/Menu/Menu.tsx +++ b/packages/core/src/components/Menu/Menu.tsx @@ -16,19 +16,19 @@ function Menu(props: MenuProps, ref: any) { const handleClose = useCallback( ( event: SyntheticEvent, - reason: 'escapeKeyDown' | 'backdropClick' | 'tabKeyDown' | 'menuItemClick' + reason: 'escapeKeyDown' | 'backdropClick' | 'tabKeyDown' | 'menuItemClick', ) => { event.stopPropagation(); onClose?.(event, reason as any); }, - [onClose] + [onClose], ); const context = useMemo( () => ({ close: handleClose, }), - [handleClose] + [handleClose], ); return ( diff --git a/packages/core/src/components/ModalDialogs/ModalDialogsProvider.tsx b/packages/core/src/components/ModalDialogs/ModalDialogsProvider.tsx index b603d11e18..0dfa0738fe 100644 --- a/packages/core/src/components/ModalDialogs/ModalDialogsProvider.tsx +++ b/packages/core/src/components/ModalDialogs/ModalDialogsProvider.tsx @@ -41,7 +41,7 @@ export default function ModalDialogsProvider(props: Props) { ]); }); }, - [hide] + [hide], ); const modalDialogsContextValue = useMemo( @@ -50,7 +50,7 @@ export default function ModalDialogsProvider(props: Props) { hide, dialogs, }), - [dialogs, hide, show] + [dialogs, hide, show], ); return {children}; diff --git a/packages/core/src/components/Mode/ModeProvider.tsx b/packages/core/src/components/Mode/ModeProvider.tsx index bbe7b302d3..4abb461db7 100644 --- a/packages/core/src/components/Mode/ModeProvider.tsx +++ b/packages/core/src/components/Mode/ModeProvider.tsx @@ -32,7 +32,7 @@ export default function ModeProvider(props: ModeProviderProps) { setModeState(newMode); } }, - [persist, setModePref, setModeState] + [persist, setModePref, setModeState], ); const mode = persist ? modePref : modeState; @@ -42,7 +42,7 @@ export default function ModeProvider(props: ModeProviderProps) { mode, setMode: handleSetMode, }), - [mode, handleSetMode] + [mode, handleSetMode], ); return {children}; diff --git a/packages/core/src/components/Persist/Persist.tsx b/packages/core/src/components/Persist/Persist.tsx index 8c1b32b106..5933f0e3d6 100755 --- a/packages/core/src/components/Persist/Persist.tsx +++ b/packages/core/src/components/Persist/Persist.tsx @@ -51,7 +51,7 @@ function Persist(props: PersistProps, ref: any) { return state[currentNamespace] ?? defaultValueLocal; }, - [state, persistNamespace, parentPersistContext] + [state, persistNamespace, parentPersistContext], ); const setValue = useCallback( @@ -68,7 +68,7 @@ function Persist(props: PersistProps, ref: any) { onChange(value); } }, - [state, persistNamespace, parentPersistContext, onChange] + [state, persistNamespace, parentPersistContext, onChange], ); const context = useMemo( @@ -76,7 +76,7 @@ function Persist(props: PersistProps, ref: any) { getValue, setValue, }), - [getValue, setValue] + [getValue, setValue], ); return ( diff --git a/packages/core/src/components/Scrollbar/ScrollbarVirtuoso.tsx b/packages/core/src/components/Scrollbar/ScrollbarVirtuoso.tsx index fc11164941..eaeaee47e4 100644 --- a/packages/core/src/components/Scrollbar/ScrollbarVirtuoso.tsx +++ b/packages/core/src/components/Scrollbar/ScrollbarVirtuoso.tsx @@ -16,7 +16,7 @@ function ScrollbarVirtuoso(props: ScrollbarProps, ref: any) { ref.current = scrollbarsRef.osInstance().getElements().viewport; } }, - [ref] + [ref], ); return ( diff --git a/packages/core/src/components/SideBarItem/SideBarItem.tsx b/packages/core/src/components/SideBarItem/SideBarItem.tsx index 34e6cce2fe..0624eaa200 100644 --- a/packages/core/src/components/SideBarItem/SideBarItem.tsx +++ b/packages/core/src/components/SideBarItem/SideBarItem.tsx @@ -31,7 +31,9 @@ const StyledListItemIcon = styled(ListItemIcon)` left: 0; width: 100%; height: 100%; - box-shadow: 0px -2px 4px ${alpha(Color.Green[300], 0.41)}, 0px 1px 8px ${alpha(Color.Lime[400], 0.45)}; + box-shadow: + 0px -2px 4px ${alpha(Color.Green[300], 0.41)}, + 0px 1px 8px ${alpha(Color.Lime[400], 0.45)}; opacity: 0; transition: opacity 0.3s ease-in-out; } diff --git a/packages/core/src/components/Table/TableControlled.tsx b/packages/core/src/components/Table/TableControlled.tsx index 3ec2c7f808..ccc57a4809 100644 --- a/packages/core/src/components/Table/TableControlled.tsx +++ b/packages/core/src/components/Table/TableControlled.tsx @@ -182,7 +182,7 @@ export default function TableControlled(props: TableControlledProps) { key: index, ...col, })), - [cols] + [cols], ); const preparedRows = useMemo( @@ -191,7 +191,7 @@ export default function TableControlled(props: TableControlledProps) { $uniqueId: uniqueField ? get(row, uniqueField) : rowIndex, ...row, })), - [rows, uniqueField] + [rows, uniqueField], ); function handleRowClick(e: SyntheticEvent, row: Row) { @@ -270,7 +270,7 @@ export function TableControlledRow({ for (let i = 0; i < expandedCellShift; i += 1) { expandableCells.push( - + , ); } return ( diff --git a/packages/core/src/components/TextField/TextField.tsx b/packages/core/src/components/TextField/TextField.tsx index bdd681210a..7850c3abbc 100644 --- a/packages/core/src/components/TextField/TextField.tsx +++ b/packages/core/src/components/TextField/TextField.tsx @@ -132,7 +132,7 @@ export default function TextField(props: TextFieldProps): JSX.Element { /> ); }, - [baseOnChange, name, dataTestid, inputProps, rest, rules, errors, helperText] + [baseOnChange, name, dataTestid, inputProps, rest, rules, errors, helperText], ); return ; diff --git a/packages/core/src/components/ToolbarSpacing/ToolbarSpacing.tsx b/packages/core/src/components/ToolbarSpacing/ToolbarSpacing.tsx index e9eb44739c..d415ccf923 100644 --- a/packages/core/src/components/ToolbarSpacing/ToolbarSpacing.tsx +++ b/packages/core/src/components/ToolbarSpacing/ToolbarSpacing.tsx @@ -4,7 +4,7 @@ import React from 'react'; const useStyles = makeStyles((theme: Theme) => createStyles({ toolbar: theme.mixins.toolbar, - }) + }), ); export default function ToolbarSpacing() { diff --git a/packages/core/src/components/Truncate/Truncate.tsx b/packages/core/src/components/Truncate/Truncate.tsx index 30930c97ee..739cda9586 100644 --- a/packages/core/src/components/Truncate/Truncate.tsx +++ b/packages/core/src/components/Truncate/Truncate.tsx @@ -57,7 +57,7 @@ export function truncateValue(children: string, opts: TruncateValueOptions): str } const truncatedSubValue = `${subValue.substring(0, leftLength)}${separator}${subValue.substring( - subValue.length - rightLength + subValue.length - rightLength, )}`; return rest diff --git a/packages/core/src/hooks/useAddressBook.tsx b/packages/core/src/hooks/useAddressBook.tsx index 3e58d517ab..835d393df9 100644 --- a/packages/core/src/hooks/useAddressBook.tsx +++ b/packages/core/src/hooks/useAddressBook.tsx @@ -9,7 +9,7 @@ export default function useAddressBook(): [ notes: string, nftId: string, domainNames: ContactDomainName[], - emoji: string + emoji: string, ) => void, // addContact (contactId: number) => void, // removeContact (contactId: number) => AddressContact | undefined, // getContactContactId @@ -21,9 +21,9 @@ export default function useAddressBook(): [ notes: string, nftId: string, domainNames: ContactDomainName[], - emoji: string + emoji: string, ) => void, // editContact - (address: string) => AddressContact | undefined // getContactByAddress + (address: string) => AddressContact | undefined, // getContactByAddress ] { // editContact const [addressBook, setAddressBook] = useState([]); @@ -54,7 +54,7 @@ export default function useAddressBook(): [ notes: string, nftId: string, domainNames: ContactDomainName[], - emoji: string + emoji: string, ) { const contactId = getNewContactId(); const newAddress: AddressContact = { @@ -89,7 +89,7 @@ export default function useAddressBook(): [ notes: string, nftId: string, domainNames: ContactDomainName[], - emoji: string + emoji: string, ) { const filteredContacts = addressBook.filter((contact) => contact.contactId !== contactId); @@ -109,7 +109,7 @@ export default function useAddressBook(): [ function getContactByAddress(address: string) { const result = addressBook.find( - (ab) => ab.addresses !== undefined && ab.addresses.some((c) => c.address === address) + (ab) => ab.addresses !== undefined && ab.addresses.some((c) => c.address === address), ); return result; } diff --git a/packages/core/src/hooks/useGetLatestVersionFromWebsite.ts b/packages/core/src/hooks/useGetLatestVersionFromWebsite.ts index 3e752899c8..b2e0171101 100644 --- a/packages/core/src/hooks/useGetLatestVersionFromWebsite.ts +++ b/packages/core/src/hooks/useGetLatestVersionFromWebsite.ts @@ -26,7 +26,7 @@ export default function useGetLatestVersionFromWebsite(): UseGetLatestVersionFro const [isLoading, setIsLoading] = useState(true); const [latestVersionURL] = useLocalStorage( 'latestVersionURL', - 'https://download.chia.net/latest/latest.json' + 'https://download.chia.net/latest/latest.json', ); const [skipVersions, setSkipVersions] = useLocalStorage('skipVersions', []); const { version: appVersion } = useAppVersion(); @@ -38,7 +38,7 @@ export default function useGetLatestVersionFromWebsite(): UseGetLatestVersionFro (version: string) => { setSkipVersions((prev) => [...(prev ?? []), version]); }, - [setSkipVersions] + [setSkipVersions], ); useEffect(() => { diff --git a/packages/core/src/hooks/useHiddenList.ts b/packages/core/src/hooks/useHiddenList.ts index de02cb8e27..49d7afbf4e 100644 --- a/packages/core/src/hooks/useHiddenList.ts +++ b/packages/core/src/hooks/useHiddenList.ts @@ -6,12 +6,12 @@ type List = { }; export default function useHiddenList( - listName: string + listName: string, ): [ isHidden: (key: Type) => boolean, setIsHidden: (key: Type, newValue: (isHidden: boolean) => boolean | boolean) => void, hidden: Type[], - setIsNFTMultipleHide: (nftIds: string[], hide: boolean) => void + setIsNFTMultipleHide: (nftIds: string[], hide: boolean) => void, ] { const [hiddenLists, setHiddenLists] = usePrefs>('isHidden', {}); @@ -35,7 +35,7 @@ export default function useHiddenList( }); } }, - [list, hiddenLists, setHiddenLists, listName] + [list, hiddenLists, setHiddenLists, listName], ); const setIsNFTMultipleHide = (nftIds: string[], hide: boolean) => { diff --git a/packages/core/src/hooks/useKeyringMigrationPrompt.tsx b/packages/core/src/hooks/useKeyringMigrationPrompt.tsx index 27ae4d6c7a..994000932e 100644 --- a/packages/core/src/hooks/useKeyringMigrationPrompt.tsx +++ b/packages/core/src/hooks/useKeyringMigrationPrompt.tsx @@ -22,7 +22,7 @@ export default function useKeyringMigrationPrompt() { Your keys have not been migrated to a new keyring. You will be unable to create new keys or delete existing keys until migration completes. Would you like to migrate your keys now? - + , ); if (beginMigration) { diff --git a/packages/core/src/hooks/useOpenDialog.ts b/packages/core/src/hooks/useOpenDialog.ts index 1111303eda..5a7bc86376 100644 --- a/packages/core/src/hooks/useOpenDialog.ts +++ b/packages/core/src/hooks/useOpenDialog.ts @@ -19,7 +19,7 @@ export default function useOpenDialog() { }); }, // eslint-disable-next-line react-hooks/exhaustive-deps -- Used only for unmounting - [] + [], ); const handleOpen = useCallback( @@ -32,7 +32,7 @@ export default function useOpenDialog() { return result; }, - [show] + [show], ); return handleOpen; diff --git a/packages/core/src/hooks/usePersistState.ts b/packages/core/src/hooks/usePersistState.ts index d4c3af1c9c..2784bf5776 100755 --- a/packages/core/src/hooks/usePersistState.ts +++ b/packages/core/src/hooks/usePersistState.ts @@ -17,7 +17,7 @@ export default function usePersistState(defaultValue: T, namespace?: string): update(); }, - [namespace, persistContext, update] + [namespace, persistContext, update], ); return [value, setValue]; diff --git a/packages/core/src/hooks/useScrollbarsSettings.tsx b/packages/core/src/hooks/useScrollbarsSettings.tsx index 0ca02c96e6..feaff1fb18 100644 --- a/packages/core/src/hooks/useScrollbarsSettings.tsx +++ b/packages/core/src/hooks/useScrollbarsSettings.tsx @@ -19,7 +19,7 @@ export default function useScrollbarsSettings(): ScrollbarsSettings & { autoHide, })); }, - [setSettings] + [setSettings], ); return { diff --git a/packages/core/src/hooks/useTrans.ts b/packages/core/src/hooks/useTrans.ts index f175ea4dbe..bb4ea28896 100644 --- a/packages/core/src/hooks/useTrans.ts +++ b/packages/core/src/hooks/useTrans.ts @@ -6,7 +6,7 @@ export default function useTrans() { const handleTranslate = useCallback( (messageId: string, values?: Object, options?: Object) => i18n._(messageId, values, options), - [i18n] + [i18n], ); return handleTranslate; diff --git a/packages/core/src/hooks/useValidateChangePassphraseParams.tsx b/packages/core/src/hooks/useValidateChangePassphraseParams.tsx index 0c09738873..f75414f776 100644 --- a/packages/core/src/hooks/useValidateChangePassphraseParams.tsx +++ b/packages/core/src/hooks/useValidateChangePassphraseParams.tsx @@ -14,7 +14,7 @@ export default function useValidateChangePassphraseParams() { async function validateChangePassphraseParams( currentPassphrase: string | null, newPassphrase: string, - confirmationPassphrase: string + confirmationPassphrase: string, ): Promise { try { if (isLoading) { @@ -36,7 +36,7 @@ export default function useValidateChangePassphraseParams() { plural(minPassphraseLength, { one: 'Passphrases must be at least # character in length', other: 'Passphrases must be at least # characters in length', - }) + }), ); } else if (currentPassphrase !== null && currentPassphrase === newPassphrase) { throw new Error(t`New passphrase is the same as your current passphrase`); @@ -75,7 +75,7 @@ export default function useValidateChangePassphraseParams() { maxWidth="xs" > {message} - + , ); // @ts-ignore diff --git a/packages/core/src/screens/SelectKey/EmojiAndColorPicker.tsx b/packages/core/src/screens/SelectKey/EmojiAndColorPicker.tsx index 283e70fb52..fdea881a09 100644 --- a/packages/core/src/screens/SelectKey/EmojiAndColorPicker.tsx +++ b/packages/core/src/screens/SelectKey/EmojiAndColorPicker.tsx @@ -75,7 +75,7 @@ export default function EmojiAndColorPicker(props: EmojiAndColorPickerType) { onClickOutside(); } }, - [onClickOutside] + [onClickOutside], ); React.useEffect(() => { diff --git a/packages/core/src/screens/SelectKey/SelectKey.tsx b/packages/core/src/screens/SelectKey/SelectKey.tsx index 3071a1a827..88362c9d34 100644 --- a/packages/core/src/screens/SelectKey/SelectKey.tsx +++ b/packages/core/src/screens/SelectKey/SelectKey.tsx @@ -134,7 +134,7 @@ export default function SelectKey() { Deleting all keys will permanently remove the keys from your computer, make sure you have backups. Are you sure you want to continue? - + , ); } diff --git a/packages/core/src/screens/SelectKey/WalletStatus.tsx b/packages/core/src/screens/SelectKey/WalletStatus.tsx index 925d6ec9cb..69e4caa374 100644 --- a/packages/core/src/screens/SelectKey/WalletStatus.tsx +++ b/packages/core/src/screens/SelectKey/WalletStatus.tsx @@ -37,7 +37,7 @@ export default function WalletStatus(props: WalletStatusProps) { {}, { pollingInterval: 10_000, - } + }, ); if (isLoading || !walletState) { diff --git a/packages/core/src/screens/SelectKey/WalletStatusHeight.tsx b/packages/core/src/screens/SelectKey/WalletStatusHeight.tsx index 85dcd16136..afe0da436a 100644 --- a/packages/core/src/screens/SelectKey/WalletStatusHeight.tsx +++ b/packages/core/src/screens/SelectKey/WalletStatusHeight.tsx @@ -8,7 +8,7 @@ export default function WalletStatusHeight() { {}, { pollingInterval: 10_000, - } + }, ); if (isLoading) { diff --git a/packages/core/src/theme/dark.ts b/packages/core/src/theme/dark.ts index 0006713529..5ad54857d3 100644 --- a/packages/core/src/theme/dark.ts +++ b/packages/core/src/theme/dark.ts @@ -157,5 +157,5 @@ export default createTheme( }, }, }, - } + }, ); diff --git a/packages/core/src/utils/validAddress.ts b/packages/core/src/utils/validAddress.ts index 9cf7e63b3a..9ac3477ea0 100644 --- a/packages/core/src/utils/validAddress.ts +++ b/packages/core/src/utils/validAddress.ts @@ -7,8 +7,8 @@ export default function validAddress(address: string, allowedPrefixes?: string[] if (allowedPrefixes && !allowedPrefixes.includes(prefix)) { throw new Error( `Invalid address: ${address}. Valid addresses must contain one of the following prefixes: ${allowedPrefixes.join( - ', ' - )}` + ', ', + )}`, ); } } diff --git a/packages/gui/public/index.html b/packages/gui/public/index.html index 48fff9e8ac..d79d6837eb 100644 --- a/packages/gui/public/index.html +++ b/packages/gui/public/index.html @@ -1,4 +1,4 @@ - + diff --git a/packages/gui/src/@types/WalletConnectCommandParam.ts b/packages/gui/src/@types/WalletConnectCommandParam.ts index 408a981fda..cdb0cd498c 100644 --- a/packages/gui/src/@types/WalletConnectCommandParam.ts +++ b/packages/gui/src/@types/WalletConnectCommandParam.ts @@ -14,7 +14,7 @@ type WalletConnectCommandParam = { value: any, params: WalletConnectCommandParam[], values: Record, - onChange: (values: Record) => void + onChange: (values: Record) => void, ) => ReactNode; hide?: boolean; }; diff --git a/packages/gui/src/components/addressbook/AddressBookSideBar.tsx b/packages/gui/src/components/addressbook/AddressBookSideBar.tsx index c86e08018c..90cc57cdd8 100644 --- a/packages/gui/src/components/addressbook/AddressBookSideBar.tsx +++ b/packages/gui/src/components/addressbook/AddressBookSideBar.tsx @@ -33,7 +33,7 @@ export default function AddressBookSideBar() { const filteredAddressesByName = addresses.filter( (addr: any) => (addr.name && addr.name.toLowerCase().includes(searchTerm)) || - (addr.address && addr.address.toLowerCase().includes(searchTerm)) + (addr.address && addr.address.toLowerCase().includes(searchTerm)), ); if (filteredAddressesByName && filteredAddressesByName.length > 0) { return true; @@ -45,7 +45,7 @@ export default function AddressBookSideBar() { const filteredDids = dids.filter( (did: any) => (did.name && did.name.toLowerCase().includes(searchTerm)) || - (did.did && did.did.toLowerCase().includes(searchTerm)) + (did.did && did.did.toLowerCase().includes(searchTerm)), ); if (filteredDids && filteredDids.length > 0) { return true; @@ -56,7 +56,7 @@ export default function AddressBookSideBar() { const filteredDomains = domainNames.filter( (domain: any) => (domain.name && domain.name.toLowerCase().includes(searchTerm)) || - (domain.domain && domain.domain.toLowerCase().includes(searchTerm)) + (domain.domain && domain.domain.toLowerCase().includes(searchTerm)), ); if (filteredDomains && filteredDomains.length > 0) { return true; diff --git a/packages/gui/src/components/addressbook/ContactEdit.tsx b/packages/gui/src/components/addressbook/ContactEdit.tsx index 1d9e01c8b8..71879f231a 100644 --- a/packages/gui/src/components/addressbook/ContactEdit.tsx +++ b/packages/gui/src/components/addressbook/ContactEdit.tsx @@ -242,7 +242,7 @@ export default function ContactEdit() { abContact.addresses.forEach((contactAddress) => { if (contactAddress.address === entry.address) { throw new Error( - `The address ${entry.address} is already assigned to an existing contact: ${abContact.name}` + `The address ${entry.address} is already assigned to an existing contact: ${abContact.name}`, ); } }); @@ -277,7 +277,7 @@ export default function ContactEdit() { data.notes, data.nftId, filteredDomains, - chosenEmoji + chosenEmoji, ); navigate(`/dashboard/addressbook/${Number(contact.contactId)}`); } diff --git a/packages/gui/src/components/addressbook/ContactSummary.tsx b/packages/gui/src/components/addressbook/ContactSummary.tsx index 6db5f53e6d..4b60f4affb 100644 --- a/packages/gui/src/components/addressbook/ContactSummary.tsx +++ b/packages/gui/src/components/addressbook/ContactSummary.tsx @@ -46,7 +46,7 @@ export default function ContactSummary() { Are you sure you want to permanently delete this contact? Once deleted, this contact cannot be recovered. - + , ); if (deleteContact) { diff --git a/packages/gui/src/components/app/AppKeyringMigrator.tsx b/packages/gui/src/components/app/AppKeyringMigrator.tsx index bd47aa06b2..76cf939838 100644 --- a/packages/gui/src/components/app/AppKeyringMigrator.tsx +++ b/packages/gui/src/components/app/AppKeyringMigrator.tsx @@ -82,7 +82,7 @@ export default function AppKeyringMigrator() { await openDialog( Keyring migration failed: {error.message} - + , ); } } diff --git a/packages/gui/src/components/app/AppProviders.tsx b/packages/gui/src/components/app/AppProviders.tsx index 6104fe634b..13c3a63092 100644 --- a/packages/gui/src/components/app/AppProviders.tsx +++ b/packages/gui/src/components/app/AppProviders.tsx @@ -70,7 +70,7 @@ export default function App(props: AppProps) { cert, key, webSocket: WebSocket, - }) + }), ); setIsReady(true); diff --git a/packages/gui/src/components/app/AppState.tsx b/packages/gui/src/components/app/AppState.tsx index bbb6715d24..128df2bd74 100644 --- a/packages/gui/src/components/app/AppState.tsx +++ b/packages/gui/src/components/app/AppState.tsx @@ -108,7 +108,7 @@ export default function AppState(props: Props) { } const specificRunningServiceStates = servicesState.running.filter((serviceName) => - runServices.includes(serviceName) + runServices.includes(serviceName), ); return specificRunningServiceStates.length === runServices.length; diff --git a/packages/gui/src/components/app/AppStatusHeader.tsx b/packages/gui/src/components/app/AppStatusHeader.tsx index c91d26a9ec..7c3f649df3 100644 --- a/packages/gui/src/components/app/AppStatusHeader.tsx +++ b/packages/gui/src/components/app/AppStatusHeader.tsx @@ -21,10 +21,10 @@ const StyledPopover = styled((props: PopoverProps) => )(({ color: theme.palette.mode === 'light' ? Color.Comet[700] : theme.palette.grey[300], boxShadow: `${Color.Neutral[50]} 0px 0px 0px 0px, ${alpha( Color.Neutral[900], - theme.palette.mode === 'dark' ? 0.15 : 0.05 + theme.palette.mode === 'dark' ? 0.15 : 0.05, )} 0px 0px 0px 1px, ${alpha( Color.Neutral[900], - theme.palette.mode === 'dark' ? 0.01 : 0.1 + theme.palette.mode === 'dark' ? 0.01 : 0.1, )} 0px 10px 15px -3px, ${alpha(Color.Neutral[900], theme.palette.mode === 'dark' ? 0.15 : 0.05)} 0px 4px 6px -2px`, '& .MuiMenu-list': { padding: '4px 0', diff --git a/packages/gui/src/components/block/Block.jsx b/packages/gui/src/components/block/Block.jsx index 081e3e2a9a..66d6a3580a 100644 --- a/packages/gui/src/components/block/Block.jsx +++ b/packages/gui/src/components/block/Block.jsx @@ -69,7 +69,7 @@ export default function Block() { }, { skip: !blockRecord?.prevHash || !blockRecord?.height, - } + }, ); async function updateNewPlotId(blockLocal) { diff --git a/packages/gui/src/components/fullNode/FullNodeCloseConnection.tsx b/packages/gui/src/components/fullNode/FullNodeCloseConnection.tsx index f27aee39db..dd41a00b03 100644 --- a/packages/gui/src/components/fullNode/FullNodeCloseConnection.tsx +++ b/packages/gui/src/components/fullNode/FullNodeCloseConnection.tsx @@ -26,7 +26,7 @@ export default function FullNodeCloseConnection(props: Props): JSX.Element { } > Are you sure you want to disconnect? - + , ); } diff --git a/packages/gui/src/components/fullNode/card/FullNodeCardStatus.tsx b/packages/gui/src/components/fullNode/card/FullNodeCardStatus.tsx index 57a5f7dbc3..b93827664c 100644 --- a/packages/gui/src/components/fullNode/card/FullNodeCardStatus.tsx +++ b/packages/gui/src/components/fullNode/card/FullNodeCardStatus.tsx @@ -62,7 +62,7 @@ export default function FullNodeCardStatus() { {}, { pollingInterval: 10_000, - } + }, ); if (isLoading) { diff --git a/packages/gui/src/components/harvest/HarvesterDetail.tsx b/packages/gui/src/components/harvest/HarvesterDetail.tsx index c4c7be7527..e9a2950848 100644 --- a/packages/gui/src/components/harvest/HarvesterDetail.tsx +++ b/packages/gui/src/components/harvest/HarvesterDetail.tsx @@ -93,7 +93,7 @@ function HarvesterLatencyGraph(props: HarvesterLatencyGraphProps) { earnedSpacePercentage = ( }> {Math.round( - effectiveSpace.minus(harvesterTotalPlotSize).div(harvesterTotalPlotSize).multipliedBy(1000).toNumber() + effectiveSpace.minus(harvesterTotalPlotSize).div(harvesterTotalPlotSize).multipliedBy(1000).toNumber(), ) / 10}{' '} % diff --git a/packages/gui/src/components/harvest/HarvesterOverview.tsx b/packages/gui/src/components/harvest/HarvesterOverview.tsx index 4b9a25a657..2e711a20e3 100644 --- a/packages/gui/src/components/harvest/HarvesterOverview.tsx +++ b/packages/gui/src/components/harvest/HarvesterOverview.tsx @@ -141,7 +141,7 @@ export default function HarvesterOverview() { totalFarmSizeRaw={totalFarmSizeRaw} totalFarmSizeEffective={totalFarmSizeEffective} /> - + , ); } return elements; diff --git a/packages/gui/src/components/harvest/HarvesterPlotDetails.tsx b/packages/gui/src/components/harvest/HarvesterPlotDetails.tsx index 65bca9686c..b9580fde47 100644 --- a/packages/gui/src/components/harvest/HarvesterPlotDetails.tsx +++ b/packages/gui/src/components/harvest/HarvesterPlotDetails.tsx @@ -97,7 +97,7 @@ function HarvesterPlotDetails(props: HarvesterPlotDetailsProps) { }} /> C{cl} {countCompression} {percentageCompression}% - + , ); } @@ -133,7 +133,7 @@ function HarvesterPlotDetails(props: HarvesterPlotDetailsProps) { {kSizeAndCompressionBreakDown} - + , ); } diff --git a/packages/gui/src/components/harvest/LatencyCharts.tsx b/packages/gui/src/components/harvest/LatencyCharts.tsx index 897892b833..659f397917 100644 --- a/packages/gui/src/components/harvest/LatencyCharts.tsx +++ b/packages/gui/src/components/harvest/LatencyCharts.tsx @@ -78,7 +78,7 @@ function LatencyBarChart(props: BarChartProps) { }, }, }), - [unit] + [unit], ); const data = React.useMemo(() => { diff --git a/packages/gui/src/components/harvest/PlotDetailsChart.tsx b/packages/gui/src/components/harvest/PlotDetailsChart.tsx index 8c495224c8..b6d81796ab 100644 --- a/packages/gui/src/components/harvest/PlotDetailsChart.tsx +++ b/packages/gui/src/components/harvest/PlotDetailsChart.tsx @@ -70,7 +70,7 @@ function PlotDetailsChart(props: PlotDetailsProps) { }, ], }), - [kSizeData, compressionData] + [kSizeData, compressionData], ); return ; } diff --git a/packages/gui/src/components/lrus/LRUsProvider.tsx b/packages/gui/src/components/lrus/LRUsProvider.tsx index 615d3a27b8..27fbf7ab76 100644 --- a/packages/gui/src/components/lrus/LRUsProvider.tsx +++ b/packages/gui/src/components/lrus/LRUsProvider.tsx @@ -25,7 +25,7 @@ export default function LRUsProvider(props: LRUsProviderProps) { } return lru; }, - [LRUs] + [LRUs], ); const value = useMemo(() => ({ getLRU }), [getLRU]); diff --git a/packages/gui/src/components/nfts/NFTAutocomplete.tsx b/packages/gui/src/components/nfts/NFTAutocomplete.tsx index a3883e2f12..9c7b0d6753 100644 --- a/packages/gui/src/components/nfts/NFTAutocomplete.tsx +++ b/packages/gui/src/components/nfts/NFTAutocomplete.tsx @@ -85,7 +85,7 @@ export default function NFTAutocomplete(props: NFTAutocompleteProps) { ); }, - [inputValue] + [inputValue], ); const handleChange = useCallback( @@ -99,7 +99,7 @@ export default function NFTAutocomplete(props: NFTAutocompleteProps) { onChange(getNFTId(newValue.launcherId)); } }, - [onChange] + [onChange], ); const handleInputValueChange = useCallback( @@ -108,7 +108,7 @@ export default function NFTAutocomplete(props: NFTAutocompleteProps) { setSearchText(newInputValue); onChange(newInputValue || ''); }, - [onChange] + [onChange], ); const handleClose = useCallback(() => { @@ -137,7 +137,7 @@ export default function NFTAutocomplete(props: NFTAutocompleteProps) { return option.launcherId === selectedNFT.launcherId; }, - [firstOption, selectedNFT] + [firstOption, selectedNFT], ); const options = includeNFTCollection ? nfts : []; diff --git a/packages/gui/src/components/nfts/NFTBurnDialog.tsx b/packages/gui/src/components/nfts/NFTBurnDialog.tsx index 684f24a7ae..27e7f35aa0 100644 --- a/packages/gui/src/components/nfts/NFTBurnDialog.tsx +++ b/packages/gui/src/components/nfts/NFTBurnDialog.tsx @@ -88,7 +88,7 @@ export default function NFTBurnDialog(props: NFTPreviewDialogProps) { } confirmTitle={Burn} - /> + />, ); if (!confirmation) { diff --git a/packages/gui/src/components/nfts/NFTContextualActions.tsx b/packages/gui/src/components/nfts/NFTContextualActions.tsx index 9206740a50..2cd2252da5 100644 --- a/packages/gui/src/components/nfts/NFTContextualActions.tsx +++ b/packages/gui/src/components/nfts/NFTContextualActions.tsx @@ -172,13 +172,13 @@ function NFTTransferContextualAction(props: NFTTransferContextualActionProps) { openDialog( NFT Transfer Pending}> The NFT transfer transaction has been successfully submitted to the blockchain. - + , ); } else { openDialog( NFT Transfer Failed}> The NFT transfer failed: {result.error} - + , ); } } @@ -256,14 +256,14 @@ function NFTCancelUnconfirmedTransactionContextualAction(props: NFTCancelUnconfi The NFT status has been updated. If the transaction was successfully sent to the mempool, it may still complete. - + , ); } catch (error) { const err = error?.message || 'Unknown error'; openDialog( NFT Status Update Failed}> The NFT status update failed: {err} - + , ); } } @@ -475,10 +475,7 @@ function NFTHideContextualAction(props: NFTHideContextualActionProps) { } if (isMultiSelect) { - setHiddenMultiple( - selection?.items.map((nft: NFTInfo) => nft.$nftId), - !isHidden - ); + setHiddenMultiple(selection?.items.map((nft: NFTInfo) => nft.$nftId), !isHidden); setSelectedNFTIds([]); } else { setIsNFTHidden(selectedNft.$nftId, !isHidden); diff --git a/packages/gui/src/components/nfts/NFTFilterProvider.tsx b/packages/gui/src/components/nfts/NFTFilterProvider.tsx index 74bdbb3860..1c59d33706 100644 --- a/packages/gui/src/components/nfts/NFTFilterProvider.tsx +++ b/packages/gui/src/components/nfts/NFTFilterProvider.tsx @@ -48,7 +48,7 @@ export default function NFTFilterProvider(props: NFTFilterProviderProps) { setVisibility, setSearch, }), - [walletIds, types, visibility, search, setWalletIds, setTypes, setVisibility, setSearch] + [walletIds, types, visibility, search, setWalletIds, setTypes, setVisibility, setSearch], ); return {children}; diff --git a/packages/gui/src/components/nfts/NFTMoveToProfileDialog.tsx b/packages/gui/src/components/nfts/NFTMoveToProfileDialog.tsx index 9cf4bcb9b6..085eb3f124 100644 --- a/packages/gui/src/components/nfts/NFTMoveToProfileDialog.tsx +++ b/packages/gui/src/components/nfts/NFTMoveToProfileDialog.tsx @@ -193,20 +193,20 @@ export function NFTMoveToProfileAction(props: NFTMoveToProfileActionProps) { ) : null} - + , ); } else if (!error) { openDialog( NFT Move Pending}> The NFT move transaction has been successfully submitted to the blockchain. - + , ); } else { const err = error?.message || 'Unknown error'; openDialog( NFT Move Failed}> The NFT move failed: {err} - + , ); } } finally { diff --git a/packages/gui/src/components/nfts/NFTPreview.tsx b/packages/gui/src/components/nfts/NFTPreview.tsx index 39bd0f3075..ddf1b4c800 100644 --- a/packages/gui/src/components/nfts/NFTPreview.tsx +++ b/packages/gui/src/components/nfts/NFTPreview.tsx @@ -64,7 +64,9 @@ const ModelExtension = styled.div<{ isDarkMode: boolean }>` align-items: center; padding: 8px 16px; background: ${(props) => (props.isDarkMode ? Color.Neutral[800] : Color.Neutral[50])}; - box-shadow: 0px 0px 24px ${alpha(Color.Green[500], 0.5)}, 0px 4px 8px ${alpha(Color.Green[700], 0.32)}; + box-shadow: + 0px 0px 24px ${alpha(Color.Green[500], 0.5)}, + 0px 4px 8px ${alpha(Color.Green[700], 0.32)}; border-radius: 32px; color: ${(props) => (props.isDarkMode ? Color.Neutral[50] : Color.Neutral[800])}; `; @@ -146,7 +148,7 @@ export default function NFTPreview(props: NFTPreviewProps) { const [hideObjectionableContent] = useHideObjectionableContent(); const [ignoreSizeLimit /* , setIgnoreSizeLimit */] = usePersistState( false, - `nft-preview-ignore-size-limit-${nftId}` + `nft-preview-ignore-size-limit-${nftId}`, ); const { preview, isLoading: isLoadingVerifyHash } = useNFTVerifyHash(nftId, { @@ -254,7 +256,7 @@ export default function NFTPreview(props: NFTPreviewProps) {