Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Candidate 0.31.0 #647

Merged
merged 8 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId "network.hathor.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 85
versionName "0.30.1-rc.1"
versionCode 86
versionName "0.30.1"
missingDimensionStrategy "react-native-camera", "general"
}
signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions ios/HathorMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
CURRENT_PROJECT_VERSION = 0.1.0;
CURRENT_PROJECT_VERSION = 1.0.0;
DEVELOPMENT_TEAM = 55SHY647CG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = HathorMobile/Info.plist;
Expand Down Expand Up @@ -506,7 +506,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
CURRENT_PROJECT_VERSION = 0.1.0;
CURRENT_PROJECT_VERSION = 1.0.0;
DEVELOPMENT_TEAM = 55SHY647CG;
INFOPLIST_FILE = HathorMobile/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down
164 changes: 117 additions & 47 deletions locale/da/texts.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ msgid "[Last] dddd [•] HH:mm"
msgstr "[Sidste] dddd [•] HH:mm"

#. See https://momentjs.com/docs/#/displaying/calendar-time/
#: src/models.js:107 src/utils.js:553
#: src/models.js:107 src/utils.js:567
msgid "DD MMM YYYY [•] HH:mm"
msgstr "DD MMM YYYY [•] HH:mm"

#: src/utils.js:227
#: src/utils.js:241
msgid "Invalid address"
msgstr "Ugyldig adresse"

Expand Down Expand Up @@ -340,20 +340,16 @@ msgid "E.g. HTR"
msgstr "F.eks. HTR"

#. Only show the toggle button when Nano Contract is enabled to the wallet
#: src/screens/Dashboard.js:130 src/screens/Dashboard.js:187
#: src/screens/Dashboard.js:131 src/screens/Dashboard.js:186
msgid "Tokens"
msgstr "Tokens"

#. Only show the toggle button when Nano Contract is enabled to the wallet
#: src/components/NanoContract/NanoContractsList.js:75
#: src/screens/Dashboard.js:131
#: src/screens/Dashboard.js:132
msgid "Nano Contracts"
msgstr ""

#: src/screens/Dashboard.js:178 src/screens/RegisterTokenManual.js:147
msgid "Register token"
msgstr "Registrer token"

#: src/screens/InitWallet.js:62
msgid "Welcome to Hathor Wallet!"
msgstr "Velkommen til Hathor Wallet!"
Expand Down Expand Up @@ -438,7 +434,7 @@ msgstr "Indtast dine seed-ord adskilt med mellemrum"

#: src/components/NanoContract/NanoContractDetails.js:238
#: src/components/Reown/CreateTokenRequest.js:197
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:358
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:399
#: src/screens/LoadHistoryScreen.js:51 src/screens/LoadWalletErrorScreen.js:20
#: src/screens/NanoContract/NanoContractRegisterScreen.js:168
#: src/screens/PinScreen.js:285
Expand Down Expand Up @@ -499,13 +495,14 @@ msgstr "Låst"
#. translator: Used when the QR Code Scanner is opened, and user will manually
#. enter the information.
#: src/screens/NanoContractRegisterQrCodeScreen.js:26
#: src/screens/Reown/ReownScan.js:41
#: src/screens/Reown/ReownScan.js:41 src/screens/UnifiedQRScanner.js:88
msgid "Manual"
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:260
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:289
#: src/screens/NanoContract/NanoContractRegisterScreen.js:233
#: src/screens/NanoContractRegisterQrCodeScreen.js:48
#: src/screens/RegisterOptionsScreen.js:77
msgid "Register Nano Contract"
msgstr ""

Expand Down Expand Up @@ -551,11 +548,11 @@ msgstr "Venter på bekræftelse"
msgid "Incorrect PIN Code. Try again."
msgstr "Forkert PIN-kode. Prøv igen."

#: src/screens/PinScreen.js:77
#: src/screens/PinScreen.js:76
msgid "Enter your PIN Code "
msgstr "Indtast din pinkode "

#: src/screens/PinScreen.js:78
#: src/screens/PinScreen.js:77
msgid "Unlock Hathor Wallet"
msgstr "Lås Hathor-wallet op"

Expand Down Expand Up @@ -604,6 +601,54 @@ msgstr "Betalingsanmodning"
msgid "RECEIVE"
msgstr "MODTAG"

#: src/screens/RegisterOptionsScreen.js:26
msgid "You can register Tokens manually."
msgstr ""

#: src/screens/RegisterOptionsScreen.js:30
msgid "You can register Tokens and Nano Contracts manually."
msgstr ""

#: src/screens/RegisterOptionsScreen.js:34
msgid "You can register Tokens and use Reown manually."
msgstr ""

#: src/screens/RegisterOptionsScreen.js:37
msgid "You can register Tokens, Nano Contracts or Reown manually."
msgstr ""

#: src/screens/RegisterOptionsScreen.js:43
#: src/screens/RegisterOptionsScreen.js:55 src/screens/UnifiedQRScanner.js:52
#: src/screens/UnifiedQRScanner.js:69
msgid "Feature Not Available"
msgstr ""

#: src/screens/RegisterOptionsScreen.js:44 src/screens/UnifiedQRScanner.js:69
msgid "The nano contract feature is not enabled."
msgstr ""

#: src/screens/RegisterOptionsScreen.js:45
#: src/screens/RegisterOptionsScreen.js:57 src/screens/SendScanQRCode.js:39
#: src/screens/UnifiedQRScanner.js:36
msgid "OK"
msgstr "Okay"

#: src/screens/RegisterOptionsScreen.js:56 src/screens/UnifiedQRScanner.js:52
msgid "The reown feature is not enabled."
msgstr ""

#: src/screens/RegisterOptionsScreen.js:67
msgid "Register"
msgstr ""

#: src/screens/RegisterOptionsScreen.js:83
msgid "Register Token"
msgstr ""

#: src/screens/RegisterOptionsScreen.js:89
msgid "Reown Connection"
msgstr ""

#. translator: Used when the QR Code Scanner is opened, and user will manually
#. enter the information.
#: src/screens/RegisterToken.js:27 src/screens/SendScanQRCode.js:87
Expand Down Expand Up @@ -634,6 +679,10 @@ msgstr "Symbol: "
msgid "Configuration string"
msgstr "Konfigurationsstreng"

#: src/screens/RegisterTokenManual.js:147
msgid "Register token"
msgstr "Registrer token"

#: src/screens/ResetWallet.js:104
msgid "RESET WALLET"
msgstr "NULSTIL WALLET"
Expand Down Expand Up @@ -669,36 +718,36 @@ msgstr ""
msgid "Reset Wallet"
msgstr "Nulstil wallet"

#: src/screens/Security.js:131
#: src/screens/Security.js:130
msgid "Disable biometry"
msgstr "Deaktiver biometri"

#: src/screens/Security.js:132
#: src/screens/Security.js:131
msgid "Disabling biometry"
msgstr "Deaktiverer biometri"

#: src/screens/Security.js:144
#: src/screens/Security.js:143
msgid "Enter your 6-digit pin to enable biometry"
msgstr "Indtast din 6-cifrede pin for at aktivere biometri"

#: src/screens/Security.js:155
#: src/screens/Security.js:156
msgid "No biometry supported"
msgstr "Ingen biometri understøttet"

#: src/screens/Security.js:155
#: src/screens/Security.js:156
#, javascript-format
msgid "Use ${ this.supportedBiometry }"
msgstr "Brug ${ this.supportedBiometry }"

#: src/screens/Security.js:160
#: src/screens/Security.js:164
msgid "SECURITY"
msgstr "SIKKERHED"

#: src/screens/Security.js:184
#: src/screens/Security.js:186
msgid "Change PIN"
msgstr "Skift pinkode"

#: src/screens/Security.js:189
#: src/screens/Security.js:191
msgid "Lock wallet"
msgstr "Lås wallet"

Expand Down Expand Up @@ -758,16 +807,13 @@ msgstr "Send"
msgid "Invalid QR code"
msgstr "Ugyldig QR-kode"

#: src/screens/SendScanQRCode.js:39
msgid "OK"
msgstr "Okay"

#: src/screens/SendScanQRCode.js:71
#, javascript-format
msgid "You don't have the requested token [${ tokenLabel }]"
msgstr "Du har ikke den anmodede token [${ tokenLabel }]"

#: src/screens/Reown/ReownScan.js:49 src/screens/SendScanQRCode.js:103
#: src/screens/UnifiedQRScanner.js:96
msgid "Scan the QR code"
msgstr "Scan QR-koden"

Expand Down Expand Up @@ -815,6 +861,20 @@ msgstr ""
msgid "Unregister"
msgstr "Afmeld"

#. If none of the patterns match, show an error or handle accordingly
#: src/screens/UnifiedQRScanner.js:77
msgid "Invalid QR Code"
msgstr ""

#. If none of the patterns match, show an error or handle accordingly
#: src/screens/UnifiedQRScanner.js:77
msgid "The scanned QR code is not in a recognized format."
msgstr ""

#: src/screens/UnifiedQRScanner.js:83
msgid "Scan QR Code"
msgstr ""

#: src/screens/UnregisterToken.js:108
msgid "UNREGISTER TOKEN"
msgstr "AFREGISTRER TOKEN"
Expand Down Expand Up @@ -1012,8 +1072,8 @@ msgstr ""

#: src/components/NanoContract/NanoContractDetails.js:202
#: src/components/NanoContract/SelectAddressModal.js:105
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:243
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:284
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:272
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:313
#: src/screens/NanoContract/NanoContractRegisterScreen.js:184
msgid "Loading"
msgstr ""
Expand Down Expand Up @@ -1145,21 +1205,21 @@ msgstr ""
msgid "Error loading the details of some tokens."
msgstr ""

#: src/sagas/wallet.js:805
#: src/sagas/wallet.js:781
msgid "Wallet is not ready to load addresses."
msgstr ""

#. This will show the message in the feedback content at SelectAddressModal
#: src/sagas/wallet.js:821
#: src/sagas/wallet.js:797
msgid "There was an error while loading wallet addresses. Try again."
msgstr ""

#: src/sagas/wallet.js:831
#: src/sagas/wallet.js:807
msgid "Wallet is not ready to load the first address."
msgstr ""

#. This will show the message in the feedback content
#: src/sagas/wallet.js:847
#: src/sagas/wallet.js:823
msgid "There was an error while loading first wallet address. Try again."
msgstr ""

Expand Down Expand Up @@ -1466,12 +1526,12 @@ msgid "Decline Request"
msgstr ""

#: src/components/Reown/CreateTokenRequest.js:172
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:294
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:323
msgid "Sending transaction"
msgstr ""

#: src/components/Reown/CreateTokenRequest.js:173
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:295
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:324
msgid "Please wait."
msgstr ""

Expand Down Expand Up @@ -1610,47 +1670,57 @@ msgstr ""
msgid "Review transaction details"
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:205
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:234
msgid "Success!"
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:206
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:235
msgid "Transaction successfully sent."
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:244
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:273
msgid "Registering Nano Contract."
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:253
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:282
msgid "Nano Contract Not Found"
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:254
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:283
msgid ""
"The Nano Contract requested is not registered. First register the Nano "
"Contract to interact with it."
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:265
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:279
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:330
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:294
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:308
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:371
msgid "Decline Transaction"
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:277
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:306
msgid "Error while registering Nano Contract."
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:285
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:314
msgid "Loading transaction information."
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:326
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:358
msgid "Insufficient Funds"
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:359
msgid ""
"Ensure your wallet balance covers the required amount to accept this "
"transaction."
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:364
msgid "Accept Transaction"
msgstr ""

#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:356
#: src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js:397
msgid "Error while sending transaction."
msgstr ""

Expand Down Expand Up @@ -1754,11 +1824,11 @@ msgstr ""
msgid "See transaction details"
msgstr ""

#: src/components/NanoContract/NanoContractsList.js:85
#: src/components/NanoContract/NanoContractsList.js:82
msgid "No Nano Contracts"
msgstr ""

#: src/components/NanoContract/NanoContractsList.js:86
#: src/components/NanoContract/NanoContractsList.js:83
msgid ""
"You can keep track of your registered Nano Contracts here once you have "
"registered them."
Expand Down
Loading
Loading