Skip to content

Commit

Permalink
New Crowdin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianaaiym authored Nov 28, 2023
1 parent 54df6d4 commit c08bd92
Show file tree
Hide file tree
Showing 12 changed files with 1,234 additions and 264 deletions.
387 changes: 310 additions & 77 deletions app/src/main/res/values-de/strings.xml

Large diffs are not rendered by default.

142 changes: 121 additions & 21 deletions app/src/main/res/values-es/strings.xml

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<string name="Button_Send">ارسال</string>
<string name="Button_Copy">رونوشت</string>
<string name="Button_Sign">نشانه</string>
<string name="Button_Apply">درخواست دادن</string>
<string name="Error">خطا</string>
<string name="NotAvailable">مربوط نیست</string>
<string name="Any">هرکدام</string>
Expand Down Expand Up @@ -357,6 +358,7 @@
<string name="Transaction_Unlimited">نامحدود %s</string>
<string name="Transactions_All">همه</string>
<string name="Transactions_Filter_ChooseCoin">سکه را انتخاب کنید</string>
<string name="Transactions_Filter_ChooseBlockchain">انتخاب زنجیره بلوکی</string>
<string name="Transactions_Incoming">دريافت شد</string>
<string name="Transactions_Outgoing">ارسال شد</string>
<string name="Transactions_Swaps">جابجایی</string>
Expand Down Expand Up @@ -461,15 +463,9 @@
<string name="SecurityCenter_Internet">اینترنت</string>
<!--Evm Network-->
<string name="EvmNetwork_SyncMode">حالت همگام سازی</string>
<string name="EvmNetwork_SyncModeDescription">This setting controls how this app interacts with blockchains when sending or receiving transactions.\n\nIn the case of Bitcoin, Bitcoin Cash, Litecoin, and Dash, the communication with blockchain network nodes is fully peer-to-peer. Unstoppable pings many nodes and communicates with one of them. Each time the app connects to a different node.\n\nIn the case of Ethereum, Binance Smart Chain, and other EVM blockchains, there are no alternatives for mobile wallets to interact with respective blockchains other than via third-party RPC service providers (i.e. Infura.io) or personal nodes. That essentially means your communication with that blockchain is not decentralized. This doesn\'t impact your funds in any way, only the ability to connect to the blockchain network.\n\nRest assured, we are keeping this on the radar and will soon try to provide a decentralized way to sync. Patience</string>
<!--Add RPC Source-->
<string name="AddEvmSyncSource_Name">نام</string>
<!--Btc Blockchain Settings -->
<string name="BtcBlockchainSettings_RestoreSource">بازیابی منبع</string>
<string name="BtcBlockchainSettings_RestoreSourceDescription">This setting is only relevant when restoring an existing wallet. It is a process of getting transaction history for a given cryptocurrency so the wallet app is able to display past transactions and calculate the user\'s balance. This needs to happen only once when the user restores previously created wallets.
\n\nAt this point, there are two potential ways for a mobile wallet like Unstoppable to do this:
\n\n1. from the API Server: There is a third-party predefined server that hosts the entire blockchain and has all the data processed and optimized to provide that data in a fast manner. This method is fast but potentially (not necessarily) less private. It\'s also a centralized method to restore a wallet as it depends on the availability of a 3rd party server. This option is recommended due to its speed of getting data (5-10 minutes).
\n\n2. from Blockchain: The app tries to restore directly from a network of the blockchain nodes. This is a decentralized way to restore wallet balance and past transactions. The app pings many of the network nodes and requests data from them without addressing some nodes specifically. This option is slow and can easily take 2-3 hours, the app needs to be open while restoring is happening. This restore method doesn\'t depend on any entity and should work in all conditions</string>
<string name="BtcBlockchainSettings_TransactionInputsOutputsSettingsDescription">با تغییر در نحوه ساخت تراکنش ها، ردیابی تراکنش های BTC, LTC, BCH را دشوارتر کنید.</string>
<!--Info screen-->
<string name="Info_Title">اطلاعات</string>
Expand All @@ -485,9 +481,6 @@
<string name="SettingsSecurity_SortingShuffleDescription">فهرست بندی تصادفی</string>
<string name="SettingsSecurity_SortingBip69">BIP69 قطعی</string>
<string name="SettingsSecurity_SortingBip69Description">فهرست بندی فهرستشناختی</string>
<string name="SettingsSecurity_SyncModeAPIDescription">توصیه شده</string>
<string name="SettingsSecurity_SyncModeBlockchain">از زنجیره بلوکی</string>
<string name="SettingsSecurity_SyncModeBlockchainDescription">خصوصی تر</string>
<string name="DuressPin_Notes_Biometrics_Title">احراز هویت بیومتریک</string>
<!--Setting_Terms-->
<string name="SettingsTerms_Text">The Unstoppable wallet is built for those looking to invest and store cryptocurrencies in a private and independent manner.
Expand All @@ -497,7 +490,6 @@
<!--Setting_Tell Friends-->
<string name="SettingsShare_Title">به اشتراك گذاشتن</string>
<!--Setting_Contact-->
<string name="SettingsContact_Title">تماس</string>
<!--Setting_Notifications-->
<string name="SettingsNotifications_Description">هشدارهای تغییر قیمت برای سکه هایی که می خواهید ببینید را تنظیم کنید. \n\n وقتی تغییر قیمت در ۲۴ ساعت گذشته از آستانه انتخاب شده بیشتر شود به شما هشدار داده می شود.\n\nهشدار روند قیمت برای مدت کوتاه ۱ هفته و برای مدت طولانی ۶ ماه تغییر روند هشدار می دهد.</string>
<string name="SettingsNotifications_NotificationsDisabledWarning">اطلاعیه ها برای برنامه کیف پول غیر قابل توقف غیرفعال هستند. برای اینکه بتوانید هشدارهای تغییر قیمت را دریافت کنید ، باید آنها را فعال کنید.</string>
Expand Down
Loading

0 comments on commit c08bd92

Please sign in to comment.