Skip to content

Commit

Permalink
fix: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Nov 7, 2024
1 parent e0fd40f commit a7fb6dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

24 changes: 11 additions & 13 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ msgid "Allows you to decide whether to use a supplied asset as collateral. An as
msgstr "Allows you to decide whether to use a supplied asset as collateral. An asset used as collateral will affect your borrowing power and health factor."

#: src/components/transactions/AssetInput.tsx
#: src/components/transactions/Bridge/BridgeAmount.tsx
#: src/components/transactions/Bridge/BridgeAmount.tsx
#: src/components/transactions/Faucet/FaucetModalContent.tsx
#: src/modules/reserve-overview/Gho/GhoPieChartContainer.tsx
msgid "Amount"
Expand Down Expand Up @@ -597,10 +599,6 @@ msgstr "Bridge {symbol}"
msgid "Bridged Via CCIP"
msgstr "Bridged Via CCIP"

#: src/components/transactions/Bridge/BridgeModalContent.tsx
msgid "Bridging is currently unavailable due to the rate limit being exceeded. Please try again later or reduce the amount to bridge."
msgstr "Bridging is currently unavailable due to the rate limit being exceeded. Please try again later or reduce the amount to bridge."

#: src/components/transactions/Bridge/BridgeActions.tsx
msgid "Bridging {symbol}"
msgstr "Bridging {symbol}"
Expand Down Expand Up @@ -1125,7 +1123,7 @@ msgstr "Faucet"
msgid "Faucet {0}"
msgstr "Faucet {0}"

#: src/components/transactions/Bridge/BridgeModalContent.tsx
#: src/components/transactions/Bridge/BridgeFeeTokenSelector.tsx
msgid "Fee"
msgstr "Fee"

Expand All @@ -1134,6 +1132,10 @@ msgstr "Fee"
msgid "Feedback"
msgstr "Feedback"

#: src/components/transactions/Bridge/BridgeModalContent.tsx
msgid "Fees exceed wallet balance"
msgstr "Fees exceed wallet balance"

#: src/components/transactions/TxActionsWrapper.tsx
msgid "Fetching data..."
msgstr "Fetching data..."
Expand Down Expand Up @@ -2516,6 +2518,10 @@ msgstr "The cooldown period is {0}. After {1} of cooldown, you will enter unstak
msgid "The current incentives period, decided on by the Aave community, has ended. Governance is in the process on renewing, check for updates. <0>Learn more</0>."
msgstr "The current incentives period, decided on by the Aave community, has ended. Governance is in the process on renewing, check for updates. <0>Learn more</0>."

#: src/components/transactions/Bridge/BridgeFeeTokenSelector.tsx
msgid "The fee includes the gas cost to complete the transaction on the destination chain and the fee paid to Chainlink CCIP service providers. You can chose to pay in the network token or GHO. <0>Learn more</0>"
msgstr "The fee includes the gas cost to complete the transaction on the destination chain and the fee paid to Chainlink CCIP service providers. You can chose to pay in the network token or GHO. <0>Learn more</0>"

#: src/modules/migration/MigrationBottomPanel.tsx
msgid "The loan to value of the migrated positions would cause liquidation. Increase migrated collateral or reduce migrated borrow to continue."
msgstr "The loan to value of the migrated positions would cause liquidation. Increase migrated collateral or reduce migrated borrow to continue."
Expand Down Expand Up @@ -2636,10 +2642,6 @@ msgstr "This asset is frozen due to an Aave community decision. <0>More details<
msgid "This asset is planned to be offboarded due to an Aave Protocol Governance decision. <0>More details</0>"
msgstr "This asset is planned to be offboarded due to an Aave Protocol Governance decision. <0>More details</0>"

#: src/components/transactions/Bridge/BridgeModalContent.tsx
msgid "This fee is in addition to gas costs, which is paid to Chainlink CCIP service providers. You can chose to pay in the network token or GHO. <0>Learn more</0>"
msgstr "This fee is in addition to gas costs, which is paid to Chainlink CCIP service providers. You can chose to pay in the network token or GHO. <0>Learn more</0>"

#: src/components/infoTooltips/GasTooltip.tsx
msgid "This gas calculation is only an estimation. Your wallet will set the price of the transaction. You can modify the gas settings directly from your wallet provider."
msgstr "This gas calculation is only an estimation. Your wallet will set the price of the transaction. You can modify the gas settings directly from your wallet provider."
Expand Down Expand Up @@ -3145,10 +3147,6 @@ msgstr "You cancelled the transaction."
msgid "You did not participate in this proposal"
msgstr "You did not participate in this proposal"

#: src/components/transactions/Bridge/BridgeModalContent.tsx
msgid "You do not have a balance to pay for CCIP fee with your {0}, try changing to another token."
msgstr "You do not have a balance to pay for CCIP fee with your {0}, try changing to another token."

#: src/components/transactions/CollateralChange/CollateralChangeModalContent.tsx
msgid "You do not have supplies in this currency"
msgstr "You do not have supplies in this currency"
Expand Down

0 comments on commit a7fb6dd

Please sign in to comment.