diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index dd43737..ede603f 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -140,8 +140,8 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 90 steps: - - name: Checkout particualr branch - uses: actions/checkout@v2 + - name: Checkout particular branch + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} diff --git a/.github/workflows/distribute_app_to_play_store.yml b/.github/workflows/distribute_app_to_play_store.yml index 3e60f02..08e0d96 100644 --- a/.github/workflows/distribute_app_to_play_store.yml +++ b/.github/workflows/distribute_app_to_play_store.yml @@ -27,7 +27,7 @@ jobs: needs: build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set Environment Variables uses: tw3lveparsecs/github-actions-setvars@v0.1 with: diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index 8499d16..a7ed92e 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -24,11 +24,8 @@ runs: shell: bash - name: 🦀 Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: - profile: minimal - toolchain: stable - override: true components: rustfmt, clippy - name: Add targets diff --git a/.github/workflows/manual_firebase_distribution.yml b/.github/workflows/manual_firebase_distribution.yml index a403c21..ca836bd 100644 --- a/.github/workflows/manual_firebase_distribution.yml +++ b/.github/workflows/manual_firebase_distribution.yml @@ -25,7 +25,7 @@ jobs: needs: build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Download built artifact uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/pr_workflow.yml b/.github/workflows/pr_workflow.yml index 2820bfd..e9cf43d 100644 --- a/.github/workflows/pr_workflow.yml +++ b/.github/workflows/pr_workflow.yml @@ -15,7 +15,7 @@ jobs: is_rc: ${{ steps.check_ref.outputs.ref_contains_rc }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Check if "rc" or "hotfix" is present in github.ref id: check_ref run: | @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ github.event.pull_request.number }} @@ -58,7 +58,7 @@ jobs: VERSION=${VERSION/hotfix/rc} # Replace "hotfix" with "rc" echo "version=${VERSION#*rc/}" >> $GITHUB_OUTPUT - - uses: tibdex/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: generate-token with: app_id: ${{ secrets.PR_APP_ID }} @@ -68,7 +68,7 @@ jobs: run: python .github/scripts/pr_comment_extract_data.py - name: Create new branch and file in pezkuwi-wallet-android-releases repo - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ steps.generate-token.outputs.token }} repository: pezkuwichain/pezkuwi-wallet-android-releases diff --git a/.github/workflows/publish_github_release.yml b/.github/workflows/publish_github_release.yml index acda6ca..5085218 100644 --- a/.github/workflows/publish_github_release.yml +++ b/.github/workflows/publish_github_release.yml @@ -22,7 +22,7 @@ jobs: needs: build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Download built artifact uses: actions/download-artifact@v4 diff --git a/.github/workflows/push_develop.yml b/.github/workflows/push_develop.yml index 86fc131..af0f638 100644 --- a/.github/workflows/push_develop.yml +++ b/.github/workflows/push_develop.yml @@ -18,7 +18,7 @@ jobs: needs: build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Download built artifact uses: actions/download-artifact@v4 with: @@ -44,7 +44,7 @@ jobs: S3_REGION: nl-ams steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Download built artifact uses: actions/download-artifact@v4 with: @@ -65,13 +65,14 @@ jobs: run: | echo "App uploaded to: ${{ steps.s3_upload.outputs.s3_url }}" - appium-mobile-tests: - needs: [upload-to-s3] - uses: ./.github/workflows/appium-mobile-tests.yml - with: - app_url: ${{ needs.upload-to-s3.outputs.s3_url }} - test_grep: "android" - allure_job_run_id: "" - secrets: - WORKFLOW_TOKEN: ${{ secrets.PAT_TOKEN }} - ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }} + # Appium mobile tests - temporarily disabled until browserstack-tests.yml is created + # appium-mobile-tests: + # needs: [upload-to-s3] + # uses: ./.github/workflows/appium-mobile-tests.yml + # with: + # app_url: ${{ needs.upload-to-s3.outputs.s3_url }} + # test_grep: "android" + # allure_job_run_id: "" + # secrets: + # WORKFLOW_TOKEN: ${{ secrets.PAT_TOKEN }} + # ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }} diff --git a/.github/workflows/update_tag.yml b/.github/workflows/update_tag.yml index 2f6c5a3..a45b3d2 100644 --- a/.github/workflows/update_tag.yml +++ b/.github/workflows/update_tag.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.WRITE_SECRET_PAT }} diff --git a/common/src/main/res/drawable-mdpi/ic_pezkuwi_card_logo.png b/common/src/main/res/drawable-mdpi/ic_pezkuwi_card_logo.png index 9e9025d..4536c41 100644 Binary files a/common/src/main/res/drawable-mdpi/ic_pezkuwi_card_logo.png and b/common/src/main/res/drawable-mdpi/ic_pezkuwi_card_logo.png differ diff --git a/common/src/main/res/drawable-mdpi/ic_pezkuwi_logo.png b/common/src/main/res/drawable-mdpi/ic_pezkuwi_logo.png index 9e9025d..4536c41 100644 Binary files a/common/src/main/res/drawable-mdpi/ic_pezkuwi_logo.png and b/common/src/main/res/drawable-mdpi/ic_pezkuwi_logo.png differ diff --git a/common/src/main/res/drawable-xxhdpi/ic_pezkuwi_card_logo.png b/common/src/main/res/drawable-xxhdpi/ic_pezkuwi_card_logo.png index 87e0320..84e6e66 100644 Binary files a/common/src/main/res/drawable-xxhdpi/ic_pezkuwi_card_logo.png and b/common/src/main/res/drawable-xxhdpi/ic_pezkuwi_card_logo.png differ diff --git a/common/src/main/res/drawable-xxxhdpi/ic_create_wallet_background.png b/common/src/main/res/drawable-xxxhdpi/ic_create_wallet_background.png index 31e6a88..b1dc1e2 100644 Binary files a/common/src/main/res/drawable-xxxhdpi/ic_create_wallet_background.png and b/common/src/main/res/drawable-xxxhdpi/ic_create_wallet_background.png differ diff --git a/common/src/main/res/values-ku/strings.xml b/common/src/main/res/values-ku/strings.xml index fab8fec..c8b5ebc 100644 --- a/common/src/main/res/values-ku/strings.xml +++ b/common/src/main/res/values-ku/strings.xml @@ -1,480 +1,2744 @@ - - Bi me re têkilî daynin - Github - Polîtîkaya Nepenîtiyê - Me binirxînin - Telegram - Şert û Mercên Bikaranînê - Şert û Merc - Derbarê - Guhertoya Sepanê - Malper - Navnîşana %s bi awayekî rast binivîse... - Divê navnîşana EVM derbasdar an vala be... - Navnîşana substrate ya derbasdar binivîse... - Hesab zêde bike - Navnîşan zêde bike - Hesab jixwe heye. Ji kerema xwe yekî din biceribîne. - Bi navnîşanê her cîzdanekê bişopîne - Cîzdanê tenê-temaşekirinê zêde bike - Peyva xwe binivîse - Ji kerema xwe piştrast bike ku te gotina xwe rast û xwînbar nivîsandiye. - Navnîşana %s - Hesab li ser %s tune - Mnemonîkê piştrast bike - Ka em dîsa kontrol bikin - Peyvan bi rêza rast hilbijêre - Hesabek nû çêke - Li ser telefona xwe panoyê an dîmenên ekranê bi kar neyne, ji bo paşvekêşanê rêyên ewle bibînin (mînak kaxez) - Nav tenê di vê sepanê de herêmî tê bikaranîn. Paşê dikarin biguherînin - Navê cîzdanê çêke - Mnemonîka paşvekêşanê - Cîzdaneke nû çêke - Mnemonîk ji bo vegerandina gihîştina hesabê tê bikaranîn. Binivîse, bêyî vê em nikarin gihîştina hesabê te vegerînin! - Hesabên bi nehêniya guhertî - Ji bîr bike - Berî ku berdewam bikî, piştrast bike ku te cîzdanê xwe derxistiye. - Cîzdanê ji bîr bikî? - Rêya derhêneriyê ya Ethereum nederbasdar e - Rêya derhêneriyê ya Substrate nederbasdar e - Ev cîzdan bi %1$s re hevjot e. Pezkuwi Wallet dê alîkariya te bike ku her operasyonê çêkî, û ji te tê xwestin ku bi %1$s îmze bikî - Ji aliyê %s ve nayê piştgirîkirin - Ev cîzdanê tenê-temaşekirinê ye, Pezkuwi Wallet dikare bakiye û agahiyên din nîşanî te bide, lê tu nikarî bi vê cîzdanê danûstandinekê bikî - Navê cîzdanê binivîse... - Ji kerema xwe, yekî din biceribîne. - Tîpa krîptoyê ya cota mifteyên Ethereum - Rêya derhêneriya nehêniya Ethereum - Hesabên EVM - Hesabê derxîne - Derxîne - Yê heyî têxe - Ev ji bo şîfrekirina daneyan û tomarkirina pelê JSON pêwîst e. - Şîfreyek nû diyar bike - Nehêniya xwe tomar bike û li cihekî ewle bihêle - Nehêniya xwe binivîse û li cihekî ewle bihêle - JSONa vegerandinê nederbasdar e. Ji kerema xwe piştrast bike ku têketinê JSONek derbasdar heye. - Seed nederbasdar e. Ji kerema xwe piştrast bike ku têketina te 64 sembolên hex hene. - JSON agahiya torê nahewîne. Ji kerema xwe li jêr diyar bike. - JSONa Vegerandinê pêşkêş bike - Bi gelemperî gotinek 12 peyv (lê dikare 15, 18, 21 an 24 jî be) - Peyvan tenê bi valahiyekê ji hev cuda bike, bêyî virgul an nîşanên din - Peyvan bi rêza rast binivîse - Şîfre - Mifteya taybet têxe - 0xAB - Seeda xwe ya xav binivîse - Pezkuwi Wallet bi hemû sepanan re hevaheng e - Cîzdanê têxe - Hesab - Rêya derhêneriyê sembolên nepiştgirî dihewîne an avahiya wê çewt e - Rêya derhêneriyê nederbasdar e - Pelê JSON - Bi sepana Ledger Live piştrast bike ku li ser amûra Ledger %s - sepana Polkadot hatiye sazkirin - Li ser amûra Ledger %s veke - sepana Polkadot veke - Flex, Stax, Nano X, Nano S Plus - Ledger (Sepana Polkadot ya Giştî) - Piştrast bike ku sepana Torê bi Ledger Live li ser amûra Ledger hatiye sazkirin. Li ser amûra Ledger sepana torê veke. - Bi kêmanî yek hesab zêde bike - Hesaban li cîzdana xwe zêde bike - Rêbernameya Girêdana Ledger - Piştrast bike ku li ser amûra Ledger bi Ledger Live %s - sepana torê hatiye sazkirin - Li ser amûra Ledger %s - sepana torê veke - Destûr bide Pezkuwi Wallet %s - bigihîje Bluetooth - %s ji bo zêdekirina cîzdanê - Hesabê hilbijêre - %s di mîhengên telefonê de - OTG çalak bike - Ledger girêbide - Ji bo îmzekirina danûstandinan û veguhastina hesabên xwe bo sepana nû ya Generic Ledger, sepana Migration saz bike û veke. Sepanên kevn ên Legacy û Migration di pêşerojê de nayên piştgirîkirin. - Sepana nû ya Ledger derket - Polkadot Migration - Sepana koçberiyê di demek nêz de bêkar dibe. Wê bikar bîne da ku hesabên xwe biguhezîne sepana nû ya Ledger û fonên xwe winda nekî. - Polkadot - Ledger Nano X - Ledger Legacy - Ger Ledger bi Bluetooth bikar tînî, Bluetooth li ser her du amûran çalak bike û destûrên Bluetooth û cîhê bide Pezkuwi Wallet. Ji bo USB, di mîhengên telefonê de OTG çalak bike. - Ji kerema xwe Bluetooth li ser mîhengên telefonê û amûra Ledger çalak bike. Kilîta amûra Ledger veke û sepana %s veke. - Amûra Ledger hilbijêre - Ji kerema xwe amûra Ledger çalak bike. Amûra Ledger veke û sepana %s veke. - Hema hat temamkirin! 🎉\n Ji bo temamkirina sazkirinê û bikaranîna hesabên xwe hem di Sepana Polkadot hem jî di Pezkuwi Wallet de, tenê li jêr bitikîne - Bi xêr hatî Pezkuwi Wallet! - Gotinek 12, 15, 18, 21 an 24 peyv - Pir-îmze - Kontrola hevpar (pir-îmze) - Ji bo vê torê hesabê te tune, dikare hesab çêkî an hesab veguhezî. - Hesab Pêwîst e - Hesab nehat dîtin - Mifteyê hevjot bike - Parity Signer - %s, %s piştgirî nake - Hesabên ku bi serkeftî ji %s hatin xwendin - Va hesabên te ne - Koda QR nederbasdar e, ji kerema xwe piştrast bike ku koda QR ji %s dixwînî - Piştrast bike ku yê jorîn hilbijartî - Sepana %s veke - Parity Signer veke - %s hesabê ku dixwazî li Pezkuwi Wallet zêde bikî hilbijêre - Biçe beşa \'Mifteyên\'. Seed hilbijêre, paşê hesab hilbijêre - Parity Signer dê %s pêşkêşî te bike - koda QR ji bo şopandinê - Ji %s cîzdan zêde bike - %s îmzekirina peyamên rasthatî piştgirî nake - tenê danûstandin - Îmze nayê piştgirîkirin - Koda QR ji %s bişopîne - Kevn - Nû (Vault v7+) - Di %s de xeletiyek heye - Dema koda QR qediya - Ji bo ewlehiyê danûstandinên çêkirî tenê %s derbasdar in.\nJi kerema xwe koda QR ya nû çêke û bi %s îmze bike - Koda QR %s derbasdar e - Ji kerema xwe piştrast bike ku koda QR ya danûstandina îmzeyê ya niha dixwînî - Bi %s îmze bike - Polkadot Vault - Hay jê be, divê navê rêya derhêneriyê vala be - Sepana %s veke - Polkadot Vault veke - %s dixwazî li Pezkuwi Wallet zêde bikî - Li Mifteya Derhêner bitikîne - Polkadot Vault dê %s - koda QR ji bo şopandinê - Li sembola goşeya jorîn a rastê bitikîne û %s hilbijêre - Mifteya Taybet Derxîne - Mifteya taybet - Wekîl - Yên ku ji te re hatine spartin (Proxied) - Her tişt - Mezat - Wekîlê betal bike - Rêvebirî - Nirxandina Nasnameyê - Hewzên Namzedkirinê - Ne-Veguheztin - Staking - Jixwe hesabek min heye - agahiyên nehênî - 64 sembolên şazdehan - Cîzdana hardware hilbijêre - Tîpa nehêniya xwe hilbijêre - Cîzdan hilbijêre - Hesabên bi nehêniya hevpar - Hesabên Substrate - Tîpa krîptoyê ya cota mifteyên Substrate - Rêya derhêneriya nehêniya Substrate - Navê cîzdanê - Navê cîzdanê - Moonbeam, Moonriver û torên din - Navnîşana EVM (Bijartî) - Cîzdanên pêşwext - Polkadot, Kusama, Karura, KILT û 50+ tor - Di Pezkuwi Wallet de bêyî mifteya xwe ya taybet çalakiya her cîzdanekê bişopîne - Cîzdana te tenê ji bo temaşekirinê ye, yanî tu nikarî tu danûstandinekê bikî - Xeletî! Mifteyê kêm e - tenê-temaşe - Polkadot Vault, Ledger an Parity Signer bikar bîne - Cîzdana hardware girêbide - Hesabên xwe yên Trust Wallet di Pezkuwi Wallet de bikar bîne - Trust Wallet - Hesabê %s zêde bike - Cîzdan zêde bike - Hesabê %s biguherîne - Hesabê biguherîne - Ledger (Kevn) - Ji te re hat spartin - Kontrola hevpar - Girêka xwerû zêde bike - Ji bo delegekirinê divê hesabê %s li cîzdanê zêde bikî - Agahiyên torê binivîse - Ji bo hesabê delege bike - Hesabê delegekirinê - Cîzdana delegekirinê - Tîpa gihîştinê bide - Depozît wekî rezerv di hesabê te de dimîne heta ku proxy were rakirin. - Te li %s gihîşt sînorê proxyên zêdekirî (%s). Ji bo zêdekirinên nû proxyên heyî rake. - Hejmara herî zêde ya proxy gihîşt - Torên xwerû yên zêdekirî\nli vir xuya dibin - +%d - Pezkuwi Wallet ji bo dîtina danûstandinên li bendê otomatîk çû cîzdana multisig. - Rengîn - Xuyang - sembolên token - Spî - Navnîşana peymanê ya têketî jixwe di Pezkuwi Wallet de wekî tokena %s heye. - Navnîşana peymanê ya têketî jixwe di Pezkuwi Wallet de wekî tokena %s heye. Ma tu dixwazî biguherînî? - Ev token jixwe heye - Ji kerema xwe piştrast bike ku URL di vê formatê de ye: www.coingecko.com/en/coins/tether. - Girêdana CoinGecko nederbasdar e - Navnîşana peymanê ya têketî peymana ERC-20 ya %s nîne. - Navnîşana peymanê nederbasdar e - Decîmal divê bi kêmanî 0 û herî zêde 36 be. - Nirxa decîmalê nederbasdar e - Navnîşana peymanê binivîse - Hejmara decîmalan binivîse - Sembol binivîse - Biçe %s - Ji %1$s, bakiyeya te ya %2$s, Staking û Rêvebirî niha li ser %3$s e - bi performansa çêtir û lêçûnên kêmtir. - Tokenên te yên %s niha li ser %s in - Tor - Token - Token zêde bike - Navnîşana peymanê - Decîmal - Sembol - Agahiya tokena ERC-20 binivîse - Ji bo zêdekirina tokena ERC-20 torê hilbijêre - Crowdloans - Rêvebirî v1 - OpenGov - Hilbijart - Staking - Vesting - Token Bikire - Ma te DOT ji Crowdloan vegerand? Îro dest bi stakekirina DOT bike û xelatên herî bilind bistîne! - DOT xwe zêde bike 🚀 - Tokenan Fîltre bike - Tokena te ya diyariyê tune.\nTokenan bikire an bi hesabê xwe ve bîne. - Hemû Tor - Tokenan Birêve bibe - %s neşîne hesabê ku di bin kontrola Ledger de ye ji ber ku Ledger şandina %s piştgirî nake, lewma mal dê di vê hesabê de asê bimîne - Ledger vê tokenê piştgirî nake - Li gorî navê tor an tokenê bigere - Tu tor an token bi navê têketî nehat dîtin - Li gorî tokenê bigere - Cîzdanên te - Tokena te ya şandinê tune.\nTokenan bikire an bistîne. - Tokena dravdanê - Tokena wergirtinê - Berî destpêkirina guhertinan, %s ji bo cîzdanên guhertî û rakirî! - Piştrast bike ku te şîfreyên xwe tomar kirine - Nûvekirinên Paşvekêşanê Bicîh bîne? - Amade be ji bo tomarkirina cîzdanê xwe! - Ev şîfre gihîştina tam û daîmî dide te ji bo hemû cîzdanên girêdayî û fonên di nav wan de.\n%s - PARVE NEKE. - Şîfreya xwe di tu form an malperê de binivîse.\n%s - FON DIKARIN DAÎMÎ WINDA BIBIN. - Piştgirî an rêvebir tu carî û di tu rewşê de şîfreya te naxwazin.\n%s - HEY JÊ BE JI KESÊN XAPÎNOK. - Ji bo berdewamkirinê Binirxîne û Qebûl bike - Paşvekêşanê jê bibe - Dikare bi destan Gotina Nehênî paşve bikêşî da ku gihîştina fonên cîzdanê misoger bikî ger gihîştina vê amûrê winda bikî - Bi destan paşve bikêşe - Bi Destan - Te tu cîzdanek bi şîfre zêde nekiriye. - Tu cîzdan ji bo paşvekêşanê tune - Dikare paşvekêşana Google Drive çalak bikî da ku paşvekêşanên cîzdanê yên şîfrekirî bi şîfreyeke ku tu diyar dikî tomar bikî. - Li Google Drive paşve bikêşe - Google Drive - Paşvekêşan - Paşvekêşan - Pêvajoya KYC ya rasterast û bi bandor - Pejirandina Biyometrîk - Hemûyan Bigire - Kirrîn dest pê kir! Ji kerema xwe heta 60 hûrdem bisekine. Dikare rewşê ji e-nameyê bişopînî. - Ji bo kirrîna %s torê hilbijêre - Kirrîn dest pê kir! Ji kerema xwe heta 60 hûrdem bisekine. Dikare rewşê ji e-nameyê bişopînî. - Niha tu dabînkerê me piştgirî nade kirrîna vê tokenê. Ji kerema xwe tokenek din, torek din hilbijêre an paşê dîsa kontrol bike. - Ev token ji aliyê taybetmendiya kirrînê ve nayê piştgirîkirin - Gengaz e ku karmizenê bi her tokenê bidî - Koçberî otomatîk çêdibe, tu tiştî nekirî - Dîroka danûstandinên kevn li %s dimîne - Bakiyeya te ya %1$s bi %2$s, Staking û Rêvebirî li ser %3$s e. Ev taybetmendî dibe ku heta 24 saetan neyên bikaranîn. - %1$sx lêçûnên danûstandinê kêmtir\n(ji %2$s bo %3$s) - %1$sx kêmbûna bakiyeya hindiktirîn\n(ji %2$s bo %3$s) - Çi Asset Hub mezin dike? - Bakiyeya te ya destpêkê bi %1$s, %2$s, Staking û Governance li ser %3$s e - Bêtir token têne piştgirîkirin: %s, û tokenên din ên ekosîstemê - Gihîştina yekgirtî: %s, mal, staking û rêvebirî - Girêkên hevsengiya otomatîk - Girêdanê çalak dike - Şîfreyeke binivîse ku dê ji bo vegerandina cîzdanên te ji paşvekêşana cloudê were bikaranîn. Bîr bîne ku ev şîfre di pêşerojê de nayê vegerandin, ji ber vê yekê piştrast bike ku bîr dikî! - Şîfreya paşvekêşanê nû bike - Mal - Bakiyeya berdest - Mixabin, daxwaza kontrola bakiyeyê têk çû. Ji kerema xwe, paşê dîsa biceribîne. - Mixabin, em negihîştin dabînkerê veguhastinê. Ji kerema xwe, paşê dîsa biceribîne. - Mixabin, fonên te yên têr tune ji bo xercekirina miqdarê diyarkirî + - - Hemû - Paş - Betal bike - Bigire - Bipejirîne - Berdewam bike - Kopî bike - Hûrgulî - Qediya - Biguherîne - Xeletî - Fêm kir - Tê barkirin... - Cîzdanan birêve bibe + + Flex, Stax, Nano + + Ledger Nano Gen5 + + Gifting e ne supported ji bo Multisig wallets + Bo create an manage gifts, ji kerema xwe switch to a different type of wallet. + + Cîzdan name Nav - Pêş - Na - OK - Bişkîne - Werbigire - Nû bike - Tomar bike - Lêgerîn - Bişîne - Mîheng - Parve bike - Derbas bike - Serkeftî - Dîsa biceribîne - Bibîne - Erê - Tor - Miqdar - Karmizend - Giştî - Bakiye - Berdest - Kilîtkirî - Navnîşan - girêdan... - Testnet - Tor zêde bike - Ne berdest + Nederbasdar Koda QR + + %s you would like to add to Pezkuwi Cîzdan + Tap on Derived Key + + Pair public key + Têxe private key + + Tap icon in top-right corner û select %s + Derxe Taybetî Key + + You’ve successfully reclaimed yê te gift + + Paş bixe %s Diyarî? + If you reclaim ev gift, shared link dê be disabled, û tokens dê be refunded to yê te wallet.\nDo you want to continue? + + Paş bixe + secrets + + Hesab tune on %s + Use another wallet, create a nû one, an add a %s account to ev wallet in Mîheng. + + You dikare’t receive a gift bi a %s wallet + Create a nû wallet an import an existing one to claim gift + + Cîzdanan birêve bibe + + You’ve successfully claimed a gift. Token dê appear in yê te balance shortly. + + gift nikare be received + Oops, gift has already been 
claimed + + Oops, something went wrong + There may be a problem bi server. Ji kerema xwe, try again later. + Claim gift + You’ve got a crypto gift! + + Hate afirandin: %s + Claimed + Reclaimed + Heqê torê on claim + + Hello! You’ve got a %s gift waiting ji bo you!\n\nInstall Pezkuwi Cîzdan app, set up yê te wallet, û claim it via ev special link:\n%s + + Diyarî Has Been Prepared.\nShare It Niha! + Diyarî parve bike link + + Confirming dê transfer tokens ji yê te account + Yê te Diyarî + + Bişîne gift on + + Enter another amount + + minimum gift e %s + + Mîqdar binivîse + + Hilbijêre a token to gift + Tor hilbijêre ji bo %s gift + You don’t have tokens to gift.\nBuy an Deposit tokens to yê te account. + + Diyarî çêke + Enter yê te gift amount + %s as a link û invite anyone to Pezkuwi Cîzdan + Parve bike gift directly + %s, û you dikare return unclaimed gifts anytime ji ev device + gift e available instantly + + Parve bike Crypto Diyarî bi Anyone, Anywhere + Bişîne gifts fast, easily, û securely in Pezkuwi Cîzdan + Diyarî you created Diyarî - Zêde - Kêm - - Hûrguliyên Cîzdanê - Navê Cîzdanê - Bakiyeya Cîzdanê - Bişîne - Werbigire + Token hilbijêre to vote + Token hilbijêre - - Mal - Bakiyeya Giştî + %s rewards - - Derbarê Sepanê - Ziman - Ewlehî - Piştgirî - Tor - Cîzdan - Dirav - Xuyang - Agahdariyên Push - Agahdariyên push tenê ji bo amûrên bi karûbarên Google hene. - Agahdariyên push tenê ji bo guhertoya Pezkuwi Wallet ya ku ji Google Play hatiye daxistin hene. + Kevn transaction history remains on %s - - Staking - Xelatên %s - Dest bi Stakingê bike - Stakea te - Xelat - Validator - Collator - Namzed bike - Veqetîne - Zêdetir zêde bike - Vegerîne - Pezkuwi Wallet dê li gorî pîvanên ewlehî û qezencê validatorên herî baş hilbijêre + Starting %1$s yê te %2$s balance, Staking û Rêveberî in on %3$s. These features might be unavailable ji bo up to 24 hours. + %1$s staking e live on %2$s starting %3$s - - Pezkuwi Wallet • niha - Nûvekirinek nû ya Pezkuwi Wallet heye! - Ji bo hemû taybetmendiyên nû Pezkuwi Wallet v%s dakêşin! - Ragihandinên Pezkuwi - Xelata staking hat - Te xelatek staking a %s wergirt + Bibîne + Yê te previous %s transaction history e still available on %s - - Diyariyên Kripto bi Her Kesî re, Li Her Derê Parve Bikin - Di Pezkuwi Wallet de diyariyan bi lez, hêsan û bi ewlehî bişînin - Diyarî Çêke + Yê te %s tokens niha on %s + Starting %1$s, yê te %2$s balance, Staking, û Rêveberî dê be on %3$s — bi improved performance û lower costs. + Go to %s - - Biguherîne - Ji - Bo - Rêje + Migration happens automatically, no action needed + + Starting %1$s yê te %2$s balance, Staking û Rêveberî in on %3$s + What makes Malûmilk Hub awesome? + %1$sx reduction in minimal balance\n(ji %2$s to %3$s) + %1$sx lower transaction fees\n(ji %2$s to %3$s) + Bêtir tokens supported: %s, û din ecosystem tokens + Unified access to %s, assets, staking, û governance + Ability to pay fees in her token + + Veke app bi hidden balance + + Enable in Mîheng + + Multisig push notifications in li vir! + Get notified about signing requests, nû signatures, û completed transactions — so you’re always in control. Manage anytime in Mîheng. + + Na multisig wallets + You haven’t added an selected her multisig wallets in Pezkuwi Cîzdan. Lê zêde bike û select at least one to receive multisig push notifications. + + Trust Cîzdan + Use yê te Trust Cîzdan accounts in Pezkuwi Cîzdan + + Yê te signature requested + Hate îmzekirin by signatory + Multisig transaction executed + Multisig transaction rejected + Batch (executes until error) + Batch Hemû (reverts on error) + Force Batch (ignores errors) + Tê îmzekirin e over + + Danûstandin has already been executed an rejected. + + Tê barkirin transaction details… + + %1$s → %2$s + + Multisig Danûstandin Hate înfazkirin + Multisig Danûstandin Hate redkirin + + %s on %s.\nRejected by: %s.\nNo further actions in required ji you. + %s on %s.\nNo further actions in required ji you. + + Danûstandin without initial on-chain information (call data) bû rejected + + Pezkuwi Cîzdan has automatically switched to yê te multisig wallet so you dikare view pending transactions. + + On behalf of %s. + ❌ Multisig transaction rejected + Hate redkirin by %s. + + ✅ Multisig transaction executed + Hate îmzekirin û executed by %s. + + %d of %d signatures collected. + Hate îmzekirin by %s + + ✍🏻 Yê te signature requested + %s on %s. + %s: %s + Initiated by %s. + Cîzdan: %s + + Multisig Danûstandin Notification Channel + multisigs_notification_channel_id + + Hilbijêre up to %d wallets to be notified when wallet has activity + + Multisig transactions + + call data you provided e invalid an has wrong format. Ji kerema xwe ensure it e correct û try again. + + Na transactions yet.\nSigning requests dê show up li vir + + Debit Card e ne supported ji bo ev Proxied wallet + Bo manage yê te Debit Card, ji kerema xwe switch to a different wallet bi Polkadot network. + + Call hash + + Kopî bike call data + Parve bike call data + + Cannot perform ev transaction + Ev transaction has already been rejected an executed. + + Din signatories dikare niha confirm transaction.\nYou dikare track its status in %s. + Danûstandin to sign + + Delegated to you + + Delegated to you (Proxied) + + Danûstandin dê be rejected. Multisig deposit dê be returned to %s. + + Full details + + deposit stays locked on depositor’s account until multisig operation e executed an rejected. + + Kopî bike hash + Parve bike hash + + Depositor + Multisig deposit + Call data + Make sure operation e correct + + On behalf of + Îmzekar + Hide + Show + Îmzekar (%d of %d) + + Simulation of swap step failed + + Danûstandin simulation failed + Pezkuwi Cîzdan simulates transaction beforehand to prevent errors. Ev simulation didn’t succeed. Dîsa biceribîne later an bi a higher amount. If issue persists, ji kerema xwe contact Pezkuwi Cîzdan Support in Mîheng. + + %s doesn’t have enough balance to pay network fee of %s û place multisig deposit of %s. You need to add %s bêtir to yê te balance + %s doesn’t have enough balance to place multisig deposit of %s. You need to add %s bêtir to yê te balance + %s doesn’t have enough balance to pay network fee of %s. You need to add %s bêtir to yê te balance + + Nederbasdar call data + Ev call data ji bo another operation bi call hash %s + + Enter call data to view details + + Enter call data + + + Din signatories: + Threshold %d out of %d + + Debit Card e ne supported ji bo Multisig + Bo manage yê te Debit Card, ji kerema xwe switch to a different type of wallet. + + Sell e ne supported ji bo Multisig + Bo sell crypto ji bo fiat, ji kerema xwe switch to a different type of wallet. + + + Danûstandin to sign + + Tê îmzekirin (%s of %s) + + + Hate afirandin by you + Hate îmzekirin by you + + + On behalf of: + + Unknown operation + + + Operation already exists + %s has already initiated same operation û it e currently waiting to be signed by din signatories. + + %s needs at least %s to pay ev transaction fee û stay above minimum network balance. Current balance e: %s + + Multisig wallets do ne support signing arbitrary messages — only transactions + + Multisig transaction + multisig transaction dê be initiated by %s. initiator pays network fee û reserves a multisig deposit, which dê be unreserved once transaction e executed. + + shared control (multisig) + + Cîzdan list has been updated + + Proxy û Multisig accounts auto-detected û organized ji bo you. Manage anytime in Mîheng. + + Proxied + Shared control + + Na longer valid + + Multisig transaction created + Bibîne details + + Bipejirîne + Bipejirîne & Execute + Red bike + + Multisig + Danûstandin ji ev wallet require approval ji multiple signatories. Yê te account e one of signatories: + Îmzekar: + + + You must have at least %s on %s to receive %s token + + Bi xêr hatî to Pezkuwi Cîzdan! + You’re almost there! 🎉\n Just tap below to complete setup û start using yê te accounts seamlessly in both Polkadot App û Pezkuwi Cîzdan + + %s Wallet + + %s://polkadot/migration-accepted?key=%s + access Bluetooth + + pezkuwi-wallet.app.link + pezkuwi-wallet-alternate.app.link + + Press both buttons on yê te %s to approve addresses + Press confirm button on yê te %s to approve addresses + + Lê zêde bike address + Substrate Hesab + EVM Hesab + + Nûve bike Ledger Generic App + Yê te Ledger device e using an outdated Generic app ew doesn’t support EVM addresses. Nûve bike it via Ledger Live. + + Hesab ne found + + Hesab %s + Nano S + + Berdewam bike in browser? + Bo continue purchase you dê be redirected ji Pezkuwi Cîzdan app to %s + + Ev token e ne supported by buy feature + None of our providers currently support buying of ev token. Ji kerema xwe choose a different token, a different network, an check back later. + + Ev token e ne supported by sell feature + None of our providers currently support selling of ev token. Ji kerema xwe choose a different token, a different network, an check back later. + + Ev token e ne supported by buy/sell feature + None of our providers currently support buying an selling of ev token. Ji kerema xwe choose a different token, a different network, an check back later. + + Purchase initiated! Ji kerema xwe bisekine up to 60 minutes. You dikare track status on email. + Sale initiated! Ji kerema xwe bisekine up to 60 minutes. You dikare track status on email. + + Sell %s token + Tor hilbijêre ji bo selling %s + + Best price bi fees up to 3.95%% + Buy crypto starting ji just $5 + Straightforward û efficient KYC process + + Sell crypto starting ji just $10 + + Sell + + +%d + + Hilbijêre a provider to buy %s token + + Hilbijêre a provider to sell %s token + + Payment methods, fees û limits differ by provider.\nCompare their quotes to find best option ji bo you. + + Sell tokens + Buy tokens + + Buy/Sell + + + %s in yê te phone settings + Enable OTG + + Enable Bluetooth & Grant Permissions + + Press both buttons on yê te %s to approve address + Press confirm button on yê te %s to approve address + Hold confirm button on yê te %s to approve transaction + + Nano X + Ledger Flex + Ledger Stax + Nano S Plus + + If using a Ledger via Bluetooth, enable Bluetooth on both devices û grant Pezkuwi Cîzdan Bluetooth û location permissions. Ji bo USB, enable OTG in yê te phone settings. + Ji kerema xwe, enable Ledger device. Unlock yê te Ledger device û open %s app. + + Ledger Connection Guide + + Connect Ledger + + Bluetooth + USB + + Ledger Legacy + + Ledger (Generic Polkadot app) + + Legacy + Nû (Vault v7+) + + Nû Unified Navnîşan + Hin exchanges may still require legacy format\nfor operations while they update. %s + nû format + legacy format + Do ne show ev again.\nYou dikare find legacy address in Werbigire. + + Estimated %s + Yê te card e being issued! + Yê te card e being funded! + It dikare take up to 5 minutes.\nThis window dê be closed automatically. + + Têkilî support + Ji kerema xwe contact support@pezkuwichain.io. Include email address ew you have used ji bo issuing card. + + Manage Debit Card + + Top up card bi %s + + Îro + Last Week + Last Month + Last Year + Hemû Dem + + %s at %s + %s (%s) + + %s price + 1D + 1W + 1M + 1Y + Hemû + + app.pezkuwichain.io + + High price impact detected (%s) + + Executing ev swap dê result in significant slippage û financial losses. Consider reducing yê te trade size of splitting yê te trade nav multiple transactions. + + Popular + + During swap execution intermediate receive amount e %s which e kêmtir than minimum balance of %s. Try specifying larger swap amount. + + You don\'t have enough balance to pay network fee of %s. Current balance e %s + + sec + + Do ne close app! + + Serneket + + %s of %s operations + + + %s operation + %s operations + + + Swapping %s to %s on %s + Transferring %s to %s + + Serneket on operation #%s (%s) + %s to %s swap on %s + %s transfer ji %s to %s + + + %d second + %d seconds + + + Execution time + + Tevahî fee + + Heq: %s + + Veguhestin + Swap + way ew yê te token dê take through different networks to get desired token. + Route + + See Hemû + Favorites + %d DApps + + Bigire Hemû DApps? + Hemû opened tabs in DApp browser dê be closed. + + Bigire Hemû + + Tor hilbijêre + + Bigere by token + + Kopî bike Navnîşan + Bişîne only %1$s token û tokens in %2$s network to ev address, an you might lose yê te funds + + token icons + Appearance + White + Colored + + Tor hilbijêre ji bo buying %s + Tor hilbijêre ji bo receiving %s + Tor hilbijêre ji bo sending %s + Tor hilbijêre ji bo swapping %s + + Token + Tor + + Wiki & Alîkarî Center + + Get support via Email + + You have already voted ji bo hemû available referenda + Bipejirîne yê te votes + Deng bide list + Na referenda to vote + %d left + + Use max + + Insufficient balance ji bo voting + You don\'t have enough balance to vote bi current voting power %s (%sx). Ji kerema xwe change voting power an add bêtir funds to yê te wallet. + You have successfully voted ji bo %d referenda + + Deng bide ji bo %d referenda + Rake referendum %s ji vote list? + You always dikare vote ji bo ev referendum later + + Hin of referenda excluded ji vote list + Hin of referenda in no longer available ji bo voting an you may ne have enough tokens available to vote. Peyda to vote: %s. + + Aye: %s + Nay: %s + Abstain: %s + + Dengdan power + Dengdan dê be set ji bo future votes in SwipeGov + Bipejirîne votes + Na votes + Na data retrived + data of referendum could ne be loaded + Requested: + You have already voted ji bo hemû available referenda an there in no referenda to vote right niha. Come back later. + SwipeGov + Swipe to vote on referenda bi AI summaries. Fast & easy! + %d referenda + + Polkadot app e installed + + Veke Polkadot app + + Make sure %s to yê te Ledger device using Ledger Live app + + %s on yê te Ledger device + + Allow Pezkuwi Cîzdan to %s + + %s to add to wallet + Hesab hilbijêre + + Polkadot Vault dê provide you %s + Koda QR to scan + + %s application on yê te smartphone + Veke Polkadot Vault + + %s on yê te Ledger device + Veke network app + + Make sure %s to yê te Ledger device using Ledger Live app + Tor app e installed + + Parity Signer dê provide you %s + Koda QR to scan + + %s you would like to add to Pezkuwi Cîzdan + Go to “Keys” tab. Hilbijêre seed, then account + + %s application on yê te smartphone + Veke Parity Signer + + Conviction dê be set to 0.1x when you vote Abstain + + Abstain votes + Conviction update + Abstain votes dikare only be done bi 0.1x conviction. Deng bide bi 0.1x conviction? + + Hişyarî! DApp e unknown + Malicious DApps dikare withdraw hemû yê te funds. Always do yê te own research before using a DApp, granting permission, an sending funds out.\n\nIf someone e urging you to visit ev DApp, it e likely a scam. When in doubt, ji kerema xwe contact Pezkuwi Cîzdan support: %s. + Veke anyway + + Already staking + You nikare stake bi Direct Staking û Nomination Hewz at same time + + Hewz operations in ne available + You dikare no longer use both Direct Staking û Hewz Staking ji same account. Bo manage yê te Hewz Staking you first need to unstake yê te tokens ji Direct Staking. + + Auto-balance nodes + Enable connection + + Migration app dê be unavailable in near future. Use it to migrate yê te accounts to nû Ledger app to avoid losing yê te funds. + + Polkadot Migration + Polkadot + + Nû Ledger app has been released + Bo sign operations û migrate yê te accounts to nû Generic Ledger app install û open Migration app. Legacy Kevn û Migration Ledger apps dê ne be supported in future. + + Ledger Nano X + + Ledger (Legacy) + + Passphrase + + Cîzdan dê be removed in Cloud Paşvekişandin + Ensure you have saved Passphrase ji bo wallet before proceeding. + + Create a nû wallet + + Paşvekişandin password + + We in going to show yê te passphrase. Make sure no one dikare see yê te screen û do ne take screenshots — they dikare be collected by third-party malware + + %s e disabled + You dikare ne sign transactions of disabled networks. Enable %s in settings û try again + + Nederbasdar Yekeya pereyî Symbol + entered Yekeya pereyî Symbol (%1$s) does ne match network (%2$s). Do you want to use correct currency symbol? + + Manage added node + Jê bibe node? + Girêk \"%s\" dê be deleted + + Sererast bike node + Jê bibe node + + Jê bibe network? + You dê ne be able to see yê te token balances on ew network on Malûmilk screen + + Sererast bike network + Jê bibe network + Manage added network + + Jê bibe + + Enter network details + Tê barkirin network info... + + Nederbasdar Zincîr ID + entered Zincîr ID does ne match network in RPC URL. + + Modify + Ev Girêk already exists + entered RPC URL e present in Pezkuwi Cîzdan as a %s network. + entered RPC URL e present in Pezkuwi Cîzdan as a %s custom network. Tu bawer î you want to modify it? + + %s Default Node + %s Default Block Explorer + + Enter details + Substrate + EVM + + Coingecko link ji bo price info (Optional) + + www.coingecko.com/en/coins/tether + + Block explorer URL (Optional) + https://networkscan.io + Zincîr ID + 012345 + Yekeya pereyî Symbol + TOKEN + Tor name + RPC URL + + Bigere by network name + Tê barkirin networks list... + Lê zêde bike network + Lê zêde bike network manually + + Ev Girêk already exists + URL you entered already exists as "%s" Girêk. + + Wrong network + URL you entered e ne corresponding to Girêk ji bo %1$s.\nPlease enter URL of valid %1$s node. + + Girêk error + Girêk URL you entered e either ne responding an contains incorrect format. URL format should start bi "wss://". + + Lê zêde bike custom node ji bo + Sererast bike custom node ji bo + Girêk URL + wss:// + Girêk name + Nav + Enter details + Lê zêde bike node + Tomar bike + + %d ms + Lê zêde bike custom node + + custom nodes + default nodes + Hate lêzêdekirin custom networks\nwill appear li vir + + Building ji bo Pezkuwichain? + Integrate hemû features of network you in building nav Pezkuwi Cîzdan, making it accessible to everyone. + Integrate yê te network + + connecting... + Testnet + Default + Hate lêzêdekirin + Lê zêde bike network + Ne available + Push notifications in only available ji bo devices bi Google services. + Push notifications in available only ji bo Pezkuwi Cîzdan version downloaded ji Google Play. + + By continuing, you agree to our\n%1$s û %2$s + + Na wallets to back up + You haven\'t added her wallets bi a passphrase. + + Têxe existing + Cîzdan changes dê be updated in Cloud Paşvekişandin + Nû wallets in automatically added to Cloud Paşvekişandin. You dikare disable Cloud Paşvekişandin in Mîheng. + Automatically continue in future + + How to add wallet? + How to add wallet? + How to add wallet? + + Ev password e required to encrypt yê te account û e used alongside ev JSON file to restore yê te wallet. + + Download Vegerîne JSON + + Şîfre binivîse + + Polkadot + Ethereum + + Do ne share her of ev information bi anyone - If you do you dê permanently û irretreveably lose hemû of yê te assets + + Custom Key + Default Key + + Derxe JSON file + + Review & Accept to Berdewam bike + + Do ne share yê te passphrase! + Ji kerema xwe read following carefully before viewing yê te backup + Ev passphrase gives you total û permanent access to hemû connected wallets û funds within them.\n%s + DO NOT SHARE IT. + Do ne enter yê te Passphrase nav her form an website.\n%s + FUNDS MAY BE LOST FOREVER. + Support an admins dê never request yê te Passphrase under her circumstances.\n%s + BEWARE OF IMPERSONATORS. + + Hesab bi default key + Hesab bi custom key + Default accounts + %s, +%d others + Hilbijêre key to back up + + Hilbijêre a wallet to back up + Cîzdan changes failed to update in Cloud Paşvekişandin + At moment yê te backup e ne synchronized. Ji kerema xwe review issue. + Review Issue + + Tu bawer î ew you want to apply these changes? + If you have ne manually written down yê te Passphrase ji bo wallets ew dê be removed, then those wallets û hemû of their assets dê be permanently û irretrievably lost forever. + + Cloud Paşvekişandin changes found + At moment yê te backup e ne synchronized. Ji kerema xwe review these updates. + Review Updates + + + Modified + Removed + + Bicîh bîne Paşvekişandin Updates? + Before proceeding bi changes, %s ji bo modified û removed wallets! + ensure you\'ve saved Passphrases + Îmze bike In + + Ne niha + + Paşvekişandin password bû changed + Yê te backup password bû previously updated. Bo continue using Cloud Paşvekişandin, %s + ji kerema xwe enter nû backup password. + + Yê te backup password bû previously updated. Bo continue using Cloud Paşvekişandin, ji kerema xwe enter nû backup password. + + Nûve bike backup password + Ji kerema xwe enter a password ew dê be used to recover yê te wallets ji cloud backup. Ev password dikare\'t be recovered in future, so be sure to remember it! + + Enter current backup password + Ji kerema xwe enter password you created during backup process + + Deleting a backup... + Paşvekişandin dê be deleted ji Google Drive + %s û remember to always keep them offline to restore them anytime. You dikare do ev in Paşvekişandin Mîheng. + Ji kerema xwe write down hemû yê te wallet’s Passphrases before proceeding + + Manage backup + + Jê bibe backup + + Change password + + Enable to backup wallets to yê te Google Drive + Last sync: %s at %s + Îmze bike In to Google Drive + Enter Paşvekişandin Şîfre + Review Paşvekişandin Updates + Review Google Drive Issue + Review Paşvekişandin Çewtî + + Paşvekişandin Syncing... + Paşvekişandin Neçalak + Paşvekişandin Unsynced + Paşvekişandin Synced + Paşvekişandin + Google Drive + You dikare enable Google Drive backups to store encrypted copies of hemû yê te wallets, secured by a password you set. + Manual + You dikare manually back up yê te passphrase to ensure access to yê te wallet’s funds if you lose access to ev device + Paş up to Google Drive + Paş up manually + + Paşvekişandin found but empty an broken + An issue has been identified bi yê te backup. You have option to delete current backup û create a nû one. %s before proceeding. + Ensure you have saved Passphrases ji bo hemû wallets + + Nederbasdar passphrase, ji kerema xwe check one bêtir time words order + Hilbijêre words... + + Recover Cîzdan + Existing Cloud Paşvekişandin found + %s Hemû of yê te wallets dê be safely backed up in Google Drive. + Do you want to recover yê te wallets? + + Paşvekişandin Ne Found + Unfortunately, Paşvekişandin bi yê te wallets has ne been found. + + Tu bawer î you want to delete Cloud Paşvekişandin? + Current backup bi yê te wallets dê be permanently deleted! + + Jê bibe Paşvekişandin + Have you lost yê te password? + %s It\'s exclusively yours, securely stored, inaccessible to others. Without backup password, restoring wallets ji Google Drive e impossible. If lost, delete current backup to create a nû one bi a fresh password. %s + Unfortunately, yê te password nikare be recovered. + Alternatively, use Passphrase ji bo restoration. + + Forgot Şîfre? + Enter backup password + Ji kerema xwe enter password you created during backup process + + Got it + + Remember Paşvekişandin Şîfre + In future, without backup password it e ne possible to restore yê te wallets ji Cloud Paşvekişandin.\n%s + Ev password nikare be recovered. + Create yê te backup password + Ji kerema xwe enter a password to access yê te backup anytime. password dikare’t be recovered, be sure to remember it! + Paşvekişandin password + Bipejirîne password + Min. 8 characters + Numbers + Letters + Passwords match + + Şîfre e invalid + Ji kerema xwe, check password correctness û try again. + + Connection Serneket + Ji kerema xwe, check yê te connection an try again later + + Na Backups Found + Unfortunately, we have ne found a backup to restore wallets + + Google Drive authentication failed + Ji kerema xwe ensure ew you in logged nav yê te Google account bi correct credentials û have granted Pezkuwi Cîzdan access to Google Drive + + Google Drive error + Unable to backup yê te wallets to Google Drive. Ji kerema xwe ensure ew you have enabled Pezkuwi Cîzdan to use yê te Google Drive û have enough available storage space û then try again. + + Ne Enough Storage + You do ne have enough available Google Drive storage. + + Google Play services ne found + Unfortunately, Google Drive e ne working without Google Play services, which in missing on yê te device. Try to get Google Play services + + Yê te wallet e ready + Paşvekişandin + Ev dê only be visible to you û you dikare edit it later. + Niha lets back up yê te wallet. Ev makes sure ew yê te funds in safe û secure. Backups allow you to restore yê te wallet at her time. + Berdewam bike bi Google + Berdewam bike bi manual backup + + Prepare to save yê te wallet! + Tap to reveal + Make sure no one dikare see yê te screen\nand do ne take screenshots + + Ji kerema xwe %s anyone + do ne share bi + + + Write down yê te Passphrase + + My nû wallet + Give yê te wallet a name + Enter wallet name + + Cloud backup + Recover wallets ji Google Drive + Looking ji bo yê te backup... + + Use yê te 12, 15, 18, 21 an 24-word phrase + Watch-only + + Hardware wallet + + Polkadot Vault, Parity Signer an Ledger + + Choose how you would like to import yê te wallet + + Tiştek şaş çû + Ji kerema xwe try again later by accessing notification settings ji Mîheng tab + + + Select at least %d wallet + Select at least %d wallets + + + Şert û Conditions + Polîtîkaya Nepenîtiyê + + Hate wergirtin +0.6068 KSM ($20.35) ji Kusama staking + Pezkuwi Cîzdan • niha + + You won\'t receive notifications about Cîzdan Activities (Hevseng, Staking) because you haven\'t selected her wallet + + pezkuwi + pezkuwiwallet + + ⬇️ Hate wergirtin %s + ⬇️ Hate wergirtin + Hate wergirtin %s on %s + + 💸 Hate şandin %s + 💸 Hate şandin + Hate şandin %1$s to %2$s on %3$s + + ⭐️ Nû reward + ⭐️ Nû reward %s + Hate wergirtin %s ji %s staking + + ✅ Referandom approved! + %1$s referendum #%2$s has ended û been approved 🎉 + ❌ Referandom rejected! + %1$s referendum #%2$s has ended û been rejected! + 🗳️ Referandom status changed + %1$s Referandom #%2$s status changed ji %3$s to %4$s + %1$s Referandom #%2$s status changed to %3$s + + In queue + + A nû update of Pezkuwi Cîzdan e available! + Download Pezkuwi Cîzdan v%s to get hemû nû features! + 🗳️ Nû referendum + %s Referandom #%s e niha live! + + + You need to select at least %d track + You need to select at least %d tracks + + + Hilbijêre tracks ji bo + %d of %d + + default_notification_channel_id + transactions_notification_channel_id + default_notifications_channel_id + staking_notification_channel_id + Default Notification Channel + Danûstandin Notification Channel + Rêveberî Notification Channel + Staking Agahdarî Channel + + Nû Referandom + Referandom Nûve bike + Delegat bike has voted + Paqij bike + + You nikare select bêtir than %d wallets + + Staking rewards + Others + + Hate wergirtin tokens + Hate şandin tokens + Hevseng + + Pezkuwi announcements + + Enable notifications + Cîzdan + + Tiştek şaş çû. Ji kerema xwe try again + Push notifications + + Don’t miss a thing! + Get notified about Cîzdan operations, Rêveberî updates, Staking activity û Ewlehî, so you’re always in know + Enable push notifications + By enabling push notifications, you agree to our %s û %s + + Due to cross-chain restrictions you dikare transfer ne bêtir than %s + + Yê te balance e too small + You need to have at least %s to pay ev transaction fee û stay above minimum network balance. Yê te current balance e: %s. You need to add %s to yê te balance to perform ev operation. + + %s units of %s + + %s ji bo %s + + Use Proxies to delegate Staking operations to another account + + Hilbijêre stash account to setup proxy + Ji kerema xwe switch yê te wallet to %s to setup a proxy + + %s e ne supported + + Revoke access type + Revoke ji bo + + Lê zêde bike delegation + + Delegated authorities (proxy) + Revoke access + + Staking operations + + Delegating wallet + Delegating account + Grant access type + Delegat bike to + + Lê zêde bike delegation + + Delegasyon already exists + You in already delegating to ev account: %s + + Nederbasdar proxy address + Proxy address should be a valid %s address + + deposit stays reserved on yê te account until proxy e removed. + + Herî zêde number of proxies has been reached + You have reached limit of %s added proxies in %s. Rake proxies to add nû ones. + + Ne enough tokens + You don’t have enough balance ji bo proxy deposit of %s. Peyda balance: %s + + Yê te delegations + Lê zêde bike delegated authority (Proxy) + + Give authority to + Proxy deposit + Lê zêde bike delegation ji bo %s staking + + Enter address… + Delegated account %s doesn’t have enough balance to pay network fee of %s. Peyda balance to pay fee: %s + Na access to controller account + Lê zêde bike yê te controller account in device. + + Staking e an option to earn passive income by locking yê te tokens in network. Staking rewards in allocated every era (6 hours on Kusama û 24 hours on Polkadot). You dikare stake as long as you wish, û ji bo unstaking yê te tokens you need to wait ji bo unstaking period to end, making yê te tokens available to be redeemed. + + %1$s has ne delegated %2$s + + Ne enough tokens to pay fee + + Ev account granted access to perform transactions to following account: + + Ev e Delegating (Proxied) account + Danûstandin dê be initiated by %s as a delegated account. Heqê torê dê be paid by delegated account. + + Oops! Ne enough permission + %1$s delegated %2$s only ji bo %3$s + + Proxied wallets do ne support signing arbitrary messages — only transactions + + %s proxy + Her + Non Veguhestin + Rêveberî + Staking + Identity Judgement + Betal Proxy + Auction + Nomination Hewz + + Zincîr e ne found + Rêveberî type e ne specified + Rêveberî type e ne supported + Nederbasdar url + Domain ji link %s e ne allowed + Gotinên veşartî e ne valid + Crypto type e invalid + Nederbasdar derivation path + + Referandom ne found + + Swap + + Repeat operation + + Swaps + + You should keep at least %s after paying %s network fee as you in holding non sufficient tokens + You must keep at least %s to receive %s token + + Exchange rate between two different cryptocurrencies. It represents how much of one cryptocurrency you dikare get in exchange ji bo a certain amount of another cryptocurrency. + Biha difference refers to difference in price between two different assets. When making a swap in crypto, price difference e usually difference between price of asset you in swapping ji bo û price of asset you in swapping bi. + Swap slippage e a common occurrence in decentralized trading where final price of a swap transaction might slightly differ ji expected price, due to changing market conditions. + A network fees charged by blockchain to process û validate her transactions. May vary depending on network conditions an transaction speed. + + Hilbijêre a token to pay + Hilbijêre a token to receive + Mîqdar binivîse + Enter din amount + + Ne enough liquidity + Ne enough tokens to swap + You dikare’t receive kêmtir than %s + + You dikare use up to %s since you need to pay\n%s ji bo network fee. + + You in trying to swap too small amount + Mîqdar of %s e kêmtir than minimum balance of %s + + Nederbasdar slippage + Slippage must be specified between %s û %s + Swap rate bû updated + Kevn rate: %1$s ≈ %2$s.\nNew rate: %1$s ≈ %3$s + Hewz doesn’t have enough liquidity to swap + Too small amount remains on yê te balance + You should leave at least %1$s on yê te balance. Do you want to perform full swap by adding remaining %2$s as well? + You should keep at least %1$s after paying %2$s network fee û converting %3$s to %4$s to meet %5$s minimum balance.\n\nDo you want to fully swap by adding remaining %6$s as well? + You dikare swap up to %1$s since you need to pay %2$s ji bo network fee. + You dikare swap up to %1$s since you need to pay %2$s ji bo network fee û also convert %3$s to %4$s to meet %5$s minimum balance. + + Swap max + Swap min + + Cross-chain transfer + + Hexadecimal string + + Get %s using + Veguhestin %s ji another network + Werbigire %s bi QR an yê te address + Instantly buy %s bi a credit card + + Get %s + + Token ji bo paying network fee + Heqê torê e added on top of entered amount + Bo pay network fee bi %s, Pezkuwi Cîzdan dê automatically swap %s ji bo %s to maintain yê te account\'s minimum %s balance. + + Enter din value + Enter a value between %s û %s + Danûstandin might be reverted because of low slippage tolerance. + Danûstandin might be frontrun because of high slippage. Slippage - Guheztinê bipejirîne + Swap settings - - Geroka DApp - Geroka DApp ya Pezkuwi bikar bîne + % - - Ev cîzdan bi Ledger re hevjot e. Pezkuwi Wallet dê alîkariya te bike ku her operasyoneke ku bixwazî çêkî, û ji te tê xwestin ku wan bi Ledger îmze bikî + Token to pay + Token to receive - - Ji bo Pezkuwichain ava dikî? - Hemû taybetmendiyên tora ku ava dikî têxe Pezkuwi Wallet, da ku ji her kesî re berdest be. - Tora xwe têxe + Ev pair e ne supported + %s ≈ %s - - girêkên xwerû - girêkên pêşwext - Pêşwext - Zêdekirî + Hilbijêre a token + Pay + Werbigire - - Bi berdewamkirinê, tu dipejirînî\n%1$s û %2$s - Cîzdaneke nû çêke - Jixwe cîzdanekî min heye - Bi xêr hatî Pezkuwi Wallet - Cîzdana blockchain ya pêşketî ji bo ekosîstema Pezkuwichain + Rate + Biha difference + Slippage + Cîzdan - - Ji kerema xwe bi support@pezkuwichain.io re têkilî daynin. E-nameya ku ji bo derxistina kartê bi kar anî diyar bike. + Max: + You pay + You receive + Swap details + Swap + Hilbijêre a token - + Boost yê te DOT 🚀 + Hate wergirtin yê te DOT back ji crowdloans? Dest pê bike staking yê te DOT today to get maximum possible rewards! + + Buy tokens + + You don’t have tokens to send.\nBuy an Deposit tokens to yê te account. + %s û %s + daily + + Deciding + Dengdan: Deciding + + Stake anytime. Yê te stake dê actively earn rewards %s + + + Hewz e full + You nikare join pool since it reached maximum number of members + + Hewz e ne open + You nikare join pool ew e ne open. Ji kerema xwe, contact pool owner. + + Tu bawer î you want to close ev screen?\nYour changes dê ne be applied. + + Bigere result dê be displayed li vir + + Na pool bi entered name an pool ID were found. Make sure you entered correct data + + Hilbijêre pool + active pools: %d + members + + Yê te stake e kêmtir than minimum to earn rewards + You have specified kêmtir than minimum stake of %s required to earn rewards bi %s. You should consider using Hewz staking to earn rewards. + Staking type nikare be changed + You in already staking in a pool + You in already have Direct staking + Unsupported staking type + + Herî kêm stake: %s + Xelat: Claim manually + Xelat: Paid automatically + Reuse tokens in Rêveberî + Advanced staking management + + Staking Cure + Hewz staking + Direct staking + + Unstake hemû + + Sorry, you don\'t have enough funds to spend specified amount + + You dikare\'t stake kêmtir than minimal value (%s) + + You need to add a %s account to yê te wallet in order to start staking + You need to add a %s account to wallet in order to delegate + You need to add a %s account to wallet in order to vote + You need to add a %s account to wallet in order to contribute + + + Staking info + Hewz staking info + + You in already have staking in %s + + Unable to stake bêtir + You in unstaking hemû of yê te tokens û dikare\'t stake bêtir. + + Stake max + Yê te available balance e %s, you need to leave %s as minimal balance û pay network fee of %s. You dikare stake ne bêtir than %s. + Staking type + + pool you have selected e inactive due to no validators selected an its stake e kêmtir than minimum.\nAre you sure you want to proceed bi selected Hewz? + + You dikare\'t stake specified amount + You have locked tokens on yê te balance due to %s. In order to continue you should enter kêmtir than %s an bêtir than %s. Bo stake another amount you should remove yê te %s locks. + + %s e currently unavailable + maximum number of nominators has been reached. Dîsa biceribîne later + + Pejirandkar: %d (max %d) + Selected: %d (max %d) + Recommended + + Heqê torê e too high + estimated network fee %s e much higher than default network fee (%s). Ev might be due to temporary network congestion. You dikare refresh to wait ji bo a lower network fee. + Nû bike fee + + Token dê be lost + Recipient e a system account. It e ne controlled by her company an individual.\nAre you sure you still want to perform ev transfer? + + Ev token already exists + entered contract address e present in Pezkuwi Cîzdan as a %s token. Tu bawer î you want to modify it? + + Claim rewards + Yê te tokens dê be added back to stake + + Too many people in unstaking ji yê te pool + There in currently no free spots in unstaking queue ji bo yê te pool. Ji kerema xwe try again in %s + + When unstaking partially, you should leave at least %s in stake. Do you want to perform full unstake by unstaking remaining %s as well? + Too small amount remains in stake + + Cannot perform specified operation since pool e in destroying state. It dê be closed soon. + Hewz e destroying + + Yê te rewards (%s) dê also be claimed û added to yê te free balance + + Yê te pool (#%s) + Yê te pool + + Hewz + Direct + + Dest pê bike Staking + Peyda balance: %1$s (%2$s) + + Earn up to %s + %1$s\non yê te %2$s tokens\nper year + + Stake anytime bi as little as %1$s. Yê te stake dê actively earn rewards %2$s + in %s + %1$s e a %2$s bi %3$s + test network + no token value + + Unstake anytime, û redeem yê te funds %s. Na rewards in earned while unstaking + after %s + + every %s + Xelat accrue %s û added back to stake + Xelat accrue %s û added to transferable balance + Xelat accrue %1$s. Stake over %2$s ji bo automatic rewards payout, otherwise you need to claim rewards manually + Xelat accrue %s. You need to claim rewards manually + Xelat accrue %s + + %s bi yê te staked tokens + Participate in governance + + Stake over %1$s û %2$s bi yê te staked tokens + participate in governance + + Monitor yê te stake + Xelat û staking status vary over time. %s ji time to time + + Find out bêtir information about\n%1$s staking over at %2$s Pezkuwi Wiki - - Rêvebirî - Referandum - Deng bide - Delege bike + See %s + Şert of Use - - Crowdloan - Beşdar bibe + Ji bo security reasons generated operations valid ji bo only %s.\nPlease generate nû Koda QR û sign it bi %s + Nederbasdar Koda QR, ji kerema xwe make sure you in scanning Koda QR ji %s + I have an error in %s + Îmze bike bi %s + Following accounts have been successfully read ji %s + Bişopîne Koda QR ji %s + Cîzdan lê zêde bike ji %s + Ev wallet e paired bi %1$s. Pezkuwi Cîzdan dê help you to form her operations you want, û you dê be requested to sign them using %1$s + Ne supported by %s + %s does ne support signing arbitrary messages — only transactions + %s doesn’t support %s - - NFT - Koleksîyon - NFT bişîne + Pay attention, derivation path name should be empty - - Hûrguliyên Danûstandinê - Hasha Danûstandinê - Rewş - Li Bendê - Serkeftî - Têkçû + Parity Signer + Polkadot Vault - - PIN - PIN çêke - PIN bipejirîne - Biyometrîk + Controller Hesab Are Being Deprecated + Nûve bike Controller to Stash - - English - Türkçe - Kurdî - Español - Français - Русский - 中文 - 日本語 - 한국어 + Na networks an tokens bi entered\nname were found + Ji: %s + Bo: %s + + %s at %s + + There in no referenda bi filters applied + + Use biometric to authorize + + You in ne authorized. Dîsa biceribîne, ji kerema xwe. + + Mîheng + Biometrics disabled in Mîheng + Ji kerema xwe, make sure biometrics e enabled in Mîheng + + Show + Hemû referenda + Ne voted + Voted + Filters + + Referandom + Bigere by referendum title an ID + Na referenda bi entered title an ID were found + + Pezkuwi Cîzdan uses biometric authentication to restrict unauthorized users ji accessing app. + + Hilbijêre date + Hilbijêre start date + Hilbijêre end date + + Hemû + 7D + 30D + 3M + 6M + 1Y + %dD + + Xelat + + Show staking rewards ji bo + Hemû time + Last 7 days (7D) + Last 30 days (30D) + Last 3 month (3M) + Last 6 months (6M) + Last year (1Y) + Custom period + + Starts + End date e always today + Ends + + Ask authentication ji bo operation signing + Each sign operation on wallets bi key pair (created in Pezkuwi Cîzdan an imported) should require PIN verification before constructing signature + + Biometric auth + Bipejirîne bi PIN + + Navnîşan an w3n + + Recipient nikare accept transfer + Recipient has been blocked by token owner û nikare currently accept incoming transfers + + %s staking + + Bêtir staking options + Stake û earn rewards + Staking via Pezkuwi DApp browser + + Waiting + / year + per year + Estimated rewards + + Expired + + + Network + Networks + + + Required + Optional + + + %s unsupported network is hidden + %s unsupported networks are hidden + + + Hin of required networks requested by \"%s\" in ne supported in Pezkuwi Cîzdan + + + %s account is missing. Add account to the wallet in Settings + %s accounts are missing. Add accounts to the wallet in Settings + + + + %s unsupported + %s unsupported + + + WalletConnect v2 + + Îmze bike Request + + Cîzdan Connect sessions dê appear li vir + + Çalak + None + Tor + Disconnect + + Unknown dApp + Nû connection + WalletConnect + Bişopîne Koda QR + + Function + Contract + Contract call + + Integrity check failed + Pezkuwi Cîzdan detected issues bi integrity of information about %1$s addresses. Ji kerema xwe contact owner of %1$s to resolve integrity issues. + + Token %s e ne supported yet + Pezkuwi Cîzdan dikare\'t resolve code ji bo token %s + %s (%s) + Nederbasdar recipient + Çewtî resolving w3n + %1$s w3n services in unavailable. Dîsa biceribîne later an enter %1$s address manually + %s ne found + Na valid address bû found ji bo %s on %s network + %s addresses ji bo %s + + Na suitable app found on device to handle ev intent + + Ji kerema xwe enable geo-location in device settings + Pezkuwi Cîzdan needs location to be enabled to be able to perform bluetooth scanning to find yê te Ledger device + + Serneket to submit hin transactions + There bû an error while submitting hin transactions. Do you want to retry? + + recommended minimum stake to consistently receive rewards e %s. + + Stake bêtir tokens + + Yê te stake e kêmtir than minimum of %s.\nHaving stake kêmtir than minimum increases chances of staking to ne generate rewards + + Current queue slot + Nû queue slot + + Staking improvements + Having outdated position in queue of stake assignment to a validator may suspend yê te rewards + + Navnîşan format e invalid. Make sure ew address belongs to right network + search results: %d + Bigere by address an name + + Governance v1 + OpenGov + + Pay out hemû (%s) + You dikare pay them out yourself, when they in close to expire, but you dê pay fee + + + Abstain + + After undelegating period has expired, you dê need to unlock yê te tokens. + + Sererast bike delegation + Revoke delegation + + Hilbijêre tracks to add delegation + Hilbijêre tracks to revoke yê te delegation + Hilbijêre tracks to edit delegation + + Revoke + + Main agenda + Fellowship: whitelist + Staking + Treasury: her + Rêveberî: lease + Fellowship: admin + Rêveberî: registrar + Crowdloan + Rêveberî: canceller + Rêveberî: killer + Treasury: small tips + Treasury: big tips + Treasury: small spend + Treasury: medium spend + Treasury: big spend + + Yê te votes: %s via %s + Yê te votes via %s + + Delegat bike + Yê te delegation + + Yê te votes dê automatically vote alongside yê te delegates\' vote + Undelegating period dê start after you revoke a delegation + + Cannot delegate to yourself + You nikare delegate to yourself, ji kerema xwe choose different address + + Undelegating period + + Across %s tracks + + Rake votes + Tracks + + %s (+%s bêtir) + + Voted ji bo hemû time + Delegat bike info + + Voted referenda + + %s votes by %s + + Yê te delegations + + Are you a Delegat bike? + Tell us bêtir about yourself so Pezkuwi Cîzdan users get to know you better + Describe yourself + + Sort by + + Hemû accounts + Organizations + Individuals + + Organization + Individual + + Delegations + Delegated votes + Voted last %s + + Delegations + Delegated votes + Voted last %s + + Peyda tracks + Unavailable tracks + Ji kerema xwe select tracks in which you would like to delegate yê te voting power. + + Hilbijêre hemû + Treasury + Rêveberî + Fellowship + + Hilbijêre at least 1 track... + Na tracks in available to delegate + + Rake history of yê te votes? + + You have previously voted in referendums in %d track. In order to make this track available for delegation, you need to remove your existing votes. + You have previously voted in referendums in %d tracks. In order to make these tracks available for delegation, you need to remove your existing votes. + + + Rake votes + + Unavailable tracks + Rake votes in order to delegate in these tracks + + Tracks which you have existing votes in + Tracks ew you have already delegated votes to + +%d + + Show + + Guhertin %s + + Hemûyan bibîne available updates + Latest + Critical + Major + + Critical update + Bo avoid her issues, û improve yê te user experience, we strongly recommend ew you install recent updates as soon as possible + + Major update + Lots of amazing nû features in available ji bo Pezkuwi Cîzdan! Make sure to update yê te application to access them + + Nûve bike available + Install + + Sorry, you don\'t have right app to process ev request + + Enable + Safe mode + Screen recording û screenshots dê ne be available. minimized app dê ne display content + + Safe mode + + Page settings + Lê zêde bike to Favorites + Rake ji Favorites + Desktop mode + + + entered contract address e ne a %s ERC-20 contract. + + Filter tokens + + Lê zêde bike token + + entered contract address e present in Pezkuwi Cîzdan as a %s token. + + Nederbasdar contract address + + Nederbasdar decimals value + Decimals must be at least 0, û ne over 36. + + Nederbasdar CoinGecko link + Ji kerema xwe make sure supplied url has following form: www.coingecko.com/en/coins/tether. + + Enter contract address + Enter symbol + Enter decimals + Lê zêde bike token + + Enter ERC-20 token details + + Contract address + 0x... + + Symbol + USDT + + Decimals + 18 + + Tor hilbijêre to add ERC-20 token + + Neçalak + + Manage tokens + Hemû networks + + File import application ne found on device. Ji kerema xwe install it û try again + + Referandom information dê appear li vir when they start + + Unsupported chain bi genesis hash %s + + remains locked in %s + + Unlockable + + Reuse governance lock: %s + Reuse hemû locks : %s + + Mîqdar e too big + You don’t have enough available tokens to vote. Peyda to vote: %s. + + Referandom e completed + Referandom e completed û voting has finished + + Already delegating votes + You in delegating votes ji bo selected referendum’s track. Ji kerema xwe either ask yê te delegatee to vote an remove delegation to be able to vote directly. + + Herî zêde number of votes reached + You have reached a maximum of %s votes ji bo track + + Revote + + After locking period don’t forget to unlock yê te tokens + + %s maximum + + Rêveberî lock + Locking period + + Deng bide ji bo %s + Multiply votes by increasing locking period + + Dengdan: Tê amade kirin + Dengdan: Waiting ji bo deposit + Dengdan: In queue + Dengdan: Passing + Dengdan: Ne passing + + Position: %s of %s + + Hate afirandin + Voted: Hate pejirandin + Voted: Hate redkirin + Hate înfazkirin + Cancelled + Killed + Timed out + + %s votes + + Read bêtir + + Ongoing + Temam + + Aye: %s + Nay: %s + Bo pass: %s + + Deng bide + Rêveberî + + Referandom %s + + Threshold: %s of %s + Yê te vote: %s votes + + Hate pejirandin + In queue (%s of %s) + Timed out + Cancelled + Passing + Ne passing + Hate redkirin + Tê amade kirin + Hate înfazkirin + Killed + + Deciding in %s + Waiting ji bo deposit + Dem out in %s + Red bike in %s + Bipejirîne in %s + Execute in %s + + Aye + Nay + + Yê te vote: + Timeline + + Use Pezkuwi DApp browser + + Dengdan status + Requested amount + + Parameters JSON + Too long ji bo preview + Proposer + Deposit + Beneficiary + Deng bide threshold + Turnout + Electorate + Bipejirîne curve + Support curve + Aye votes + Nay votes + + Only proposer dikare edit ev description û title. If you own proposer\'s account, visit Polkassembly û fill in information about yê te proposal + + %s votes + %s × %sx + + Deng bide + Track + Referandom + List of voters dê appear li vir + + Unlock + + Liquid + Parallel + + Crowdloan + + Accept terms... + Yield Boost dê automatically stake %s hemû my transferable tokens above %s + + Stake increase time + Yield Boosted + + Change Yield Boosted Collator? + Yield Boost dê be turned off ji bo current collators. Nû collator: %s + + Ne enough tokens to stay above threshold + You don’t have enough balance to pay network fee of %s û ne drop below threshold %s.\nAvailable balance to pay fee: %s + + Ne enough tokens to pay first execution fee + You don’t have enough balance to pay network fee of %s û yield boost execution fee of %s.\nAvailable balance to pay fee: %s + + Na changes + + without Yield Boost + bi Yield Boost + + Ji bo my collator + I want to stake + to automatically stake %s hemû my transferable tokens above + to automatically stake %s (before: %s) hemû my transferable tokens above + + everyday + + everyday + every %s days + + Boost threshold + + On + Off + Yield Boost + + Ledger doesn’t support %s + + Ledger does ne support signing arbitrary messages — only transactions + + Do ne transfer %s to Ledger-controlled account since Ledger does ne support sending of %s, so assets dê be stuck on ev account + Ledger does ne support ev token + + Îmze e invalid + Ji kerema xwe, make sure you have selected right Ledger device ji bo currently approving operation + + Danûstandin e ne supported + Ledger does ne support ev transaction. + + Metadata e outdated + Ji kerema xwe, update %s app using Ledger Live app + + Danûstandin e valid ji bo %s + + Review û Bipejirîne + Press both buttons on yê te %s to approve transaction + + Ji bo security reasons generated operations valid ji bo only %s. Ji kerema xwe try again û approve it bi Ledger + Danûstandin has expired + + Ev wallet e paired bi Ledger. Pezkuwi Cîzdan dê help you to form her operations you want, û you dê be requested to sign them using Ledger + + Ledger + + Load bêtir accounts + Hesab hilbijêre to add to wallet + + Ledger operation failed + Operation completed bi error on device. Ji kerema xwe, try again later. + + Operation cancelled + Operation bû cancelled by device. Make sure you unlocked yê te Ledger. + + %s app ne launched + Veke %s app on yê te Ledger device + + Hilbijêre yê te Ledger device + Ji kerema xwe, enable Bluetooth in yê te phone settings û Ledger device. Unlock yê te Ledger device û open %s app. + + Tu bawer î you want to cancel ev operation? + Erê + Na + + Lê zêde bike at least one account + Lê zêde bike accounts to yê te wallet + Make sure Tor app e installed to yê te Ledger device using Ledger Live app. Veke network app on yê te Ledger device. + + Hilbijêre hardware wallet + + Tevahî + + Yekeya pereyî + Cryptocurrencies + Fiat currencies + Popular fiat currencies + + Yê te wallets + + Staking + Vesting + Elections + + Tê îmzekirin e ne supported + + Koda QR e invalid + Ji kerema xwe make sure you in scanning Koda QR ji bo currently signing operation + + Dîsa biceribîne + + Koda QR has expired + Koda QR e valid ji bo %s + + Li vir in yê te accounts + + + Permissions needed + Requested permissions in required to use ev screen. + Ask again + + Permissions denied + Requested permissions in required to use ev screen. You should enable them in Mîheng. + Veke Mîheng + + Make sure to select top one + Make sure you have exported yê te wallet before proceeding. + Forget wallet? + + Enter valid %s address... + %s address + + Ev e watch-only wallet, Pezkuwi Cîzdan dikare show you balances û din information, but you nikare perform her transactions bi ev wallet + Hesab lê zêde bike + + Hilbijêre wallet + + watch-only + + Cîzdan têxe + Pezkuwi Cîzdan e compatible bi hemû apps + + Track her wallet by its address + + Okay, back + + Oops! Key e missing + Yê te wallet e watch-only, meaning ew you nikare do her operations bi it + + Lê zêde bike watch-only wallet + + Enter wallet nickname... + Enter valid substrate address... + Evm address must be valid an empty... + + Substrate Navnîşan + Polkadot, Kusama, Karura, KILT û 50+ networks + + EVM address + EVM address (Optional) + Moonbeam, Moonriver û din networks + + Preset wallets + Track activity of her wallet without injecting yê te private key to Pezkuwi Cîzdan + + Token + + Bigere by network an token + + Returns in %s + Bo be returned by parachain + + + %d minute + %d minutes + + Myself + + You don’t have enough balance to pay Cross-chain fee of %s.\nRemaining balance after transfer: %s + + Cross-chain fee e added on top of entered amount. Recipient may receive part of cross-chain fee + + Bo network + Ji network + Cross-chain fee + + On-chain + Cross-chain + Recipient network + to + + Bişîne %s on + Bişîne %s ji + + Cannot stake bi ev collator + selected collator showed intention to stop participating in staking. + + Cannot add stake to ev collator + You nikare add stake to collator ji bo which you in unstaking hemû tokens. + + Manage collators + + Change collator + One of yê te collators e ne selected in current round + + Yê te unstaking period ji bo %s has passed. Don’t forget to redeem yê te tokens + One of yê te collators e ne generating rewards + + Returned tokens dê be counted ji next round + + Na collators available ji bo unstake + You have pending unstake requests ji bo hemû of yê te collators. + + Unstake hemû? + Remaining staking balance dê drop under minimum network value (%s) û dê also be added to unstaking amount + Yê te stake dê be kêmtir than minimum stake (%s) ji bo ev collator. + + You in already unstaking tokens ji ev collator. You dikare only have one pending unstake per collator + You nikare unstake ji ev collator + You dê get increased rewards starting ji next round + You dikare\'t select a nû collator + You have reached maximum number of delegations of %d collators + + Nû collator + Collator\'s minimum stake e higher than yê te delegation. You dê ne receive rewards ji collator. + + Hin of yê te collators in either ne elected an have a higher minimum stake than yê te staked amount. You dê ne receive a reward in ev round staking bi them. + Yê te stake e assigned to next collators + Çalak collators without producing rewards + Collators without enough stake to be elected + Collators ew dê enact in next round + Li bendê collators (%s) + + Yê te collators + + waiting ji bo next round (%s) + You dê ne receive rewards ji bo ev round since none of yê te delegations e active. + + Collator info + Delegators + Estimated rewards (%% APR) + + Collator\'s own stake + Collators: %s + Min. stake + + Token in stake produce rewards each round (%s) + Herî kêm stake should be greater than %s + + %s account e missing + + Mîqdar binivîse… + Hilbijêre collator… + You dê ne receive rewards + Yê te stake must be greater than minimum stake (%s) ji bo ev collator. + %s / year + + Collator + Hilbijêre collator + + Average + Herî zêde + + Earnings bi restake + Earnings without restake + + + Çalak delegators + One an bêtir of yê te collators have been elected by network. + + List of DApps dê appear li vir + + Rake ji Authorized? + “%s” DApp dê be removed ji Authorized + + Catalog + + Authorized DApps + DApps to which you allowed access to see yê te address when you use them + + Title + + Tomar bike + Lê zêde bike to favorites + + Rake ji Favorites? + “%s” DApp dê be removed ji Favorites + + Rake + Favorites + + Mîqdar must be positive + + Phishing detected + Pezkuwi Cîzdan believes ew ev website could compromise security of yê te accounts û yê te tokens + Okay, take me back + + Pezkuwi Cîzdan dê select top validators based on security û profitability criteria + + %s rewarded + + Rewş + + Nominated: + + Change controller + Controller + Stash + + Find out bêtir + Improve staking security + Hilbijêre another account as a controller to delegate staking management operations to it + + Xelat in paid every 2–3 days by validators + + How it works + Payout + Transferable rewards + + Mîqdar you want to unstake e greater than staked balance + Returned tokens dê be counted ji next era + Change validators + Set validators + bi at least one identity contact + Custom amount + Hemû unstaking + Latest unstake + Hilbijêre payout account + + Derbarê rewards + Xelat destination + Stake %s + + Cannot open ev link + + + Nederbasdar recipient + Recipient should be a valid %s address + + Paste + + Sender + Recipient + Bişîne to ev contact + + Danûstandin ID + Cure + + Ne listed + Biha + + Collection + Owned by + Hate afirandin by + + Unlimited series + #%s Edition of %s + Yê te NFTs + + Yê te assets dê appear li vir.\nMake sure "Hide zero balances" filter e turned off + Hide assets bi zero balances + + Yê te account dê be removed ji blockchain after transfer cause it makes total balance lower than minimal. Remaining balance dê be transferred to recipient as well. + Recipient e ne able to accept transfer + Yê te transfer dê fail since destination account does ne have enough %s to accept din token transfers + + Bigire + + Bigere by name an enter URL + Hemû + Make sure operation e correct + Serneket to sign requested operation + Tor + Hesab address + Allow “%s” to access yê te account addresses? + DApp + Bipejirîne ev request if you trust application + Bipejirîne ev request if you trust application.\nCheck transaction details. + Red bike + Allow + + Têkilî Us + Github + Nepenîtî policy + Me binirxînin + Telegram + Şert û conditions + Şert & Conditions + Derbarê + App version + Pezkuwi Wallet v%s + Malper + Hesab already exists. Ji kerema xwe, try another one. + Ji kerema xwe make sure to write down yê te phrase correctly û legibly. + Bipejirîne mnemonic + Let’s double check it + Choose words in right order + Create a nû account + Do ne use clipboard an screenshots on yê te mobile device, try to find secure methods ji bo backup (e.g. paper) + Nav dê be used only locally in ev application. You dikare edit it later + Cîzdan çêke name + Paşvekişandin mnemonic + Gotinên veşartî e used to recover access to account. Write it down, we dê ne be able to recover yê te account without it! + Hesab bi a changed secret + Forget + Nederbasdar Ethereum derivation path + Nederbasdar Substrate derivation path + Ji kerema xwe, try another one. + Ethereum keypair crypto type + Ethereum secret derivation path + Derxe account + Derxe + Set a password ji bo yê te JSON file + Tomar bike yê te secret û store it in a safe place + Write down yê te secret û store it in a safe place + Nederbasdar restore json. Ji kerema xwe, make sure ew input contains valid json. + Seed e invalid. Ji kerema xwe, make sure ew yê te input contains 64 hex symbols. + JSON contains no network information. Ji kerema xwe specify it below. + Provide yê te Vegerîne JSON + Typically 12-word phrase (but may be 15, 18, 21 an 24) + Write words separately bi one space, no commas an din signs + Enter words in right order + Şîfre + 0xAB + Enter yê te raw seed + Hesab + Yê te derivation path contains unsupported symbols an has incorrect structure + Nederbasdar derivation path + JSON file + 12, 15, 18, 21 an 24-word phrase + You don’t have account ji bo ev network, you dikare create an import account. + Hesab needed + Hesab tune found + Taybetî key + Already have an account + 64 hex symbols + Hilbijêre yê te secret type + Hesab bi a shared secret + Substrate keypair crypto type + Substrate secret derivation path + Cîzdan nickname + Lê zêde bike %s account + Cîzdan lê zêde bike + Change %s account + Change account + Purchase initiated! Ji kerema xwe bisekine up to 60 minutes. You dikare track status on email. + Malûmilk + Peyda balance + Sorry, balance checking request failed. Ji kerema xwe, try again later. + Sorry, we couldn\'t contact transfer provider. Ji kerema xwe, try again later. + Veguhestin fee + 0 + Tor ne responding + Bo + Hesab + Lê zêde bike + Navnîşan + Advanced + Mîqdar + Mîqdar e too low + Applied + Bicîh bîne + Attention! + Peyda: %s + Hevseng + Bonus + Call + Betal + Zincîr + Change + Choose network + Temam (%s) + Bipejirîne + Confirmation + Tu bawer î? + Hate pejirandin + Berdewam bike + Hate kopîkirin to clipboard + Navnîşan kopî bike + Kopî bike id + Keypair crypto type + Dîrok + Hûrgulî + Qediya + Sererast bike + Hilbijêre email app + Çewtî + Event + Yê te account dê be removed ji blockchain after ev operation cause it makes total balance lower than minimal + Operation dê remove account + Explore + Sort by: + + %d hour + %d hours + + I understand + Agahdarî + Bêtir hîn bibe + Find out bêtir about + %s left + Module + Paşîn + Sorry, you don\'t have enough funds to pay network fee. + Insufficient balance + Baş e + Hilbijêre an option + Proceed + Ji nû ve bike + Dîsa biceribîne + Bigere + Bigere results: %d + Nepenî derivation path + Parve bike + Derbas bike + Derbas bike process + Dem left + Danûstandin submitted + Ji kerema xwe, try again bi another input. If error appears again, ji kerema xwe, contact support. + Unknown + Unlimited + Nûve bike + Use + Hişyarî + node has already been added previously. Ji kerema xwe, try another node. + Can\'t establish connection bi node. Ji kerema xwe, try another one. + Unfortunately, network e unsupported. Ji kerema xwe, try one of following: %s. + Bipejirîne %s deletion. + Jê bibe network? + Ji kerema xwe, check yê te connection an try again later + Custom + Default + Tor + Lê zêde bike connection + Bişopîne Koda QR + Taybetî crowdloans in ne yet supported. + Taybetî crowdloan + Derbarê crowdloans + Direct + Bêtir hîn bibe about different contributions to Acala + Liquid + Çalak (%s) + Agree to Şert û Conditions + Pezkuwi Cîzdan bonus (%s) + Astar referral code should be a valid Polkadot address + Cannot contribute chosen amount since resulting raised amount dê exceed crowdloan cap. Herî zêde allowed contribution e %s. + Cannot contribute to selected crowdloan since its cap e already reached. + Crowdloan cap exceeded + Contribute to crowdloan + Contribution + You contributed: %s + Yê te contributions\n dê appear li vir + %s (via %s) + Crowdloan + Get a special bonus + Crowdloan dê be displayed li vir + Cannot contribute to selected crowdloan since it e already ended. + Crowdloan e ended + Enter yê te referral code + Crowdloan info + Learn %s\'s crowdloan + %s\'s crowdloan website + Leasing period + Choose parachains to contribute yê te %s. You\'ll get back yê te contributed tokens, û if parachain wins a slot, you\'ll receive rewards after end of auction + Bicîh bîne bonus + If you don\'t have referral code, you dikare apply Pezkuwi referral code to receive bonus ji bo yê te contribution + You have ne applied bonus + Moonbeam crowdloan supports only SR25519 an ED25519 crypto type accounts. Ji kerema xwe consider using another account ji bo contribution + Cannot contribute bi ev account + You should add Moonbeam account to wallet in order to participate in Moonbeam crowdloan + Moonbeam account e missing + Ev crowdloan isn\'t available in yê te location. + Yê te region e ne supported + %s reward destination + Bişîne agreement + You need to submit agreement bi Şert & Conditions on blockchain to proceed. Ev e required to be done only once ji bo hemû following Moonbeam contributions + I have read û agree to Şert û Conditions + Raised + Referral code + Referral code e invalid. Ji kerema xwe, try another one + %s\'s Şert û Conditions + minimum allowed amount to contribute e %s. + Contribution amount e too small + Yê te %s tokens dê be returned after leasing period. + Yê te contributions + Raised: %s of %s + DApps + (BTC/ETH compatible) + ECDSA + ed25519 (alternative) + Edwards + Bipejirîne password + Passwords do ne match + Set password + Tor: %s\nMnemonic: %s\nDerivation path: %s + Tor: %s\nMnemonic: %s + Ji kerema xwe bisekine until fee e calculated + Heq calculation e in progress + History + Email + Legal name + Element name + Identity + Web + Supplied JSON file bû created ji bo different network. + Ji kerema xwe, make sure ew yê te input contains valid json. + Vegerîne JSON e invalid + Ji kerema xwe, check password correctness û try again. + Keystore decryption failed + Paste json + Unsupported encryption type + Cannot import account bi Substrate secret nav network bi Ethereum encryption + Cannot import account bi Ethereum secret nav network bi Substrate encryption + Yê te mnemonic e invalid + Ji kerema xwe, make sure ew yê te input contains 64 hex symbols. + Seed e invalid + QR dikare\'t be decoded + Koda QR + Upload ji gallery + Ziman + Payout transaction sent + Ji kerema xwe, try another one. + Nederbasdar mnemonic passphrase, ji kerema xwe check one bêtir time words order + Heqê torê + Girêk address + Girêk Agahdarî + Tê girêdan… + Create account + Create a nû wallet + Polîtîkaya Nepenîtiyê + Têxe account + Already have a wallet + Şert û Conditions + Biometry + Pin code has been successfully changed + Bipejirîne yê te pin code + Create pin code + Enter PIN code + Set yê te pin code + Hesab + Cîzdan + Ziman + Change pin code + Mîheng + Paste json an upload file… + Upload file + Vegerîne JSON + Gotinên veşartî passphrase + Raw seed + Çavkanî type + Serneket to update information about blockchain runtime. Hin functionality may ne work. + Runtime update failure + Contacts + my accounts + Hesab address an account name + Bigere results dê be displayed li vir + Bigere results + Community + General + Preferences + Ewlehî + Support & Feedback + Twitter + Youtube + sr25519 (recommended) + Schnorrkel + Selected account e already in use as controller + Lê zêde bike controller account %s to application to perform ev action. + Change yê te validators. + Everything e fine niha. Alerts dê appear li vir. + Redeem unstaked tokens + Ji kerema xwe bisekine ji bo next era to start. + Alerts + Already controller + %s APR + %s APY + Staking balance + Hevseng + Stake bêtir + You in neither nominating nor validating + %s of %s + Selected validators + Controller account + We found ew ev account has no free tokens, in you sure ew you want to change controller? + Controller dikare unstake, redeem, return to stake, change rewards destination û validators. + Controller e used to: unstake, redeem, return to stake, change validators û set rewards destination + Controller e changed + Ev validator e blocked û nikare be selected at moment. Ji kerema xwe, try again in next era. + Paqij bike filters + Deselect hemû + Fill rest bi recommended + Pejirandkar: %d of %d + Hilbijêre validators (max %d) + Show selected: %d (max %d) + Hilbijêre validators + Estimated rewards (%% APY) + Nûve bike yê te list + #%d + era #%s + Estimated earnings + Estimated %s earnings + Pejirandkar\'s own stake + Pejirandkar\'s own stake (%s) + Token in unstaking period generate no rewards. + During unstaking period tokens produce no rewards + After unstaking period you dê need to redeem yê te tokens. + After unstaking period don\'t forget to redeem yê te tokens + Yê te rewards dê be increased starting ji next era. + You dê get increased rewards starting ji next era + Staked tokens generate rewards each era (%s). + Token in stake produce rewards each era (%s) + Pezkuwi Cîzdan dê change rewards destination\nto yê te account to avoid remaining stake. + If you want to unstake tokens, you dê have to wait ji bo unstaking period (%s). + Bo unstake tokens you dê have to wait ji bo unstaking period (%s) + Çalak nominators + + %d day + %d days + + Herî kêm stake + %s network + Staked + Manage + %s (max %s) + Herî zêde number of nominators has been reached + Cannot start staking + Monthly + One of yê te validators have been elected by network. + Çalak status + Neçalak status + Yê te staked amount e kêmtir than minimum stake to get a reward. + None of yê te validators have been elected by network. + Yê te staking dê start in next era. + Neçalak + Waiting ji bo next Era + waiting ji bo next era (%s) + Payout expired + + %d day left + %d days left + + Return to stake + Mîqdar you want to return to stake e greater than unstaking balance + Most profitable + Ne oversubscribed + Having onchain identity + Ne slashed + Limit of 2 validators per identity + Recommended validators + Pejirandkar + Estimated reward (APY) + Redeem + Redeemable: %s + Xelat + Era + Xelat details + Pejirandkar + + Perfect! Hemû rewards in paid. + Awesome! You have no unpaid rewards + Li bendê rewards + Unpaid rewards + Xelat (APY) + Xelat destination + Hilbijêre by yourself + Hilbijêre recommended + selected %d (max %d) + Pejirandkar (%d) + Pejirandkar in ne selected + Hilbijêre validators to start staking + Restake + Restake rewards + How to use yê te rewards? + Hilbijêre yê te rewards type + Payout account + Slash + + Staking period + You should trust yê te nominations to act competently û honest, basing yê te decision purely on their current profitability could lead to reduced profits an even loss of funds. + Choose yê te validators carefully, as they should act proficiently û honest. Basing yê te decision purely on profitability could lead to reduced rewards an even loss of stake + Stake bi yê te validators + + Stake bi recommended validators + Dest pê bike staking + Stash dikare bond bêtir û set controller. + Stash e used to: stake bêtir û set controller + Stash account %s e unavailable to update staking setup. + Nominator earns passive income by locking his tokens ji bo securing network. Bo achieve ew, nominator should select a number of validators to support. nominator should be careful when selecting validators. If selected validator won’t behave properly, slashing penalties would be applied to both of them, based on severity of incident. + Pezkuwi Cîzdan provides a support ji bo nominators by helping them to select validators. mobile app fetches data ji blockchain û composes a list of validators, which have: most profits, identity bi contact info, ne slashed û available to receive nominations. Pezkuwi Cîzdan also cares about decentralization, so if one person an a company runs several validator nodes, only up to 2 nodes ji them dê be shown in recommended list. + Who e a nominator? + Xelat ji bo staking in available to payout at end of each era (6 hours in Kusama û 24 hours in Polkadot). Tor stores pending rewards during 84 eras û in most cases validators in paying out rewards ji bo everyone. However, validators might forget an something might happen bi them, so nominators dikare payout their rewards by themselves. + Although rewards in usually distributed by validators, Pezkuwi Cîzdan helps by alerting if there in her unpaid rewards ew in close to expiring. You dê receive alerts about ev û din activities on staking screen. + Tê wergirtin rewards + Staking e an important part of network security û reliability. Anyone dikare run validator nodes, but only those who have enough tokens staked dê be elected by network to participate in composing nû blocks û receive rewards. Pejirandkar often do ne have enough tokens by themselves, so nominators in helping them by locking their tokens ji bo them to achieve required amount of stake. + What e staking? + validator runs a blockchain node 24/7 û e required to have enough stake locked (both owned û provided by nominators) to be elected by network. Pejirandkar should maintain their nodes\' performance û reliability to be rewarded. Being a validator e almost a full-time job, there in companies ew in focused to be validators on blockchain networks. + Everyone dikare be a validator û run a blockchain node, but ew requires a certain level of technical skills û responsibility. Polkadot û Kusama networks have a program, named Thousand Pejirandkar Programme, to provide support ji bo beginners. Moreover, network itself dê always reward bêtir validators, who have kêmtir stake (but enough to be elected) to improve decentralization. + Who e a validator? + Switch yê te account to stash to set controller. + Staking + Rewarded + Tevahî staked + Unstake + Unstaking transactions dê appear li vir + Unstaking transactions dê be displayed li vir + Unstaking: %s + Yê te tokens dê be available to redeem after unstaking period. + You have reached unstaking requests limit (%d active requests). + Unstaking requests limit reached + Unstaking period + Estimated reward (%% APY) + Estimated reward + Pejirandkar info + Oversubscribed. You dê ne receive rewards ji validator in ev era. + Nominators + Oversubscribed. Only top staked nominators in paid rewards. + Own + Na search results.\nBe sure you typed full account address + Pejirandkar e slashed ji bo misbehaves (e.g. goes offline, attacks network, an runs modified software) in network. + Tevahî stake + Tevahî stake (%s) + reward e kêmtir than network fee. + Yearly + Yê te stake e allocated to following validators. + Yê te stake e assigned to next validators + Elected (%s) + Pejirandkar who were ne elected in ev era. + Pejirandkar without enough stake to be elected + Others, who in active without yê te stake allocation. + Çalak validators without yê te stake assignment + Ne elected (%s) + Yê te tokens in allocated to oversubscribed validators. You dê ne receive rewards in ev era. + Yê te stake + Yê te validators + Yê te validators dê change in next era. + Staking + Cîzdan + Îro + Kopî bike hash + Heq + Ji + Extrinsic Hash + Danûstandin details + Bibîne in %s + Bibîne in Polkascan + Bibîne in Subscan + Temam + Serneket + Li bendê + Veguhestin + Incoming û outgoing\ntransfers dê appear li vir + Yê te operations dê be displayed li vir + Nav + Cîzdan name + Ev name dê be displayed only ji bo you û stored locally on yê te mobile device. + Ev account e ne elected by network to participate in current era + Buy + Buy bi + Werbigire + Werbigire %s + Bişîne + Malûmilk + Malûmilk value + Peyda + Staked + Hevseng details + Hevsengiya tevahî + Tevahî after transfer + Frozen + Locked + Redeemable + Reserved + Transferable + Unstaking + Cîzdan + Extrinsic details + Din transactions + Show + Xelat û Slashes + Filters + Veguhestin + Manage assets + Nav examples: Main account, My validator, Dotsama crowdloans, etc. + Parve bike ev QR to sender + Let sender scan ev Koda QR + My %s address to receive %s: + Parve bike Koda QR + Make sure ew address e\nfrom right network + Navnîşan format e invalid.\nMake sure ew address\nbelongs to right network + Minimal balance + Bipejirîne transfer + Yê te transfer dê fail since final amount on destination account dê be kêmtir than minimal balance. Ji kerema xwe, try to increase amount. + Yê te transfer dê remove account ji blockstore since it dê make total balance lower than minimal balance. + Yê te account dê be removed ji blockchain after transfer cause it makes total balance lower than minimal + Veguhestin dê remove account + Following address: %s e known to be used in phishing activities, thus we in ne recommending sending tokens to ew address. Would you like to proceed anyway? + Scam alert + Veguhestin details + Duh