diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml deleted file mode 100644 index f9cfbb0..0000000 --- a/.github/workflows/build_android.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: Build Android - -on: - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Install Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: '17' - - - name: Run code generation - run: dart run build_runner build - - - name: Install dependencies - run: flutter pub get - - - name: Decode keystore, build Android APK and sign - env: - SIGNING_KEYSTORE: "keystore.jks" - SIGNING_KEYSTORE_PASSWORD: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }} - SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }} - SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} - run: | - echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > android/app/keystore.jks - flutter build apk --release - - - name: Archive artifacts - uses: actions/upload-artifact@v4 - with: - name: android-build - path: build/app/outputs/flutter-apk/app-release.apk - if-no-files-found: ignore - retention-days: 7 # specifies how long to keep the artifact diff --git a/android/app/build.gradle b/android/app/build.gradle index 0924f7c..b052e1b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -51,7 +51,7 @@ android { // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. //minSdkVersion flutter.minSdkVersion minSdkVersion 28 - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/android/build.gradle b/android/build.gradle index 6e5307a..9ae3da7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:7.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20" } } diff --git a/android/settings.gradle b/android/settings.gradle index 3bce31c..64657e3 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,7 +18,7 @@ repositories { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "7.3.0" apply false + id "com.android.application" version "7.4.2" apply false id "org.jetbrains.kotlin.android" version "1.8.20" apply false } diff --git a/build.yaml b/build.yaml index 0581c37..0936787 100644 --- a/build.yaml +++ b/build.yaml @@ -12,7 +12,7 @@ targets: # root_dir: "proto/" # proto_paths: # - "proto/" - # out_dir: "lib/kaspa/grpc" + # out_dir: "lib/spectre/grpc" # grpc: true json_serializable: options: diff --git a/lib/l10n/app_af.arb b/lib/l10n/app_af.arb index 42db377..c2dcad3 100644 --- a/lib/l10n/app_af.arb +++ b/lib/l10n/app_af.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Account", "accounts": "Accounts", @@ -19,6 +19,8 @@ "addressHint": "Enter Address", "addressMissing": "Please Enter an Address", "addressShare": "Share Address", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Advanced", "amount": "Amount", "amountConfirm": "Amount {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Disable Wallet Password", "doContinue": "Continue", "donate": "Donate", + "donateTo": "Donate To", "dontShowAgain": "Don't show again", "emptyCardIntroUtxos": "This is the UTXOs tab. All UTXOs in your wallet will appear here", "emptyResult": "Empty Result", @@ -85,6 +88,7 @@ "encryptionFailedError": "Failed to set a wallet password", "enterAddress": "Enter Address", "enterAmount": "Enter Amount", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Enter Note", "enterPasswordHint": "Enter your password", "errorMessageCopied": "Error message copied to clipboard", @@ -247,6 +251,7 @@ "viewAddress": "View Address", "viewTransaction": "View Transaction", "walletAddresses": "Wallet Addresses", + "walletAddress": "Wallet Address", "walletName": "Wallet name", "walletNameDescription": "Enter a name for your wallet", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_ar.arb b/lib/l10n/app_ar.arb index c1e5337..979f121 100644 --- a/lib/l10n/app_ar.arb +++ b/lib/l10n/app_ar.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "الحساب", "accounts": "الحسابات", @@ -19,6 +19,8 @@ "addressHint": "أدخل العنوان\n", "addressMissing": "يرجى إدخال العنوان", "addressShare": "أنشر العنوان", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Advanced", "amount": "Amount", "amountConfirm": "Amount {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "تعطيل كلمة مرور المحفظة\n", "doContinue": "Continue", "donate": "Donate", + "donateTo": "Donate To", "dontShowAgain": "Don't show again", "emptyCardIntroUtxos": "This is the UTXOs tab. All UTXOs in your wallet will appear here", "emptyResult": "Empty Result", @@ -85,6 +88,7 @@ "encryptionFailedError": "أخفق إنشاء كلمة مرور المحفظة\n", "enterAddress": "أدخل العنوان", "enterAmount": "أدخل المبلغ", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Enter Note", "enterPasswordHint": "ادخل رقمك ادخل رقمك\n", "errorMessageCopied": "Error message copied to clipboard", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sending Transaction", "sending": "إرسال", "sent": "تم الارسال", - "sentTo": "تم الإرسال إلى", + "sentTo": "Sent to", "setPassword": "إنشاء كلمة مرور\n", "setPasswordSuccess": "تم إنشاء كلمة مرور المحفظة بنجاح\n", "setWalletPassword": "إنشاء كلمة مرور المحفظة\n", @@ -247,6 +251,7 @@ "viewAddress": "View Address", "viewTransaction": "View Transaction", "walletAddresses": "Wallet Addresses", + "walletAddress": "Wallet Address", "walletName": "Wallet name", "walletNameDescription": "Enter a name for your wallet", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_bg.arb b/lib/l10n/app_bg.arb index a07cb67..867834d 100644 --- a/lib/l10n/app_bg.arb +++ b/lib/l10n/app_bg.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-30T20:57:42.789Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Акаунт", "accounts": "Акаунти", @@ -19,6 +19,8 @@ "addressHint": "Въведете адрес", "addressMissing": "Моля въведете адрес", "addressShare": "Сподели адрес", + "spectreUriCopied": "Spectre URI е копиран", + "spectreUriCopyFailed": "Неуспешно копиране на Spectre URI", "advancedHeader": "Разширени", "amount": "Сума", "amountConfirm": "Сума {amount} {coin}", @@ -35,11 +37,11 @@ "biometricsMethod": "Биометрия", "blockExplorer": "Block Explorer", "cancel": "Отмени", - "change": "Ресто", - "changeAddress": "Адрес за ресто", - "changeAddressCopied": "Адресът за ресто е копиран", - "changeIndex": "Индекс на ресто", - "changeIndexParam": "Ресто {addressIndex}", + "change": "Остатък", + "changeAddress": "Остатъчен адрес", + "changeAddressCopied": "Остатъчния адрес е копиран", + "changeIndex": "Индекс на остатъка", + "changeIndexParam": "Остатък {addressIndex}", "checkCameraPermission": "Моля разрешете използването на камерата", "clipboardEmpty": "Няма копирана стойност", "close": "Затвори", @@ -78,6 +80,7 @@ "disableWalletPassword": "Премахни паролата на портфейла", "doContinue": "Продължи", "donate": "Дарете средства", + "donateTo": "Дарете на", "dontShowAgain": "Не показвай отново", "emptyCardIntroUtxos": "Това е раздела за неизразходвани изходи от транзакции (UTXO). Всички UTXO в твоят портфейл ще се покажат тук.", "emptyResult": "Празен резултат", @@ -85,6 +88,7 @@ "encryptionFailedError": "Неуспешно създаване на парола", "enterAddress": "Въведете адрес", "enterAmount": "Въведете сума", + "enterFiatValue": "Въведете фиат стойност", "enterNote": "Въведете бележка", "enterPasswordHint": "Въведете парола", "errorMessageCopied": "Съобщението за грешка беше успешно копирано", @@ -162,9 +166,9 @@ "preferences": "Предпочитания", "privacyPolicy": "Декларация за поверителност", "qrInvalidAddress": "QR кода не съдържа валидна дестинация ", - "qrInvalidSeed": "QR кода не съдържа валиден Seed или личен ключ", + "qrInvalidSeed": "QR кода не съдържа валиден seed или личен ключ", "qrMnemonicError": "QR кода не съдържа валидна тайна фраза", - "receive": "Получи", + "receive": "Получаване", "receiveAddress": "Адрес за получаване", "receiveAddressCopied": "Адресът е копиран", "receiveIndex": "Индекс на получаване", @@ -186,8 +190,8 @@ "secretPhrase": "Тайна фраза", "secretWarning": "Ако изгубите устройството си или деинсталирате приложението, ще се нуждаете от тайната си фраза, за да възстановите средствата си!", "securityHeader": "Сигурност", - "seed": "Тайна фраза", - "seedInvalid": "Невалиден Seed", + "seed": "Seed", + "seedInvalid": "Невалиден seed", "send": "Изпрати", "sendConfirm": "Изпрати", "sendError": "Възникна грешка. Опитайте по-късно.", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Транзакцията се изпраща", "sending": "Изпрати", "sent": "Изпратено", - "sentTo": "Изпратено до", + "sentTo": "Изпратено на", "setPassword": "Създай парола", "setPasswordSuccess": "Паролата е създадена успешно", "setWalletPassword": "Създайте парола за достъп", @@ -232,10 +236,10 @@ "transferHeader": "Прехвърли средства", "transferIntro": "Този процес ще прехвърли вашите средства от Paper Wallet към Spectrum Wallet.\n\nНатиснете \"{button}\" бутона за старт.", "transferLoading": "Прехвърляне", - "transferManualHint": "Моля въведете тайната фраза по-долу.", - "transferNoFunds": "Този Seed не съдържа SPR", - "transferQrScanError": "Този QR код не съдържа валиден Seed.", - "transferQrScanHint": "Сканирайте Spectre \nSeed или личен ключ", + "transferManualHint": "Моля въведете seed по-долу.", + "transferNoFunds": "Този seed не съдържа SPR", + "transferQrScanError": "Този QR код не съдържа валиден seed.", + "transferQrScanHint": "Сканирайте Spectre \nseed или частен ключ", "unconfirmed": "непотвърдена", "notAccepted": "не приета", "accepted": "приета", @@ -247,6 +251,7 @@ "viewAddress": "Виж адрес", "viewTransaction": "Виж транзакция", "walletAddresses": "Адреси на портфейла", + "walletAddress": "Адрес на портфейла", "walletName": "Име на портфейла", "walletNameDescription": "Въведете име на портфейла", "walletNameHint": "Име на портфейла", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Сигурна връзка", "spectreUriInvalid": "Невалиден Spectre URI", "compoundUtxos": "Обедини транзакциите", + "compoundRequired": "Нужно е обединяване", + "compoundRequiredDescription": "Сумата на транзакцията изисква твърде много UTXO. Комбинирането ще намали броя на UTXO.", "compoundUtxosDescription": "Комбинирай множество UTXO в едно", "compoundUtxosConfirmation": "Обедини транзакциите?", "compoundingUtxos": "Обединяване на транзакциите", @@ -301,6 +308,54 @@ "importKpubQrCodeError": "QR кода не съдържа валиден удължен публичен ключ", "importKpubInvalidMessage": "Моля проверете дали удълженият публичен ключ е въведен правилно!", "receiveAddressListEmpty": "Списъкът с адреси за получаване е празен", - "changeAddressListEmpty": "Списъкът с адреси за ресто е празен", - "hintAddressListEmpty": "Проверете филтърът за адреси в горния десен ъгъл" + "changeAddressListEmpty": "Списъкът с остатъчни адреси е празен", + "hintAddressListEmpty": "Проверете филтърът за адреси в горния десен ъгъл", + "invalidSecretPhrase": "Невалидна тайна фраза", + "invalidSecretPhraseDetails": "Въведената тайна фраза има невалидна контролна сума (checksum).", + "invalidSecretPhraseConfirmation": "Знам какво правя", + "contactSupport": "Свържете се с поддръжка", + "emailAction": "Имейл {email}", + "noteLabel": "Бележка:", + "optionalLabel": "(по желание)", + "moreInfo": "Повече информация", + "selectAddress": "Изберете адрес", + "kpubTitle": "Разширен публичен ключ", + "kpubAuth": "Виж разширения публичен ключ", + "kpubDescription": "Разширеният публичен ключ може да се използва за импортиране на портфейла ви като 'watch only' портфейл.", + "copyKpub": "Копирай Kpub", + "kpubCopied": "Разширения публичен ключ е копиран", + "kpubCopyFailed": "Неуспешно копиране на разширения публичен ключ", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Отчет за транзакции", + "txReportSubtitle": "Получeте CSV файл с историята на транзакциите", + "txReportDetails": "Генерирай отчет за транзакциите в CSV формат, който съдържа цялата история на транзакциите на портфейла.", + "txReportOptionIgnoreCompound": "Игнориране на комбинирани транзакции", + "txReportOptionIgnoreSelfTxs": "Игнорирай транзакциите изпратени до себе си", + "txReportOptionRefreshTxs": "Обнови транзакциите", + "txReportGenerate": "Генерирай", + "txReportStatusRefreshing": "Обновяване на транзакциите", + "txReportStatusLoading": "Зареждане на транзакциите", + "txReportStatusReady": "Отчетът за транзакциите е готов!", + "txReportGetReport": "Получете отчет", + "txReportDate": "Дата", + "txReportSentAmount": "Изпратена сума", + "txReportSentCurrency": "Изпратена валута", + "txReportReceivedAmount": "Получена сума", + "txReportReceivedCurrency": "Получена валута", + "txReportFeeAmount": "Размер на таксата", + "txReportFeeCurrency": "Валута на таксата", + "txReportLabel": "Етикет", + "txReportDescription": "Описание", + "txReportTxHash": "TxHash", + "txReportNote": "Бележка", + "txReportLabelCost": "себестойност", + "txReportFeeForCompound": "Такса за комбинирана транзакция", + "txReportFeeForSelfSend": "Такса за изпращане към собствени адреси", + "txReportError": "Грешка при генериране на отчет", + "txReportNoTxs": "Намерени {numberOf} транзакции.", + "txReportNoLoadedTxs": "({loadedTxs} от {totalTxs})", + "txFilterDialogTitle": "Филтър за транзакции", + "txFilterDialogOptionAllTxs": "Покажи всички транзакции", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Скриване на неприети Coinbase транзакции" } \ No newline at end of file diff --git a/lib/l10n/app_bn.arb b/lib/l10n/app_bn.arb index 1c7d2ec..9236317 100644 --- a/lib/l10n/app_bn.arb +++ b/lib/l10n/app_bn.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-11-10T10:15:24.600Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "অ্যাকাউন্ট", "accounts": "অ্যাকাউন্টস", @@ -19,6 +19,8 @@ "addressHint": "ঠিকানা লিখুন", "addressMissing": "দয়া করে ঠিকানা লিখুন", "addressShare": "ঠিকানা শেয়ার করুন", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "উন্নত স্তরের", "amount": "রাশি", "amountConfirm": "রাশি {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "ওয়ালেট পাসওয়ার্ড নিষ্ক্রিয় করুন", "doContinue": "অব্যাহত", "donate": "দান করুন", + "donateTo": "Donate To", "dontShowAgain": "পুনরায় দেখাবেন না", "emptyCardIntroUtxos": "এটি UTXOs ট্যাব। আপনার ওয়ালেটের সমস্ত UTXO এখানে পরিলক্ষিত হবে", "emptyResult": "ফলাফল শূন্য", @@ -85,6 +88,7 @@ "encryptionFailedError": "ওয়ালেট পাসওয়ার্ড সেট করা ব্যর্থ হয়েছে", "enterAddress": "ঠিকানা লিখুন", "enterAmount": "রাশি লিখুন", + "enterFiatValue": "Enter Fiat Value", "enterNote": "নোট লিখুন", "enterPasswordHint": "আপনার পাসওয়ার্ড লিখুন", "errorMessageCopied": "ত্রুটি বার্তা ক্লিপবোর্ডে কপি করা হয়েছে", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "রাশি পাঠানো হচ্ছে", "sending": "পাঠানো", "sent": "পাঠানো হয়েছে", - "sentTo": "পাঠানো", + "sentTo": "Sent to", "setPassword": "পাসওয়ার্ড সেট করুন", "setPasswordSuccess": "পাসওয়ার্ড সফলভাবে সেট করা হয়েছে", "setWalletPassword": "ওয়ালেট পাসওয়ার্ড সেট করুন", @@ -247,6 +251,7 @@ "viewAddress": "ঠিকানা দেখুন", "viewTransaction": "লেনদেন দেখুন", "walletAddresses": "ওয়ালেট এর ঠিকানা", + "walletAddress": "Wallet Address", "walletName": "ওয়ালেটের নাম", "walletNameDescription": "আপনার ওয়ালেটের জন্য একটি নাম লিখুন", "walletNameHint": "ওয়ালেটের নাম", @@ -265,6 +270,8 @@ "nodeSecureConnection": "নিরাপদ সংযোগ", "spectreUriInvalid": "অবৈধ Spectre URI", "compoundUtxos": "যৌগিক লেনদেন", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "একাধিক UTXO একত্রিত করুন", "compoundUtxosConfirmation": "যৌগিক লেনদেন?", "compoundingUtxos": "চক্রবৃদ্ধি লেনদেন", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "আপনার বর্ধিত পাবলিক কী সঠিকভাবে প্রবেশ করানো হয়েছে তা পরীক্ষা করুন!", "receiveAddressListEmpty": "প্রাপ্তির ঠিকানা তালিকা খালি", "changeAddressListEmpty": "ঠিকানা পরিবর্তনের তালিকা খালি", - "hintAddressListEmpty": "উপরের ডান কোণ থেকে ঠিকানা ফিল্টার চেক করুন" + "hintAddressListEmpty": "উপরের ডান কোণ থেকে ঠিকানা ফিল্টার চেক করুন", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_ca.arb b/lib/l10n/app_ca.arb index e1cb392..c7693cc 100644 --- a/lib/l10n/app_ca.arb +++ b/lib/l10n/app_ca.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Compte", "accounts": "Comptes", @@ -19,6 +19,8 @@ "addressHint": "Introduir adreça", "addressMissing": "Si us plau, introdueix una adreça", "addressShare": "Compartir adreça", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Avançat", "amount": "Quantitat", "amountConfirm": "Quantitat {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Desactivar contrasenya del moneder", "doContinue": "Continuar", "donate": "Fer una donació", + "donateTo": "Donate To", "dontShowAgain": "No mostris més", "emptyCardIntroUtxos": "Aquesta és la pestanya de UTXOs. Tots els UTXOs del teu moneder apareixeran aquí", "emptyResult": "Resultat buit", @@ -85,6 +88,7 @@ "encryptionFailedError": "Error a l'establir la contrasenya del moneder", "enterAddress": "Introduir adreça", "enterAmount": "Introduir quantitat", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Inserir nota", "enterPasswordHint": "Introdueix la teva contrasenya", "errorMessageCopied": "Missatge d'error copiat al porta-retalls", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Enviant transacció", "sending": "Enviar", "sent": "Enviat", - "sentTo": "Enviar a", + "sentTo": "Sent to", "setPassword": "Establir contrasenya", "setPasswordSuccess": "Contrasenya establerta amb èxit", "setWalletPassword": "Establir contrasenya del moneder", @@ -247,6 +251,7 @@ "viewAddress": "Veure Adreça", "viewTransaction": "Veure Transacció", "walletAddresses": "Adreces del moneder", + "walletAddress": "Wallet Address", "walletName": "Nom del moneder", "walletNameDescription": "Introdueix un nom pel teu moneder", "walletNameHint": "Nom del moneder", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Connexió segura", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_cs.arb b/lib/l10n/app_cs.arb index 08a4c07..6d85680 100644 --- a/lib/l10n/app_cs.arb +++ b/lib/l10n/app_cs.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Účet", "accounts": "Účty", @@ -19,6 +19,8 @@ "addressHint": "Zadejte adresu", "addressMissing": "Prosím zadejte adresu", "addressShare": "Sdílet adresu", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Rozšířené", "amount": "Částka", "amountConfirm": "Částka {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Znemožnit heslo peněženky", "doContinue": "Pokračovat", "donate": "Darovat", + "donateTo": "Donate To", "dontShowAgain": "Znovu Neukazovat", "emptyCardIntroUtxos": "Toto je záložka UTXO. Všechna UTXO ve Vaší peněžence se objeví zde", "emptyResult": "Výsledek Prázdný", @@ -85,6 +88,7 @@ "encryptionFailedError": "Nastavení hesla k peněžence se nezdařilo", "enterAddress": "Zadejte Adresu", "enterAmount": "Zadejte Částku", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Zadejte Poznámku", "enterPasswordHint": "Zadejte vaše heslo", "errorMessageCopied": "Kód chyby zkopírován do schránky", @@ -113,7 +117,7 @@ "invalidKpubMessage": "Please check that your extended public key is entered correctly!", "invalidDestinationAddress": "Neplataná Doručovací Adresa", "invalidPassword": "Neplatné Heslo", - "spectreDevFund": "Vývojářský Fond Spectre", + "spectreDevFund": "Vývojářský Fond Kaspy", "spectrumWallet": "Peněženka Spectrum", "language": "Jazyk", "loadingTransactions": "Nahrávám Transakce...", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Odesílám Transakci", "sending": "Poslat", "sent": "Odesláno", - "sentTo": "Odeslat", + "sentTo": "Sent to", "setPassword": "Nastavit heslo", "setPasswordSuccess": "Heslo bylo úspěšně nastaveno", "setWalletPassword": "Nastavit heslo peněženky", @@ -206,7 +210,7 @@ "setupFailedMessage": "Něco se pokazilo", "shareSpectrum": "Sdílet Spectrum", "shareSpectrumSubject": "Vyzkoušet Peněženku Spectrum", - "shareSpectrumText": "Vyzkoušejte Spectrum - mobilní peněženka pro Spectre. Web - spectre-network.org", + "shareSpectrumText": "Vyzkoušejte Spectrum - mobilní peněženka pro Kaspu. Web - spectre-network.org", "somethingWentWrong": "Něco se pokazilo", "systemDefault": "Výchozí systému", "tapToHide": "Klepnutím skryjete", @@ -247,6 +251,7 @@ "viewAddress": "Zobrazit Adresu", "viewTransaction": "Zobrazit Transakci", "walletAddresses": "Adresy Peněženky", + "walletAddress": "Wallet Address", "walletName": "Název Peněženky", "walletNameDescription": "Zadejte název své peněženky", "walletNameHint": "Název Peněženky", @@ -254,7 +259,7 @@ "walletSetupMessage": "Nastavuji Peněženku", "walletsTitle": "Peněženky", "warning": "Varování", - "welcomeMessage": "Vítejte!\n\nToto je verze {version} Spectrum Peněženky - mobilní peněženky pro Spectre", + "welcomeMessage": "Vítejte!\n\nToto je verze {version} Spectrum Peněženky - mobilní peněženky pro Kaspu", "welcomeText": "Vítejte v Spectrum. Nejprve můžete vytvořit novou peněženku nebo importovat stávající.", "xMinutes": "Po {minutes, plural, =1{1 minutě} other{{minutes} minutách}}", "yes": "Ano", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Bezpečné spojení", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_da.arb b/lib/l10n/app_da.arb index 5eff2a7..a5828ce 100644 --- a/lib/l10n/app_da.arb +++ b/lib/l10n/app_da.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-10-08T18:51:30.958Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Konto", "accounts": "Konti", @@ -19,6 +19,8 @@ "addressHint": "Indtast Adresse", "addressMissing": "Indtast Venligst en Adresse", "addressShare": "Del Adresse", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Avanceret", "amount": "Beløb", "amountConfirm": "Beløb {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Deaktiver pungens adgangskode", "doContinue": "Fortsæt", "donate": "Donér", + "donateTo": "Donate To", "dontShowAgain": "Vis ikke igen", "emptyCardIntroUtxos": "Dette er UTXO fanen. Alle UTXO'er i din pung vises her", "emptyResult": "Tomt resultat", @@ -85,6 +88,7 @@ "encryptionFailedError": "Kunne ikke ændre pungens adgangskode", "enterAddress": "Indtast adresse", "enterAmount": "Indtast beløb", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Indtast Node", "enterPasswordHint": "Indtast dit kodeord", "errorMessageCopied": "Fejlmeddelelse kopieret til udklipsholder", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sender transaktion", "sending": "Sender", "sent": "Sendt", - "sentTo": "Sendt til", + "sentTo": "Sent to", "setPassword": "Skift adgangskode", "setPasswordSuccess": "Adgangskoden er ændret", "setWalletPassword": "Angiv Pungens adgangskode", @@ -247,6 +251,7 @@ "viewAddress": "Se Adresse", "viewTransaction": "Se Transaktion", "walletAddresses": "Pung Adresser", + "walletAddress": "Wallet Address", "walletName": "Pung navn", "walletNameDescription": "Indtast et navn til din pung", "walletNameHint": "Pung Navn", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Sikker forbindelse", "spectreUriInvalid": "Ugyldig Spectre URI", "compoundUtxos": "Sammensatte transaktioner", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Kombiner flere UTXO'er til én", "compoundUtxosConfirmation": "Sammensatte transaktioner?", "compoundingUtxos": "Sammensatte transaktioner", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Tjek venligst, at din udvidede offentlige nøgle er indtastet korrekt!", "receiveAddressListEmpty": "Modtagelsesadresselisten er tom", "changeAddressListEmpty": "Skift adresseliste er tom", - "hintAddressListEmpty": "Tjek adressefilteret fra øverste højre hjørne" + "hintAddressListEmpty": "Tjek adressefilteret fra øverste højre hjørne", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index d76fd10..9d442c0 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Konto", "accounts": "Konten", @@ -19,6 +19,8 @@ "addressHint": "Adresse eingeben", "addressMissing": "Bitte Adresse eingeben", "addressShare": "Adresse teilen", + "spectreUriCopied": "Spectre URI kopiert", + "spectreUriCopyFailed": "Kopieren der Spectre URI fehlgeschlagen", "advancedHeader": "Erweitert", "amount": "Betrag", "amountConfirm": "Betrag {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Wallet-Passwort deaktivieren", "doContinue": "Fortfahren", "donate": "Spenden", + "donateTo": "Spenden an", "dontShowAgain": "Nicht mehr anzeigen", "emptyCardIntroUtxos": "Dies ist der UTXO-Reiter. Alle UTXOs in Ihrem Wallet werden hier aufgeführt.", "emptyResult": "Leeres Ergebnis", @@ -85,6 +88,7 @@ "encryptionFailedError": "Wallet-Passwort konnte nicht festgelegt werden", "enterAddress": "Adresse eingeben", "enterAmount": "Betrag eingeben", + "enterFiatValue": "Fiat-Betrag eingeben", "enterNote": "Notiz eingeben", "enterPasswordHint": "Passwort eingeben", "errorMessageCopied": "Fehlermeldung in die Zwischenablage kopiert", @@ -247,6 +251,7 @@ "viewAddress": "Adresse anzeigen", "viewTransaction": "Transaktion anzeigen", "walletAddresses": "Wallet-Adressen", + "walletAddress": "Wallet-Adresse", "walletName": "Wallet Name", "walletNameDescription": "Bitte Name für das Wallet eingeben", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Sichere Verbindung", "spectreUriInvalid": "Invalide Spectre URI", "compoundUtxos": "Transaktionen zusammenfassen", + "compoundRequired": "Mischung notwendig", + "compoundRequiredDescription": "Der Transaktionsbetrag benötigt zu viele UTXOs. Eine Mischung kann die Anzahl der UTXOs reduzieren.", "compoundUtxosDescription": "Mehrere UTXOs in eine kombinieren", "compoundUtxosConfirmation": "Transaktionen zusammenfassen?", "compoundingUtxos": "Transaktionen werden zusammengefasst", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Bitte prüfen, dass der erweiterte öffentliche Schlüssel korrekt eingegeben wurde!", "receiveAddressListEmpty": "Liste der Empfangsadressen ist leer", "changeAddressListEmpty": "Liste der Wechsel-Adressen ist leer", - "hintAddressListEmpty": "Adressfilter in der oberen rechten Ecke prüfen" + "hintAddressListEmpty": "Adressfilter in der oberen rechten Ecke prüfen", + "invalidSecretPhrase": "Ungültige Geheimwörter", + "invalidSecretPhraseDetails": "Die eingegebenen Geheimwörter haben eine ungültige Prüfsumme.", + "invalidSecretPhraseConfirmation": "Ich weiss was ich tue", + "contactSupport": "Support kontaktieren", + "emailAction": "Email {email}", + "noteLabel": "Notiz:", + "optionalLabel": "(Optional)", + "moreInfo": "Mehr Informationen", + "selectAddress": "Adresse auswählen", + "kpubTitle": "Erweiterter öffentlicher Schlüssel", + "kpubAuth": "Zeige erweiterten öffentlichen Schlüssel", + "kpubDescription": "Der erweiterte öffentliche Schlüssel kann verwendet werden, um ein Wallet \"nur-zum-anzeigen\" zu verwenden.", + "copyKpub": "Kopiere Kpub", + "kpubCopied": "Erweiterter öffentlicher Schlüssel kopiert", + "kpubCopyFailed": "Kopieren des erweiterten öffentlichen Schlüssels fehlgeschlagen", + "walletAddressesCopied": "Wallet {addressType} Adressen in die Zwischenablage kopiert", + "walletAddressesCopyFailed": "Kopieren der Wallet {addressType} Adressen fehlgeschlagen", + "txReport": "Transaktionsbericht", + "txReportSubtitle": "CSV-Datei des Transaktionsverlaufen herunterladen", + "txReportDetails": "Transaktionsbericht im CSV-Format erzeugen, welcher die gesamte Liste der Transaktionen dieses Wallet enthält.", + "txReportOptionIgnoreCompound": "Vermischungstransaktionen ignorieren", + "txReportOptionIgnoreSelfTxs": "Transaktionen an sich selbst ignorieren", + "txReportOptionRefreshTxs": "Transaktionen neu laden", + "txReportGenerate": "Erzeugen", + "txReportStatusRefreshing": "Transaktionen werden neu geladen", + "txReportStatusLoading": "Lade Transaktionen", + "txReportStatusReady": "Transaktionsbericht ist fertig!", + "txReportGetReport": "Bericht herunterladen", + "txReportDate": "Datum", + "txReportSentAmount": "Gesendeter Betrag", + "txReportSentCurrency": "Gesendete Währung", + "txReportReceivedAmount": "Empfangener Betrag", + "txReportReceivedCurrency": "Empfangene Währung", + "txReportFeeAmount": "Betrag der Gebühren", + "txReportFeeCurrency": "Währung der Gebühren", + "txReportLabel": "Bezeichnung", + "txReportDescription": "Beschreibung", + "txReportTxHash": "TxHash", + "txReportNote": "Notiz", + "txReportLabelCost": "kostet", + "txReportFeeForCompound": "Gebühr für Mischungstransaktion", + "txReportFeeForSelfSend": "Gebühr um an eigene Adresse zu senden", + "txReportError": "Fehler beim Erzeugen des Berichtes", + "txReportNoTxs": "{numberOf} Transaktionen gefunden.", + "txReportNoLoadedTxs": "({loadedTxs} von {totalTxs})", + "txFilterDialogTitle": "Transaktionsfilter", + "txFilterDialogOptionAllTxs": "Zeige alle Transaktionen", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Verberge alle nicht akzeptierten Coinbase-Transaktionen" } \ No newline at end of file diff --git a/lib/l10n/app_el.arb b/lib/l10n/app_el.arb index 111e38d..f55d9eb 100644 --- a/lib/l10n/app_el.arb +++ b/lib/l10n/app_el.arb @@ -1,31 +1,33 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Λογαριασμός", "accounts": "Λογαριασμοί", "ackBackedUp": "Είστε σίγουροι ότι έχετε κρατήσει αντίγραφο ασφαλείας της μυστικής σας φράσης;", "add": "Προσθήκη", - "addAccount": "Προσθήκη λογαριασμού", - "addContact": "Προσθήκη επαφής", - "addNode": "Προσθήκη κόμβου", + "addAccount": "Προσθήκη Λογαριασμού", + "addContact": "Προσθήκη Επαφής", + "addNode": "Προσθήκη Κόμβου", "addNodeFailed": "Αποτυχία προσθήκης κόμβου Spectre", "addNodeFailedMessage": "Σφάλμα: {error}", - "addNodeSuccess": "Προσθήκη κόμβου επιτυχής", + "addNodeSuccess": "Προσθήκη Κόμβου Επιτυχής", "addingNodeMessage": "Παρακαλώ περιμένετε όσο γίνεται επικοινωνία με τον κόμβο", - "addingNodeTitle": "Γίνεται προσθήκη κόμβου", + "addingNodeTitle": "Γίνεται προσθήκη Κόμβου", "address": "Διέυθυνση", - "addressCopied": "Έγινε αντιγραφή της διεύθυνσης", - "addressCopiedFailed": "Failed to copy address", - "addressHint": "Εισαγωγή διεύθυνσης", - "addressMissing": "Παρακαλώ εισάγετε μια διεύθυνση", - "addressShare": "Κοινοποιήστε μια διεύθυνση", + "addressCopied": "Η Διεύθυνση Αντιγράφηκε", + "addressCopiedFailed": "Αποτυχία αντιγραφής διεύθυνσης", + "addressHint": "Εισαγωγή Διεύθυνσης", + "addressMissing": "Παρακαλώ Εισάγετε μια Διεύθυνση", + "addressShare": "Κοινή χρήση Διεύθυνσης", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Για προχωρημένους", "amount": "Ποσό", "amountConfirm": "Ποσό {amount} {coin}", - "amountMissing": "Παρακαλώ εισάγετε ένα ποσό", + "amountMissing": "Παρακαλώ Εισάγετε ένα Ποσό", "amountZero": "Το ποσό δεν μπορεί να είναι μηδενικό", "areYouSure": "Είστε σίγουροι;", - "authBiometricMessage": "Πραγματοποιήστε έλεγχο ταυτότητας για την προσθήκη πορτοφολιού", + "authBiometricMessage": "Πραγματοποιήστε έλεγχο ταυτότητας για να Προσθέσετε Πορτοφόλι", "authMethod": "Τρόπος ελέγχου ταυτότητας", "authPinMessage": "Εισάγετε το PIN για να προσθέσετε ένα πορτοφόλι", "autoLockHeader": "Αυτόματο κλείδωμα", @@ -46,8 +48,8 @@ "confirm": "Επιβεβαίωση", "confirmPasswordHint": "Επιβεβαιώστε των κωδικό πρόσβασης", "confirmations": "{confirmations} επιβεβαιώσεις", - "confirmed": "Επιβεβαιωμένο", - "confirming": "Γίνεται επιβεβαίωση", + "confirmed": "επιβεβαιωμένο", + "confirming": "γίνεται επιβεβαίωση", "contactAdded": "{contactName} προστέθηκε στις επαφές", "contactAddressCopied": "{address} η διεύθυνση αντιγράφηκε ", "contactExists": "Η επαφή υπάρχει ήδη", @@ -78,6 +80,7 @@ "disableWalletPassword": "Απενεργοποίηση κωδικού πρόσβασης πορτοφολιού", "doContinue": "Συνέχεια", "donate": "Δωρίστε", + "donateTo": "Donate To", "dontShowAgain": "Να μην εμφανιστεί ξανά", "emptyCardIntroUtxos": "Αυτή είναι η ταμπέλα συνναλαγών UTXO. Όλες οι UTXO συνναλαγές τους πορτοφολιού σας θα εμφανιστούν εδώ", "emptyResult": "Κενό αποτέλεσμα", @@ -85,6 +88,7 @@ "encryptionFailedError": "Δεν ήταν δυνατή η ενεργοποίηση κωδικού πρόσβασης πορτοφολιού", "enterAddress": "Εισάγετε διεύθυνση", "enterAmount": "Εισάγετε ποσό", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Εισάγετε σημείωση", "enterPasswordHint": "Εισάγετε τον κωδικό πρόσβασης", "errorMessageCopied": "Το μήνυμα λάθους έχει αντιγραφεί στο πρόχειρο", @@ -100,20 +104,20 @@ "import": "Εισαγωγή", "importSecretPhrase": "Εισαγωγή μυστικής φράσης", "importSecretPhraseHint": "Παρακαλώ εισάγετε την μυστική φράση των 24 λέξεων παρακάτω.", - "importSecretPhraseHintCombo": "Please enter your 12 or 24 word secret phrase below.", - "importSecretPhraseHintLegacy": "Please enter your 12 word secret phrase below.", + "importSecretPhraseHintCombo": "Εισάγετε παρακάτω τη μυστική φράση 12 ή 24 λέξεων", + "importSecretPhraseHintLegacy": "Εισάγετε παρακάτω τη μυστική φράση 12 λέξεων", "importWallet": "Εισαγωγή πορτοφολιού", - "importWalletDescription": "Please select an option below.", + "importWalletDescription": "Παρακαλούμε διαλέξτε μία επιλογή παρακάτω", "instantly": "Στιγμιαία", "insufficientBalance": "Ανεπαρκές υπόλοιπο", "insufficientBalanceDetails": "Δεν έχετε αρκετά SPR για αυτήν την συναλλαγή", "invalidAddress": "Η διεύθυνση που έχετε εισάγει δεν είναι έγκυρη", "invalidAmount": "Το ποσό που έχετε εισάγει δεν είναι έγκυρο", "invalidChecksumMessage": "Παρακαλώ ελέγξτε ότι η μυστική σας φράση έχει εισαχθεί σωστά!", - "invalidKpubMessage": "Please check that your extended public key is entered correctly!", + "invalidKpubMessage": "Παρακαλούμε ελέγξτε ότι το εκτεταμένο δημόσιο κλειδί σας έχει εισαχθεί σωστά!", "invalidDestinationAddress": "Άκυρη διεύθυνση αποστολής", "invalidPassword": "Άκυρος κωδικός πρόσβασης", - "spectreDevFund": "Κονδύλιο προγραμματιστών SPECTRE", + "spectreDevFund": "Κονδύλιο προγραμματιστών SPRPA", "spectrumWallet": "Το πορτοφόλι Spectrum", "language": "Επιλογή γλώσσας", "loadingTransactions": "Λήψη συνναλαγών...", @@ -186,7 +190,7 @@ "secretPhrase": "Μυστική φράση", "secretWarning": "Άμα χάσετε την συσκευή σας ή απεγκαταστήσετε την εφαρμοφή, θα χρειαστείτε την μυστική σας φράση για αν έχετε πρόσβαση στα κεφάλαιά σας.", "securityHeader": "Ασφάλεια", - "seed": "Seed", + "seed": "Η φράση", "seedInvalid": "Η μυστική σας φράση δεν είναι έγκυρη.", "send": "Αποστολή", "sendConfirm": "Αποστολή", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Αποστολής συναλλαγής", "sending": "Αποστολή", "sent": "Απεστάλη", - "sentTo": "Αποστολή σε", + "sentTo": "Sent to", "setPassword": "Ενεργοποίηση κωδικού πρόσβασης", "setPasswordSuccess": "Ο κωδικός πρόσβασης του πορτοφολιού ενεργοποιήθηκε", "setWalletPassword": "Ενεργοποίηση κωδικού πρόσβασης πορτοφολιού", @@ -237,8 +241,8 @@ "transferQrScanError": "Αυτός ο κωδικός QR δεν αντιστοιχεί σε μία έγκυρη μυστική φράση.", "transferQrScanHint": "Σαρώστε μία μυστική φράση Spectre ή ένα ιδιωτικό κλειδί.", "unconfirmed": "Ανεπιβαιβέωτο", - "notAccepted": "not accepted", - "accepted": "accepted", + "notAccepted": "δεν έγινε αποδεκτή", + "accepted": "έγινε αποδεκτή", "unknown": "Άγνωστο", "unlock": "Ξεκλείδωμα", "unlockBiometrics": "Κάντε πιστοποίηση για να ξεκλειδώσετε το πορτοφόλι", @@ -247,6 +251,7 @@ "viewAddress": "Δείτε την διεύθυνση", "viewTransaction": "Δείτε την συναλλαγή", "walletAddresses": "Διευθύνσεις πορτοφολιού", + "walletAddress": "Wallet Address", "walletName": "Όνομα πορτοφολιού", "walletNameDescription": "Εισάγετε όνομα για το πορτοφόλι σας", "walletNameHint": "Όνομα πορτοφολιού", @@ -261,46 +266,96 @@ "yesButton": "Ναι", "yesUppercase": "ΝΑΙ", "nodeNotSyncedException": "Ο κόμβος δεν είναι συγχρονισμένος.", - "nodeNoUTXOIndexException": "Ο κόμβος δεν έχει δείκτη UTXO.", + "nodeNoUTXOIndexException": "Ο κόμβος δεν έχει ευρετήριο UTXO.", "nodeSecureConnection": "Ασφαλής σύνδεση.", - "spectreUriInvalid": "Invalid Spectre URI", - "compoundUtxos": "Compound transactions", - "compoundUtxosDescription": "Combine multiple UTXOs into one", - "compoundUtxosConfirmation": "Compound transactions?", - "compoundingUtxos": "Compounding transactions", - "compoundingMessage": "Please wait...", - "compoundSuccess": "Compound successful", - "compoundFailure": "Failed to compound transactions", - "compoundTooFewUtxos": "At least two UTXOs are required", - "balance": "Balance", - "maxSend": "Max Send", - "compoundUppercased": "COMPOUND", - "closeUppercased": "CLOSE", - "scanMoreAddresses": "Scan For More Addresses", - "addressDiscovery": "Address Discovery", - "scanningTitle": "Scanning", - "scanningDescription": "Scanning for new addresses...", - "scanMore": "SCAN MORE", - "scanFailedMessage": "Scan failed, please try again later", - "indexHeader": "Index", - "currentIndex": "Current", - "scannedIndex": "Scanned", - "newIndex": "New", - "addressFilterDialogTitle": "Address Filter", - "addressFilterDialogOptionAllAddresses": "View All Addresses", - "addressFilterDialogOptionNonZeroBalances": "View Addresses With Balance", - "importOption24WordsTitle": "Import 24 Word Secret Phrase", - "importOption24WordsDescription": "Compatible with Cli Wallet", - "importOption12WordsTitle": "Import 12 Word Secret Phrase", - "importOption12WordsDescription": "Compatible with Web Wallet and Spectre Desktop", - "importOptionKpubTitle": "Import Watch Only Wallet", - "importOptionKpubDescription": "Monitor the balance and transactions of a wallet using an extended public key", - "importKpub": "Import Watch Only Wallet", - "importKpubHint": "Please enter your extended public key.", - "importKpubClipboardError": "Clipboard content is not a valid extended public key", - "importKpubQrCodeError": "QR code does not contain a valid extended public key", - "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", - "receiveAddressListEmpty": "Receive address list is empty", - "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "spectreUriInvalid": "Μη έγκυρο ενιαίο αναγνωριστικό πόρων του Κάσπα", + "compoundUtxos": "Σύνθετες συναλλαγές", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", + "compoundUtxosDescription": "Συνδυάστε πολλαπλές εκροές αδιάθετων συναλλαγών σε μία", + "compoundUtxosConfirmation": "Σύνθετες συναλλαγές?", + "compoundingUtxos": "Γίνεται σύνθεση συναλλαγών", + "compoundingMessage": "Παρακαλούμε περιμένετε...", + "compoundSuccess": "Σύνθεση επιτυχής", + "compoundFailure": "Αποτυχία σύνθεσης συναλλαγών", + "compoundTooFewUtxos": "Απαιτούνται τουλάχιστον δύο εκροές αδιάθετων συναλλαγών", + "balance": "Υπόλοιπο", + "maxSend": "Μέγιστη Αποστολή", + "compoundUppercased": "ΣΥΝΘΕΣΗ", + "closeUppercased": "ΚΛΕΙΣΙΜΟ", + "scanMoreAddresses": "Σάρωση για περισσότερες διευθύνσεις", + "addressDiscovery": "Ανακάλυψη Διεύθυνσης", + "scanningTitle": "Γίνεται Σάρωση", + "scanningDescription": "Γίνεται σάρωση για νέες διευθύνσεις", + "scanMore": "ΣΑΡΩΣΗ ΠΕΡΙΣΣΟΤΕΡΩΝ", + "scanFailedMessage": "Η σάρωση απέτυχε, παρακαλούμε προσπαθήστε ξανά αργότερα", + "indexHeader": "Ευρετήριο", + "currentIndex": "Τρέχων", + "scannedIndex": "Σαρώθηκαν", + "newIndex": "Νέο", + "addressFilterDialogTitle": "Φίλτρο Δισυθύνσεων", + "addressFilterDialogOptionAllAddresses": "Εμφάνιση Όλων των Διευθύνσεων", + "addressFilterDialogOptionNonZeroBalances": "Εμφάνιση Διευθύνσεων Με Υπόλοιπο", + "importOption24WordsTitle": "Εισάγετε τη Μυστική Φράση 24 Λέξεων", + "importOption24WordsDescription": "Συμβατό με πορτοφόλι CLI", + "importOption12WordsTitle": "Εισάγετε τη Μυστική Φράση 12 Λέξεων", + "importOption12WordsDescription": "Συμβατό με πορτοφόλι Web και Spectre Desktop", + "importOptionKpubTitle": "Εισάγετε το πορτοφόλι που είναι μόνο για παρακολούθηση", + "importOptionKpubDescription": "Παρακολουθήστε το υπόλοιπο και τις συναλλαγές ενός πορτοφολιού χρησιμοποιώντας ένα εκτεταμένο δημόσιο κλειδί", + "importKpub": "Εισάγετε το πορτοφόλι που είναι μόνο για παρακολούθηση", + "importKpubHint": "Εισαγάγετε το εκτεταμένο δημόσιο κλειδί σας.", + "importKpubClipboardError": "Το περιεχόμενο του προχείρου δεν είναι έγκυρο εκτεταμένο δημόσιο κλειδί", + "importKpubQrCodeError": "Ο κωδικός QR δεν περιέχει έγκυρο εκτεταμένο δημόσιο κλειδί", + "importKpubInvalidMessage": "Ελέγξτε ότι το εκτεταμένο δημόσιο κλειδί σας έχει εισαχθεί σωστά!", + "receiveAddressListEmpty": "Η λίστα διεύθυνσης λήψης είναι κενή", + "changeAddressListEmpty": "Η λίστα διεύθυνσης αλλαγής είναι κενή", + "hintAddressListEmpty": "Τσεκάρετε το φίλτρο διεύθυνσης από την επάνω δεξιά γωνία", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index 36527e0..0aea765 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-10-08T18:51:30.958Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Cuenta", "accounts": "Cuentas", @@ -19,6 +19,8 @@ "addressHint": "Introducir dirección", "addressMissing": "Por favor, introduzca una dirección", "addressShare": "Compartir Dirección", + "spectreUriCopied": "URI de Spectre copiado", + "spectreUriCopyFailed": "Fallo al copiar el URI de Spectre", "advancedHeader": "Avanzado", "amount": "Cantidad", "amountConfirm": "Cantidad {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Desactivar la contraseña de la billetera", "doContinue": "Continuar", "donate": "Donar", + "donateTo": "Donar a", "dontShowAgain": "No mostrar de nuevo", "emptyCardIntroUtxos": "Esta es la pestaña de UTXOs. Todos los UTXO en su billetera aparecerán aquí.", "emptyResult": "Resultado vacío", @@ -85,6 +88,7 @@ "encryptionFailedError": "No se pudo establecer una contraseña para la billetera", "enterAddress": "Ingresar billetera", "enterAmount": "Ingresar cantidad", + "enterFiatValue": "Introducir el Valor Fiat", "enterNote": "Ingresar nota", "enterPasswordHint": "Ingrese su contraseña", "errorMessageCopied": "Mensaje de error copiado al portapapeles", @@ -247,6 +251,7 @@ "viewAddress": "Ver dirección", "viewTransaction": "Ver transacción", "walletAddresses": "Direcciones de la billetera", + "walletAddress": "Dirección de la billetera", "walletName": "Nombre de la billetera", "walletNameDescription": "Introduzca un nombre para tu billetera", "walletNameHint": "Nombre de la billetera", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Conexión segura", "spectreUriInvalid": "Dirección URI Spectre no válida", "compoundUtxos": "Agrupar transacciones", + "compoundRequired": "Compuesta requerida", + "compoundRequiredDescription": "La cantidad de transacción requiere demasiados UTXOs. Componer reducirá el número de UTXOs.", "compoundUtxosDescription": "Combinar múltiples UTXOs en una", "compoundUtxosConfirmation": "¿Combinar transacciones?", "compoundingUtxos": "Combinando transacciones", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "¡Por favor compruebe que su clave pública extendida se ha introducido correctamente!", "receiveAddressListEmpty": "La lista de direcciones de recepción está vacía", "changeAddressListEmpty": "La lista de direcciones de cambio está vacía", - "hintAddressListEmpty": "Compruebe el filtro de direcciones en la esquina superior derecha" + "hintAddressListEmpty": "Compruebe el filtro de direcciones en la esquina superior derecha", + "invalidSecretPhrase": "Frase secreta inválida", + "invalidSecretPhraseDetails": "La frase secreta que has introducido tiene un checksum inválido", + "invalidSecretPhraseConfirmation": "Sé lo que estoy haciendo", + "contactSupport": "Contactar a Soporte", + "emailAction": "Email {email}", + "noteLabel": "Nota:", + "optionalLabel": "(Opcional)", + "moreInfo": "Más Información", + "selectAddress": "Elegir Billetera", + "kpubTitle": "Clave Pública Extendida", + "kpubAuth": "Ver la Clave Pública Extendida", + "kpubDescription": "La clave pública extendida puede utilizarse para importar tu billetera en modo \"sólo visualizar\"", + "copyKpub": "Copiar Kpub", + "kpubCopied": "Clave Pública Extendida Copiada", + "kpubCopyFailed": "Fallo al copiar la Clave Pública Extendida", + "walletAddressesCopied": "Direcciones de Billetera {addressType} Copiadas al Portapapeles", + "walletAddressesCopyFailed": "Fallo al copiar las Direcciones de Billetera {addressType}", + "txReport": "Informe de Transacción", + "txReportSubtitle": "Guardar fichero CSV con el historial de transacciones", + "txReportDetails": "Generar un informe de transacción, en formato CSV, que contiene todo el historial de transacciones de la billetera.", + "txReportOptionIgnoreCompound": "Ignorar transacciones compuestas", + "txReportOptionIgnoreSelfTxs": "Ignorar transacciones enviadas a mi mismo", + "txReportOptionRefreshTxs": "Actualizar transacciones", + "txReportGenerate": "Generar", + "txReportStatusRefreshing": "Actualizando transacciones", + "txReportStatusLoading": "Cargando transacciones", + "txReportStatusReady": " ¡Informe de transacción listo!", + "txReportGetReport": "Guardar Informe", + "txReportDate": "Fecha", + "txReportSentAmount": "Cantidad Enviada", + "txReportSentCurrency": "Moneda Enviada", + "txReportReceivedAmount": "Cantidad Recibida", + "txReportReceivedCurrency": "Moneda Recibida", + "txReportFeeAmount": "Cantidad de Comisión", + "txReportFeeCurrency": "Moneda de Comisión", + "txReportLabel": "Etiqueta", + "txReportDescription": "Descripción", + "txReportTxHash": "TxHash", + "txReportNote": "Nota", + "txReportLabelCost": "coste", + "txReportFeeForCompound": "Comisión por Transacción Compuesta", + "txReportFeeForSelfSend": "Comisión por envío a direcciones propias", + "txReportError": "Error generando en informe", + "txReportNoTxs": "Encontradas {numberOf} transacciones.", + "txReportNoLoadedTxs": "({loadedTxs} de {totalTxs})", + "txFilterDialogTitle": "Filtro de Transacción", + "txFilterDialogOptionAllTxs": "Mostrar Todas las Transacciones", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Ocultar Transacciones Coinbase no aceptadas" } \ No newline at end of file diff --git a/lib/l10n/app_eu.arb b/lib/l10n/app_eu.arb index 9db0ba4..e2c9fa0 100644 --- a/lib/l10n/app_eu.arb +++ b/lib/l10n/app_eu.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-11-10T10:15:24.600Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Kontua", "accounts": "Kontuak", @@ -19,6 +19,8 @@ "addressHint": "Sartu helbidea", "addressMissing": "Mesedez, sartu helbide bat", "addressShare": "Partekatu helbidea", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Aurreratua", "amount": "Kopurua", "amountConfirm": "Kopurua {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Ezinduta utzi karteraren pasahitza", "doContinue": "Jarraitu", "donate": "Dohanik eman", + "donateTo": "Donate To", "dontShowAgain": "Berriro ez erakutsi", "emptyCardIntroUtxos": "Hau da UTXOren fitxa. Zure karterako UTXO guztiak hemen agertuko dira", "emptyResult": "Emaitza hutsa", @@ -85,6 +88,7 @@ "encryptionFailedError": "Ezin izan da karteraren pasahitza ezarri", "enterAddress": "Helbidea jarri", "enterAmount": "Zenbatekoa sartu", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Sartu oharra", "enterPasswordHint": "Sartu zure pasahitza", "errorMessageCopied": "Akats mezua paperzorroan kopiatu egin da", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Transakzioa bidaltzen", "sending": "Bidali", "sent": "Bidalita", - "sentTo": "Badaltzeko helbidea", + "sentTo": "Bidali honi", "setPassword": "Ezarri Pasahitza", "setPasswordSuccess": "Karteraren pasahitza ezarri da", "setWalletPassword": "Ezarri kartearen pasahitza", @@ -247,6 +251,7 @@ "viewAddress": "Helbidea Ikusi", "viewTransaction": "Transakzioa Ikusi", "walletAddresses": "Karteraren Helbideak", + "walletAddress": "Wallet Address", "walletName": "Helbidearen izena", "walletNameDescription": "Sartu izen bat zure helbidearentzat", "walletNameHint": "Helbidearen Izena", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Spectre URI baliogabea", "compoundUtxos": "Transakzio konposatuak", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Konbinatu hainbat UTXO bakarrean", "compoundUtxosConfirmation": "Transakzio konposatu?", "compoundingUtxos": "Konposaketa-eragiketak", @@ -290,7 +297,7 @@ "addressFilterDialogOptionAllAddresses": "Ikusi helbide guztiak", "addressFilterDialogOptionNonZeroBalances": "Ikusi helbideak saldoarekin", "importOption24WordsTitle": "Inportatu 24 hitz esaldi sekretua", - "importOption24WordsDescription": "Cli Walletekin bateragarria", + "importOption24WordsDescription": "Cli Wallet-ekin bateragarria", "importOption12WordsTitle": "Inportatu 12 hitz esaldi sekretua", "importOption12WordsDescription": "Web Wallet eta Spectre Desktop-rekin bateragarria", "importOptionKpubTitle": "Inportatu zorroa ikusteko moduan bakarrik", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Mesedez, egiaztatu zure gako publiko hedatua behar bezala sartu dela!", "receiveAddressListEmpty": "Jasotzeko helbide-zerrenda hutsik dago", "changeAddressListEmpty": "Aldatu helbideen zerrenda hutsik dago", - "hintAddressListEmpty": "Egiaztatu helbide-iragazkia goiko eskuineko izkinan" + "hintAddressListEmpty": "Egiaztatu helbide-iragazkia goiko eskuineko izkinan", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_fa.arb b/lib/l10n/app_fa.arb index 1d1806d..9f8487f 100644 --- a/lib/l10n/app_fa.arb +++ b/lib/l10n/app_fa.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "حساب کاربری", "accounts": "حساب ها", @@ -19,6 +19,8 @@ "addressHint": "آدرس را وارد کنید", "addressMissing": "لطفا یک آدرس را وارد کنید", "addressShare": "به اشتراک گذاری آدرس", + "spectreUriCopied": "Spectre URI کپی شد", + "spectreUriCopyFailed": "Spectre URI کپی نشد", "advancedHeader": "پیشرفته", "amount": "مقدار", "amountConfirm": "مقدار {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "غیرفعال کردن کلمه عبور کیف پول", "doContinue": "ادامه", "donate": "اهدا", + "donateTo": "اهدا به", "dontShowAgain": "دیگر نشان نده", "emptyCardIntroUtxos": "این برگه UTXO ها است. همه UTXO های کیف پول شما در اینجا ظاهر می شوند", "emptyResult": "بدون نتیجه", @@ -85,6 +88,7 @@ "encryptionFailedError": "رمز عبور کیف پول تنظیم نشد", "enterAddress": "آدرس را وارد کنید", "enterAmount": "مقدار را وارد کنید", + "enterFiatValue": "مقدار فیات را وارد کنید", "enterNote": "یادداشت را وارد کنید", "enterPasswordHint": "کلمه عبور خود را وارد کنید", "errorMessageCopied": "پیام خطا در کلیپ بورد کپی شد", @@ -247,6 +251,7 @@ "viewAddress": "نمایش آدرس", "viewTransaction": "نمایش تراکنش", "walletAddresses": "آدرس های کیف پول", + "walletAddress": "آدرس کیف پول", "walletName": "نام کیف پول", "walletNameDescription": "یک نام برای کیف پول خود انتخاب کنید", "walletNameHint": "نام کیف پول", @@ -265,6 +270,8 @@ "nodeSecureConnection": "ارتباط امن", "spectreUriInvalid": " Spectre URI یا شناسه منبع یکپارچه Spectre نامعتبر است", "compoundUtxos": "ترکیب تراکنش ها", + "compoundRequired": "ترکیب مورد نیاز", + "compoundRequiredDescription": "مبلغ تراکنش به تعداد زیادی UTXO نیاز دارد. ترکیب کردن، تعداد UTXO ها را کاهش می دهد.", "compoundUtxosDescription": "چندین UTXO را یکی و ترکیب کن", "compoundUtxosConfirmation": "تراکنش ها ترکیب شوند؟", "compoundingUtxos": "ترکیب تراکنش ها", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "لطفاً بررسی کنید که کلید عمومی توسعه یافته شما به درستی وارد شده باشد!", "receiveAddressListEmpty": "لیست آدرس دریافت خالی است", "changeAddressListEmpty": "لیست تغییر آدرس خالی است", - "hintAddressListEmpty": "فیلتر آدرس را از گوشه بالا سمت راست بررسی کنید" + "hintAddressListEmpty": "فیلتر آدرس را از گوشه بالا سمت راست بررسی کنید", + "invalidSecretPhrase": "عبارت مخفی نامعتبر است", + "invalidSecretPhraseDetails": "عبارت مخفی که وارد کردید دارای یک جمع کنترل نامعتبر است.", + "invalidSecretPhraseConfirmation": "من به کاری که میکنم، واقف هستم ", + "contactSupport": "تماس با پشتیبانی", + "emailAction": "ایمیل {email}", + "noteLabel": "یادداشت:", + "optionalLabel": "(اختیاری)", + "moreInfo": "اطلاعات بیشتر", + "selectAddress": "انتخاب آدرس", + "kpubTitle": "کلید عمومی توسعه یافته", + "kpubAuth": "نمایش کلید عمومی توسعه یافته", + "kpubDescription": "کلید عمومی توسعه یافته می تواند برای وارد کردن کیف پول شما به عنوان کیف پول «صرفا رویت» استفاده شود.", + "copyKpub": "کپی Kpub", + "kpubCopied": "کلید عمومی توسعه یافته کپی شد", + "kpubCopyFailed": "کلید عمومی توسعه یافته کپی نشد", + "walletAddressesCopied": "آدرس های کیف پول {addressType} در کلیپ بورد کپی شد", + "walletAddressesCopyFailed": "آدرس های کیف پول {addressType} در کلیپ بورد کپی نشد", + "txReport": "گزارش معامله", + "txReportSubtitle": "دریافت فایل CSV با سابقه تراکنش ها", + "txReportDetails": "یک گزارش تراکنش در قالب CSV ایجاد کنید که شامل تمام تاریخچه تراکنش های کیف پول است.", + "txReportOptionIgnoreCompound": "تراکنش های مرکب را نادیده بگیرید", + "txReportOptionIgnoreSelfTxs": "تراکنش های ارسال شده به خود را نادیده بگیرید", + "txReportOptionRefreshTxs": "تازه سازی تراکنش ها", + "txReportGenerate": "ایجاد", + "txReportStatusRefreshing": "در حال تازه سازی تراکنش ها", + "txReportStatusLoading": "در حال بارگزاری تراکنش ها", + "txReportStatusReady": "گزارش معامله آماده است!", + "txReportGetReport": "گزارش گیری", + "txReportDate": "تاریخ", + "txReportSentAmount": "مقدار ارسالی", + "txReportSentCurrency": "ارز ارسالی", + "txReportReceivedAmount": "مقدار دریافتی", + "txReportReceivedCurrency": "ارز دریافتی", + "txReportFeeAmount": "مبلغ کارمزد", + "txReportFeeCurrency": "ارز کارمزد", + "txReportLabel": "برچسب", + "txReportDescription": "توضیحات", + "txReportTxHash": "هش تراکنش", + "txReportNote": "یادداشت", + "txReportLabelCost": "هزینه", + "txReportFeeForCompound": "کارمزد تراکنش مرکب", + "txReportFeeForSelfSend": "هزینه ارسال به آدرس های خود", + "txReportError": "خطا در ایجاد گزارش", + "txReportNoTxs": "{numberOf} تراکنش پیدا شد.", + "txReportNoLoadedTxs": "({loadedTxs} از {totalTxs})", + "txFilterDialogTitle": "فیلتر تراکنش", + "txFilterDialogOptionAllTxs": "نمایش تمامی تراکنش ها", + "txFilterDialogOptionHideNotAcceptedCoinbase": "پنهان کردن تراکنش های پذیرفته نشده Coinbase" } \ No newline at end of file diff --git a/lib/l10n/app_fi.arb b/lib/l10n/app_fi.arb index eb4be18..366c26d 100644 --- a/lib/l10n/app_fi.arb +++ b/lib/l10n/app_fi.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Tili", "accounts": "Tilit", @@ -19,6 +19,8 @@ "addressHint": "Syötä osoite", "addressMissing": "Syötä osoite", "addressShare": "Jaa osoite", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Edistynyt", "amount": "Määrä", "amountConfirm": "Määrä {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Kytke pois lompakon salasana", "doContinue": "Jatka", "donate": "Lahjoita", + "donateTo": "Donate To", "dontShowAgain": "Älä näytä uudelleen", "emptyCardIntroUtxos": "Tämä on UTXO-välilehti. Kaikki lompakkosi UTXO:t näkyvät täällä", "emptyResult": "Tyhjä tulos", @@ -85,6 +88,7 @@ "encryptionFailedError": "Lompakon salasanan asetus epäonnistui", "enterAddress": "Syötä osoite", "enterAmount": "Syötä määrä", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Syötä viesti", "enterPasswordHint": "Syötä salasana", "errorMessageCopied": "Virheviesti kopioitu leikepöydälle", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Lähetetään tapahtumaa", "sending": "Lähetä", "sent": "Lähetetty", - "sentTo": "Lähetä vastaanottajalle", + "sentTo": "Sent to", "setPassword": "Aseta salasana", "setPasswordSuccess": "Lompakon salasana asetettu", "setWalletPassword": "Aseta lompakon salasana", @@ -247,6 +251,7 @@ "viewAddress": "Tarkastele osoitetta", "viewTransaction": "Tarkastele tapahtumaa", "walletAddresses": "Lompakon osoitteet", + "walletAddress": "Wallet Address", "walletName": "Lompakon nimi", "walletNameDescription": "Syötä nimi lompakollesi", "walletNameHint": "Lompakon nimi", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Salattu yhteys", "spectreUriInvalid": "Virheellinen Spectre-URI", "compoundUtxos": "Koosta tapahtumat", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Yhdistä monet UTXO:t yhdeksi", "compoundUtxosConfirmation": "Koostetaanko tapahtumat?", "compoundingUtxos": "Koostetaan tapahtumat", @@ -290,7 +297,7 @@ "addressFilterDialogOptionAllAddresses": "Näytä kaikki osoitteet", "addressFilterDialogOptionNonZeroBalances": "Näytä osoitteet, joissa saldoa", "importOption24WordsTitle": "Tuo 24 turvasanaa", - "importOption24WordsDescription": "Yhteensopiva Cli-lompakon", + "importOption24WordsDescription": "Yhteensopiva Cli-lompakon kanssa", "importOption12WordsTitle": "Tuo 12 turvasanaa", "importOption12WordsDescription": "Yhteensopiva Web-lompakon ja Spectre Desktop:n kanssa", "importOptionKpubTitle": "Tuo Watch-seurantalompakko", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Varmista, että syötit laajennetun julkisen avaimesi oikein!", "receiveAddressListEmpty": "Vastaanottajaosoitteiden lista on tyhjä", "changeAddressListEmpty": "Vaihtorahaosoitteiden lista on tyhjä", - "hintAddressListEmpty": "Varmista osoitteiden suodatus oikeasta yläreunasta" + "hintAddressListEmpty": "Varmista osoitteiden suodatus oikeasta yläreunasta", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index ced2675..fc7c5fd 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -1,9 +1,9 @@ { - "@@last_modified": "2023-09-30T20:57:42.789Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Compte", "accounts": "Comptes", - "ackBackedUp": "Êtes-vous sûr de bien avoir correctement sauvegardé votre Seed ?", + "ackBackedUp": "Êtes-vous sûr de bien avoir correctement sauvegardé votre phrase secrète ?", "add": "Ajouter", "addAccount": "Ajouter un compte", "addContact": "Ajouter un contact", @@ -11,14 +11,16 @@ "addNodeFailed": "Échec de l'ajout du nœud Spectre", "addNodeFailedMessage": "Erreur: {error}", "addNodeSuccess": "Nœud ajouté avec succès", - "addingNodeMessage": "Merci de patienter pendant que je contacte le nœud", + "addingNodeMessage": "Veuillez patienter pendant que le nœud est contacté", "addingNodeTitle": "Ajout du nœud en cours", "address": "Adresse", "addressCopied": "Adresse copiée", "addressCopiedFailed": "La copie de l'adresse à échoué", - "addressHint": "Entrer l'adresse", + "addressHint": "Entrez une adresse", "addressMissing": "Veuillez entrer une adresse de destination", - "addressShare": "Partager", + "addressShare": "Partager l'adresse", + "spectreUriCopied": "URI Spectre copiée", + "spectreUriCopyFailed": "Échec de la copie de l'URI Spectre", "advancedHeader": "Avancé", "amount": "Montant", "amountConfirm": "Montant {amount} {coin}", @@ -27,10 +29,10 @@ "areYouSure": "Êtes-vous sûr ?", "authBiometricMessage": "Authentifiez-vous pour ajouter un portefeuille", "authMethod": "Méthode d’authentification", - "authPinMessage": "Rentrez votre PIN pour ajouter un portefeuille", - "autoLockHeader": "Verrouiller automatiquement", + "authPinMessage": "Entrez votre code PIN pour ajouter un portefeuille", + "autoLockHeader": "Verrouillage automatique", "available": "Disponible", - "backupConfirmButton": "J'ai correctement sauvegardé", + "backupConfirmButton": "Je l'ai sauvegardé", "backupSecretPhrase": "Sauvegarder la phrase secrète", "biometricsMethod": "Biométrie", "blockExplorer": "Explorateur de blocs", @@ -48,14 +50,14 @@ "confirmations": "{confirmations} confirmations", "confirmed": "confirmé", "confirming": "en cours de confirmation", - "contactAdded": "{contactName} a été ajouté aux contacts !", + "contactAdded": "{contactName} a été ajouté aux contacts !", "contactAddressCopied": "{address} adresse copiée", "contactExists": "Ce contact existe déjà", "contactHeader": "Contact", "contactInvalid": "Nom du contact erroné", - "contactNameHint": "Saisir un nom @", + "contactNameHint": "Entrez un nom @", "contactNameMissing": "Choisir un nom pour ce contact", - "contactRemoved": "{contactName} a été supprimé de vos contacts !", + "contactRemoved": "{contactName} a été supprimé de vos contacts !", "contactsHeader": "Contacts", "contactsImportErr": "Échec de l'importation des contacts", "contactsImportSuccess": "Import de {noContacts} contacts réussi", @@ -64,60 +66,62 @@ "copyAddress": "Copier l’adresse", "copyErrorButton": "Erreur de copie", "createAPasswordHeader": "Créer un mot de passe.", - "createPasswordFirstParagraph": "Vous pouvez créer un mot de passe pour sécuriser votre portefeuille.", + "createPasswordFirstParagraph": "Vous pouvez créer un mot de passe pour améliorer la sécurité de votre portefeuille.", "createPasswordHint": "Créer un mot de passe", - "createPasswordSecondParagraph": "Le mot de passe est optionnel, votre portefeuille sera néanmoins protégé par votre PIN ou les données biométriques.", + "createPasswordSecondParagraph": "Le mot de passe est optionnel, votre portefeuille sera néanmoins protégé par votre code PIN ou vos données biométriques.", "createPasswordSheetHeader": "Créer", "currency": "Devise", "currencyPoweredBy": "Propulsé par CoinGecko", - "defaultAccountName": "Compte principal", - "defaultNewAccountName": "Compte {addressIndex}", + "defaultAccountName": "Adresse 1", + "defaultNewAccountName": "Adresse de réception {addressIndex}", "defaultWalletName": "Mon portefeuille", "disablePasswordSheetHeader": "Désactiver", "disablePasswordSuccess": "Mot de passe désactivé", "disableWalletPassword": "Désactiver le mot de passe du portefeuille", "doContinue": "Continuer", - "donate": "Donner", - "dontShowAgain": "Ne plus afficher ce message", + "donate": "Faire un don", + "donateTo": "Faire un don à", + "dontShowAgain": "Ne plus afficher", "emptyCardIntroUtxos": "Ceci est l'onglet des UTXOs. Tous les UTXOs de votre portefeuille apparaîtront ici", "emptyResult": "Résultat vide", "emptyWalletName": "Le nom du portefeuille ne peut pas être vide", "encryptionFailedError": "La définition du mot de passe de portefeuille à échouée", - "enterAddress": "Saisir l’adresse", - "enterAmount": "Saisir le montant", - "enterNote": "Saisir une note", - "enterPasswordHint": "Entrer le mot de passe", + "enterAddress": "Entrez l’adresse", + "enterAmount": "Entrez le montant", + "enterFiatValue": "Entrez la valeur Fiat", + "enterNote": "Entrez une note", + "enterPasswordHint": "Entrez votre mot de passe", "errorMessageCopied": "Le message d'erreur à été copié dans le presse-papier", - "exampleCardIntro": "Bienvenue sur Spectrum. Lorsque vous recevrez ou enverrez des SPR, les transactions apparaîtront ici.", + "exampleCardIntro": "Ceci est le volet de transactions. Lorsque vous recevrez ou enverrez des SPR, les transactions apparaîtront ici.", "export": "Exporter", "fee": "Frais", "feeConfirm": "Frais {amount} {coin}", "feeTitle": "FRAIS", "fetchingTransactions": "Récupération des transactions", - "fingerprintSeedBackup": "Merci de vous authentifier pour sauvegarder la Seed.", + "fingerprintSeedBackup": "Veuillez vous authentifier pour sauvegarder la phrase secrète.", "goBackButton": "Retour", "gotItButton": "J'ai compris !", "import": "Importer", "importSecretPhrase": "Importer une phrase secrète", - "importSecretPhraseHint": "Veuillez entrer ci-dessous les 24 mots de votre phrase secrète. Les mots doivent être séparés par un espace.", - "importSecretPhraseHintCombo": "Merci d'entrer votre passe phrase de 12 ou 24 mots ci-dessous.", - "importSecretPhraseHintLegacy": "Merci d'entrer votre passe phrase de 12 ci-dessous.", - "importWallet": "Importer", - "importWalletDescription": "Merci de sélectionner une option ci-dessous.", - "instantly": "Immédiatement", + "importSecretPhraseHint": "Veuillez entrer votre phrase secrète de 24 mots ci-dessous.", + "importSecretPhraseHintCombo": "Veuillez entrer votre phrase secrète de 12 ou 24 mots ci-dessous.", + "importSecretPhraseHintLegacy": "Veuillez entrer votre passe phrase de 12 mots ci-dessous.", + "importWallet": "Importer un portefeuille", + "importWalletDescription": "Veuillez sélectionner une option ci-dessous.", + "instantly": "Instantanément", "insufficientBalance": "Solde insuffisant", "insufficientBalanceDetails": "Vous n'avez pas assez de SPR pour cette transaction", - "invalidAddress": "Adresse du destinataire invalide", + "invalidAddress": "L'adresse saisie est invalide", "invalidAmount": "Montant invalide", "invalidChecksumMessage": "Merci de vérifier que votre phrase secrète\nest correcte !", "invalidKpubMessage": "Merci de vérifier que la clé publique étendue renseignée soit correcte!", "invalidDestinationAddress": "Adresse du destinataire invalide", "invalidPassword": "Mot de passe invalide", "spectreDevFund": "Fond de développement Spectre", - "spectrumWallet": "Spectrum", + "spectrumWallet": "Portefeuille Spectrum", "language": "Langue", "loadingTransactions": "Chargement des transactions...", - "lockAppSetting": "Authentifier au démarrage", + "lockAppSetting": "S'authentifier au démarrage", "locked": "Verrouillé", "loggingOutMessage": "Déconnexion...", "logout": "Déconnexion", @@ -127,11 +131,11 @@ "manualEntry": "Saisie manuelle", "networkHeader": "Réseau", "newAddress": "Ajouter une nouvelle adresse", - "newWallet": "Nouveau", + "newWallet": "Nouveau portefeuille", "nextButton": "Suivant", "no": "Non", "noContactsExport": "Il n’y a pas de contacts à exporter", - "noContactsImport": "Aucun contact à importer", + "noContactsImport": "Aucun nouveau contact à importer", "noQrCodeFound": "QR Code introuvable", "noSkipButton": "Passer", "noUppercase": "NON", @@ -139,74 +143,74 @@ "nodeDeleteMessage": "Êtes-vous sûr de vouloir supprimer ?", "nodeDeleteTitle": "Supprimer la configuration du nœud Spectre ?", "nodeNameEmpty": "Le nom du nœud ne peux pas être vide", - "nodeNameHint": "Renseigner un nom de nœud", - "nodeUrlHint": "Renseigner une URL de nœud", + "nodeNameHint": "Entrez un nom de nœud", + "nodeUrlHint": "Entrez une URL de nœud", "nodeUrlInvalid": "URL du nœud invalide", "nodesSheetTitle": "Nœuds Spectre", "off": "Désactivé", "on": "Activé", "paperWallet": "Portefeuille papier", "passwordBlank": "Le mot de passe ne peut être vide", - "passwordNoLongerRequiredToOpenParagraph": "Vous n'aurez plus besoin de mot de passe pour ouvrir Spectrum.", - "passwordWillBeRequiredToOpenParagraph": "Le mot passe sera utilisé pour ouvrir Spectrum.", + "passwordNoLongerRequiredToOpenParagraph": "Vous n'aurez plus besoin de mot de passe pour ouvrir ce portefeuille.", + "passwordWillBeRequiredToOpenParagraph": "Ce mot passe vous sera demandé pour ouvrir ce portefeuille.", "passwordsDontMatch": "Les mots de passe sont différents", "pasteMnemonicError": "Le contenu du presse-papier n'est pas une phrase secrète valide", "pending": "En attente", "pinConfirmError": "Les PINs ne correspondent pas", - "pinConfirmTitle": "Confirmer votre PIN", + "pinConfirmTitle": "Confirmer votre code PIN", "pinCreateTitle": "Créer un code PIN à 6 chiffres", - "pinEnterTitle": "Saisir le PIN", + "pinEnterTitle": "Entrez le code PIN", "pinInvalid": "Code PIN saisi invalide", "pinMethod": "Code PIN", - "pinSeedBackup": "Saisir le PIN afin de voir votre Seed", + "pinSeedBackup": "Entrez le code PIN pour voir votre phrase secrète", "preferences": "Préférences", "privacyPolicy": "Politique de confidentialité", - "qrInvalidAddress": "Le code QR ne contient pas de destinataire valide", - "qrInvalidSeed": "Le QR code ne contient pas de clé privée valide ", - "qrMnemonicError": "Le Code QR ne contient pas de phrase secrète valide.", + "qrInvalidAddress": "Le QR code ne contient pas de d'adresse valide", + "qrInvalidSeed": "Le QR code ne contient pas de phrase secrète ou de clé privée valide ", + "qrMnemonicError": "Le QR code ne contient pas de phrase secrète valide.", "receive": "Recevoir", "receiveAddress": "Adresse de réception", - "receiveAddressCopied": "Adresse de réception copiée !", + "receiveAddressCopied": "Adresse de réception copiée", "receiveIndex": "Adresse de réception", "receiveIndexParam": "Adresse de réception {addressIndex}", "received": "Reçu", "removeContact": "Supprimer le contact", "removeContactConfirmation": "Êtes vous sûr de vouloir supprimer {contactName}?", "removeWalletAction": "Supprimer le portefeuille", - "removeWalletBiometricsMessage": "Merci de vous authentifier pour supprimer le portefeuille", + "removeWalletBiometricsMessage": "Veuillez vous authentifier pour supprimer le portefeuille", "removeWalletDetail": "La suppression de ce portefeuille supprimera la phrase secrète et toutes les données liées au portefeuille sur cet appareil. Si la phrase secrète n'est pas sauvegardée, vous ne pourrez plus jamais accéder à vos fonds.", "removeWalletPinMessage": "Entrer votre PIN pour supprimer le portefeuille", "removeWalletReassurance": "Tant que vous avez sauvegardé la phrase secrète, vous n'avez rien à craindre.", - "requireAPasswordToOpenHeader": "Besoin d'un mot de passe pour ouvrir Spectrum ?", + "requireAPasswordToOpenHeader": "Demander un mot de passe pour ouvrir ce portefeuille ?", "restartSetupButton": "Redémarrer la configuration", "scanQrCode": "Scanner le QR Code", "scanQrCodeError": "Échec de l'analyse du QR Code", "secretInfo": "Dans l'écran suivant, vous verrez votre phrase secrète. Il s'agit d'un mot de passe qui permet d'accéder à vos fonds. Il est crucial que vous le sauvegardiez et que vous ne le partagiez jamais avec qui que ce soit.", "secretInfoHeader": "La sécurité avant tout !", "secretPhrase": "Phrase secrète", - "secretWarning": "Si vous perdez votre appareil ou désinstallez l'application, vous aurez besoin de votre phrase secrète pour restaurer votre portefeuille !", + "secretWarning": "Si vous perdez votre appareil ou désinstallez l'application, vous aurez besoin de votre phrase secrète pour restaurer votre portefeuille !", "securityHeader": "Sécurité", - "seed": "Seed", - "seedInvalid": "La Seed est invalide", + "seed": "Phrase secrète", + "seedInvalid": "La phrase secrète est invalide", "send": "Envoyer", "sendConfirm": "Envoyer", - "sendError": "Une erreur s'est produite. Veuillez réessayer plus tard.", + "sendError": "Une erreur s'est produite. Veuillez réessayer.", "sendNote": "NOTE", "sendToAddressTitle": "Vers", "sendTxProgressDescription": "Veuillez patienter pendant l'envoi de la transaction", "sendTxProgressTitle": "Transaction en cours", "sending": "Envoyer", "sent": "Envoyé", - "sentTo": "Envoyé À", + "sentTo": "Envoyé à", "setPassword": "Définir le mot de passe", "setPasswordSuccess": "Mot de passe activé", - "setWalletPassword": "Définir le mot de passe du portefeuille", + "setWalletPassword": "Définir un mot de passe", "settingsHeader": "Réglages", "settingsTransfer": "Charger depuis un portefeuille papier", "setupFailedMessage": "Une erreur est survenue", "shareSpectrum": "Partager Spectrum", "shareSpectrumSubject": "Découvrez le portefeuille Spectrum", - "shareSpectrumText": "Découvrez Spectrum - Le portefeuille mobile de Spectre\n - spectre-network.org", + "shareSpectrumText": "Découvrez Spectrum - Le portefeuille mobile de Spectre.\nspectre-network.org", "somethingWentWrong": "Une erreur est survenue", "systemDefault": "Paramètres par défaut", "tapToHide": "Taper pour masquer", @@ -223,38 +227,39 @@ "transactionId": "ID de transaction", "transactionsUppercase": "TRANSACTIONS", "transfer": "Transférer", - "transferClose": "Appuyer n’importe où afin de fermer ce volet.", + "transferClose": "Appuyez n’importe où afin de fermer ce volet.", "transferComplete": "{amount} SPR ont été transférés avec succès vers votre portefeuille Spectrum.\n", "transferConfirmInfo": "Un portefeuille avec un solde de {amount} SPR a été détecté.", - "transferConfirmInfoSecond": "Appuyer pour confirmer le transfert de fonds.\n", + "transferConfirmInfoSecond": "Appuyez sur confirmer pour transférer les fonds.\n", "transferConfirmInfoThird": "Le transfert peut prendre quelques secondes.", "transferError": "Une erreur s’est produite durant le transfert. Veuillez réessayer plus tard.", - "transferHeader": "Transférer", + "transferHeader": "Transférer les fonds", "transferIntro": "Transférer le contenu d'un portefeuille papier vers votre portefeuille Spectrum.\n\nAppuyer sur le bouton \"{button}\" pour commencer.", "transferLoading": "Transfert en cours", - "transferManualHint": "Merci d'entrer votre clé privée ci-dessous", - "transferNoFunds": "Ce seed ne contient pas de SPR.", - "transferQrScanError": "Ce QR code ne contient pas de seed valide.", - "transferQrScanHint": "Scanner une seed Spectre\nou une clé privée", + "transferManualHint": "Merci d'entrer votre phrase secrète ci-dessous.", + "transferNoFunds": "Cette phrase secrète ne contient pas de SPR", + "transferQrScanError": "Ce QR code ne contient pas de phrase secrète valide.", + "transferQrScanHint": "Scanner une phrase secrète\nou une clé privée Spectre", "unconfirmed": "non confirmé", "notAccepted": "rejeté", "accepted": "accepté", "unknown": "inconnu", "unlock": "Déverrouiller", - "unlockBiometrics": "Authentifiez-vous pour déverrouiller Spectrum", - "unlockPin": "Entrer votre PIN pour déverrouiller Spectrum", + "unlockBiometrics": "Authentifiez-vous pour déverrouiller le portefeuille", + "unlockPin": "Entrer votre code PIN pour déverrouiller le portefeuille", "utxosUppercase": "UTXOs", "viewAddress": "Voir les adresses", "viewTransaction": "Voir la transaction", "walletAddresses": "Adresses du portefeuille", + "walletAddress": "Adresse du portefeuille", "walletName": "Nom du portefeuille", "walletNameDescription": "Entrez un nom pour votre portefeuille", "walletNameHint": "Nom du portefeuille", "walletSetupAddressDiscovery": "Découverte d'adresses en cours", - "walletSetupMessage": "Configurer le portefeuille", + "walletSetupMessage": "Configuration du portefeuille", "walletsTitle": "Portefeuilles", - "warning": "ATTENTION", - "welcomeMessage": "Bienvenue !\n\nVoici la version {version} de Spectrum - le portefeuille mobile de Spectre !", + "warning": "Attention", + "welcomeMessage": "Bienvenue !\n\nVoici la version {version} de Spectrum - le portefeuille mobile de Spectre !", "welcomeText": "Bienvenue dans Spectrum. Avant de continuer, veuillez créer un nouveau portefeuille ou en importer un déjà existant.", "xMinutes": "Après {minutes, plural, =1{1 minute} other{{minutes} minutes}}", "yes": "Oui", @@ -263,44 +268,94 @@ "nodeNotSyncedException": "Le nœud n'est pas synchronisé", "nodeNoUTXOIndexException": "Le nœud ne possède pas d'index UTXO", "nodeSecureConnection": "Connexion sécurisée", - "spectreUriInvalid": "URL Spectre invalide", + "spectreUriInvalid": "URI Spectre invalide", "compoundUtxos": "Combiner les transactions", - "compoundUtxosDescription": "Combiner les multiples UTXOs en une seule", - "compoundUtxosConfirmation": "Combiner les transactions ?", + "compoundRequired": "Combinaison requise", + "compoundRequiredDescription": "Le montant de la transaction nécessite trop de UTXOs. Les combiner va réduire le nombre de UTXOs.", + "compoundUtxosDescription": "Combiner plusieurs UTXOs en un seul", + "compoundUtxosConfirmation": "Combiner les transactions ?", "compoundingUtxos": "Combinaison des transactions en cours", - "compoundingMessage": "Merci de patienter...", + "compoundingMessage": "Veuillez patienter...", "compoundSuccess": "Combinaison réussie", "compoundFailure": "La combinaison des transactions à échoué", "compoundTooFewUtxos": "Un minimum de 2 UTXOs sont nécéssaires", "balance": "Solde", - "maxSend": "Envoyer le total", + "maxSend": "Envoyer le maximum", "compoundUppercased": "COMBINER", "closeUppercased": "FERMER", "scanMoreAddresses": "Scanner pour trouver plus d'adresses", "addressDiscovery": "Découverte d'adresses", "scanningTitle": "Scan en cours", - "scanningDescription": "Scanner de nouvelles adresses...", - "scanMore": "SCAN", - "scanFailedMessage": "Scan échoué, merci d'essayer ultérieurement", + "scanningDescription": "Scan de nouvelles adresses...", + "scanMore": "SCANNER PLUS", + "scanFailedMessage": "Scan échoué, merci d'essayer à nouveau plus tard", "indexHeader": "Index", "currentIndex": "Actuel", "scannedIndex": "Scanné", - "newIndex": "Ajouter", + "newIndex": "Nouveau", "addressFilterDialogTitle": "Filtrer l'adresse", "addressFilterDialogOptionAllAddresses": "Voir toutes les adresses", "addressFilterDialogOptionNonZeroBalances": "Voir les adresses avec un solde", - "importOption24WordsTitle": "Importer une passe phrase de 24 mots", + "importOption24WordsTitle": "Importer une phrase secrète de 24 mots", "importOption24WordsDescription": "Compatible avec le portefeuille CLI", - "importOption12WordsTitle": "Importer une passe phrase de 12 mots", + "importOption12WordsTitle": "Importer une phrase secrète de 12 mots", "importOption12WordsDescription": "Compatible avec le portefeuille web et Spectre Desktop", "importOptionKpubTitle": "Importer un portefeuille en lecture seule", "importOptionKpubDescription": "Surveille le solde et les transactions d'un portefeuille à l'aide de sa clé publique étendue", "importKpub": "Importer un portefeuille en lecture seule", - "importKpubHint": "Merci de renseigner la clé publique étendue.", + "importKpubHint": "Veuillez entrer votre clé publique étendue.", "importKpubClipboardError": "Le presse papier ne contient pas une clé publique étendue valide", - "importKpubQrCodeError": "Le QR Code ne contient pas une clé publique étendue valide", - "importKpubInvalidMessage": "Merci de vérifier que votre clé publique étendue est correctement renseignée!", + "importKpubQrCodeError": "Le QR code ne contient pas une clé publique étendue valide", + "importKpubInvalidMessage": "Veuillez vérifier que votre clé publique étendue est correctement renseignée !", "receiveAddressListEmpty": "L'adresse de réception est vide", "changeAddressListEmpty": "La liste d'adresses est vide", - "hintAddressListEmpty": "Vérifier le filtre d'adresses dans le menu en haut à droite" + "hintAddressListEmpty": "Vérifier le filtre d'adresses dans le coin en haut à droite", + "invalidSecretPhrase": "Phrase secrète invalide", + "invalidSecretPhraseDetails": "Le checksum de la phrase secrète renseignée est invalide.", + "invalidSecretPhraseConfirmation": "Je sais ce que je fais", + "contactSupport": "Contacter le support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optionnel)", + "moreInfo": "Plus d'info", + "selectAddress": "Sélectionnez l'adresse", + "kpubTitle": "Clé publique étendue", + "kpubAuth": "Voir la clé publique étendue", + "kpubDescription": "La clé publique étendue peut être utilisée pour importer votre portefeuille en \"lecture seule\".", + "copyKpub": "Copier la Kpub", + "kpubCopied": "Clé publique étendue copiée", + "kpubCopyFailed": "Échec de copie de la clé publique", + "walletAddressesCopied": "Adresses du portefeuille {addressType} copiées dans le presse-papier", + "walletAddressesCopyFailed": "Échec de copie des adresses du portefeuille {addressType} ", + "txReport": "Rapport de transaction", + "txReportSubtitle": "Obtenir un fichier CSV de l'historique de transaction", + "txReportDetails": "Générer un rapport de transaction, au format CSV, qui contient tout l'historique de transaction du portefeuille.", + "txReportOptionIgnoreCompound": "Ignorer les transactions combinées", + "txReportOptionIgnoreSelfTxs": "Ignorer les transactions envoyées à soi-même", + "txReportOptionRefreshTxs": "Rafraichir les transactions", + "txReportGenerate": "Générer", + "txReportStatusRefreshing": "Rafraichissement des transactions", + "txReportStatusLoading": "Chargement des transactions", + "txReportStatusReady": "Rapport de transaction prêt!", + "txReportGetReport": "Obtenir le rapport", + "txReportDate": "Date", + "txReportSentAmount": "Montant envoyé", + "txReportSentCurrency": "Devise envoyée", + "txReportReceivedAmount": "Montant reçu", + "txReportReceivedCurrency": "Devise reçue", + "txReportFeeAmount": "Montant des frais", + "txReportFeeCurrency": "Devise des frais", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "coût", + "txReportFeeForCompound": "Frais pour combiner la transaction", + "txReportFeeForSelfSend": "Frais pour envoyer à sa propre adresse", + "txReportError": "Échec lors de la génération du rapport", + "txReportNoTxs": "{numberOf} transactions trouvées.", + "txReportNoLoadedTxs": "({loadedTxs} sur {totalTxs})", + "txFilterDialogTitle": "Filtre de transaction", + "txFilterDialogOptionAllTxs": "Afficher toutes les transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Cacher les transactions coinbase refusées" } \ No newline at end of file diff --git a/lib/l10n/app_he.arb b/lib/l10n/app_he.arb index 5f1faf6..57abe93 100644 --- a/lib/l10n/app_he.arb +++ b/lib/l10n/app_he.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-30T20:57:42.789Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "חשבון", "accounts": "חשבונות", @@ -19,6 +19,8 @@ "addressHint": "הזן כתובת", "addressMissing": "אנא הזן כתובת", "addressShare": "שתף כתובת", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "מתקדם ", "amount": "סכום ", "amountConfirm": "סכום {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "בטל את סיסמת הארנק", "doContinue": "המשך", "donate": "תרומה", + "donateTo": "Donate To", "dontShowAgain": "אל תציג שוב", "emptyCardIntroUtxos": "לשונית ה-UTXO. כל ה-UTXO בארנק יופיעו פה", "emptyResult": "תוצאה ריקה", @@ -85,6 +88,7 @@ "encryptionFailedError": "הגדרת סיסמת הארנק נכשלה", "enterAddress": "הזן כתובת", "enterAmount": "הזן כמות", + "enterFiatValue": "Enter Fiat Value", "enterNote": "הזן הערה", "enterPasswordHint": "הזן סיסמה", "errorMessageCopied": "הודעת שגיאת הועתקה ללוח העתקות", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "העסקה נשלחת", "sending": "שלח", "sent": "נשלח", - "sentTo": "נשלח אל", + "sentTo": "Sent to", "setPassword": "הגדר סיסמה", "setPasswordSuccess": "סיסמת הארנק הוגדרה", "setWalletPassword": "הגדר סיסמת הארנק", @@ -247,6 +251,7 @@ "viewAddress": "הצג כתובת", "viewTransaction": "הצג עסקה", "walletAddresses": "כתובות הארנקים", + "walletAddress": "Wallet Address", "walletName": "שם הארנק", "walletNameDescription": "הזן שם לארנק שלך", "walletNameHint": "שם הארנק", @@ -265,6 +270,8 @@ "nodeSecureConnection": "חיבור מאובטח", "spectreUriInvalid": "URI של כספא לא חוקי", "compoundUtxos": "עסקאות מורכבות", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "שלב מספר UTXOs לאחד", "compoundUtxosConfirmation": "עסקאות מורכבות?", "compoundingUtxos": "עסקאות מורכבות", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "אנא בדוק שהמפתח הציבורי המורחב שלך הוזן כראוי!", "receiveAddressListEmpty": "רשימת כתובות קבלה ריקה", "changeAddressListEmpty": "רשימת הכתובות לשינוי ריקה", - "hintAddressListEmpty": "בדוק את מסנן הכתובות מהפינה השמאלית העליונה" + "hintAddressListEmpty": "בדוק את מסנן הכתובות מהפינה השמאלית העליונה", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_hi.arb b/lib/l10n/app_hi.arb index 5031e62..a00f393 100644 --- a/lib/l10n/app_hi.arb +++ b/lib/l10n/app_hi.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-11-10T10:15:24.600Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "खाता", "accounts": "खाते", @@ -19,6 +19,8 @@ "addressHint": "एड्रेस दर्ज करें", "addressMissing": "कृपया एक एड्रेस डालें", "addressShare": "एड्रेस शेयर करें", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "विकसित", "amount": "मात्रा", "amountConfirm": "राशि {coin} {amount}", @@ -78,6 +80,7 @@ "disableWalletPassword": "वॉलेट पासवर्ड अक्षम करें", "doContinue": "जारी रखना", "donate": "दान करे", + "donateTo": "Donate To", "dontShowAgain": "दोबारा मत दिखाओ", "emptyCardIntroUtxos": "यह UTXOs टैब है। आपके बटुए में सभी UTXO यहां दिखाई देंगे", "emptyResult": "खाली परिणाम", @@ -85,6 +88,7 @@ "encryptionFailedError": "वॉलेट पासवर्ड सेट करने में विफल", "enterAddress": "एड्रेस दर्ज करें", "enterAmount": "राशि दर्ज करें", + "enterFiatValue": "Enter Fiat Value", "enterNote": "नोट दर्ज करें", "enterPasswordHint": "अपना पासवर्ड डालें", "errorMessageCopied": "त्रुटि संदेश क्लिपबोर्ड पर कॉपी किया गया", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "लेन-देन भेज रहा है", "sending": "भेजा जा रहा है", "sent": "भेज दिया गया", - "sentTo": "भेजें", + "sentTo": "Sent to", "setPassword": "पासवर्ड सेट करें", "setPasswordSuccess": "पासवर्ड सफलतापूर्वक सेट कर दिया गया है", "setWalletPassword": "वॉलेट पासवर्ड सेट करें", @@ -247,6 +251,7 @@ "viewAddress": "एड्रेस देखें", "viewTransaction": "लेन-देन देखें", "walletAddresses": "वॉलेट एड्रेस", + "walletAddress": "Wallet Address", "walletName": "वॉलेट का नाम", "walletNameDescription": "अपने वॉलेट के लिए एक नाम दर्ज करें", "walletNameHint": "वॉलेट का नाम", @@ -265,6 +270,8 @@ "nodeSecureConnection": "सुरक्षित संयोजन", "spectreUriInvalid": "अमान्य Spectre URI", "compoundUtxos": "यौगिक लेनदेन", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "एकाधिक UTXOs को एक में संयोजित करें", "compoundUtxosConfirmation": "मिश्रित लेनदेन?", "compoundingUtxos": "शेष राशि के साथ एड्रेस देखें", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "कृपया जांचें कि आपकी विस्तारित पब्लिक की सही ढंग से दर्ज की गई है!", "receiveAddressListEmpty": "प्राप्त एड्रेस सूची खाली है", "changeAddressListEmpty": "एड्रेस परिवर्तन सूची खाली है", - "hintAddressListEmpty": "शीर्ष दाएं कोने से एड्रेस फ़िल्टर जांचें" + "hintAddressListEmpty": "शीर्ष दाएं कोने से एड्रेस फ़िल्टर जांचें", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_hu.arb b/lib/l10n/app_hu.arb index ba05c83..84e442d 100644 --- a/lib/l10n/app_hu.arb +++ b/lib/l10n/app_hu.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-10-08T18:51:30.958Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Fiók", "accounts": "Fiókok", @@ -19,6 +19,8 @@ "addressHint": "Cím megadása", "addressMissing": "Adj meg egy Spectre címet", "addressShare": "Cím megosztása", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Haladó", "amount": "Összeg", "amountConfirm": "Összeg {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Jelszókérés tiltása", "doContinue": "Tovább", "donate": "Adományozás", + "donateTo": "Donate To", "dontShowAgain": "Ne mutasd újra", "emptyCardIntroUtxos": "Itt találod majd a tárcába érkezett utalások maradékait.", "emptyResult": "Nincs találat", @@ -85,6 +88,7 @@ "encryptionFailedError": "Jelszó beállítása sikertelen", "enterAddress": "Küldés erre a címre", "enterAmount": "Küldött mennyiség", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Megjegyzés", "enterPasswordHint": "Írd be a jelszót", "errorMessageCopied": "Hibaüzenet a vágólapra másolva", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Tranzakció küldése", "sending": "Küldés folyamatban", "sent": "Küldött", - "sentTo": "Elküldve ide", + "sentTo": "Sent to", "setPassword": "Jelszó mentése", "setPasswordSuccess": "Jelszó sikeresen beállítva", "setWalletPassword": "Jelszó beállítása", @@ -247,6 +251,7 @@ "viewAddress": "Cím megtekintése", "viewTransaction": "Tranzakció megtekintése", "walletAddresses": "Tárca címek", + "walletAddress": "Wallet Address", "walletName": "Tárca neve", "walletNameDescription": "Adj egy nevet a tárcának", "walletNameHint": "Tárca neve", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Biztonságos kapcsolat", "spectreUriInvalid": "Helytelen Spectre URI", "compoundUtxos": "Tranzakciók egyesítése", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Több Maradék (UTXOs) egyesítése", "compoundUtxosConfirmation": "Egyesíted a tranzakciókat?", "compoundingUtxos": "Egyesített tranzakciók", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Ellenőrizd, hogy a kibővített nyilvános kulcs helyesen van-e megadva!", "receiveAddressListEmpty": "Saját címek listája üres", "changeAddressListEmpty": "Cserélt címek listája üres", - "hintAddressListEmpty": "Ellenőrizd a cím szűrőt a jobb felső sarokban" + "hintAddressListEmpty": "Ellenőrizd a cím szűrőt a jobb felső sarokban", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_id.arb b/lib/l10n/app_id.arb index 2798309..6bcb132 100644 --- a/lib/l10n/app_id.arb +++ b/lib/l10n/app_id.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Akun", "accounts": "Semua Akun", @@ -19,6 +19,8 @@ "addressHint": "Masukkan Alamat", "addressMissing": "Harap Masukkan Alamat", "addressShare": "Bagikan Alamat", + "spectreUriCopied": "Spectre URI Tersalin", + "spectreUriCopyFailed": "Gagal menyalin Spectre URI ", "advancedHeader": "Lanjutan", "amount": "Jumlah", "amountConfirm": "Jumlah {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Nonaktifkan Kata Sandi Dompet", "doContinue": "Lanjutkan", "donate": "Donasi", + "donateTo": "Donasi Ke", "dontShowAgain": "Jangan tampilkan lagi", "emptyCardIntroUtxos": "Ini adalah tab UTXO. Semua UTXO di dompet Anda akan muncul di sini", "emptyResult": "Hasilnya Kosong", @@ -85,6 +88,7 @@ "encryptionFailedError": "Gagal menetapkan kata sandi dompet", "enterAddress": "Masukkan Alamat", "enterAmount": "Masukkan Jumlah", + "enterFiatValue": "Masukkan Nilai Fiat", "enterNote": "Masukan Catatan", "enterPasswordHint": "Masukkan kata sandi Anda", "errorMessageCopied": "Pesan kesalahan telah disalin ke papan klip", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Mengirim Transaksi", "sending": "Kirim", "sent": "Terkirim", - "sentTo": "Terkirim Kepada", + "sentTo": "Terkirim Ke", "setPassword": "Atur Kata Sandi", "setPasswordSuccess": "Kata Sandi dompet telah berhasil ditetapkan", "setWalletPassword": "Atur Kata Sandi Dompet", @@ -247,6 +251,7 @@ "viewAddress": "Lihat Alamat", "viewTransaction": "Lihat Transaksi", "walletAddresses": "Alamat Dompet", + "walletAddress": "Alamat Dompet", "walletName": "Nama dompet", "walletNameDescription": "Masukkan nama untuk dompet Anda", "walletNameHint": "Nama Dompet", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Koneksi Aman", "spectreUriInvalid": "URI Spectre tidak valid", "compoundUtxos": "Gabungkan transaksi", + "compoundRequired": "Diperlukan senyawa", + "compoundRequiredDescription": "Jumlah transaksi membutuhkan terlalu banyak UTXO. Penggabungan akan mengurangi jumlah UTXO.", "compoundUtxosDescription": "Menggabungkan beberapa UTXO menjadi satu", "compoundUtxosConfirmation": "Gabungkan transaksi?", "compoundingUtxos": "Menggabungkan transaksi", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Periksa apakah kunci publik yang diperpanjang telah dimasukkan dengan benar!", "receiveAddressListEmpty": "Daftar alamat penerima kosong", "changeAddressListEmpty": "Daftar perubahan alamat kosong", - "hintAddressListEmpty": "Periksa filter alamat dari sudut kanan atas" + "hintAddressListEmpty": "Periksa filter alamat dari sudut kanan atas", + "invalidSecretPhrase": "Frasa Rahasia Tidak Valid", + "invalidSecretPhraseDetails": "Frasa Rahasia yang Anda masukkan memiliki checksum yang tidak valid.", + "invalidSecretPhraseConfirmation": "Aku tahu apa yang saya lakukan", + "contactSupport": "Hubungi Dukungan", + "emailAction": "Email {email}", + "noteLabel": "Catatan:", + "optionalLabel": "(Opsional)", + "moreInfo": "Info lebih", + "selectAddress": "Pilih Alamat", + "kpubTitle": "Kunci Publik yang Diperluas", + "kpubAuth": "Lihat Kunci Publik yang Diperluas", + "kpubDescription": "Kunci publik yang diperluas dapat digunakan untuk mengimpor dompet Anda sebagai dompet 'hanya lihat saja'.", + "copyKpub": "Salin Kpub", + "kpubCopied": "Kunci Publik yang Diperluas Disalin", + "kpubCopyFailed": "Gagal menyalin Kunci Publik yang Diperluas", + "walletAddressesCopied": "Alamat {addressType} dompet yang Disalin ke Papan klip", + "walletAddressesCopyFailed": "Gagal Menyalin Alamat {addressType} dompet", + "txReport": "Laporan Transaksi", + "txReportSubtitle": "Dapatkan file CSV dengan riwayat transaksi", + "txReportDetails": "Hasilkan laporan transaksi, dalam format CSV, yang berisi semua riwayat transaksi dompet.", + "txReportOptionIgnoreCompound": "Abaikan transaksi gabungan", + "txReportOptionIgnoreSelfTxs": "Abaikan transaksi yang dikirim ke diri sendiri", + "txReportOptionRefreshTxs": "Segrakan transaksi", + "txReportGenerate": "Hasilkan", + "txReportStatusRefreshing": "Menyegarkan transaksi", + "txReportStatusLoading": "Memuat transaksi", + "txReportStatusReady": "Laporan transaksi sudah siap!", + "txReportGetReport": "Dapatkan Laporan", + "txReportDate": "Tanggal", + "txReportSentAmount": "Jumlah Terkirim", + "txReportSentCurrency": "Mata Uang yang Dikirim", + "txReportReceivedAmount": "Jumlah yang Diterima", + "txReportReceivedCurrency": "Mata Uang yang Diterima", + "txReportFeeAmount": "Jumlah Biaya", + "txReportFeeCurrency": "Biaya Mata Uang", + "txReportLabel": "Label", + "txReportDescription": "Deskripsi", + "txReportTxHash": "TxHash", + "txReportNote": "Catatan", + "txReportLabelCost": "biaya", + "txReportFeeForCompound": "Biaya Transaksi Majemuk", + "txReportFeeForSelfSend": "Biaya untuk mengirim ke alamat sendiri", + "txReportError": "Kesalahan saat membuat laporan", + "txReportNoTxs": "Transaksi {numberOf} ditemukan.", + "txReportNoLoadedTxs": "({loadedTxs} dari {totalTxs})", + "txFilterDialogTitle": "Filter Transaksi", + "txFilterDialogOptionAllTxs": "Tampilkan Semua Transaksi", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Sembunyikan Transaksi Coinbase yang Tidak Diterima" } \ No newline at end of file diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index f9d31b5..4c0469c 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Account", "accounts": "Accounts", @@ -15,10 +15,12 @@ "addingNodeTitle": "Aggiungendo il nodo", "address": "Indirizzo", "addressCopied": "Indirizzo copiato", - "addressCopiedFailed": "Failed to copy address", + "addressCopiedFailed": "La copia dell'indirizzo non è andata a buon fine", "addressHint": "Inserisci indirizzo", "addressMissing": "Inserisci un indirizzo", "addressShare": "Condividi indirizzo", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Avanzate", "amount": "Importo", "amountConfirm": "Importo {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Disattiva la password del wallet", "doContinue": "Continua", "donate": "Dona", + "donateTo": "Donate To", "dontShowAgain": "Non mostrare più", "emptyCardIntroUtxos": "Questa è la sezione dedicata agli UTXO. Tutti gli UTXO del tuo wallet appariranno qui", "emptyResult": "Nessun risultato", @@ -85,6 +88,7 @@ "encryptionFailedError": " \nImpostazione della password non riuscita", "enterAddress": "Inserisci indirizzo", "enterAmount": "Inserisci importo", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Inserisci note", "enterPasswordHint": "Inserisci la tua password", "errorMessageCopied": "Messaggio d'errore copiato", @@ -100,10 +104,10 @@ "import": "Importa", "importSecretPhrase": "Importa frase segreta", "importSecretPhraseHint": "Inserisci la tua frase segreta di 24 parole.", - "importSecretPhraseHintCombo": "Please enter your 12 or 24 word secret phrase below.", - "importSecretPhraseHintLegacy": "Please enter your 12 word secret phrase below.", + "importSecretPhraseHintCombo": "Inserisci qui sotto le tue 12 o 24 parole chiave", + "importSecretPhraseHintLegacy": "Inserisci qui sotto le tue 12 parole chiave", "importWallet": "Importa wallet", - "importWalletDescription": "Please select an option below.", + "importWalletDescription": "Seleziona una delle opzioni disponibili sotto", "instantly": "Subito", "insufficientBalance": "Saldo insufficiente", "insufficientBalanceDetails": "Non hai abbastanza SPR per questa transazione", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Invio della transazione in corso", "sending": "Invio in corso", "sent": "Inviata", - "sentTo": "Inviata a", + "sentTo": "Sent to", "setPassword": "Imposta Password", "setPasswordSuccess": "La password è stata impostata correttamente", "setWalletPassword": "Imposta la password del wallet", @@ -247,6 +251,7 @@ "viewAddress": "Visualizza indirizzo", "viewTransaction": "Visualizza transazione", "walletAddresses": "Indirizzi del wallet", + "walletAddress": "Wallet Address", "walletName": "Nome del wallet", "walletNameDescription": "Inserisci un nome per il tuo wallet", "walletNameHint": "Nome del wallet", @@ -260,11 +265,13 @@ "yes": "Si", "yesButton": "Si", "yesUppercase": "SI", - "nodeNotSyncedException": "Node is not synced", - "nodeNoUTXOIndexException": "Node does not have UTXO index", - "nodeSecureConnection": "Secure connection", + "nodeNotSyncedException": "Il nodo non è sincronizzato", + "nodeNoUTXOIndexException": "Il nodo non sta indicizzando gli UTXO", + "nodeSecureConnection": "Connessione sicura", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_ja.arb b/lib/l10n/app_ja.arb index 0f2ce74..2269cdd 100644 --- a/lib/l10n/app_ja.arb +++ b/lib/l10n/app_ja.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "アカウント", "accounts": "アカウント", @@ -19,6 +19,8 @@ "addressHint": "アドレスを入力", "addressMissing": "アドレスを入力してください", "addressShare": "アドレスを共有する", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Advanced", "amount": "Amount", "amountConfirm": "Amount {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "ウォレットのパスワードを無効にする", "doContinue": "Continue", "donate": "Donate", + "donateTo": "Donate To", "dontShowAgain": "Don't show again", "emptyCardIntroUtxos": "This is the UTXOs tab. All UTXOs in your wallet will appear here", "emptyResult": "Empty Result", @@ -85,6 +88,7 @@ "encryptionFailedError": "ウォレットパスワードの作成に失敗しました。", "enterAddress": "アドレスを入力する", "enterAmount": "金額を入力する", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Enter Note", "enterPasswordHint": "パスワードを入力する", "errorMessageCopied": "Error message copied to clipboard", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sending Transaction", "sending": "送金金額", "sent": "送金した", - "sentTo": "送金先", + "sentTo": "Sent to", "setPassword": "ウォレットのパスワードを作成する", "setPasswordSuccess": "パスワードの設定に成功しました。", "setWalletPassword": "ウォレットのパスワードを作成する", @@ -247,6 +251,7 @@ "viewAddress": "View Address", "viewTransaction": "View Transaction", "walletAddresses": "Wallet Addresses", + "walletAddress": "Wallet Address", "walletName": "Wallet name", "walletNameDescription": "Enter a name for your wallet", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_ka.arb b/lib/l10n/app_ka.arb index b9b7670..9b2ba28 100644 --- a/lib/l10n/app_ka.arb +++ b/lib/l10n/app_ka.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-10-08T18:51:30.958Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "პირადი ანგარიში", "accounts": "პირადი ანგარიშები", @@ -19,6 +19,8 @@ "addressHint": "შეიყვანეთ მისამართი", "addressMissing": "გთხოვთ შეიყვანოთ მისამართი", "addressShare": "მისამართის გაზიარება", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "სიღრმისეული", "amount": "ოდენობა", "amountConfirm": "ოდენობა {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "საფულის პაროლის გამორთვა", "doContinue": "გაგრძელება", "donate": "დონაცია", + "donateTo": "Donate To", "dontShowAgain": "აღარ მაჩვენო", "emptyCardIntroUtxos": "ეს არის UTXO-ს გვერდი. ყველა UTXO თქვენს საფულეში გამოჩნდება აქ", "emptyResult": "ცარიელი შედეგი", @@ -85,6 +88,7 @@ "encryptionFailedError": "საფულის პაროლის დაყენება ვერ მოხერხდა", "enterAddress": "შეიყვანეთ მისამართი", "enterAmount": "შეიყვანეთ ოდენობა", + "enterFiatValue": "Enter Fiat Value", "enterNote": "შეიყვანეთ ტექსტი", "enterPasswordHint": "შეიყვანეთ თქვენი პაროლი", "errorMessageCopied": "შეცდომის შეტყობინება კოპირებულია ბუფერში", @@ -153,9 +157,9 @@ "pasteMnemonicError": "ბუფერში არსებული ინფორმაცია არ არის ვალიდური საიდუმლო ფრაზა", "pending": "მოლოდინის რეჟიმი", "pinConfirmError": "წერტილები არ ემთხვევა", - "pinConfirmTitle": "დაადასტურეთ თქვენი პინ", - "pinCreateTitle": "შექმენით 6-ციფრა პინ", - "pinEnterTitle": "შეიყვანეთ პინ", + "pinConfirmTitle": "დაადასტურეთ თქვენი PIN", + "pinCreateTitle": "შექმენით 6-ციფრა PIN", + "pinEnterTitle": "შეიყვანეთ PIN", "pinInvalid": "იქნა შეყვანილი არასწორი PIN", "pinMethod": "PIN", "pinSeedBackup": "შეიყვანეთ PIN საიდუმლო ფრაზის სარეზერვო ასლის შესაქმნელად", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "იგზავნება ტრანზაქცია", "sending": "გაგზავნა", "sent": "გაგზავნილია", - "sentTo": "გაგზავნა ", + "sentTo": "Sent to", "setPassword": "პაროლის დაყენება", "setPasswordSuccess": "საფულის პაროლი დაყენებული იქნა", "setWalletPassword": "საფულის პაროლის დაყენება", @@ -247,6 +251,7 @@ "viewAddress": "მისამართის ნახვა", "viewTransaction": "ტრანზაქციების ნახვა", "walletAddresses": "საფულის მისამართები", + "walletAddress": "Wallet Address", "walletName": "საფულის დასახელება", "walletNameDescription": "შეიყვანეთ დასახელება თქვენი საფულისთვის", "walletNameHint": "საფულის დასახელება", @@ -265,6 +270,8 @@ "nodeSecureConnection": "დაცული კავშირი", "spectreUriInvalid": "არასწორი Spectre URI", "compoundUtxos": "გაერთიანებული ტრანზაქციები", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "გააერთიანეთ რამდენიმე UTXO ერთში", "compoundUtxosConfirmation": "გაერთიანებული ტრანზაქციები?", "compoundingUtxos": "ტრანზაქციების გაერთიანება", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "გთხოვთ, შეამოწმოთ, რომ თქვენი გაფართოებული საჯარო გასაღები სწორად არის შეყვანილი!", "receiveAddressListEmpty": "მიმღების მისამართების სია ცარიელია", "changeAddressListEmpty": "მისამართების შეცვლა ცარიელია", - "hintAddressListEmpty": "შეამოწმეთ მისამართის ფილტრი ზედა მარჯვენა კუთხიდან" + "hintAddressListEmpty": "შეამოწმეთ მისამართის ფილტრი ზედა მარჯვენა კუთხიდან", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_ko.arb b/lib/l10n/app_ko.arb index 03559f1..fd9741e 100644 --- a/lib/l10n/app_ko.arb +++ b/lib/l10n/app_ko.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "계정", "accounts": "계정", @@ -19,6 +19,8 @@ "addressHint": "주소를 입력하세요", "addressMissing": "주소를 입력하세요", "addressShare": "주소 공유하기", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "고급", "amount": "금액", "amountConfirm": "금액 {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "지갑 비밀번호를 비활성화하기", "doContinue": "계속", "donate": "기부하기", + "donateTo": "Donate To", "dontShowAgain": "다시 보지 않기", "emptyCardIntroUtxos": "이것은 UTXOs 탭입니다. 지갑 내의 모든 UTXO가 여기에 표시됩니다", "emptyResult": "결과가 없습니다", @@ -85,6 +88,7 @@ "encryptionFailedError": "지갑 비밀번호 설정에 실패했습니다", "enterAddress": "주소를 입력하세요", "enterAmount": "금액을 입력하세요", + "enterFiatValue": "Enter Fiat Value", "enterNote": "노트를 입력하세요", "enterPasswordHint": "비밀번호를 입력하세요", "errorMessageCopied": "오류 메시지가 클립보드에 복사되었습니다", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "거래 전송 중입니다", "sending": "전송중", "sent": "전송 완료", - "sentTo": "받는 사람", + "sentTo": "Sent to", "setPassword": "비밀번호를 설정하기", "setPasswordSuccess": "지갑 비밀번호가 설정되었습니다", "setWalletPassword": "지갑 비밀번호를 설정하기", @@ -247,6 +251,7 @@ "viewAddress": "주소 보기", "viewTransaction": "거래 내역 보기", "walletAddresses": "지갑 주소들", + "walletAddress": "Wallet Address", "walletName": "지갑 이름", "walletNameDescription": "지갑에 이름을 입력하세요", "walletNameHint": "지갑 이름", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_lv.arb b/lib/l10n/app_lv.arb index 000eab8..864fd58 100644 --- a/lib/l10n/app_lv.arb +++ b/lib/l10n/app_lv.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Konts", "accounts": "Konti", @@ -19,6 +19,8 @@ "addressHint": "Enter Address", "addressMissing": "Lūdzu ievadiet adresi", "addressShare": "Kopīgot adresi", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Advanced", "amount": "Amount", "amountConfirm": "Amount {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Disable Wallet Password", "doContinue": "Continue", "donate": "Donate", + "donateTo": "Donate To", "dontShowAgain": "Don't show again", "emptyCardIntroUtxos": "This is the UTXOs tab. All UTXOs in your wallet will appear here", "emptyResult": "Empty Result", @@ -85,6 +88,7 @@ "encryptionFailedError": "Failed to set a wallet password", "enterAddress": "Ievadiet adresi", "enterAmount": "Ievadiet daudzumu", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Enter Note", "enterPasswordHint": "Enter your password", "errorMessageCopied": "Error message copied to clipboard", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sending Transaction", "sending": "Sūta", "sent": "Nosūtītie", - "sentTo": "Nosūtīts", + "sentTo": "Sent to", "setPassword": "Set Password", "setPasswordSuccess": "Wallet password has been set", "setWalletPassword": "Set Wallet Password", @@ -247,6 +251,7 @@ "viewAddress": "View Address", "viewTransaction": "View Transaction", "walletAddresses": "Wallet Addresses", + "walletAddress": "Wallet Address", "walletName": "Wallet name", "walletNameDescription": "Enter a name for your wallet", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_ms.arb b/lib/l10n/app_ms.arb index 5b7a253..74ef9c8 100644 --- a/lib/l10n/app_ms.arb +++ b/lib/l10n/app_ms.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Akaun", "accounts": "Akaun", @@ -19,6 +19,8 @@ "addressHint": "Masukkan Alamat", "addressMissing": "Sila masukkan destinasi", "addressShare": "Kongsikan Alamat", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Maju", "amount": "Jumlah", "amountConfirm": "Jumlah {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Lumpuhkan Kata Laluan Dompet", "doContinue": "Teruskan", "donate": "Menderma", + "donateTo": "Donate To", "dontShowAgain": "Jangan tunjukkan lagi", "emptyCardIntroUtxos": "Ini ialah tab UTXOs. Semua UTXO dalam dompet anda akan dipaparkan di sini", "emptyResult": "Hasil Kosong", @@ -85,6 +88,7 @@ "encryptionFailedError": "Gagal menetapkan kata laluan dompet", "enterAddress": "Masukan Alamat", "enterAmount": "Masukan Amaun", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Masukkan Nota", "enterPasswordHint": "Masukkan kata laluan anda", "errorMessageCopied": "Mesej ralat disalin ke papan keratan", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Menghantar Transaksi", "sending": "Sedang dihantarkan", "sent": "Dihantar", - "sentTo": "Dihantar ke", + "sentTo": "Sent to", "setPassword": "Tetapkan kata laluan", "setPasswordSuccess": "Kata laluan telah ditetapkan dengan kejayaannya", "setWalletPassword": "Tetapkan Kata Laluan Wallet", @@ -247,6 +251,7 @@ "viewAddress": "Lihat Alamat", "viewTransaction": "Lihat Transaksi", "walletAddresses": "Alamat Dompet", + "walletAddress": "Wallet Address", "walletName": "Nama dompet", "walletNameDescription": "Masukkan nama untuk dompet anda", "walletNameHint": "Nama Dompet", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Sambungan selamat", "spectreUriInvalid": "URI Spectre tidak sah", "compoundUtxos": "Gabungkan Transaksi ", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Gabungkan berbilang UTXO menjadi satu", "compoundUtxosConfirmation": "Kompaun Transaksi?", "compoundingUtxos": "Urus niaga pengkompaunan transaksi", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Sila pastikan bahawa kunci awam lanjutan anda dimasukkan dengan betul!", "receiveAddressListEmpty": "Senarai alamat terima telah kosong", "changeAddressListEmpty": "Senarai alamat tukar telah kosong", - "hintAddressListEmpty": "Semak penapis alamat dari penjuru kanan sebelah atas" + "hintAddressListEmpty": "Semak penapis alamat dari penjuru kanan sebelah atas", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_nl.arb b/lib/l10n/app_nl.arb index 238a6f9..a33d4ae 100644 --- a/lib/l10n/app_nl.arb +++ b/lib/l10n/app_nl.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Account", "accounts": "Accounts", @@ -15,10 +15,12 @@ "addingNodeTitle": "Node wordt toegevoegd", "address": "Adres", "addressCopied": "Adres gekopieerd", - "addressCopiedFailed": "Failed to copy address", + "addressCopiedFailed": "Adres kopiëren is mislukt", "addressHint": "Voer adres in", "addressMissing": "Voer a.u.b. een adres in", "addressShare": "Deel adres", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Geavanceerd", "amount": "Hoeveelheid", "amountConfirm": "Hoeveelheid {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Wachtwoord van je wallet uitschakelen", "doContinue": "Doorgaan", "donate": "Doneer", + "donateTo": "Donate To", "dontShowAgain": "Niet meer laten zien", "emptyCardIntroUtxos": "Dit is de UTXOs tab. Alle UTXOs in je wallet zullen hier te zien zijn", "emptyResult": "Leeg resultaat", @@ -85,6 +88,7 @@ "encryptionFailedError": "Kan geen wachtwoord voor je wallet instellen", "enterAddress": "Vul adres in", "enterAmount": "Vul bedrag in", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Notitie invoeren", "enterPasswordHint": "Voer je wachtwoord in", "errorMessageCopied": "Fout melding gekopieerd naar klembord", @@ -100,17 +104,17 @@ "import": "Importeren", "importSecretPhrase": "Importeer Secret Phrase", "importSecretPhraseHint": "Vul hieronder jouw uit 24 woorden bestaande Secret Phrase in", - "importSecretPhraseHintCombo": "Please enter your 12 or 24 word secret phrase below.", - "importSecretPhraseHintLegacy": "Please enter your 12 word secret phrase below.", + "importSecretPhraseHintCombo": "Voer hieronder alsjeblieft jouw seed phrase bestaande uit 12 of 24 woorden in.", + "importSecretPhraseHintLegacy": "Voer hieronder uw seed phrase van 12 woorden in.", "importWallet": "Importeer wallet", - "importWalletDescription": "Please select an option below.", + "importWalletDescription": "Selecteer hieronder een optie.", "instantly": "Direct", "insufficientBalance": "Onvoldoende saldo", "insufficientBalanceDetails": "Je hebt niet genoeg SPR voor deze transactie", "invalidAddress": "Ongeldig adres van ontvanger", "invalidAmount": "Ongeldige hoeveelheid", "invalidChecksumMessage": "Controleer a.u.b. of je Secret Phrase\n goed is ingevoerd!", - "invalidKpubMessage": "Please check that your extended public key is entered correctly!", + "invalidKpubMessage": "Controleer alsjeblieft of je extended public key juist is ingevoerd!", "invalidDestinationAddress": "Ongeldig ontvangstadres", "invalidPassword": "Wachtwoord ongeldig", "spectreDevFund": "Spectre Dev Fund", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Transactie versturen", "sending": "Versturen", "sent": "Verstuurd", - "sentTo": "Verstuurd naar", + "sentTo": "Sent to", "setPassword": "Wachtwoord aanmaken", "setPasswordSuccess": "Wachtwoord van je wallet is succesvol ingesteld", "setWalletPassword": "Stel een wachtwoord voor je portemonnee in", @@ -237,8 +241,8 @@ "transferQrScanError": "Deze QR-code bevat geen geldige seed.", "transferQrScanHint": "Scan een Spectre \nseed of een private key", "unconfirmed": "onbevestigd", - "notAccepted": "not accepted", - "accepted": "accepted", + "notAccepted": "niet geaccepteerd", + "accepted": "geaccepteerd", "unknown": "Onbekend", "unlock": "Ontgrendelen", "unlockBiometrics": "Verifiëren om wallet te ontgrendelen", @@ -247,6 +251,7 @@ "viewAddress": "Bekijk adres", "viewTransaction": "Bekijk transactie", "walletAddresses": "Adressen van je Wallet", + "walletAddress": "Wallet Address", "walletName": "Naam van je wallet", "walletNameDescription": "Vul een naam voor je Wallet in", "walletNameHint": "Naam van je Wallet", @@ -263,44 +268,94 @@ "nodeNotSyncedException": "Node draait niet synchroon", "nodeNoUTXOIndexException": "Node heeft geen UTXO index", "nodeSecureConnection": "Beveiligde verbinding", - "spectreUriInvalid": "Invalid Spectre URI", - "compoundUtxos": "Compound transactions", - "compoundUtxosDescription": "Combine multiple UTXOs into one", - "compoundUtxosConfirmation": "Compound transactions?", - "compoundingUtxos": "Compounding transactions", - "compoundingMessage": "Please wait...", - "compoundSuccess": "Compound successful", - "compoundFailure": "Failed to compound transactions", - "compoundTooFewUtxos": "At least two UTXOs are required", - "balance": "Balance", - "maxSend": "Max Send", + "spectreUriInvalid": "Ongeldige Spectre URI", + "compoundUtxos": "Transacties compounden", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", + "compoundUtxosDescription": "Combineer meerdere UTXOs in één", + "compoundUtxosConfirmation": "Transacties compounden?", + "compoundingUtxos": "Transacties aan het compounden", + "compoundingMessage": "Even wachten...", + "compoundSuccess": "Compounden gelukt", + "compoundFailure": "Transacties compounden is mislukt", + "compoundTooFewUtxos": "Ten minste twee UTXO's zijn vereist", + "balance": "Saldo", + "maxSend": "Max verzonden", "compoundUppercased": "COMPOUND", - "closeUppercased": "CLOSE", - "scanMoreAddresses": "Scan For More Addresses", - "addressDiscovery": "Address Discovery", - "scanningTitle": "Scanning", - "scanningDescription": "Scanning for new addresses...", - "scanMore": "SCAN MORE", - "scanFailedMessage": "Scan failed, please try again later", + "closeUppercased": "SLUITEN", + "scanMoreAddresses": "Scan voor meer adressen", + "addressDiscovery": "Adres opzoeken", + "scanningTitle": "Scannen", + "scanningDescription": "Scannen naar nieuwe adressen...", + "scanMore": "MEER SCANNEN", + "scanFailedMessage": "Scan mislukt, probeer het later opnieuw", "indexHeader": "Index", - "currentIndex": "Current", - "scannedIndex": "Scanned", - "newIndex": "New", - "addressFilterDialogTitle": "Address Filter", - "addressFilterDialogOptionAllAddresses": "View All Addresses", - "addressFilterDialogOptionNonZeroBalances": "View Addresses With Balance", - "importOption24WordsTitle": "Import 24 Word Secret Phrase", - "importOption24WordsDescription": "Compatible with Cli Wallet", - "importOption12WordsTitle": "Import 12 Word Secret Phrase", - "importOption12WordsDescription": "Compatible with Web Wallet and Spectre Desktop", - "importOptionKpubTitle": "Import Watch Only Wallet", - "importOptionKpubDescription": "Monitor the balance and transactions of a wallet using an extended public key", - "importKpub": "Import Watch Only Wallet", - "importKpubHint": "Please enter your extended public key.", - "importKpubClipboardError": "Clipboard content is not a valid extended public key", - "importKpubQrCodeError": "QR code does not contain a valid extended public key", - "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", - "receiveAddressListEmpty": "Receive address list is empty", - "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "currentIndex": "Huidige", + "scannedIndex": "Gescand", + "newIndex": "Nieuw", + "addressFilterDialogTitle": "Filter adressen", + "addressFilterDialogOptionAllAddresses": "Bekijk alle adressen", + "addressFilterDialogOptionNonZeroBalances": "Bekijk alle adressen met saldo", + "importOption24WordsTitle": "Importeer 24-woordige seed phrase", + "importOption24WordsDescription": "Compatibel met de Cli Wallet", + "importOption12WordsTitle": "Importeer 12-woordige seed phrase", + "importOption12WordsDescription": "Compatibel met web wallet en Spectre Desktop", + "importOptionKpubTitle": "Importeer Watch Only Wallet", + "importOptionKpubDescription": "Monitor de balans en transacties van een wallet met behulp van een extended public key", + "importKpub": "Importeer Watch Only Wallet", + "importKpubHint": "Voer alsjeblieft je extended public key in.", + "importKpubClipboardError": "Klembordinhoud is geen geldige extended public key", + "importKpubQrCodeError": "QR-code bevat geen geldige extended public key", + "importKpubInvalidMessage": "Controleer alsjeblieft of je extended public key correct is ingevoerd!", + "receiveAddressListEmpty": "Ontvangstadreslijst is leeg", + "changeAddressListEmpty": "Wisseladreslijst is leeg", + "hintAddressListEmpty": "Controleer het adresfilter vanuit de rechterbovenhoek", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_no.arb b/lib/l10n/app_no.arb index 1bb9d31..f7d71b9 100644 --- a/lib/l10n/app_no.arb +++ b/lib/l10n/app_no.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Konto", "accounts": "Kontoer", @@ -19,6 +19,8 @@ "addressHint": "Angi adresse", "addressMissing": "Angi en adresse", "addressShare": "Del adresse", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Avansert", "amount": "Beløp", "amountConfirm": "Beløp {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Deaktiver passord på lommebok", "doContinue": "Fortsett", "donate": "Doner", + "donateTo": "Donate To", "dontShowAgain": "Ikke vis på nytt", "emptyCardIntroUtxos": "Dette er UTXO-fanen. Alle UTXOene i din lommebok vil vises her", "emptyResult": "Tøm resultat", @@ -85,6 +88,7 @@ "encryptionFailedError": "Klarte ikke å sette passord på lommebok", "enterAddress": "Angi adresse", "enterAmount": "Tast inn beløp", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Angi notis", "enterPasswordHint": "Tast inn ditt passord", "errorMessageCopied": "Feilmelding ble kopiert til utklippstavlen", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sender transaksjon", "sending": "Sender", "sent": "Sendt", - "sentTo": "Sendt til", + "sentTo": "Sent to", "setPassword": "Sett passord", "setPasswordSuccess": "Lommebokens passord er satt", "setWalletPassword": "Sett lommebokens passord", @@ -247,6 +251,7 @@ "viewAddress": "Vis adresse", "viewTransaction": "Vis transaksjoner", "walletAddresses": "Adresser i lommebok", + "walletAddress": "Wallet Address", "walletName": "Navn på lommebok", "walletNameDescription": "Angi et navn for din lommebok", "walletNameHint": "Navn på lommebok", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Sikker tilkobling", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_pl.arb b/lib/l10n/app_pl.arb index d81f5e1..24a6dd0 100644 --- a/lib/l10n/app_pl.arb +++ b/lib/l10n/app_pl.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-11-10T10:15:24.600Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Konto", "accounts": "Konta", @@ -19,6 +19,8 @@ "addressHint": "Wpisz adres", "addressMissing": "Proszę wpisać adres", "addressShare": "Udostępnij adres", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Zaawansowane", "amount": "Kwota", "amountConfirm": "Kwota {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Wyłącz hasło portfela", "doContinue": "Kontynuuj", "donate": "Wspomóż", + "donateTo": "Donate To", "dontShowAgain": "Nie pokazuj ponownie", "emptyCardIntroUtxos": "Tu jest sekcja niewydanej reszty UTXO, wszystkie UTXO w twoim portfelu pojawią się tutaj.", "emptyResult": "Pusty wynik", @@ -85,6 +88,7 @@ "encryptionFailedError": "Nie udało się ustawić hasła portfela", "enterAddress": "Wpisz adres", "enterAmount": "Wpisz kwotę", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Wpisz notatkę", "enterPasswordHint": "Wpisz swoje hasło", "errorMessageCopied": "Informacja o błędzie skopiowana do schowka", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Wysyłanie transakcji", "sending": "Wyślij", "sent": "Wysłano", - "sentTo": "Wyślij do", + "sentTo": "Sent to", "setPassword": "Ustaw hasło", "setPasswordSuccess": "Hasło do portfela zostało ustawione", "setWalletPassword": "Ustaw hasło portfela", @@ -206,7 +210,7 @@ "setupFailedMessage": "Coś poszło nie tak", "shareSpectrum": "Udostępnij Spectrum", "shareSpectrumSubject": "Zapoznaj się z Spectrum", - "shareSpectrumText": "Zapoznaj się z mobilnym portfelem Spectrum. \nStrona internetowa - spectre-network.org", + "shareSpectrumText": "Zapoznaj się z mobilnym portfelem Spectrum. \nStrona internetowa - spectre-network.org.", "somethingWentWrong": "Coś poszło nie tak", "systemDefault": "Domyślny język systemu", "tapToHide": "Dotknij, aby ukryć", @@ -247,6 +251,7 @@ "viewAddress": "Zobacz adres", "viewTransaction": "Zobacz transakcję", "walletAddresses": "Adresy portfela", + "walletAddress": "Wallet Address", "walletName": "Nazwa portfela", "walletNameDescription": "Wpisz nazwę dla swojego portfela", "walletNameHint": "Nazwa portfela", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Bezpieczne połączenie", "spectreUriInvalid": "Nieprawidłowe URI Spectre", "compoundUtxos": "Złóż transakcje", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Złóż wiele UTXO w jedno", "compoundUtxosConfirmation": "Złożyć transakcje?", "compoundingUtxos": "Składanie transakcji", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Sprawdź, czy rozszerzony klucz publiczny został wprowadzony poprawnie!", "receiveAddressListEmpty": "Lista adresów odbioru jest pusta", "changeAddressListEmpty": "Lista adresów do zmiany jest pusta", - "hintAddressListEmpty": "Sprawdź filtr adresów w prawym górnym rogu" + "hintAddressListEmpty": "Sprawdź filtr adresów w prawym górnym rogu", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_pt.arb b/lib/l10n/app_pt.arb index 3fe31c2..a15d5df 100644 --- a/lib/l10n/app_pt.arb +++ b/lib/l10n/app_pt.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Conta", "accounts": "Contas", @@ -19,6 +19,8 @@ "addressHint": "Insira o Endereço", "addressMissing": "Por Favor Insira um Endereço", "addressShare": "Compartilhar Endereço", + "spectreUriCopied": "URI Spectre Copiada", + "spectreUriCopyFailed": "Falha ao copiar a URI Spectre", "advancedHeader": "Avançado", "amount": "Valor", "amountConfirm": "Valor {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Desabilitar a Senha da Carteira", "doContinue": "Continuar", "donate": "Doar", + "donateTo": "Doar para", "dontShowAgain": "Não mostrar de novo", "emptyCardIntroUtxos": "Esta é a aba UTXOs. Todos os UTXOs em sua carteira aparecerão aqui.", "emptyResult": "Resultado Vazio", @@ -85,6 +88,7 @@ "encryptionFailedError": "Falha ao definir a senha da carteira", "enterAddress": "Insira o endereço", "enterAmount": "Digite o valor", + "enterFiatValue": "Insira o Valor Fiat", "enterNote": "Digite uma Anotação", "enterPasswordHint": "Digite sua senha", "errorMessageCopied": "Mensagem de erro copiada para a área de transferência", @@ -247,6 +251,7 @@ "viewAddress": "Ver Endereço", "viewTransaction": "Ver Transação", "walletAddresses": "Endereços da Carteira", + "walletAddress": "Endereço da Carteira", "walletName": "Nome da carteira", "walletNameDescription": "Digite um nome para a sua carteira", "walletNameHint": "Nome da Carteira", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Conexão segura ", "spectreUriInvalid": "URI de Spectre inválido", "compoundUtxos": "Combinar transacções ", + "compoundRequired": "Necessário Combinar", + "compoundRequiredDescription": "A quantidade da transação requer demasiados UTXOs. A combinação irá reduzir o número de UTXOs.", "compoundUtxosDescription": "Combinar múltiplos UTXOs para um", "compoundUtxosConfirmation": "Combinar transacções?", "compoundingUtxos": "A combinar transacções", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Por favor verifique se a chave pública está inserida correctamente! ", "receiveAddressListEmpty": "Lista de endereços para receber vazia", "changeAddressListEmpty": "Lista de endereços de troco vazia ", - "hintAddressListEmpty": "Verificar o filtro de endereços a partir do canto no topo direito" + "hintAddressListEmpty": "Verificar o filtro de endereços a partir do canto no topo direito", + "invalidSecretPhrase": "Frase Secreta Inváida", + "invalidSecretPhraseDetails": "A frase secreta que inseriu tem um checksum inválido.", + "invalidSecretPhraseConfirmation": "Eu sei o que estou a fazer.", + "contactSupport": "Contactar o Suporte", + "emailAction": "Email {email}", + "noteLabel": "Nota:", + "optionalLabel": "(Opcional)", + "moreInfo": "Mais Informações", + "selectAddress": "Seleccione o Endereço", + "kpubTitle": "Chave Pública Estendida", + "kpubAuth": "Ver Chave Pública Estendida", + "kpubDescription": "A chave pública estendida pode ser usada para importar sua carteira como uma carteira 'apenas para observação'.", + "copyKpub": "Copiar Kpub", + "kpubCopied": "Chave Pública Estendida Copiada", + "kpubCopyFailed": "Falha ao copiar Chave Pública Estendida", + "walletAddressesCopied": "Endereços da Carteira {addressType} Copiados para a Área de Transferência", + "walletAddressesCopyFailed": "Falha ao Copiar Endereços da Carteira {addressType}", + "txReport": "Relatório de Transacção", + "txReportSubtitle": "Obter ficheiro CSV com o histórico de transacções", + "txReportDetails": "Gerar um relatório de transacções, em formato CSV, que contenha todo o histórico de transacções da carteira.", + "txReportOptionIgnoreCompound": "Ignorar transacções combinadas", + "txReportOptionIgnoreSelfTxs": "Ignorar transacções enviadas para si mesmo", + "txReportOptionRefreshTxs": "Atualizar transacções", + "txReportGenerate": "Gerar", + "txReportStatusRefreshing": "A atualizar transacções", + "txReportStatusLoading": "A carregar transacções", + "txReportStatusReady": "O relatório de transacções está pronto!", + "txReportGetReport": "Obter relatório", + "txReportDate": "Data", + "txReportSentAmount": "Montante Enviado", + "txReportSentCurrency": "Moeda Enviada", + "txReportReceivedAmount": "Montante Recebido", + "txReportReceivedCurrency": "Moeda Recebida", + "txReportFeeAmount": "Montante da Taxa", + "txReportFeeCurrency": "Moeda da Taxa", + "txReportLabel": "Etiqueta", + "txReportDescription": "Descrição", + "txReportTxHash": "TxHash", + "txReportNote": "Nota", + "txReportLabelCost": "custo", + "txReportFeeForCompound": "Taxa para Transacção Combinada", + "txReportFeeForSelfSend": "Taxa para enviar para os próprios endereços", + "txReportError": "Erro ao gerar o relatório", + "txReportNoTxs": "Encontradas {numberOf} transacções.", + "txReportNoLoadedTxs": "({loadedTxs} de {totalTxs})", + "txFilterDialogTitle": "Filtro de Transacções", + "txFilterDialogOptionAllTxs": "\"Mostrar Todas as Transacções\"", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Ocultar Transacções da Coinbase Não Aceites" } \ No newline at end of file diff --git a/lib/l10n/app_ro.arb b/lib/l10n/app_ro.arb index 0dbe0f3..f1945aa 100644 --- a/lib/l10n/app_ro.arb +++ b/lib/l10n/app_ro.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-11-10T10:15:24.600Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Cont", "accounts": "Conturi", @@ -19,6 +19,8 @@ "addressHint": "Introdu adresa", "addressMissing": "Introduceți o Adresă", "addressShare": "Distribuie Adresa", + "spectreUriCopied": "Spectre URI a fost copiat", + "spectreUriCopyFailed": "Spectre URI nu a putut fi copiat", "advancedHeader": "Avansat", "amount": "Cantitate", "amountConfirm": "Cantitate {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Dezactivați parola portofelului", "doContinue": "Continuă", "donate": "Donează", + "donateTo": "Donează către", "dontShowAgain": "Nu arăta din nou", "emptyCardIntroUtxos": "Aceasta este fila UTXO. Toate UTXO-urile din portofelul tău vor apărea aici", "emptyResult": "Rezultatul este gol", @@ -85,6 +88,7 @@ "encryptionFailedError": "Setarea parolei a eșuat", "enterAddress": "Introdu adresa", "enterAmount": "Introdu suma", + "enterFiatValue": "Introduceți valoarea fiat", "enterNote": "Introdu nota", "enterPasswordHint": "Introdu parola", "errorMessageCopied": "Mesajul de eroare a fost copiat în clipboard", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Se efectuează tranzacția", "sending": "Trimitere...", "sent": "Trimis", - "sentTo": "Trimite către", + "sentTo": "Trimis către", "setPassword": "Setează parola", "setPasswordSuccess": "Parola a fost setată cu succes", "setWalletPassword": "Setați o parolă portofelului", @@ -247,6 +251,7 @@ "viewAddress": "Vezi adresa", "viewTransaction": "Vezi tranzacția", "walletAddresses": "Adresele portofelelor", + "walletAddress": "Adresa Portofelului", "walletName": "Numele portofelului", "walletNameDescription": "Introduceți un nume pentru portofelul Dvs.", "walletNameHint": "Numele Portofelului", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Conexiune securizată", "spectreUriInvalid": "Adresa URL Spectre este invalidă", "compoundUtxos": "Agrega tranzacțiile", + "compoundRequired": "Compus este necesar", + "compoundRequiredDescription": "Suma tranzacției necesită prea multe UTXO-uri. Compunerea va reduce numărul de UTXO-uri.", "compoundUtxosDescription": "Combină mai multe tranzacții in una singură", "compoundUtxosConfirmation": "Agregare tranzacții?", "compoundingUtxos": "Tranzacțiile se agregă", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Te rog să verifici dacă cheia ta publica extinsă este introdusă corect!", "receiveAddressListEmpty": "Lista de adrese pentru primire este goală", "changeAddressListEmpty": "Modificarea listei de adresa este goală", - "hintAddressListEmpty": "Verificati filtrul de adrese din colțul din dreapta sus" + "hintAddressListEmpty": "Verificati filtrul de adrese din colțul din dreapta sus", + "invalidSecretPhrase": "Fraza secreta este invalidă", + "invalidSecretPhraseDetails": "Fraza secretă introdusă are o sumă de verificare invalidă.", + "invalidSecretPhraseConfirmation": "Înțeleg ce fac", + "contactSupport": "Contactează Suport-ul", + "emailAction": "Email {email}", + "noteLabel": "Notă:", + "optionalLabel": "(Opțional)", + "moreInfo": "Mai multe informații", + "selectAddress": "Selectează Adresa", + "kpubTitle": "Cheia Publică Extinsă", + "kpubAuth": "Vezi Cheia Publică Extinsă", + "kpubDescription": "Cheia publică extinsă poate fi folosită pentru a importa portofelul dvs. ca un portofel 'doar pentru vizualizare'.", + "copyKpub": "Copiază Kpub", + "kpubCopied": "Cheia Publică Extinsă a fost copiată", + "kpubCopyFailed": "Nu s-a putut copia Cheia Publică Extinsă", + "walletAddressesCopied": "Adresele portofelului {addressType} au fost copiate în clipboard", + "walletAddressesCopyFailed": "Nu s-au putut copia adresele portofelului {addressType}", + "txReport": "Raport Tranzacție", + "txReportSubtitle": "Obțineți fișierul CSV cu istoricul tranzacțiilor", + "txReportDetails": "Generați un raport de tranzacții, în format CSV, care conține întregul istoric al tranzacțiilor portofelului.", + "txReportOptionIgnoreCompound": "Ignorați tranzacțiile compuse", + "txReportOptionIgnoreSelfTxs": "Ignorați tranzacțiile trimise către sine", + "txReportOptionRefreshTxs": "Reîmprospătați tranzacțiile", + "txReportGenerate": "Generează", + "txReportStatusRefreshing": "Se reîmprospătează tranzacțiile", + "txReportStatusLoading": "Se încarcă tranzacțiile", + "txReportStatusReady": "Raportul de tranzacții este pregătit!", + "txReportGetReport": "Obțineți Raportul", + "txReportDate": "Data", + "txReportSentAmount": "Sumă Trimisă", + "txReportSentCurrency": "Monedă Trimisă", + "txReportReceivedAmount": "Suma primită", + "txReportReceivedCurrency": "Valuta primită", + "txReportFeeAmount": "Suma taxei", + "txReportFeeCurrency": "Suma Valutei", + "txReportLabel": "Etichetă", + "txReportDescription": "Descriere", + "txReportTxHash": "TxHash", + "txReportNote": "Notă", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Taxa pentru tranzacția compusă", + "txReportFeeForSelfSend": "Taxa pentru a trimite către propriile adrese", + "txReportError": "Eroare la generarea raportului", + "txReportNoTxs": "Au fost găsite {numberOf} tranzacții.", + "txReportNoLoadedTxs": "({loadedTxs} din {totalTxs})", + "txFilterDialogTitle": "Filtru de tranzacție", + "txFilterDialogOptionAllTxs": "Arată toate Tranzacțiile", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Ascundeți tranzacțiile Coinbase care nu sunt acceptate" } \ No newline at end of file diff --git a/lib/l10n/app_ru.arb b/lib/l10n/app_ru.arb index 777e9a4..7184dbc 100644 --- a/lib/l10n/app_ru.arb +++ b/lib/l10n/app_ru.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Счёт", "accounts": "Счета", @@ -19,6 +19,8 @@ "addressHint": "Введите адрес", "addressMissing": "Пожалуйста, введите адрес", "addressShare": "Поделиться адресом", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Дополнительно", "amount": "Количество", "amountConfirm": "Количество {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Отключить пароль", "doContinue": "Продолжить", "donate": "Пожертвовать", + "donateTo": "Donate To", "dontShowAgain": "Не показывать снова", "emptyCardIntroUtxos": "Это вкладка с выходом неизрасходованных транзакций - UTXO. Здесь будут отображаться все UTXO вашего кошелька.", "emptyResult": "Пустой результат", @@ -85,6 +88,7 @@ "encryptionFailedError": "Не удалось установить пароль к кошельку", "enterAddress": "Введите адрес", "enterAmount": "Введите сумму", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Введите примечание", "enterPasswordHint": "Введите свой пароль", "errorMessageCopied": "Сообщение об ошибке скопировано в буфер обмена", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Отправка транзакции", "sending": "Отправить", "sent": "Отправлено", - "sentTo": "Отправлено на ", + "sentTo": "Sent to", "setPassword": "Установить пароль", "setPasswordSuccess": "Пароль был успешно установлен", "setWalletPassword": "Установить пароль кошелька", @@ -247,6 +251,7 @@ "viewAddress": "Посмотреть адрес", "viewTransaction": "Посмотреть транзакцию", "walletAddresses": "Адреса кошелька", + "walletAddress": "Wallet Address", "walletName": "Имя кошелька", "walletNameDescription": "Введите имя своего кошелька", "walletNameHint": "Имя кошелька", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Безопасное соединение", "spectreUriInvalid": "Недействительный URI Spectre", "compoundUtxos": "Сложить транзакции", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Сложить несколько UTXO в один", "compoundUtxosConfirmation": "Сложить транзакции?", "compoundingUtxos": "Сложение транзакций", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Проверьте, пожалуйста, правильность ввода расширенного публичного ключа!", "receiveAddressListEmpty": "Список адресов для получения пуст", "changeAddressListEmpty": "Список адресов для сдачи пуст", - "hintAddressListEmpty": "Проверьте фильтр адресов в правом верхнем углу" + "hintAddressListEmpty": "Проверьте фильтр адресов в правом верхнем углу", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_sk.arb b/lib/l10n/app_sk.arb new file mode 100644 index 0000000..864f47f --- /dev/null +++ b/lib/l10n/app_sk.arb @@ -0,0 +1,361 @@ +{ + "@@last_modified": "2024-08-07T17:01:14.137Z", + "@@author": "arb-converter-cli", + "account": "Účet", + "accounts": "Účty", + "ackBackedUp": "Ste si istí, že ste si zálohovali svoju tajnú frázu?", + "add": "Pridať", + "addAccount": "Pridať Účet", + "addContact": "Pridať kontakt", + "addNode": "Pridať Uzol", + "addNodeFailed": "Nepodarilo sa pridať Spectre uzol ", + "addNodeFailedMessage": "Failed: {error}", + "addNodeSuccess": "Uzol Úspešne Pridaný", + "addingNodeMessage": "Čakajte prosím, kontaktuje sa uzol", + "addingNodeTitle": "Uzol sa pridáva", + "address": "Adresa", + "addressCopied": "Adresa Skopírovaná", + "addressCopiedFailed": "Nepodarilo sa skopírovať adresu", + "addressHint": "Zadajte Adresu", + "addressMissing": "Prosím Zadajte Adresu", + "addressShare": "Zdieľať Adresu", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", + "advancedHeader": "Rozšírené nastavenia", + "amount": "Čiastka", + "amountConfirm": "Čiastka {amount} {coin}", + "amountMissing": "Prosím Zadajte Čiastku", + "amountZero": "Čiastka sa nesmie rovnať nule", + "areYouSure": "Ste si istí?", + "authBiometricMessage": "Authenticate to Add Wallet", + "authMethod": "Spôsob Overovania", + "authPinMessage": "Zadajte PIN pre Pridanie Peňaženky", + "autoLockHeader": "Automaticky Zamknúť", + "available": "Available", + "backupConfirmButton": "I've Backed It Up", + "backupSecretPhrase": "Zálohovať Tajnú Frázu", + "biometricsMethod": "Biometrické údaje", + "blockExplorer": "Prieskumník Blokov", + "cancel": "Zrušiť", + "change": "Zmeniť", + "changeAddress": "Change Address", + "changeAddressCopied": "Change address copied", + "changeIndex": "Change Index", + "changeIndexParam": "Change {addressIndex}", + "checkCameraPermission": "Please check camera permissions", + "clipboardEmpty": "Clipboard is empty", + "close": "Zavrieť", + "confirm": "Potvrdiť", + "confirmPasswordHint": "Potvrdiť heslo", + "confirmations": "{confirmations} potvrdení", + "confirmed": "potvrdená", + "confirming": "potvrdzovanie", + "contactAdded": "Kontakt {contactName} bol pridaný", + "contactAddressCopied": "{address} address copied", + "contactExists": "Kontakt už Existuje", + "contactHeader": "Kontakt", + "contactInvalid": "Neplatný Názov Kontaktu", + "contactNameHint": "Zadajte Názov @", + "contactNameMissing": "Zadajte názov pre tento Kontakt", + "contactRemoved": "Kontakt {contactName} bol odstránený!", + "contactsHeader": "Kontakty", + "contactsImportErr": "Nepodarilo sa importovať kontakty", + "contactsImportSuccess": "Úspešne importované kontakty v počte - {noContacts}", + "copied": "Skopírované", + "copy": "Kopírovať", + "copyAddress": "Kopírovať Adresu", + "copyErrorButton": "Chyba pri Kopírovaní", + "createAPasswordHeader": "Vytvorte heslo.", + "createPasswordFirstParagraph": "Môžete vytvoriť heslo pre dodatočné zabezpečenie svojej peňaženky.", + "createPasswordHint": "Vytvoriť heslo", + "createPasswordSecondParagraph": "Heslo je voliteľné a vaša peňaženka bude chránená PIN kódom alebo biometrickými údajmi.", + "createPasswordSheetHeader": "Vytvoriť", + "currency": "Mena", + "currencyPoweredBy": "Powered by CoinGecko", + "defaultAccountName": "Adresa 1", + "defaultNewAccountName": "Receive {addressIndex}", + "defaultWalletName": "Moja Peňaženka", + "disablePasswordSheetHeader": "Disable", + "disablePasswordSuccess": "Password has been disabled", + "disableWalletPassword": "Disable Wallet Password", + "doContinue": "Pokračovať", + "donate": "Darovať", + "donateTo": "Donate To", + "dontShowAgain": "Don't show again", + "emptyCardIntroUtxos": "Toto je karta UTXO. Tu sa zobrazia všetky UTXO vo vašej peňaženke", + "emptyResult": "Empty Result", + "emptyWalletName": "Názov Peňaženky nesmie byť prázdny", + "encryptionFailedError": "Failed to set a wallet password", + "enterAddress": "Enter Address", + "enterAmount": "Enter Amount", + "enterFiatValue": "Enter Fiat Value", + "enterNote": "Enter Note", + "enterPasswordHint": "Enter your password", + "errorMessageCopied": "Error message copied to clipboard", + "exampleCardIntro": "This is the transactions tab. Once you send or receive a transaction, it will show up here.", + "export": "Export", + "fee": "Fee", + "feeConfirm": "Fee {amount} {coin}", + "feeTitle": "FEE", + "fetchingTransactions": "Získavanie Transakcií", + "fingerprintSeedBackup": "Authenticate to Backup Secret Phrase.", + "goBackButton": "Go Back", + "gotItButton": "Got It!", + "import": "Import", + "importSecretPhrase": "Import Secret Phrase", + "importSecretPhraseHint": "Please enter your 24 word secret phrase below.", + "importSecretPhraseHintCombo": "Please enter your 12 or 24 word secret phrase below.", + "importSecretPhraseHintLegacy": "Please enter your 12 word secret phrase below.", + "importWallet": "Import Wallet", + "importWalletDescription": "Please select an option below.", + "instantly": "Instantly", + "insufficientBalance": "Insufficient Balance", + "insufficientBalanceDetails": "Na túto transakciu nemáte dostatok SPR", + "invalidAddress": "Address entered was invalid", + "invalidAmount": "Invalid Amount", + "invalidChecksumMessage": "Please check that your Secret Phrase\n is entered correctly!", + "invalidKpubMessage": "Please check that your extended public key is entered correctly!", + "invalidDestinationAddress": "Invalid Destination Address", + "invalidPassword": "Invalid Password", + "spectreDevFund": "Spectre Dev Fund", + "spectrumWallet": "Spectrum Wallet", + "language": "Jazyk", + "loadingTransactions": "Načítavanie Transakcií...", + "lockAppSetting": "Authenticate on Launch", + "locked": "Locked", + "loggingOutMessage": "Logging out...", + "logout": "Logout", + "logoutDialogContent": "Are you sure you want to logout from this wallet?", + "logoutOrSwitchWallet": "Logout / Switch Wallet", + "manage": "Manage", + "manualEntry": "Manual Entry", + "networkHeader": "Sieť", + "newAddress": "New Address", + "newWallet": "New Wallet", + "nextButton": "Next", + "no": "No", + "noContactsExport": "There's no contacts to export", + "noContactsImport": "No new contacts to import", + "noQrCodeFound": "No QR code found", + "noSkipButton": "No, Skip", + "noUppercase": "NO", + "nodeAddress": "Spectre Node", + "nodeDeleteMessage": "Are you sure you want to delete?", + "nodeDeleteTitle": "Delete Spectre Node Config?", + "nodeNameEmpty": "Názov Uzla nesmie byť prázdny", + "nodeNameHint": "Zadajte Názov Uzla", + "nodeUrlHint": "Enter Node URL", + "nodeUrlInvalid": "Invalid node URL", + "nodesSheetTitle": "Spectre Nodes", + "off": "Off", + "on": "On", + "paperWallet": "Paper Wallet", + "passwordBlank": "Password cannot be empty", + "passwordNoLongerRequiredToOpenParagraph": "You will not need a password to open this wallet.", + "passwordWillBeRequiredToOpenParagraph": "This password will be required to open this wallet.", + "passwordsDontMatch": "Passwords do not match", + "pasteMnemonicError": "Clipboard content is not a valid secret phrase", + "pending": "pending", + "pinConfirmError": "Pins do not match", + "pinConfirmTitle": "Confirm your PIN", + "pinCreateTitle": "Create a 6-digit PIN", + "pinEnterTitle": "Enter PIN", + "pinInvalid": "Invalid PIN entered", + "pinMethod": "PIN", + "pinSeedBackup": "Enter PIN to Backup Secret Phrase", + "preferences": "Preferences", + "privacyPolicy": "Privacy Policy", + "qrInvalidAddress": "QR code does not contain a valid address", + "qrInvalidSeed": "QR code does not contain a valid seed or private key", + "qrMnemonicError": "QR code does not contain a valid secret phrase", + "receive": "Receive", + "receiveAddress": "Receive Address", + "receiveAddressCopied": "Receive address copied", + "receiveIndex": "Receive Index", + "receiveIndexParam": "Receive {addressIndex}", + "received": "Received", + "removeContact": "Remove Contact", + "removeContactConfirmation": "Ste si istí, že chcete odstrániť kontakt {contactName}?", + "removeWalletAction": "Remove Wallet", + "removeWalletBiometricsMessage": "Authenticate to Remove Wallet", + "removeWalletDetail": "Removing this wallet will remove the Secret Phrase and all wallet-related data from this device. If the Secret Phrase is not backed up, you will never be able to access your funds again.", + "removeWalletPinMessage": "Enter PIN to Remove Wallet", + "removeWalletReassurance": "As long as you've backed up the Secret Phrase you have nothing to worry about.", + "requireAPasswordToOpenHeader": "Require a password to open this wallet?", + "restartSetupButton": "Restart Setup", + "scanQrCode": "Naskenovať QR Kód", + "scanQrCodeError": "Failed to parse qr code", + "secretInfo": "In the next screen, you will see your secret phrase. It is a password to access your funds. It is crucial that you back it up and never share it with anyone.", + "secretInfoHeader": "Safety First!", + "secretPhrase": "Secret Phrase", + "secretWarning": "If you lose your device or uninstall the application, you'll need your secret phrase to recover your funds!", + "securityHeader": "Zabezpečenie", + "seed": "Seed", + "seedInvalid": "Seed is Invalid", + "send": "Send", + "sendConfirm": "Send", + "sendError": "An error occurred. Please try again", + "sendNote": "NOTE", + "sendToAddressTitle": "To", + "sendTxProgressDescription": "Počkajte, kým sa transakcia odošle", + "sendTxProgressTitle": "Odosielanie Transakcie", + "sending": "Send", + "sent": "Sent", + "sentTo": "Sent to", + "setPassword": "Set Password", + "setPasswordSuccess": "Wallet password has been set", + "setWalletPassword": "Set Wallet Password", + "settingsHeader": "Settings", + "settingsTransfer": "Load from Paper Wallet", + "setupFailedMessage": "Something went wrong", + "shareSpectrum": "Share Spectrum", + "shareSpectrumSubject": "Check out Spectrum Wallet", + "shareSpectrumText": "Check out Spectrum - Spectre Mobile Wallet.\nWebsite - spectre-network.org", + "somethingWentWrong": "Something went wrong", + "systemDefault": "System Default", + "tapToHide": "Tap to hide", + "tapToReveal": "Tap to reveal", + "themeDark": "Tmavá Téma", + "themeAMOLEDDark": "AMOLED Dark Theme", + "themeHeader": "Téma", + "themeLight": "Svetlá Téma", + "thisWallet": "#This Wallet", + "to": "To", + "toAddress": "To Address", + "tooManyFailedAttempts": "Too many failed unlock attempts.", + "totalValue": "Total Value", + "transactionId": "ID Transakcie", + "transactionsUppercase": "TRANSAKCIE", + "transfer": "Transfer", + "transferClose": "Tap anywhere to close the window.", + "transferComplete": "{amount} SPR successfully transferred to your Spectrum Wallet.\n", + "transferConfirmInfo": "A wallet with a balance of {amount} SPR has been detected.", + "transferConfirmInfoSecond": "Tap confirm to transfer the funds.\n", + "transferConfirmInfoThird": "Transfer may take several seconds to complete.", + "transferError": "An error has occurred during the transfer. Please try again later.", + "transferHeader": "Transfer Funds", + "transferIntro": "This process will transfer the funds from a paper wallet to your Spectrum wallet.\n\nTap the \"{button}\" button to start.", + "transferLoading": "Transferring", + "transferManualHint": "Please enter the seed below.", + "transferNoFunds": "This seed does not have any SPR on it", + "transferQrScanError": "This QR code does not contain a valid seed.", + "transferQrScanHint": "Vyhľadať Spectre\nseed alebo privátny kľúč", + "unconfirmed": "unconfirmed", + "notAccepted": "not accepted", + "accepted": "accepted", + "unknown": "unknown", + "unlock": "Unlock", + "unlockBiometrics": "Authenticate to Unlock Wallet", + "unlockPin": "Enter PIN to Unlock Wallet", + "utxosUppercase": "UTXO", + "viewAddress": "View Address", + "viewTransaction": "Zobraziť Transakciu", + "walletAddresses": "Adresy Peňaženiek", + "walletAddress": "Wallet Address", + "walletName": "Meno peňaženky", + "walletNameDescription": "Zadajte názov svojej peňaženky", + "walletNameHint": "Názov Peňaženky", + "walletSetupAddressDiscovery": "Running Address Discovery", + "walletSetupMessage": "Setting up wallet", + "walletsTitle": "Peňaženky", + "warning": "Upozornenie", + "welcomeMessage": "Welcome!\n\nThis is version {version} of Spectrum - the mobile wallet for Spectre", + "welcomeText": "Welcome to Spectrum. To begin, you may create a new wallet or import an existing one.", + "xMinutes": "After {minutes, plural, =1{1 minute} other{{minutes} minutes}}", + "yes": "Áno", + "yesButton": "Áno", + "yesUppercase": "ÁNO", + "nodeNotSyncedException": "Uzol nie je synchronizovaný", + "nodeNoUTXOIndexException": "Uzol nemá index UTXO", + "nodeSecureConnection": "Bezpečné pripojenie", + "spectreUriInvalid": "Neplatné Spectre URI", + "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", + "compoundUtxosDescription": "Kombinácia viacerých UTXO do jedného", + "compoundUtxosConfirmation": "Compound transactions?", + "compoundingUtxos": "Compounding transactions", + "compoundingMessage": "Čakajte prosím...", + "compoundSuccess": "Compound successful", + "compoundFailure": "Failed to compound transactions", + "compoundTooFewUtxos": "Vyžadujú sa najmenej dve UTXO", + "balance": "Zostatok", + "maxSend": "Max Send", + "compoundUppercased": "ZLOŽIŤ", + "closeUppercased": "ZAVRIEŤ", + "scanMoreAddresses": "Vyhľadávanie Ďalších Adries", + "addressDiscovery": "Address Discovery", + "scanningTitle": "Vyhľadávanie", + "scanningDescription": "Vyhľadávanie nových adries...", + "scanMore": "VYHĽADAŤ VIAC", + "scanFailedMessage": "Vyhľadávanie zlyhalo, skúste to prosím neskôr", + "indexHeader": "Index", + "currentIndex": "Current", + "scannedIndex": "Naskenované", + "newIndex": "New", + "addressFilterDialogTitle": "Address Filter", + "addressFilterDialogOptionAllAddresses": "Zobraziť Všetky Adresy", + "addressFilterDialogOptionNonZeroBalances": "Zobraziť Adresy so Zostatkom", + "importOption24WordsTitle": "Import 24 Word Secret Phrase", + "importOption24WordsDescription": "Compatible with Cli Wallet", + "importOption12WordsTitle": "Import 12 Word Secret Phrase", + "importOption12WordsDescription": "Compatible with Web Wallet and Spectre Desktop", + "importOptionKpubTitle": "Import Watch Only Wallet", + "importOptionKpubDescription": "Monitor the balance and transactions of a wallet using an extended public key", + "importKpub": "Import Watch Only Wallet", + "importKpubHint": "Zadajte prosím svoj rozšírený verejný kľúč.", + "importKpubClipboardError": "Clipboard content is not a valid extended public key", + "importKpubQrCodeError": "QR code does not contain a valid extended public key", + "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", + "receiveAddressListEmpty": "Receive address list is empty", + "changeAddressListEmpty": "Change address list is empty", + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" +} diff --git a/lib/l10n/app_sl.arb b/lib/l10n/app_sl.arb index 18b0e63..ac02edc 100644 --- a/lib/l10n/app_sl.arb +++ b/lib/l10n/app_sl.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Račun", "accounts": "Računi", @@ -19,6 +19,8 @@ "addressHint": "Enter Address", "addressMissing": "Prosim vnesite naslov", "addressShare": "Deli naslov", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Advanced", "amount": "Amount", "amountConfirm": "Amount {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Disable Wallet Password", "doContinue": "Continue", "donate": "Donate", + "donateTo": "Donate To", "dontShowAgain": "Don't show again", "emptyCardIntroUtxos": "This is the UTXOs tab. All UTXOs in your wallet will appear here", "emptyResult": "Empty Result", @@ -85,6 +88,7 @@ "encryptionFailedError": "Failed to set a wallet password", "enterAddress": "Vnesite naslov", "enterAmount": "Vnesite znesek", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Enter Note", "enterPasswordHint": "Enter your password", "errorMessageCopied": "Error message copied to clipboard", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sending Transaction", "sending": "Pošiljam", "sent": "Poslano", - "sentTo": "Poslano", + "sentTo": "Sent to", "setPassword": "Set Password", "setPasswordSuccess": "Wallet password has been set", "setWalletPassword": "Set Wallet Password", @@ -247,6 +251,7 @@ "viewAddress": "View Address", "viewTransaction": "View Transaction", "walletAddresses": "Wallet Addresses", + "walletAddress": "Wallet Address", "walletName": "Wallet name", "walletNameDescription": "Enter a name for your wallet", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_sq.arb b/lib/l10n/app_sq.arb index bd8c458..8546992 100644 --- a/lib/l10n/app_sq.arb +++ b/lib/l10n/app_sq.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Llogaria", "accounts": "Llogaritë", @@ -19,6 +19,8 @@ "addressHint": "Fut Adresën", "addressMissing": "Ju lutemi shkruani një adresë", "addressShare": "Ndani adresën", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "E avancuar", "amount": "Sasia", "amountConfirm": "Shuma {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Çaktivizo fjalëkalimin e portofolit", "doContinue": "Vazhdo", "donate": "Dhuroni", + "donateTo": "Donate To", "dontShowAgain": "Mos e shfaq më", "emptyCardIntroUtxos": "Kjo është skeda UTXOs. Të gjitha UTXO-të në portofolin tuaj do të shfaqen këtu", "emptyResult": "Rezultati bosh", @@ -85,6 +88,7 @@ "encryptionFailedError": "Vendosja e fjalëkalimit të portofolit dështoi", "enterAddress": "Fut adresën", "enterAmount": "Futni shumën", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Shkruani Shënimin", "enterPasswordHint": "Futni fjalëkalimin tuaj", "errorMessageCopied": "Mesazhi i gabimit u kopjua", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Dërgimi i transaksionit", "sending": "Dërgo", "sent": "Dërguar", - "sentTo": "Dërgo në", + "sentTo": "Sent to", "setPassword": "Vendosni fjalëkalimin", "setPasswordSuccess": "Është vendosur fjalëkalimi i portofolit", "setWalletPassword": "Vendosni fjalëkalimin e portofolit", @@ -247,6 +251,7 @@ "viewAddress": "Shiko adresën", "viewTransaction": "Shikoni transaksionin", "walletAddresses": "Adresat e portofolit", + "walletAddress": "Wallet Address", "walletName": "Emri i portofolit", "walletNameDescription": "Futni një emër për portofolin tuaj", "walletNameHint": "Emri i portofolit", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Lidhje e sigurt", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_sr.arb b/lib/l10n/app_sr.arb index 8a5d12c..c7aaf33 100644 --- a/lib/l10n/app_sr.arb +++ b/lib/l10n/app_sr.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Налог", "accounts": "Налози", @@ -19,6 +19,8 @@ "addressHint": "Унесите Адресу", "addressMissing": "Молимо Вас Унесите Адресу", "addressShare": "Подели Адресу", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Напредно", "amount": "Износ", "amountConfirm": "Износ {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Онемогући Шифру Новчаника", "doContinue": "Настави", "donate": "Донирај", + "donateTo": "Donate To", "dontShowAgain": "Не приказуј поново", "emptyCardIntroUtxos": "Ово је УТИКСО таб. Сви УТИКСОс у вашем новчанику ће бити приказани овде.", "emptyResult": "Празан Резултат", @@ -85,6 +88,7 @@ "encryptionFailedError": "Неуспело постављање шифре новчаника", "enterAddress": "Унесите Адресу", "enterAmount": "Унесите износ", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Унесите белешку", "enterPasswordHint": "Унесите шифру", "errorMessageCopied": "Порука грешке је копирана у тастатуру", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Трансакција се Шаље", "sending": "Пошаљи", "sent": "Послато", - "sentTo": "Пошалјите до", + "sentTo": "Sent to", "setPassword": "Подеси Шифру", "setPasswordSuccess": "Шифра новчаника је успешно подешена", "setWalletPassword": "Подеси Шифру Новчаника", @@ -247,6 +251,7 @@ "viewAddress": "Види Адресу", "viewTransaction": "Види Трансакцију", "walletAddresses": "Адреса Новчаника", + "walletAddress": "Wallet Address", "walletName": "Име новчаника", "walletNameDescription": "Унесите име за ваш новчаник", "walletNameHint": "Име Новчаника", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Безбедна веза", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_sv.arb b/lib/l10n/app_sv.arb index 67006b8..6560f26 100644 --- a/lib/l10n/app_sv.arb +++ b/lib/l10n/app_sv.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Konto", "accounts": "Konton", @@ -19,6 +19,8 @@ "addressHint": "Ange adress", "addressMissing": "Ange en adress", "addressShare": "Dela adress", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Avancerad ", "amount": "Belopp", "amountConfirm": "Belopp {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Avaktivera plånbokslösenord", "doContinue": "Fortsätt", "donate": "Donera", + "donateTo": "Donate To", "dontShowAgain": "Visa inte igen", "emptyCardIntroUtxos": "Det här är fliken för unspent transaction outputs. Alla UTXOs i din plånbok kommer att visas här", "emptyResult": "Inget resultat", @@ -85,6 +88,7 @@ "encryptionFailedError": "Misslyckades med att ställa in ett lösenord", "enterAddress": "Ange adress", "enterAmount": "Ange belopp", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Ange notering ", "enterPasswordHint": "Ange ditt lösenord", "errorMessageCopied": "Felkodmeddelande kopierad till urklipp", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Skickar transaktion", "sending": "Skicka", "sent": "Skickat", - "sentTo": "Skicka till", + "sentTo": "Sent to", "setPassword": "Ställ in lösenord", "setPasswordSuccess": "Lösenordet har ställts in", "setWalletPassword": "Ställ in plånbokslösenord", @@ -247,6 +251,7 @@ "viewAddress": "Kolla adress", "viewTransaction": "Kolla transaktion", "walletAddresses": "Plånboks adresser", + "walletAddress": "Wallet Address", "walletName": "Plånbokens namn", "walletNameDescription": "Skriv in ett namn för din plånbok", "walletNameHint": "Plånbokens namn", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Säkra anslutning", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_te.arb b/lib/l10n/app_te.arb index f0696bd..8a770de 100644 --- a/lib/l10n/app_te.arb +++ b/lib/l10n/app_te.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-10-08T18:51:30.958Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "ఖాతా", "accounts": "ఖాతాలు", @@ -19,6 +19,8 @@ "addressHint": "ఎంటర్ చిరునామా", "addressMissing": "దయచేసి చిరునామాను నమోదు చేయండి", "addressShare": "చిరునామాను పంచుకోండి", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "ఆధునిక", "amount": "మొత్తం", "amountConfirm": "మొత్తం {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "వాలెట్ పాస్‌వర్డ్‌ని నిలిపివేయండి", "doContinue": "కొనసాగుతుంది", "donate": "దానం చేయండి", + "donateTo": "Donate To", "dontShowAgain": "మళ్లీ చూపించవద్దు", "emptyCardIntroUtxos": "ఇది UTXOs ట్యాబ్. మీ వాలెట్‌లోని అన్ని UTXOలు ఇక్కడ కనిపిస్తాయి", "emptyResult": "ఖాళీ ఫలితం", @@ -85,6 +88,7 @@ "encryptionFailedError": "వాలెట్ పాస్‌వర్డ్‌ని సెట్ చేయడంలో విఫలమైంది", "enterAddress": "చిరునామాను నమోదు చేయండి", "enterAmount": "మొత్తాన్ని నమోదు చేయండి", + "enterFiatValue": "Enter Fiat Value", "enterNote": "గమనికను నమోదు చేయండి", "enterPasswordHint": "మొత్తాన్ని నమోదు చేయండి", "errorMessageCopied": "లోపం సందేశం క్లిప్‌బోర్డ్‌కి కాపీ చేయబడింది", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "లావాదేవీని పంపుతోంది", "sending": "పంపండి", "sent": "పంపారు", - "sentTo": "పంపే", + "sentTo": "Sent to", "setPassword": "పాస్వర్డ్ను సెట్ చేయండి", "setPasswordSuccess": "వాలెట్ పాస్‌వర్డ్ సెట్ చేయబడింది", "setWalletPassword": "వాలెట్ పాస్‌వర్డ్‌ని సెట్ చేయండి", @@ -247,6 +251,7 @@ "viewAddress": "చిరునామాను వీక్షించండి", "viewTransaction": "లావాదేవీని వీక్షించండి", "walletAddresses": "వాలెట్ చిరునామాలు", + "walletAddress": "Wallet Address", "walletName": "వాలెట్ పేరు", "walletNameDescription": "మీ వాలెట్ కోసం పేరును నమోదు చేయండి", "walletNameHint": "వాలెట్ పేరు", @@ -265,6 +270,8 @@ "nodeSecureConnection": "సురక్షిత కనెక్షన్", "spectreUriInvalid": "చెల్లని Spectre URI", "compoundUtxos": "సమ్మేళనం లావాదేవీలు", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "బహుళ UTXOలను ఒకటిగా కలపండి", "compoundUtxosConfirmation": "సమ్మేళనం లావాదేవీలు?", "compoundingUtxos": "కాంపౌండింగ్ లావాదేవీలు", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "దయచేసి మీ పొడిగించిన పబ్లిక్ కీ సరిగ్గా నమోదు చేయబడిందో లేదో తనిఖీ చేయండి!", "receiveAddressListEmpty": "స్వీకరించే చిరునామా జాబితా ఖాళీగా ఉంది", "changeAddressListEmpty": "చిరునామా మార్పు జాబితా ఖాళీగా ఉంది", - "hintAddressListEmpty": "ఎగువ కుడి మూలలో నుండి చిరునామా ఫిల్టర్‌ని తనిఖీ చేయండి" + "hintAddressListEmpty": "ఎగువ కుడి మూలలో నుండి చిరునామా ఫిల్టర్‌ని తనిఖీ చేయండి", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_tl.arb b/lib/l10n/app_tl.arb index e325182..168561c 100644 --- a/lib/l10n/app_tl.arb +++ b/lib/l10n/app_tl.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Account", "accounts": "Mga Account", @@ -19,6 +19,8 @@ "addressHint": "Ilagay ang Address", "addressMissing": "Mangyaring magpasok ng patutunguhan", "addressShare": "I-share", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Advanced", "amount": "Amount", "amountConfirm": "Amount {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "I-disable ang Wallet Password", "doContinue": "Continue", "donate": "Donate", + "donateTo": "Donate To", "dontShowAgain": "Don't show again", "emptyCardIntroUtxos": "This is the UTXOs tab. All UTXOs in your wallet will appear here", "emptyResult": "Empty Result", @@ -85,6 +88,7 @@ "encryptionFailedError": "Nabigo sa paglagay ng wallet password", "enterAddress": "Ilagay ang Address", "enterAmount": "Ilagay ang Amount", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Enter Note", "enterPasswordHint": "Ilagay ang password", "errorMessageCopied": "Error message copied to clipboard", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sending Transaction", "sending": "Pinapadala", "sent": "Naipadala", - "sentTo": "Pinadala sa", + "sentTo": "Sent to", "setPassword": "Maglagay ng Password", "setPasswordSuccess": "Ang password ay nakalagay na", "setWalletPassword": "Maglagay ng Wallet Password", @@ -247,6 +251,7 @@ "viewAddress": "View Address", "viewTransaction": "View Transaction", "walletAddresses": "Wallet Addresses", + "walletAddress": "Wallet Address", "walletName": "Wallet name", "walletNameDescription": "Enter a name for your wallet", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_tr.arb b/lib/l10n/app_tr.arb index 7304023..ac008b5 100644 --- a/lib/l10n/app_tr.arb +++ b/lib/l10n/app_tr.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Hesap", "accounts": "Hesaplar", @@ -19,6 +19,8 @@ "addressHint": "Adres Gir", "addressMissing": "Lütfen Bir Adres Girin", "addressShare": "Adresi Paylaş", + "spectreUriCopied": "Spectre URI Adresi Kopyalandı", + "spectreUriCopyFailed": "Spectre URI adresi kopyalanamadı", "advancedHeader": "Gelişmiş", "amount": "Miktar", "amountConfirm": "Miktar {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Cüzdan Şifresini Devre Dışı Bırak", "doContinue": "Devam et", "donate": "Bağış Yap", + "donateTo": "Bağış Yap:", "dontShowAgain": "Tekrar gösterme", "emptyCardIntroUtxos": "Burası UTXO sekmesi. Cüzdanınızdaki tüm UTXO işlemleri burada gösterilir.", "emptyResult": "Boş Sonuç", @@ -85,6 +88,7 @@ "encryptionFailedError": "Cüzdan şifresi oluşturma işlemi başarısız", "enterAddress": "Adres Girin", "enterAmount": "Miktar Girin", + "enterFiatValue": "İtibari Para Değerini Gir", "enterNote": "Not Gir", "enterPasswordHint": "Şifrenizi girin", "errorMessageCopied": "Hata mesajı panoya kopyalandı", @@ -186,7 +190,7 @@ "secretPhrase": "Gizli Cümle", "secretWarning": "Cihazınızı kaybederseniz ya da uygulamayı kaldırırsanız bakiyenize erişmek için gizli cümlenize ihtiyacınız olacak!", "securityHeader": "Güvenlik", - "seed": "Seed", + "seed": "Anahtar Cümle (Seed)", "seedInvalid": "Anahtar cümle (seed) geçersiz", "send": "Gönder", "sendConfirm": "Gönder", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "İşlem Gönderiliyor", "sending": "Gönder", "sent": "Gönderildi", - "sentTo": "Alıcı", + "sentTo": "Şu adrese gönderildi:", "setPassword": "Şifre Belirle", "setPasswordSuccess": "Cüzdan şifresi belirlendi", "setWalletPassword": "Cüzdan Şifresi Belirle", @@ -247,6 +251,7 @@ "viewAddress": "Adresi Göster", "viewTransaction": "İşlemi Göster", "walletAddresses": "Cüzdan Adresleri", + "walletAddress": "Cüzdan Adresi", "walletName": "Cüzdan adı", "walletNameDescription": "Cüzdanınız için bir ad girin", "walletNameHint": "Cüzdan Adı", @@ -264,13 +269,15 @@ "nodeNoUTXOIndexException": "Node'un UTXO dizini yok", "nodeSecureConnection": "Güvenli bağlantı", "spectreUriInvalid": "Geçersiz Spectre URI Adresi", - "compoundUtxos": "Compound transactions", + "compoundUtxos": "İşlemleri birleştir", + "compoundRequired": "Birleştirme Gerekli", + "compoundRequiredDescription": "İşlemdeki miktar, çok fazla UTXO gerektiriyor. Birleştirilirse gereken UTXO miktarı azalacak.", "compoundUtxosDescription": "Birden çok UTXO'yu tek bir UTXO'da birleştir", - "compoundUtxosConfirmation": "Compound transactions?", - "compoundingUtxos": "Compounding transactions", + "compoundUtxosConfirmation": "İşlemler birleştirilsin mi?", + "compoundingUtxos": "İşlemler birleştiriliyor", "compoundingMessage": "Lütfen bekleyin...", "compoundSuccess": "Birleştirme işlemi başarılı", - "compoundFailure": "Failed to compound transactions", + "compoundFailure": "İşlemler birleştirilemedi", "compoundTooFewUtxos": "En az iki UTXO gerekiyor", "balance": "Bakiye", "maxSend": "Maks. Gönderim Miktarı", @@ -290,7 +297,7 @@ "addressFilterDialogOptionAllAddresses": "Tüm Adresleri Göster", "addressFilterDialogOptionNonZeroBalances": "Bakiyesi Olan Adresleri Göster", "importOption24WordsTitle": "24 Kelimelik Gizli Cümleyi Aktar", - "importOption24WordsDescription": "Cli Wallet ile uyumlu", + "importOption24WordsDescription": "Cli Cüzdan ile uyumlu", "importOption12WordsTitle": "12 Kelimelik Gizli Cümleyi Aktar", "importOption12WordsDescription": "Web Cüzdan ve Spectre Desktop ile uyumlu", "importOptionKpubTitle": "Sadece İzlemek için Cüzdan Aktar", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Lütfen genişletilmiş herkese açık anahtarınızın (public key) doğru girildiğinden emin olun!", "receiveAddressListEmpty": "Alma adres listesi boş", "changeAddressListEmpty": "Para üstü adres listesi boş", - "hintAddressListEmpty": "Sağ üst köşedeki adres filtresini kontrol edin" + "hintAddressListEmpty": "Sağ üst köşedeki adres filtresini kontrol edin", + "invalidSecretPhrase": "Yanlış Gizli Cümle", + "invalidSecretPhraseDetails": "Girdiğin Gizli Cümlenin sağlama toplamı geçersiz.", + "invalidSecretPhraseConfirmation": "Ne yaptığımı biliyorum", + "contactSupport": "Destek ile iletişime geç", + "emailAction": "E-posta {email}", + "noteLabel": "Not:", + "optionalLabel": "(İsteğe Bağlı)", + "moreInfo": "Daha Fazla Bilgi", + "selectAddress": "Adres Seç", + "kpubTitle": "Genişletilmiş Herkese Açık Anahtar", + "kpubAuth": "Genişletilmiş Herkese Açık Anahtarı Görüntüle", + "kpubDescription": "Genişletilmiş herkese açık anahtar (public key), cüzdanınızı 'yalnızca izleme' cüzdanı olarak içe aktarmak için kullanılabilir.", + "copyKpub": "Kpub'ı Kopyala", + "kpubCopied": "Genişletilmiş Herkese Açık Anahtar Kopyalandı", + "kpubCopyFailed": "Genişletilmiş Herkese Açık Anahtar kopyalanamadı", + "walletAddressesCopied": "Cüzdan {addressType} Adresleri Panoya Kopyalandı", + "walletAddressesCopyFailed": "Cüzdan {addressType} Adresleri Kopyalanamadı", + "txReport": "İşlem Raporu", + "txReportSubtitle": "İşlem geçmişini CSV dosyası olarak dışarı aktar", + "txReportDetails": "Cüzdanın tüm işlem geçmişini içeren CSV formatında bir işlem raporu oluşturun.", + "txReportOptionIgnoreCompound": "Birleştirme işlemlerini yok say", + "txReportOptionIgnoreSelfTxs": "Kendine gönderdiğin işlemleri yok say", + "txReportOptionRefreshTxs": "İşlemleri yenile", + "txReportGenerate": "Oluştur", + "txReportStatusRefreshing": "İşlemler yenileniyor", + "txReportStatusLoading": "İşlemler yükleniyor", + "txReportStatusReady": "İşlem raporu hazır!", + "txReportGetReport": "Raporu Al", + "txReportDate": "Tarih", + "txReportSentAmount": "Gönderilen Miktar", + "txReportSentCurrency": "Gönderilen Para Birimi", + "txReportReceivedAmount": "Alınan Miktar", + "txReportReceivedCurrency": "Alınan Para Birimi", + "txReportFeeAmount": "Ücret Miktarı", + "txReportFeeCurrency": "Ücret Para Birimi", + "txReportLabel": "Etiket", + "txReportDescription": "Açıklama", + "txReportTxHash": "TxHash", + "txReportNote": "Not", + "txReportLabelCost": "maliyet", + "txReportFeeForCompound": "Birleştirme İşlemi Ücreti", + "txReportFeeForSelfSend": "Kendi adreslerine gönderme ücreti", + "txReportError": "Rapor oluşturulurken bir hata meydana geldi", + "txReportNoTxs": "{numberOf} işlem bulundu.", + "txReportNoLoadedTxs": "({loadedTxs} / {totalTxs})", + "txFilterDialogTitle": "İşlem Filtresi", + "txFilterDialogOptionAllTxs": "Tüm İşlemleri Göster", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Kabul Edilmeyen Coinbase İşlemlerini Gizle" } \ No newline at end of file diff --git a/lib/l10n/app_uk.arb b/lib/l10n/app_uk.arb index 03101d7..6d64f4f 100644 --- a/lib/l10n/app_uk.arb +++ b/lib/l10n/app_uk.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-30T20:57:42.789Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Рахунок", "accounts": "Рахунки", @@ -19,6 +19,8 @@ "addressHint": "Введіть адресу", "addressMissing": "Будь-ласка, введіть адресу", "addressShare": "Поділитися адресою", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Додаткові налаштування", "amount": "Сума", "amountConfirm": "Сума {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Вимкнути пароль гаманця", "doContinue": "Продовжити", "donate": "Пожертвувати", + "donateTo": "Donate To", "dontShowAgain": "Не показувати знову", "emptyCardIntroUtxos": "Це вкладка невитраченого результату транзакції - UTXO. Усі UTXOs у вашому гаманці з'являтимуться тут.", "emptyResult": "Порожній результат", @@ -85,6 +88,7 @@ "encryptionFailedError": "Не вдалося встановити пароль гаманця", "enterAddress": "Введіть адресу", "enterAmount": "Введіть суму", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Введіть примітку", "enterPasswordHint": "Введіть пароль", "errorMessageCopied": "Повідомлення про помилку скопійовано в буфер обміну", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Надсилаємо транзакцію", "sending": "Надіслати", "sent": "Надіслано", - "sentTo": "Надіслано до", + "sentTo": "Sent to", "setPassword": "Встановити пароль", "setPasswordSuccess": "Пароль було успішно встановлено", "setWalletPassword": "Встановити пароль гаманця", @@ -247,6 +251,7 @@ "viewAddress": "Переглянути адресу", "viewTransaction": "Переглянути транзакцію", "walletAddresses": "Адреси гаманця", + "walletAddress": "Wallet Address", "walletName": "Назва гаманця", "walletNameDescription": "Введіть назву для вашого гаманця", "walletNameHint": "Назва гаманця", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Захищене з'єднання", "spectreUriInvalid": "Невірний URI Spectre", "compoundUtxos": "Об'єднати транзакції", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Об'єднати декілька UTXO в один", "compoundUtxosConfirmation": "Об'єднати транзакції?", "compoundingUtxos": "Об'єднування транзакцій", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Будь ласка, перевірте, чи ваш розширений публічний ключ введено коректно!", "receiveAddressListEmpty": "Список адрес для отримування порожній", "changeAddressListEmpty": "Список адрес для решти порожній", - "hintAddressListEmpty": "Перевірте фільтр адрес у верхньому правому кутку" + "hintAddressListEmpty": "Перевірте фільтр адрес у верхньому правому кутку", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_ur.arb b/lib/l10n/app_ur.arb index 4c30d1f..5dd8252 100644 --- a/lib/l10n/app_ur.arb +++ b/lib/l10n/app_ur.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "اکاؤنٹ", "accounts": "اکاؤنٹس", @@ -19,6 +19,8 @@ "addressHint": "پتہ درج کریں", "addressMissing": "براہ کرم ایک پتہ درج کریں", "addressShare": "پتہ شیئر کریں", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "اعلی درجے", "amount": "رقم", "amountConfirm": "رقم {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "بٹوا پاس ورڈ کو غیر فعال کریں", "doContinue": "جاری رہے", "donate": "عطیہ کریں", + "donateTo": "Donate To", "dontShowAgain": "دوبارہ مت دکھانا", "emptyCardIntroUtxos": "یہ UTXOs ٹیب ہے۔ آپ کے بٹوے میں موجود تمام UTXO یہاں ظاہر ہوں گے۔", "emptyResult": "خالی نتیجہ", @@ -85,6 +88,7 @@ "encryptionFailedError": "بٹوا پاس ورڈ سیٹ کرنے میں ناکام", "enterAddress": "پتہ درج کریں", "enterAmount": "رقم درج کریں", + "enterFiatValue": "Enter Fiat Value", "enterNote": "نوٹ درج کریں", "enterPasswordHint": "اپنا پاس ورڈ درج کریں", "errorMessageCopied": "خرابی کا پیغام کلپ بورڈ پر کاپی ہو گیا", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "لین دین بھیجنا", "sending": "بھیجیں", "sent": "بھیجا", - "sentTo": "کے لئے بھیج", + "sentTo": "Sent to", "setPassword": "پاس ورڈ رکھیں", "setPasswordSuccess": "والیٹ پاس ورڈ سیٹ کر دیا گیا ہے۔", "setWalletPassword": "والیٹ پاس ورڈ سیٹ کریں۔", @@ -247,6 +251,7 @@ "viewAddress": "پتہ دیکھیں", "viewTransaction": "لین دین دیکھیں", "walletAddresses": "بٹوے کے پتے", + "walletAddress": "Wallet Address", "walletName": "بٹوے کا نام", "walletNameDescription": "اپنے بٹوے کے لیے ایک نام درج کریں۔", "walletNameHint": "بٹوے کا نام", @@ -265,6 +270,8 @@ "nodeSecureConnection": "محفوظ کنکشن", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_vi.arb b/lib/l10n/app_vi.arb index c293659..0e2bf0c 100644 --- a/lib/l10n/app_vi.arb +++ b/lib/l10n/app_vi.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-25T17:48:36.587Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "Tài khoản", "accounts": "Các tài khoản", @@ -19,6 +19,8 @@ "addressHint": "Nhập địa chỉ", "addressMissing": "Hãy nhập một địa chỉ", "addressShare": "Chia sẻ địa chỉ", + "spectreUriCopied": "Spectre URI Copied", + "spectreUriCopyFailed": "Failed to copy Spectre URI", "advancedHeader": "Advanced", "amount": "Amount", "amountConfirm": "Amount {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "Vô hiệu hoá mật khẩu ví", "doContinue": "Continue", "donate": "Donate", + "donateTo": "Donate To", "dontShowAgain": "Don't show again", "emptyCardIntroUtxos": "This is the UTXOs tab. All UTXOs in your wallet will appear here", "emptyResult": "Empty Result", @@ -85,6 +88,7 @@ "encryptionFailedError": "Đặt mật khẩu ví không thành công", "enterAddress": "Nhập địa chỉ", "enterAmount": "Nhập số lượng", + "enterFiatValue": "Enter Fiat Value", "enterNote": "Enter Note", "enterPasswordHint": "Nhập mật khẩu", "errorMessageCopied": "Error message copied to clipboard", @@ -197,7 +201,7 @@ "sendTxProgressTitle": "Sending Transaction", "sending": "Đang gửi", "sent": "Đã gửi", - "sentTo": "Đã gửi tới", + "sentTo": "Sent to", "setPassword": "Đặt mật khẩu", "setPasswordSuccess": "Đã đặt mật khẩu thành công", "setWalletPassword": "Đặt mật khẩu ví", @@ -247,6 +251,7 @@ "viewAddress": "View Address", "viewTransaction": "View Transaction", "walletAddresses": "Wallet Addresses", + "walletAddress": "Wallet Address", "walletName": "Wallet name", "walletNameDescription": "Enter a name for your wallet", "walletNameHint": "Wallet Name", @@ -265,6 +270,8 @@ "nodeSecureConnection": "Secure connection", "spectreUriInvalid": "Invalid Spectre URI", "compoundUtxos": "Compound transactions", + "compoundRequired": "Compound required", + "compoundRequiredDescription": "The transaction amount requires too many UTXOs. Compounding will reduce the number of UTXOs.", "compoundUtxosDescription": "Combine multiple UTXOs into one", "compoundUtxosConfirmation": "Compound transactions?", "compoundingUtxos": "Compounding transactions", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "Please check that your extended public key is entered correctly!", "receiveAddressListEmpty": "Receive address list is empty", "changeAddressListEmpty": "Change address list is empty", - "hintAddressListEmpty": "Check address filter from the top right corner" + "hintAddressListEmpty": "Check address filter from the top right corner", + "invalidSecretPhrase": "Invalid Secret Phrase", + "invalidSecretPhraseDetails": "The Secret Phrase you entered has an invalid checksum.", + "invalidSecretPhraseConfirmation": "I know what I'm doing", + "contactSupport": "Contact Support", + "emailAction": "Email {email}", + "noteLabel": "Note:", + "optionalLabel": "(Optional)", + "moreInfo": "More Info", + "selectAddress": "Select Address", + "kpubTitle": "Extended Public Key", + "kpubAuth": "View Extended Public Key", + "kpubDescription": "The extended public key can be used to import your wallet as a 'watch only' wallet.", + "copyKpub": "Copy Kpub", + "kpubCopied": "Extended Public Key Copied", + "kpubCopyFailed": "Failed to copy Extended Public Key", + "walletAddressesCopied": "Wallet {addressType} Addresses Copied to Clipboard", + "walletAddressesCopyFailed": "Failed to Copy Wallet {addressType} Addresses", + "txReport": "Transaction Report", + "txReportSubtitle": "Get CSV file with transaction history", + "txReportDetails": "Generate a transaction report, in CSV format, that contains all the wallet's transaction history.", + "txReportOptionIgnoreCompound": "Ignore compound transactions", + "txReportOptionIgnoreSelfTxs": "Ignore transactions sent to self", + "txReportOptionRefreshTxs": "Refresh transactions", + "txReportGenerate": "Generate", + "txReportStatusRefreshing": "Refreshing transactions", + "txReportStatusLoading": "Loading transactions", + "txReportStatusReady": "Transaction report is ready!", + "txReportGetReport": "Get Report", + "txReportDate": "Date", + "txReportSentAmount": "Sent Amount", + "txReportSentCurrency": "Sent Currency", + "txReportReceivedAmount": "Received Amount", + "txReportReceivedCurrency": "Received Currency", + "txReportFeeAmount": "Fee Amount", + "txReportFeeCurrency": "Fee Currency", + "txReportLabel": "Label", + "txReportDescription": "Description", + "txReportTxHash": "TxHash", + "txReportNote": "Note", + "txReportLabelCost": "cost", + "txReportFeeForCompound": "Fee for Compound Transaction", + "txReportFeeForSelfSend": "Fee to send to own addresses", + "txReportError": "Error generating report", + "txReportNoTxs": "Found {numberOf} transactions.", + "txReportNoLoadedTxs": "({loadedTxs} of {totalTxs})", + "txFilterDialogTitle": "Transaction Filter", + "txFilterDialogOptionAllTxs": "Show All Transactions", + "txFilterDialogOptionHideNotAcceptedCoinbase": "Hide Not Accepted Coinbase Transactions" } \ No newline at end of file diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 16eea40..478b3da 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2023-09-30T20:57:42.789Z", + "@@last_modified": "2024-08-07T17:01:14.137Z", "@@author": "arb-converter-cli", "account": "账户", "accounts": "账户", @@ -19,6 +19,8 @@ "addressHint": "输入地址", "addressMissing": "请输入地址", "addressShare": "分享地址", + "spectreUriCopied": "已复制 Spectre URI", + "spectreUriCopyFailed": "未能成功复制 Spectre URI", "advancedHeader": "高级", "amount": "数额", "amountConfirm": "数额 {amount} {coin}", @@ -78,6 +80,7 @@ "disableWalletPassword": "解除钱包密码", "doContinue": "继续", "donate": "捐赠", + "donateTo": "捐赠给", "dontShowAgain": "不再显示", "emptyCardIntroUtxos": "这是 UTXO 选项卡。此钱包中的所有 UTXO 都会在这里显示。", "emptyResult": "空结果", @@ -85,6 +88,7 @@ "encryptionFailedError": "钱包密码设置失败", "enterAddress": "输入地址", "enterAmount": "输入数额", + "enterFiatValue": "输入法币单位", "enterNote": "输入笔记", "enterPasswordHint": "输入您的密码", "errorMessageCopied": "错误信息已复制到粘贴板", @@ -247,6 +251,7 @@ "viewAddress": "查看地址", "viewTransaction": "查看交易", "walletAddresses": "钱包地址", + "walletAddress": "钱包地址", "walletName": "钱包名称", "walletNameDescription": "输入钱包名称", "walletNameHint": "钱包名称", @@ -265,6 +270,8 @@ "nodeSecureConnection": "安全连接", "spectreUriInvalid": "无效的 Spectre 地址", "compoundUtxos": "合并交易(化零为整)", + "compoundRequired": "需要合并", + "compoundRequiredDescription": "这笔交易需要过多的 UTXO,建议合并余额以减少所需的 UTXO。", "compoundUtxosDescription": "合并多个地址的零钱到一个地址。", "compoundUtxosConfirmation": "合并交易(化零为整)?", "compoundingUtxos": "正在合并交易(化零为整)", @@ -290,7 +297,7 @@ "addressFilterDialogOptionAllAddresses": "查看全部地址", "addressFilterDialogOptionNonZeroBalances": "查看所有非零余额地址", "importOption24WordsTitle": "导入 24 个助记词", - "importOption24WordsDescription": "与Cli钱包兼容", + "importOption24WordsDescription": "与 Cli 钱包兼容", "importOption12WordsTitle": "导入 12 个助记词", "importOption12WordsDescription": "与网页钱包和 Spectre Desktop 兼容", "importOptionKpubTitle": "导入只读钱包", @@ -302,5 +309,53 @@ "importKpubInvalidMessage": "请确认你的扩展公钥输入正确。", "receiveAddressListEmpty": "接收地址列表为空", "changeAddressListEmpty": "零钱地址列表为空", - "hintAddressListEmpty": "从右上角查看地址过滤" + "hintAddressListEmpty": "从右上角查看地址过滤", + "invalidSecretPhrase": "无效的秘钥助记词", + "invalidSecretPhraseDetails": "您输入的秘钥助记词未能通过 Checksum 校验。", + "invalidSecretPhraseConfirmation": "我已知晓我的操作", + "contactSupport": "获取支持", + "emailAction": "Email 地址", + "noteLabel": "备注:", + "optionalLabel": "(可选)", + "moreInfo": "更多信息", + "selectAddress": "选择地址", + "kpubTitle": "扩展公钥", + "kpubAuth": "查看扩展公钥", + "kpubDescription": "本扩展公钥能够让你将本钱包作为「观察钱包」导出至其他支持平台。", + "copyKpub": "复制 Kpub", + "kpubCopied": "已复制扩展公钥", + "kpubCopyFailed": "未能成功复制扩展公钥", + "walletAddressesCopied": "钱包 {addressType} 地址已复制到剪切板", + "walletAddressesCopyFailed": "钱包 {addressType} 地址未能成功复制", + "txReport": "交易报告", + "txReportSubtitle": "获取 CSV 格式的交易报告", + "txReportDetails": "生成 CSV 格式的交易报告,其中包含钱包的所有交易历史记录。", + "txReportOptionIgnoreCompound": "忽略合并交易操作", + "txReportOptionIgnoreSelfTxs": "忽略对象为自己的交易操作", + "txReportOptionRefreshTxs": "刷新交易", + "txReportGenerate": "生成", + "txReportStatusRefreshing": "刷新交易中", + "txReportStatusLoading": "加载交易中", + "txReportStatusReady": "交易报告已经完成!", + "txReportGetReport": "获取报告", + "txReportDate": "日期", + "txReportSentAmount": "发送金额", + "txReportSentCurrency": "发送币种", + "txReportReceivedAmount": "接收金额", + "txReportReceivedCurrency": "接收币种", + "txReportFeeAmount": "手续费金额", + "txReportFeeCurrency": "手续费币种", + "txReportLabel": "标签", + "txReportDescription": "描述", + "txReportTxHash": "TxHash", + "txReportNote": "备注", + "txReportLabelCost": "支出", + "txReportFeeForCompound": "合并交易的费用", + "txReportFeeForSelfSend": "发送给自有地址的费用", + "txReportError": "生成报告时出错", + "txReportNoTxs": "找到 {numberOf} 条交易记录。", + "txReportNoLoadedTxs": "({loadedTxs} / {totalTxs})", + "txFilterDialogTitle": "筛选交易", + "txFilterDialogOptionAllTxs": "展示所有交易", + "txFilterDialogOptionHideNotAcceptedCoinbase": "隐藏未接受的创币交易" } \ No newline at end of file diff --git a/lib/settings/available_language.dart b/lib/settings/available_language.dart index 98a9b49..0c1305b 100644 --- a/lib/settings/available_language.dart +++ b/lib/settings/available_language.dart @@ -53,6 +53,7 @@ enum AvailableLanguage { ROMANIAN("ro", "Română (ro)"), RUSSIAN("ru", "Русский (ru)"), // S + SLOVAKIA("sk", "Slovakia (sk)"), SLOVENIAN("sl", "Slovenščina (sl)"), SWEDISH("sv", "Svenska (sv)"), FINNISH("fi", "Suomi (fi)"), diff --git a/pubspec.lock b/pubspec.lock index c65fee0..7ae4499 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -45,10 +45,10 @@ packages: dependency: transitive description: name: app_links_web - sha256: "74586ed5f3c4786341e82a0fa43c39ec3f13108a550f74e80d8bf68aa11349d1" + sha256: af060ed76183f9e2b87510a9480e56a5352b6c249778d07bd2c95fc35632a555 url: "https://pub.dev" source: hosted - version: "1.0.3" + version: "1.0.4" args: dependency: transitive description: @@ -213,10 +213,10 @@ packages: dependency: transitive description: name: cross_file - sha256: "55d7b444feb71301ef6b8838dbc1ae02e63dd48c8773f3810ff53bb1e2945b32" + sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670" url: "https://pub.dev" source: hosted - version: "0.3.4+1" + version: "0.3.4+2" crypto: dependency: transitive description: @@ -309,10 +309,10 @@ packages: dependency: "direct main" description: name: file_picker - sha256: "824f5b9f389bfc4dddac3dea76cd70c51092d9dff0b2ece7ef4f53db8547d258" + sha256: "825aec673606875c33cd8d3c4083f1a3c3999015a84178b317b7ef396b7384f3" url: "https://pub.dev" source: hosted - version: "8.0.6" + version: "8.0.7" file_selector_linux: dependency: transitive description: @@ -521,10 +521,10 @@ packages: dependency: transitive description: name: google_identity_services_web - sha256: c6a67eb2117d3954a95afe307c3347d5b7ead5f5ef78bd94b1a62d161f6335a8 + sha256: "5be191523702ba8d7a01ca97c17fca096822ccf246b0a9f11923a6ded06199b6" url: "https://pub.dev" source: hosted - version: "0.3.1+3" + version: "0.3.1+4" googleapis_auth: dependency: transitive description: @@ -633,18 +633,18 @@ packages: dependency: transitive description: name: image_picker_android - sha256: "3fe99e3a459b969f657565a853353bdea7e3d3cae34f7dd124836267d426ec87" + sha256: c0e72ecd170b00a5590bb71238d57dc8ad22ee14c60c6b0d1a4e05cafbc5db4b url: "https://pub.dev" source: hosted - version: "0.8.12+10" + version: "0.8.12+11" image_picker_for_web: dependency: transitive description: name: image_picker_for_web - sha256: "5d6eb13048cd47b60dbf1a5495424dea226c5faf3950e20bf8120a58efb5b5f3" + sha256: "65d94623e15372c5c51bebbcb820848d7bcb323836e12dfdba60b5d3a8b39e50" url: "https://pub.dev" source: hosted - version: "3.0.4" + version: "3.0.5" image_picker_ios: dependency: transitive description: @@ -785,10 +785,10 @@ packages: dependency: transitive description: name: local_auth_darwin - sha256: e424ebf90d5233452be146d4a7da4bcd7a70278b67791592f3fde1bda8eef9e2 + sha256: "7ba5738c874ca2b910d72385d00d2bebad9d4e807612936cf5e32bc01a048c71" url: "https://pub.dev" source: hosted - version: "1.3.1" + version: "1.4.0" local_auth_platform_interface: dependency: transitive description: @@ -905,10 +905,10 @@ packages: dependency: transitive description: name: path_provider_android - sha256: e84c8a53fe1510ef4582f118c7b4bdf15b03002b51d7c2b66983c65843d61193 + sha256: "490539678396d4c3c0b06efdaab75ae60675c3e0c66f72bc04c2e2c1e0e2abeb" url: "https://pub.dev" source: hosted - version: "2.2.8" + version: "2.2.9" path_provider_foundation: dependency: transitive description: @@ -1065,50 +1065,50 @@ packages: dependency: transitive description: name: shared_preferences_android - sha256: "3d4571b3c5eb58ce52a419d86e655493d0bc3020672da79f72fa0c16ca3a8ec1" + sha256: "041be4d9d2dc6079cf342bc8b761b03787e3b71192d658220a56cac9c04a0294" url: "https://pub.dev" source: hosted - version: "2.2.4" + version: "2.3.0" shared_preferences_foundation: dependency: transitive description: name: shared_preferences_foundation - sha256: "0a8a893bf4fd1152f93fec03a415d11c27c74454d96e2318a7ac38dd18683ab7" + sha256: "671e7a931f55a08aa45be2a13fe7247f2a41237897df434b30d2012388191833" url: "https://pub.dev" source: hosted - version: "2.4.0" + version: "2.5.0" shared_preferences_linux: dependency: transitive description: name: shared_preferences_linux - sha256: "9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa" + sha256: "2ba0510d3017f91655b7543e9ee46d48619de2a2af38e5c790423f7007c7ccc1" url: "https://pub.dev" source: hosted - version: "2.3.2" + version: "2.4.0" shared_preferences_platform_interface: dependency: transitive description: name: shared_preferences_platform_interface - sha256: "034650b71e73629ca08a0bd789fd1d83cc63c2d1e405946f7cef7bc37432f93a" + sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80" url: "https://pub.dev" source: hosted - version: "2.4.0" + version: "2.4.1" shared_preferences_web: dependency: transitive description: name: shared_preferences_web - sha256: "9aee1089b36bd2aafe06582b7d7817fd317ef05fc30e6ba14bff247d0933042a" + sha256: "59dc807b94d29d52ddbb1b3c0d3b9d0a67fc535a64e62a5542c8db0513fcb6c2" url: "https://pub.dev" source: hosted - version: "2.3.0" + version: "2.4.1" shared_preferences_windows: dependency: transitive description: name: shared_preferences_windows - sha256: "841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59" + sha256: "398084b47b7f92110683cac45c6dc4aae853db47e470e5ddcd52cab7f7196ab2" url: "https://pub.dev" source: hosted - version: "2.3.2" + version: "2.4.0" shelf: dependency: transitive description: @@ -1246,10 +1246,10 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: "678979703e10d7862c551c736fe6b9f185261bddf141b46672063b99790bc700" + sha256: "94d8ad05f44c6d4e2ffe5567ab4d741b82d62e3c8e288cc1fcea45965edf47c9" url: "https://pub.dev" source: hosted - version: "6.3.7" + version: "6.3.8" url_launcher_ios: dependency: transitive description: @@ -1262,10 +1262,10 @@ packages: dependency: transitive description: name: url_launcher_linux - sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811 + sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af url: "https://pub.dev" source: hosted - version: "3.1.1" + version: "3.2.0" url_launcher_macos: dependency: transitive description: @@ -1286,10 +1286,10 @@ packages: dependency: transitive description: name: url_launcher_web - sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a" + sha256: "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e" url: "https://pub.dev" source: hosted - version: "2.3.1" + version: "2.3.3" url_launcher_windows: dependency: transitive description: @@ -1366,10 +1366,10 @@ packages: dependency: transitive description: name: win32 - sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4 + sha256: "015002c060f1ae9f41a818f2d5640389cc05283e368be19dc8d77cecb43c40c9" url: "https://pub.dev" source: hosted - version: "5.5.1" + version: "5.5.3" win32_registry: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 33754e7..ee16f49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: spectrum description: The Ultimate Self-Custodial Wallet for the Spectre Network. publish_to: "none" -version: 0.3.15+1 +version: 0.3.16+1 environment: sdk: '>=3.3.0 <4.0.0'