Skip to content

Commit

Permalink
Merge pull request #2 from x100111010/main
Browse files Browse the repository at this point in the history
Translation updates and build improvements
  • Loading branch information
x100111010 authored Aug 10, 2024
2 parents 5e3da9d + 7a7fc41 commit bcdff24
Show file tree
Hide file tree
Showing 50 changed files with 2,996 additions and 425 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/build_android.yml

This file was deleted.

2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
59 changes: 57 additions & 2 deletions lib/l10n/app_af.arb
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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}",
Expand Down Expand Up @@ -78,13 +80,15 @@
"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",
"emptyWalletName": "Wallet Name cannot be empty",
"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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
61 changes: 58 additions & 3 deletions lib/l10n/app_ar.arb
Original file line number Diff line number Diff line change
@@ -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": "الحسابات",
Expand All @@ -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}",
Expand Down Expand Up @@ -78,13 +80,15 @@
"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",
"emptyWalletName": "Wallet Name cannot be empty",
"encryptionFailedError": "أخفق إنشاء كلمة مرور المحفظة\n",
"enterAddress": "أدخل العنوان",
"enterAmount": "أدخل المبلغ",
"enterFiatValue": "Enter Fiat Value",
"enterNote": "Enter Note",
"enterPasswordHint": "ادخل رقمك ادخل رقمك\n",
"errorMessageCopied": "Error message copied to clipboard",
Expand Down Expand Up @@ -197,7 +201,7 @@
"sendTxProgressTitle": "Sending Transaction",
"sending": "إرسال",
"sent": "تم الارسال",
"sentTo": "تم الإرسال إلى",
"sentTo": "Sent to",
"setPassword": "إنشاء كلمة مرور\n",
"setPasswordSuccess": "تم إنشاء كلمة مرور المحفظة بنجاح\n",
"setWalletPassword": "إنشاء كلمة مرور المحفظة\n",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
Loading

0 comments on commit bcdff24

Please sign in to comment.