diff --git a/app/components/Logos/BaseLogo.tsx b/app/components/Logos/BaseLogo.tsx new file mode 100644 index 0000000000..d83f83a67a --- /dev/null +++ b/app/components/Logos/BaseLogo.tsx @@ -0,0 +1,18 @@ +export const BaseLogo = (props: { className?: string }) => ( + + + + +); diff --git a/app/components/NavMenu/index.tsx b/app/components/NavMenu/index.tsx index 3681b830b8..58637caf38 100644 --- a/app/components/NavMenu/index.tsx +++ b/app/components/NavMenu/index.tsx @@ -1,5 +1,6 @@ import { Anchor as A, + ButtonPrimary, CopyValueButton, DiscordIcon, GithubIcon, @@ -21,6 +22,8 @@ import LibraryAddOutlined from "@mui/icons-material/LibraryAddOutlined"; import MenuBookOutlined from "@mui/icons-material/MenuBookOutlined"; import ParkOutlined from "@mui/icons-material/ParkOutlined"; import RedeemOutlined from "@mui/icons-material/RedeemOutlined"; +import { BaseLogo } from "components/Logos/BaseLogo"; +import { SQUID_ROUTER_URL } from "lib/constants"; import { FC, ReactElement, ReactNode, useEffect, useState } from "react"; import { useSelector } from "react-redux"; import { useLocation } from "react-router"; @@ -206,6 +209,13 @@ export const NavMenu: FC = (props) => { )}
+ } + label={Bridge to Base} + />
diff --git a/app/components/NavMenu/styles.ts b/app/components/NavMenu/styles.ts index cfc424cb8a..ac096ea457 100644 --- a/app/components/NavMenu/styles.ts +++ b/app/components/NavMenu/styles.ts @@ -111,6 +111,17 @@ export const container = css` } `; +export const bridgeButton = css` + padding: 0 1.2rem; + color: white !important; + background-color: #0052ff; // base brand color +`; + +export const baseIcon = css` + width: 3rem; + height: 3rem; +`; + export const sidebarButton = css` ${typography.caption}; display: flex; diff --git a/app/lib/constants.ts b/app/lib/constants.ts index 235d1cfdcc..9e12e9f4ae 100644 --- a/app/lib/constants.ts +++ b/app/lib/constants.ts @@ -62,5 +62,8 @@ export const DEFAULT_NETWORK = config.networks[ENVIRONMENT] as | "testnet" | "mainnet"; +export const SQUID_ROUTER_URL = + "https://v2.app.squidrouter.com/?chains=137%2C8453&tokens=0x4e78011Ce80ee02d2c3e649Fb657E45898257815%2C0xDCEFd8C8fCc492630B943ABcaB3429F12Ea9Fea2"; + /** Exposed via env vars, this is an infura id to be used in the browser, in getStaticProvider, as a fallback for polygon-rpc */ export const CLIENT_INFURA_ID = process.env.NEXT_PUBLIC_CLIENT_INFURA_ID; diff --git a/app/locale/en-pseudo/messages.po b/app/locale/en-pseudo/messages.po index 828cd29a48..0e0365bf44 100644 --- a/app/locale/en-pseudo/messages.po +++ b/app/locale/en-pseudo/messages.po @@ -6,933 +6,1128 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: en-pseudo\n" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Plural-Forms: \n" + +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:239 +msgid "choose_bond.percent_discount" +msgstr "" -#: components/DisclaimerModal/index.tsx:84 -msgid "Acknowledge and Accept" +#. <0>app.klimadao.finance is the only official domain. +#. js-lingui-explicit-id +#: components/CheckURLBanner/index.tsx:31 +msgid "checkurlbanner.is_the_only_official_domain" msgstr "" -#: components/TransactionModal/Approve.tsx:93 -#: components/views/Bond/index.tsx:454 -#: components/views/Stake/index.tsx:250 -#: components/views/Wrap/index.tsx:230 -msgid "Approve" +#. js-lingui-explicit-id +#: components/CheckURLBanner/index.tsx:26 +msgid "checkurlbanner.verify_url_and_bookmark_this_page" msgstr "" -#: components/CarbonBalancesCard/index.tsx:126 -msgid "Balances" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1012 +msgid "bond.this_bond_price_is_inflated" msgstr "" -#: components/views/Redeem/index.tsx:25 -msgid "Buy & Redeem Carbon" +#. js-lingui-explicit-id +#: actions/utils.ts:28 +msgid "status.error" msgstr "" -#: components/NavMenu/index.tsx:184 -msgid "Buy Carbon" +#. js-lingui-explicit-id +#: components/TransactionModal/index.tsx:50 +msgid "transaction_modal.view.approve.title" msgstr "" -#: components/views/Bond/index.tsx:697 -msgid "Capacity" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:170 +msgid "pklima.approve_pklima" msgstr "" -#: components/views/Bond/index.tsx:417 -msgid "Enter Quantity" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:155 +msgid "info.app_not_loading.1_open_metamask" msgstr "" -#: components/views/Stake/index.tsx:240 -#: components/views/Wrap/index.tsx:212 -msgid "Enter quantity" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:179 +msgid "pklima.approve_bct" msgstr "" -#: components/views/Offset/index.tsx:45 -msgid "For users who want to offset paying with a pool token, please use <0>this site." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:162 +msgid "info.app_not_loading.2_go_to_settings" msgstr "" -#: components/views/Stake/index.tsx:245 -#: components/views/Wrap/index.tsx:225 -msgid "Insufficient balance" +#. js-lingui-explicit-id +#: components/TransactionModal/index.tsx:60 +msgid "transaction_modal.view.submit.title" msgstr "" -#: components/DisclaimerModal/index.tsx:47 -msgid "Lack of Liquidity: There may be no active market for $KLIMA, which may result in losses if you need to sell your tokens quickly." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:169 +msgid "info.app_not_loading.3_return_to_app" msgstr "" -#: components/views/Bond/index.tsx:411 -#: components/views/PKlima/index.tsx:157 -msgid "Loading" +#. js-lingui-explicit-id +#: components/views/errors/Custom404.tsx:16 +msgid "shared.404" msgstr "" -#: components/CarbonBalancesCard/index.tsx:138 -msgid "Loading balances..." +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:375 +msgid "stake.5_day_rewards" msgstr "" -#: components/RebaseCard/index.tsx:58 -#: components/RebaseCard/index.tsx:69 -#: components/views/Loading/index.tsx:11 -#: components/views/Stake/index.tsx:421 -#: components/views/Stake/index.tsx:428 -#: components/views/Stake/index.tsx:435 -#: components/views/Wrap/index.tsx:207 -msgid "Loading..." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:255 +msgid "pklima.supply_limit.tooltip" msgstr "" -#: components/views/Home/index.tsx:178 -msgid "Login" +#: components/DisclaimerModal/index.tsx:84 +msgid "Acknowledge and Accept" msgstr "" -#: components/DisclaimerModal/index.tsx:39 -msgid "Loss of Investment: The value of $KLIMA and other cryptocurrencies can rapidly increase or decrease at any time. As a result, you could experience significant and rapid losses, including the loss of all money invested." +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:391 +msgid "stake.akr" msgstr "" -#: components/DisclaimerModal/index.tsx:68 -msgid "No Guarantee: There is no guarantee that the KlimaDAO platform or the $KLIMA token will achieve its objectives or that any value will be retained in the Protocol." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:894 +msgid "bond.you_will_get.tooltip" msgstr "" -#: components/CarbonBalancesCard/index.tsx:168 -msgid "No balances found." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:953 +msgid "bond.redeemable.tooltip" msgstr "" -#: components/CarbonBalancesCard/index.tsx:131 -#: components/CarbonTonnesRetiredCard/index.tsx:29 -msgid "Not Connected" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:364 +msgid "wrap.index.tooltip" msgstr "" -#: components/views/Offset/index.tsx:27 -msgid "Offset" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:408 +msgid "stake.index.tooltip" msgstr "" -#: components/CheckURLBanner/index.tsx:39 -msgid "On April 12, 2022 we migrated from \"dapp\" to \"app\". Please update your bookmarks." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:484 +msgid "bond.inputplaceholder.amount_to_bond" msgstr "" -#: components/DisclaimerModal/index.tsx:60 -msgid "Operational Risks: The KlimaDAO platform relies on various technologies related to the Polygon network and other digital assets. These technologies are subject to change, and such changes could adversely affect your investment." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:489 +msgid "bond.inputplaceholder.amount_to_redeem" msgstr "" -#: components/DisclaimerModal/index.tsx:32 -msgid "Purchasing cryptocurrencies, including the $KLIMA token, involves a high degree of risk and should be considered extremely speculative. Here are some important points to consider:" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:53 +msgid "stake.inputplaceholder.stake" msgstr "" -#: components/DisclaimerModal/index.tsx:53 -msgid "Regulatory Actions and Changes: The regulatory environment for cryptocurrencies is evolving and changes in regulation could adversely affect your investment." +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:57 +msgid "stake.inputplaceholder.unstake" msgstr "" -#: components/DisclaimerModal/index.tsx:29 -msgid "Risk Disclaimer" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:750 +msgid "bond.you_will_get.description_inverse" msgstr "" -#: components/InvalidNetworkModal/index.tsx:72 -msgid "Switch to Polygon" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:394 +msgid "stake.akr.tooltip" msgstr "" -#: components/InvalidNetworkModal/index.tsx:68 -msgid "This app only works on Polygon Mainnet." +#: components/TransactionModal/Approve.tsx:93 +#: components/views/Bond/index.tsx:454 +#: components/views/Stake/index.tsx:250 +#: components/views/Wrap/index.tsx:230 +msgid "Approve" msgstr "" -#: components/DisclaimerModal/index.tsx:75 -msgid "This summary risk warning does not disclose all the risks associated with investing in $KLIMA. You should conduct your own due diligence and consult with a financial advisor before making any investment decisions." +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:61 +msgid "stake.next_rebase" msgstr "" -#: components/InvalidNetworkModal/index.tsx:63 -msgid "Wrong Network" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:378 +msgid "stake.5_day_rewards.tooltip" msgstr "" -#: components/CarbonBalancesCard/index.tsx:171 -msgid "You need to load your wallet with USDC, KLIMA or a carbon pool token. Credit card support is coming soon." +#. should autostake? +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1053 +msgid "bond.should_autostake" msgstr "" -#. Long sentence -#: components/views/Bond/index.tsx:1023 -msgid "bond.all_demand_has_been_filled" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:534 +msgid "nav.back" msgstr "" +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:620 msgid "bond.balance" msgstr "" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:374 +msgid "wrap.balance" +msgstr "" + #. Long sentence +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:624 msgid "bond.balance.tooltip" msgstr "" -#: components/views/Bond/index.tsx:462 -#: components/views/Bond/index.tsx:570 -msgid "bond.bond" +#. js-lingui-explicit-id +#: components/BalancesCard/index.tsx:47 +msgid "shared.balances" msgstr "" -#: components/views/Bond/index.tsx:777 -msgid "bond.bond_price" +#: components/CarbonBalancesCard/index.tsx:126 +msgid "Balances" msgstr "" -#. Long sentence -#: components/views/Bond/index.tsx:781 -msgid "bond.bond_price.tooltip" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:99 +msgid "choose_bond.bct.base_carbon_tonne" msgstr "" -#: components/views/Bond/index.tsx:646 -msgid "bond.bond_price.tooltip.inverse" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:462 +#: components/views/Bond/index.tsx:570 +msgid "bond.bond" msgstr "" #. Bond {0} +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:549 msgid "bond.bond_token" msgstr "" -#: components/views/Bond/index.tsx:448 -msgid "bond.capacity_exceeded" +#. Bond {0} +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1074 +msgid "bond.transaction_modal.bond.title" msgstr "" -#: components/views/Bond/index.tsx:983 -msgid "bond.date_of_full_vesting" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:209 +msgid "choose_bond.bond_carbon" msgstr "" -#: components/views/Bond/index.tsx:988 -msgid "bond.date_of_full_vesting.tooltip" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:848 +msgid "bond.discount" msgstr "" -#: components/views/Bond/index.tsx:813 -msgid "bond.debt_ratio" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:777 +msgid "bond.bond_price" msgstr "" -#. Long sentence -#: components/views/Bond/index.tsx:817 -msgid "bond.debt_ratio.tooltip" +#: components/NavMenu/index.tsx:217 +msgid "Bridge to Base" msgstr "" -#: components/views/Bond/index.tsx:848 -msgid "bond.discount" +#: components/views/Redeem/index.tsx:25 +msgid "Buy & Redeem Carbon" msgstr "" -#: components/views/Bond/index.tsx:852 -msgid "bond.discount.description_tooltip" +#: components/NavMenu/index.tsx:187 +msgid "Buy Carbon" msgstr "" -#: components/views/Bond/index.tsx:484 -msgid "bond.inputplaceholder.amount_to_bond" +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:31 +msgid "buy.buy_klima" msgstr "" -#: components/views/Bond/index.tsx:489 -msgid "bond.inputplaceholder.amount_to_redeem" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:91 +msgid "choose_bond.nbo.description" msgstr "" -#: components/views/Bond/index.tsx:679 -msgid "bond.inverse.premium" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:87 +msgid "choose_bond.ubo.description" msgstr "" -#: components/views/Bond/index.tsx:683 -msgid "bond.inverse.premium.description" +#: components/views/Bond/index.tsx:697 +msgid "Capacity" msgstr "" -#: components/views/Bond/index.tsx:642 -#: components/views/Bond/index.tsx:793 -msgid "bond.market_price" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:448 +msgid "bond.capacity_exceeded" msgstr "" -#. Long sentence -#: components/views/Bond/index.tsx:797 -msgid "bond.market_price.tooltip" +#. js-lingui-explicit-id +#: components/ChangeLanguageButton/index.tsx:56 +msgid "shared.change_language" msgstr "" -#: components/views/Bond/index.tsx:438 -msgid "bond.max_exceeded" +#. js-lingui-explicit-id +#: components/InvalidRPCModal/index.tsx:21 +msgid "invalid_rpc.modal.title" msgstr "" -#: components/views/Bond/index.tsx:715 -#: components/views/Bond/index.tsx:867 -msgid "bond.maximum" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:236 +msgid "choose_bond.choose_bond" msgstr "" -#: components/views/Bond/index.tsx:719 -#: components/views/Bond/index.tsx:871 -msgid "bond.maximum.tooltip" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:98 +msgid "transaction_modal.close" msgstr "" -#: components/views/Bond/index.tsx:423 -msgid "bond.not_redeemable" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:130 +msgid "info.common_app_related_questions" msgstr "" -#: components/views/Bond/index.tsx:660 -msgid "bond.payout_per_klima" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:65 +msgid "transaction_modal.submit.amount" msgstr "" -#: components/views/Bond/index.tsx:664 -msgid "bond.payout_per_klima.description_inverse" +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:28 +msgid "modal.user_confirmation" msgstr "" -#: components/views/Bond/index.tsx:468 -#: components/views/Bond/index.tsx:580 -msgid "bond.redeem" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:432 +#: components/views/PKlima/index.tsx:165 +#: components/views/Wrap/index.tsx:220 +msgid "shared.confirming" msgstr "" -#: components/views/Bond/index.tsx:950 -msgid "bond.redeemable" +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:173 +msgid "connectModal.wallet" msgstr "" -#. Long sentence -#: components/views/Bond/index.tsx:953 -msgid "bond.redeemable.tooltip" +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:13 +msgid "web3modal.injected.des" msgstr "" -#. should autostake? -#: components/views/Bond/index.tsx:1053 -msgid "bond.should_autostake" +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:179 +msgid "connect_modal.connecting" msgstr "" -#. Long sentence -#: components/views/Bond/index.tsx:1012 -msgid "bond.this_bond_price_is_inflated" +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:183 +msgid "connect_modal.error_title" msgstr "" -#. Bond {0} -#: components/views/Bond/index.tsx:1074 -msgid "bond.transaction_modal.bond.title" +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:55 +msgid "transaction_modal.approve.approve_quantity.contract_address" msgstr "" -#: components/views/Bond/index.tsx:1081 -msgid "bond.transaction_modal.redeem.title" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:54 +msgid "transaction_modal.submit.contract_address" msgstr "" -#: components/views/Bond/index.tsx:921 -msgid "bond.unredeemed" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:646 +msgid "bond.bond_price.tooltip.inverse" msgstr "" #. Long sentence -#: components/views/Bond/index.tsx:924 -msgid "bond.unredeemed.tooltip" -msgstr "" - -#: components/views/Bond/index.tsx:833 -msgid "bond.vesting_term_end" -msgstr "" - -#: components/views/Bond/index.tsx:837 -msgid "bond.vesting_term_end.tooltip" -msgstr "" - -#: components/views/Bond/index.tsx:746 -#: components/views/Bond/index.tsx:890 -msgid "bond.you_will_get" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:797 +msgid "bond.market_price.tooltip" msgstr "" -#: components/views/Bond/index.tsx:750 -msgid "bond.you_will_get.description_inverse" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:983 +msgid "bond.date_of_full_vesting" msgstr "" -#. Long sentence -#: components/views/Bond/index.tsx:894 -msgid "bond.you_will_get.tooltip" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:988 +msgid "bond.date_of_full_vesting.tooltip" msgstr "" -#: components/views/Buy/index.tsx:31 -msgid "buy.buy_klima" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:813 +msgid "bond.debt_ratio" msgstr "" #. Long sentence -#: components/views/Buy/index.tsx:59 -msgid "buy.connect_to_buy" -msgstr "" - -#: components/views/Buy/index.tsx:34 -msgid "buy.cta_1" -msgstr "" - -#: components/views/Buy/index.tsx:40 -msgid "buy.cta_2" -msgstr "" - -#: components/views/Buy/index.tsx:54 -msgid "buy.please_log_in" -msgstr "" - -#: components/views/Bond/index.tsx:700 -msgid "capacity.description_inverse" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:781 +msgid "bond.bond_price.tooltip" msgstr "" +#. js-lingui-explicit-id #: components/CheckURLBanner/index.tsx:47 msgid "checkurlbanner.dont_remind_me" msgstr "" -#: components/CheckURLBanner/index.tsx:50 -msgid "checkurlbanner.got_it" +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:21 +msgid "web3modal.torus.desc" msgstr "" -#. <0>app.klimadao.finance is the only official domain. -#: components/CheckURLBanner/index.tsx:31 -msgid "checkurlbanner.is_the_only_official_domain" +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:17 +msgid "web3modal.torus.name" msgstr "" -#: components/CheckURLBanner/index.tsx:26 -msgid "checkurlbanner.verify_url_and_bookmark_this_page" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:257 +#: components/views/Stake/index.tsx:266 +msgid "shared.enter_amount" msgstr "" -#: components/views/ChooseBond/index.tsx:99 -msgid "choose_bond.bct.base_carbon_tonne" +#: components/views/Stake/index.tsx:240 +#: components/views/Wrap/index.tsx:212 +msgid "Enter quantity" msgstr "" -#: components/views/ChooseBond/index.tsx:209 -msgid "choose_bond.bond_carbon" +#: components/views/Bond/index.tsx:417 +msgid "Enter Quantity" msgstr "" #. Long sentence -#: components/views/ChooseBond/index.tsx:212 -msgid "choose_bond.bond_carbon.the_best_way_to_buy_klima" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:283 +msgid "pklima.index_adjusted.tooltip" msgstr "" -#: components/views/ChooseBond/index.tsx:236 -msgid "choose_bond.choose_bond" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:475 +#: components/views/Bond/index.tsx:494 +#: components/views/Stake/index.tsx:274 +#: components/views/Wrap/index.tsx:247 +msgid "shared.error" msgstr "" -#: components/views/ChooseBond/index.tsx:115 -msgid "choose_bond.inverse_usdc" +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:82 +msgid "stake.estimated_payout" msgstr "" -#: components/views/ChooseBond/index.tsx:107 -msgid "choose_bond.klima_bct_lp.klima_bct_sushiswap_liquidity" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:184 +msgid "pklima.exercise" msgstr "" -#: components/views/ChooseBond/index.tsx:103 -msgid "choose_bond.klima_usdc_lp.klima_usdc_sushiswap_liquidity" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:212 +msgid "pklima.exercise_1_pklima_and_1_bct_to_receive_1_klima" msgstr "" -#: components/views/ChooseBond/index.tsx:95 -msgid "choose_bond.mco2.moss_carbon_credit_token" +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:27 +msgid "modal.error" msgstr "" -#: components/views/ChooseBond/index.tsx:111 -msgid "choose_bond.mco2_lp.klima_mco2_quickswap_liquidity" +#: components/views/Offset/index.tsx:45 +msgid "For users who want to offset paying with a pool token, please use <0>this site." msgstr "" -#: components/views/ChooseBond/index.tsx:91 -msgid "choose_bond.nbo.description" +#. js-lingui-explicit-id +#: components/CheckURLBanner/index.tsx:50 +msgid "checkurlbanner.got_it" msgstr "" -#: components/views/ChooseBond/index.tsx:239 -msgid "choose_bond.percent_discount" +#. js-lingui-explicit-id +#: components/ImageCard/index.tsx:16 +msgid "imagecard.how_to_get_started" msgstr "" -#: components/views/ChooseBond/index.tsx:265 -msgid "choose_bond.sold_out" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:147 +msgid "info.app_not_loading.if_app_says_loading" msgstr "" -#: components/views/ChooseBond/index.tsx:226 -msgid "choose_bond.treasury_balance" +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:34 +msgid "buy.cta_1" msgstr "" -#: components/views/ChooseBond/index.tsx:87 -msgid "choose_bond.ubo.description" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:664 +msgid "bond.payout_per_klima.description_inverse" msgstr "" -#: components/views/Home/index.tsx:169 -msgid "connectModal.torus" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:837 +msgid "bond.vesting_term_end.tooltip" msgstr "" -#: components/views/Home/index.tsx:173 -msgid "connectModal.wallet" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:405 +msgid "stake.index" msgstr "" -#: components/views/Home/index.tsx:179 -msgid "connect_modal.connecting" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:361 +msgid "wrap.index" msgstr "" -#: lib/constants.ts:32 -msgid "connect_modal.error_message_default" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:280 +msgid "pklima.index_adjusted" msgstr "" -#: lib/constants.ts:36 -msgid "connect_modal.error_message_refused" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:195 +msgid "menu.info" msgstr "" -#: lib/constants.ts:40 -msgid "connect_modal.error_processing" +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:127 +msgid "info.info_and_faq" msgstr "" -#: components/views/Home/index.tsx:183 -msgid "connect_modal.error_title" +#: components/views/Stake/index.tsx:245 +#: components/views/Wrap/index.tsx:225 +msgid "Insufficient balance" msgstr "" -#: components/views/errors/Custom404.tsx:19 -msgid "error.404.page.text" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:200 +msgid "menu.just_for_you" msgstr "" -#: components/ImageCard/index.tsx:16 -msgid "imagecard.how_to_get_started" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:107 +msgid "choose_bond.klima_bct_lp.klima_bct_sushiswap_liquidity" msgstr "" -#: components/ImageCard/index.tsx:13 -msgid "imagecard.new_to_klima" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:111 +msgid "choose_bond.mco2_lp.klima_mco2_quickswap_liquidity" msgstr "" -#. Long sentence -#: components/views/Info/index.tsx:155 -msgid "info.app_not_loading.1_open_metamask" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:103 +msgid "choose_bond.klima_usdc_lp.klima_usdc_sushiswap_liquidity" msgstr "" -#. Long sentence -#: components/views/Info/index.tsx:162 -msgid "info.app_not_loading.2_go_to_settings" +#. js-lingui-explicit-id +#: components/views/Redeem/index.tsx:28 +msgid "redeem.cta_1" msgstr "" -#. Long sentence -#: components/views/Info/index.tsx:169 -msgid "info.app_not_loading.3_return_to_app" +#. js-lingui-explicit-id +#: components/views/Offset/index.tsx:30 +msgid "offset.cta_1" msgstr "" -#. Long sentence -#: components/views/Info/index.tsx:147 -msgid "info.app_not_loading.if_app_says_loading" +#: components/DisclaimerModal/index.tsx:47 +msgid "Lack of Liquidity: There may be no active market for $KLIMA, which may result in losses if you need to sell your tokens quickly." msgstr "" -#. Long sentence -#: components/views/Info/index.tsx:176 -msgid "info.app_not_loading.metamask_should_prompt" +#: components/views/Bond/index.tsx:411 +#: components/views/PKlima/index.tsx:157 +msgid "Loading" msgstr "" -#. Long sentence -#: components/views/Info/index.tsx:142 -msgid "info.app_not_loading.title" +#: components/CarbonBalancesCard/index.tsx:138 +msgid "Loading balances..." msgstr "" -#. Long sentence -#: components/views/Info/index.tsx:130 -msgid "info.common_app_related_questions" +#: components/RebaseCard/index.tsx:58 +#: components/RebaseCard/index.tsx:69 +#: components/views/Loading/index.tsx:11 +#: components/views/Stake/index.tsx:421 +#: components/views/Stake/index.tsx:428 +#: components/views/Stake/index.tsx:435 +#: components/views/Wrap/index.tsx:207 +msgid "Loading..." msgstr "" -#: components/views/Info/index.tsx:127 -msgid "info.info_and_faq" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:235 +msgid "shared.connect_wallet" msgstr "" -#: components/views/Info/index.tsx:190 -msgid "info.official_contract_addresses" +#: components/views/Home/index.tsx:178 +msgid "Login" msgstr "" -#: components/InvalidRPCModal/index.tsx:28 -msgid "invalid_rpc.modal.text" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:397 +#: components/views/Buy/index.tsx:65 +#: components/views/Home/index.tsx:154 +#: components/views/PKlima/index.tsx:149 +#: components/views/Stake/index.tsx:227 +#: components/views/Wrap/index.tsx:199 +msgid "shared.login_connect" msgstr "" -#: components/InvalidRPCModal/index.tsx:21 -msgid "invalid_rpc.modal.title" +#: components/DisclaimerModal/index.tsx:39 +msgid "Loss of Investment: The value of $KLIMA and other cryptocurrencies can rapidly increase or decrease at any time. As a result, you could experience significant and rapid losses, including the loss of all money invested." msgstr "" -#: components/NavMenu/index.tsx:192 -msgid "menu.info" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:196 +msgid "pklima.balances_card.make_sure_to_stake" msgstr "" -#: components/NavMenu/index.tsx:197 -msgid "menu.just_for_you" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:642 +#: components/views/Bond/index.tsx:793 +msgid "bond.market_price" msgstr "" -#: components/NavMenu/index.tsx:66 -msgid "menu.not_connected" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:605 +#: components/views/PKlima/index.tsx:239 +#: components/views/Stake/index.tsx:362 +#: components/views/Wrap/index.tsx:346 +msgid "shared.max" msgstr "" -#: components/NavMenu/index.tsx:176 -msgid "menu.offset" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:438 +msgid "bond.max_exceeded" msgstr "" -#: components/NavMenu/index.tsx:160 -msgid "menu.stake_klima" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:715 +#: components/views/Bond/index.tsx:867 +msgid "bond.maximum" msgstr "" -#: components/NavMenu/index.tsx:48 -msgid "menu.wallet_address" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:719 +#: components/views/Bond/index.tsx:871 +msgid "bond.maximum.tooltip" msgstr "" -#: components/NavMenu/index.tsx:168 -msgid "menu.wrap_klima" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:176 +msgid "info.app_not_loading.metamask_should_prompt" msgstr "" -#: components/NotificationModal/index.tsx:26 -msgid "modal.done" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:95 +msgid "choose_bond.mco2.moss_carbon_credit_token" msgstr "" -#: components/NotificationModal/index.tsx:27 -msgid "modal.error" +#. js-lingui-explicit-id +#: components/ImageCard/index.tsx:13 +msgid "imagecard.new_to_klima" msgstr "" -#: components/NotificationModal/index.tsx:29 -msgid "modal.pending" +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:101 +msgid "transaction_modal.next" msgstr "" -#: components/NotificationModal/index.tsx:28 -msgid "modal.user_confirmation" +#: components/CarbonBalancesCard/index.tsx:168 +msgid "No balances found." msgstr "" -#: components/views/Bond/index.tsx:534 -msgid "nav.back" +#: components/DisclaimerModal/index.tsx:68 +msgid "No Guarantee: There is no guarantee that the KlimaDAO platform or the $KLIMA token will achieve its objectives or that any value will be retained in the Protocol." msgstr "" -#: components/views/Offset/index.tsx:30 -msgid "offset.cta_1" +#: components/CarbonBalancesCard/index.tsx:131 +#: components/CarbonTonnesRetiredCard/index.tsx:29 +msgid "Not Connected" msgstr "" -#: components/views/Offset/index.tsx:36 -msgid "offset.cta_2" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:69 +msgid "menu.not_connected" msgstr "" -#: components/CarbonTonnesRetiredCard/index.tsx:49 -msgid "offset.number_of_retirements" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:423 +msgid "bond.not_redeemable" msgstr "" -#: components/CarbonTonnesRetiredCard/index.tsx:39 -msgid "offset.tonnes_of_carbon_retired" +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:190 +msgid "info.official_contract_addresses" msgstr "" -#: components/CarbonTonnesRetiredCard/index.tsx:61 -msgid "offset.view_retirements" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:179 +msgid "menu.offset" msgstr "" -#: components/CarbonTonnesRetiredCard/index.tsx:23 -msgid "offset.you_have_retired" +#: components/views/Offset/index.tsx:27 +msgid "Offset" msgstr "" -#: components/views/PKlima/index.tsx:179 -msgid "pklima.approve_bct" +#: components/CheckURLBanner/index.tsx:39 +msgid "On April 12, 2022 we migrated from \"dapp\" to \"app\". Please update your bookmarks." msgstr "" -#: components/views/PKlima/index.tsx:170 -msgid "pklima.approve_pklima" +#: components/DisclaimerModal/index.tsx:60 +msgid "Operational Risks: The KlimaDAO platform relies on various technologies related to the Polygon network and other digital assets. These technologies are subject to change, and such changes could adversely affect your investment." msgstr "" -#. Long sentence -#: components/views/PKlima/index.tsx:196 -msgid "pklima.balances_card.make_sure_to_stake" +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:40 +msgid "buy.cta_2" msgstr "" -#: components/views/PKlima/index.tsx:184 -msgid "pklima.exercise" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:660 +msgid "bond.payout_per_klima" msgstr "" -#: components/views/PKlima/index.tsx:212 -msgid "pklima.exercise_1_pklima_and_1_bct_to_receive_1_klima" +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:29 +msgid "modal.pending" msgstr "" -#: components/views/PKlima/index.tsx:280 -msgid "pklima.index_adjusted" +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:73 +msgid "stake.percent_payout" msgstr "" -#. Long sentence -#: components/views/PKlima/index.tsx:283 -msgid "pklima.index_adjusted.tooltip" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:852 +msgid "bond.discount.description_tooltip" +msgstr "" + +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:207 +msgid "token.pKLIMA" msgstr "" +#. js-lingui-explicit-id #: components/views/PKlima/index.tsx:228 msgid "pklima.klima_to_exercise" msgstr "" -#: components/views/PKlima/ClaimExceededModal/index.tsx:15 -msgid "pklima.overclaim" +#. js-lingui-explicit-id +#: actions/utils.ts:35 +msgid "status.user_confirmation" msgstr "" -#: components/views/PKlima/index.tsx:209 -msgid "pklima.redeem_pklima" +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:54 +msgid "buy.please_log_in" msgstr "" -#: components/views/PKlima/index.tsx:268 -msgid "pklima.redeemed" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:47 +msgid "transaction_modal.submit.confirm_transaction" msgstr "" -#. Long sentence -#: components/views/PKlima/index.tsx:271 -msgid "pklima.redeemed.tooltip" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:679 +msgid "bond.inverse.premium" msgstr "" -#: components/views/PKlima/index.tsx:252 -msgid "pklima.supply_limit" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:683 +msgid "bond.inverse.premium.description" msgstr "" #. Long sentence -#: components/views/PKlima/index.tsx:255 -msgid "pklima.supply_limit.tooltip" -msgstr "" - -#: components/views/PKlima/ClaimExceededModal/index.tsx:22 -msgid "pklima.update" -msgstr "" - -#: components/views/Redeem/index.tsx:28 -msgid "redeem.cta_1" -msgstr "" - -#: components/views/Redeem/index.tsx:34 -msgid "redeem.cta_2" -msgstr "" - -#: components/views/errors/Custom404.tsx:16 -msgid "shared.404" -msgstr "" - -#: components/BalancesCard/index.tsx:47 -msgid "shared.balances" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:817 +msgid "bond.debt_ratio.tooltip" msgstr "" -#: components/ChangeLanguageButton/index.tsx:56 -msgid "shared.change_language" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:115 +msgid "choose_bond.inverse_usdc" msgstr "" -#: components/views/Bond/index.tsx:432 -#: components/views/PKlima/index.tsx:165 -#: components/views/Wrap/index.tsx:220 -msgid "shared.confirming" +#: components/DisclaimerModal/index.tsx:32 +msgid "Purchasing cryptocurrencies, including the $KLIMA token, involves a high degree of risk and should be considered extremely speculative. Here are some important points to consider:" msgstr "" -#: components/views/Stake/index.tsx:235 -msgid "shared.connect_wallet" +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:66 +msgid "transaction_modal.approve_quantity.quantity" msgstr "" -#: components/views/Stake/index.tsx:257 -#: components/views/Stake/index.tsx:266 -msgid "shared.enter_amount" +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:44 +msgid "stake.rebase" msgstr "" -#: components/views/Bond/index.tsx:475 -#: components/views/Bond/index.tsx:494 -#: components/views/Stake/index.tsx:274 -#: components/views/Wrap/index.tsx:247 -msgid "shared.error" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:468 +#: components/views/Bond/index.tsx:580 +msgid "bond.redeem" msgstr "" -#: components/views/Bond/index.tsx:397 -#: components/views/Buy/index.tsx:65 -#: components/views/Home/index.tsx:154 -#: components/views/PKlima/index.tsx:149 -#: components/views/Stake/index.tsx:227 -#: components/views/Wrap/index.tsx:199 -msgid "shared.login_connect" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1081 +msgid "bond.transaction_modal.redeem.title" msgstr "" -#: components/views/Bond/index.tsx:605 -#: components/views/PKlima/index.tsx:239 -#: components/views/Stake/index.tsx:362 -#: components/views/Wrap/index.tsx:346 -msgid "shared.max" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:209 +msgid "pklima.redeem_pklima" msgstr "" -#: components/views/Bond/index.tsx:405 -msgid "shared.sold_out" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:950 +msgid "bond.redeemable" msgstr "" -#: components/views/Stake/index.tsx:375 -msgid "stake.5_day_rewards" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:268 +msgid "pklima.redeemed" msgstr "" -#. Long sentence -#: components/views/Stake/index.tsx:378 -msgid "stake.5_day_rewards.tooltip" +#: components/DisclaimerModal/index.tsx:53 +msgid "Regulatory Actions and Changes: The regulatory environment for cryptocurrencies is evolving and changes in regulation could adversely affect your investment." msgstr "" -#: components/views/Stake/index.tsx:391 -msgid "stake.akr" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:924 +msgid "bond.unredeemed.tooltip" msgstr "" -#. Long sentence -#: components/views/Stake/index.tsx:394 -msgid "stake.akr.tooltip" +#. js-lingui-explicit-id +#: lib/constants.ts:40 +msgid "connect_modal.error_processing" msgstr "" -#. Long sentence -#. Long sentence -#: components/views/Buy/index.tsx:78 -#: components/views/Stake/index.tsx:292 -msgid "stake.balancescard.tooltip" +#: components/DisclaimerModal/index.tsx:29 +msgid "Risk Disclaimer" msgstr "" -#: components/RebaseCard/index.tsx:82 -msgid "stake.estimated_payout" +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:9 +msgid "web3modal.walletlink.desc" msgstr "" -#: components/views/Stake/index.tsx:405 -msgid "stake.index" +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:5 +msgid "web3modal.walletconnect.desc" msgstr "" -#. Long sentence -#: components/views/Stake/index.tsx:408 -msgid "stake.index.tooltip" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:51 +msgid "wrap.sklima_to_wrap" msgstr "" -#: components/views/Stake/index.tsx:53 -msgid "stake.inputplaceholder.stake" +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:169 +msgid "connectModal.torus" msgstr "" -#: components/views/Stake/index.tsx:57 -msgid "stake.inputplaceholder.unstake" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:405 +msgid "shared.sold_out" msgstr "" -#: components/RebaseCard/index.tsx:61 -msgid "stake.next_rebase" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:265 +msgid "choose_bond.sold_out" msgstr "" -#: components/RebaseCard/index.tsx:73 -msgid "stake.percent_payout" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1023 +msgid "bond.all_demand_has_been_filled" msgstr "" -#: components/RebaseCard/index.tsx:44 -msgid "stake.rebase" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:291 +msgid "wrap.wrap_sklima.some_find_this_useful" msgstr "" -#: components/RebaseCard/index.tsx:48 -msgid "stake.rebase.info" +#. js-lingui-explicit-id +#: components/views/errors/Custom404.tsx:19 +msgid "error.404.page.text" msgstr "" +#. js-lingui-explicit-id #: components/views/Stake/index.tsx:325 msgid "stake.stake" msgstr "" -#: components/views/Stake/index.tsx:307 -msgid "stake.stake_hold_earn" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:163 +msgid "menu.stake_klima" msgstr "" +#. js-lingui-explicit-id #: components/views/Stake/index.tsx:256 #: components/views/Stake/index.tsx:304 #: components/views/Stake/index.tsx:461 msgid "stake.stake_klima" msgstr "" -#: components/views/Stake/index.tsx:337 -msgid "stake.unstake" +#. Long sentence +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:78 +#: components/views/Stake/index.tsx:292 +msgid "stake.balancescard.tooltip" msgstr "" -#: components/views/Stake/index.tsx:265 -#: components/views/Stake/index.tsx:463 -msgid "stake.unstake_klima" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:307 +msgid "stake.stake_hold_earn" msgstr "" -#: actions/utils.ts:33 -msgid "status.done" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:90 +msgid "transaction_modal.submit.button" msgstr "" -#: actions/utils.ts:28 -msgid "status.error" +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:26 +msgid "modal.done" msgstr "" -#: actions/utils.ts:40 -msgid "status.network_confirmation" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:252 +msgid "pklima.supply_limit" msgstr "" -#: actions/utils.ts:35 -msgid "status.user_confirmation" +#: components/InvalidNetworkModal/index.tsx:72 +msgid "Switch to Polygon" msgstr "" -#: actions/utils.ts:22 -msgid "status.user_rejected" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:212 +msgid "choose_bond.bond_carbon.the_best_way_to_buy_klima" msgstr "" -#: components/NavMenu/index.tsx:204 -msgid "token.pKLIMA" +#. js-lingui-explicit-id +#: components/InvalidRPCModal/index.tsx:28 +msgid "invalid_rpc.modal.text" msgstr "" -#: components/TransactionModal/Approve.tsx:47 -msgid "transaction_modal.approve.allow_amount" +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:48 +msgid "stake.rebase.info" msgstr "" -#: components/TransactionModal/Approve.tsx:55 -msgid "transaction_modal.approve.approve_quantity.contract_address" +#. js-lingui-explicit-id +#: components/views/PKlima/ClaimExceededModal/index.tsx:22 +msgid "pklima.update" msgstr "" -#: components/TransactionModal/Approve.tsx:66 -msgid "transaction_modal.approve_quantity.quantity" +#: components/InvalidNetworkModal/index.tsx:68 +msgid "This app only works on Polygon Mainnet." msgstr "" -#: components/TransactionModal/Submit.tsx:98 -msgid "transaction_modal.close" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:59 +msgid "buy.connect_to_buy" msgstr "" -#: components/TransactionModal/Approve.tsx:101 -msgid "transaction_modal.next" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:700 +msgid "capacity.description_inverse" msgstr "" -#: components/TransactionModal/Submit.tsx:65 -msgid "transaction_modal.submit.amount" +#: components/DisclaimerModal/index.tsx:75 +msgid "This summary risk warning does not disclose all the risks associated with investing in $KLIMA. You should conduct your own due diligence and consult with a financial advisor before making any investment decisions." msgstr "" -#: components/TransactionModal/Submit.tsx:90 -msgid "transaction_modal.submit.button" +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:39 +msgid "offset.tonnes_of_carbon_retired" msgstr "" -#: components/TransactionModal/Submit.tsx:47 -msgid "transaction_modal.submit.confirm_transaction" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:271 +msgid "pklima.redeemed.tooltip" msgstr "" -#: components/TransactionModal/Submit.tsx:54 -msgid "transaction_modal.submit.contract_address" +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:49 +msgid "offset.number_of_retirements" msgstr "" -#: components/TransactionModal/index.tsx:50 -msgid "transaction_modal.view.approve.title" +#. js-lingui-explicit-id +#: actions/utils.ts:33 +msgid "status.done" msgstr "" -#: components/TransactionModal/index.tsx:60 -msgid "transaction_modal.view.submit.title" +#. js-lingui-explicit-id +#: actions/utils.ts:40 +msgid "status.network_confirmation" msgstr "" -#: lib/getWeb3ModalStrings.ts:13 -msgid "web3modal.injected.des" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:226 +msgid "choose_bond.treasury_balance" msgstr "" -#: lib/getWeb3ModalStrings.ts:21 -msgid "web3modal.torus.desc" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:921 +msgid "bond.unredeemed" msgstr "" -#: lib/getWeb3ModalStrings.ts:17 -msgid "web3modal.torus.name" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:337 +msgid "stake.unstake" msgstr "" -#: lib/getWeb3ModalStrings.ts:5 -msgid "web3modal.walletconnect.desc" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:265 +#: components/views/Stake/index.tsx:463 +msgid "stake.unstake_klima" msgstr "" -#: lib/getWeb3ModalStrings.ts:9 -msgid "web3modal.walletlink.desc" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:324 +msgid "wrap.unwrap" msgstr "" -#: components/views/Wrap/index.tsx:374 -msgid "wrap.balance" +#. js-lingui-explicit-id +#: components/BalancesCard/index.tsx:33 +msgid "wsklima.unwrapped.label" msgstr "" -#: components/views/Wrap/index.tsx:269 -msgid "wrap.balances_tooltip" +#. js-lingui-explicit-id +#: lib/constants.ts:36 +msgid "connect_modal.error_message_refused" msgstr "" -#: components/views/Wrap/index.tsx:361 -msgid "wrap.index" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:833 +msgid "bond.vesting_term_end" msgstr "" -#: components/views/Wrap/index.tsx:364 -msgid "wrap.index.tooltip" +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:61 +msgid "offset.view_retirements" msgstr "" -#: components/views/Wrap/index.tsx:51 -msgid "wrap.sklima_to_wrap" +#. js-lingui-explicit-id +#: components/views/Offset/index.tsx:36 +msgid "offset.cta_2" msgstr "" -#: components/views/Wrap/index.tsx:324 -msgid "wrap.unwrap" +#. js-lingui-explicit-id +#: components/views/Redeem/index.tsx:34 +msgid "redeem.cta_2" +msgstr "" + +#. js-lingui-explicit-id +#: lib/constants.ts:32 +msgid "connect_modal.error_message_default" +msgstr "" + +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:142 +msgid "info.app_not_loading.title" msgstr "" +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:313 msgid "wrap.wrap" msgstr "" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:171 +msgid "menu.wrap_klima" +msgstr "" + +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:279 msgid "wrap.wrap_sklima" msgstr "" -#. Long sentence -#: components/views/Wrap/index.tsx:291 -msgid "wrap.wrap_sklima.some_find_this_useful" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:269 +msgid "wrap.balances_tooltip" msgstr "" #. Long sentence +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:282 msgid "wrap.wrap_sklima.wrap_sklima_to_receive_sklima" msgstr "" +#: components/InvalidNetworkModal/index.tsx:63 +msgid "Wrong Network" +msgstr "" + +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:55 msgid "wrap.wsklima_to_unwrap" msgstr "" +#. js-lingui-explicit-id +#: actions/utils.ts:22 +msgid "status.user_rejected" +msgstr "" + +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:47 +msgid "transaction_modal.approve.allow_amount" +msgstr "" + +#: components/CarbonBalancesCard/index.tsx:171 +msgid "You need to load your wallet with USDC, KLIMA or a carbon pool token. Credit card support is coming soon." +msgstr "" + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:746 +#: components/views/Bond/index.tsx:890 +msgid "bond.you_will_get" +msgstr "" + +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:377 msgid "wrap.you_will_get" msgstr "" -#: components/BalancesCard/index.tsx:33 -msgid "wsklima.unwrapped.label" +#. js-lingui-explicit-id +#: components/views/PKlima/ClaimExceededModal/index.tsx:15 +msgid "pklima.overclaim" +msgstr "" + +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:23 +msgid "offset.you_have_retired" +msgstr "" + +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:51 +msgid "menu.wallet_address" msgstr "" diff --git a/app/locale/en/messages.po b/app/locale/en/messages.po index 2fd3a12185..1153c820c6 100644 --- a/app/locale/en/messages.po +++ b/app/locale/en/messages.po @@ -13,689 +13,575 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: components/DisclaimerModal/index.tsx:84 -msgid "Acknowledge and Accept" -msgstr "Acknowledge and Accept" - -#: components/TransactionModal/Approve.tsx:93 -#: components/views/Bond/index.tsx:454 -#: components/views/Stake/index.tsx:250 -#: components/views/Wrap/index.tsx:230 -msgid "Approve" -msgstr "Approve" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:239 +msgid "choose_bond.percent_discount" +msgstr "% Discount" -#: components/CarbonBalancesCard/index.tsx:126 -msgid "Balances" -msgstr "Balances" +#. <0>app.klimadao.finance is the only official domain. +#. js-lingui-explicit-id +#: components/CheckURLBanner/index.tsx:31 +msgid "checkurlbanner.is_the_only_official_domain" +msgstr "<0>app.klimadao.finance is the only official domain." -#: components/views/Redeem/index.tsx:25 -msgid "Buy & Redeem Carbon" -msgstr "Buy & Redeem Carbon" +#. js-lingui-explicit-id +#: components/CheckURLBanner/index.tsx:26 +msgid "checkurlbanner.verify_url_and_bookmark_this_page" +msgstr "⚠️ Verify the URL and bookmark this page!" -#: components/NavMenu/index.tsx:184 -msgid "Buy Carbon" -msgstr "Buy Carbon" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1012 +msgid "bond.this_bond_price_is_inflated" +msgstr "⚠️ Warning: this bond price is inflated because the current discount rate is negative." -#: components/views/Bond/index.tsx:697 -msgid "Capacity" -msgstr "Capacity" +#. js-lingui-explicit-id +#: actions/utils.ts:28 +msgid "status.error" +msgstr "❌ Error: something went wrong..." -#: components/views/Bond/index.tsx:417 -msgid "Enter Quantity" -msgstr "Enter Quantity" +#. js-lingui-explicit-id +#: components/TransactionModal/index.tsx:50 +msgid "transaction_modal.view.approve.title" +msgstr "1. Approve" -#: components/views/Stake/index.tsx:240 -#: components/views/Wrap/index.tsx:212 -msgid "Enter quantity" -msgstr "Enter quantity" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:170 +msgid "pklima.approve_pklima" +msgstr "1. Approve pKLIMA" -#: components/views/Offset/index.tsx:45 -msgid "For users who want to offset paying with a pool token, please use <0>this site." -msgstr "For users who want to offset paying with a pool token, please use <0>this site." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:155 +msgid "info.app_not_loading.1_open_metamask" +msgstr "1. Open Metamask and switch to Ethereum Mainnet" -#: components/views/Stake/index.tsx:245 -#: components/views/Wrap/index.tsx:225 -msgid "Insufficient balance" -msgstr "Insufficient balance" +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:179 +msgid "pklima.approve_bct" +msgstr "2. Approve BCT" -#: components/DisclaimerModal/index.tsx:47 -msgid "Lack of Liquidity: There may be no active market for $KLIMA, which may result in losses if you need to sell your tokens quickly." -msgstr "Lack of Liquidity: There may be no active market for $KLIMA, which may result in losses if you need to sell your tokens quickly." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:162 +msgid "info.app_not_loading.2_go_to_settings" +msgstr "2. Go to Settings/Networks/Polygon and click 'delete'" -#: components/views/Bond/index.tsx:411 -#: components/views/PKlima/index.tsx:157 -msgid "Loading" -msgstr "Loading" +#. js-lingui-explicit-id +#: components/TransactionModal/index.tsx:60 +msgid "transaction_modal.view.submit.title" +msgstr "2. Submit" -#: components/CarbonBalancesCard/index.tsx:138 -msgid "Loading balances..." -msgstr "Loading balances..." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:169 +msgid "info.app_not_loading.3_return_to_app" +msgstr "3. Return to app.klimadao.finance and click 'switch to mainnet'." -#: components/RebaseCard/index.tsx:58 -#: components/RebaseCard/index.tsx:69 -#: components/views/Loading/index.tsx:11 -#: components/views/Stake/index.tsx:421 -#: components/views/Stake/index.tsx:428 -#: components/views/Stake/index.tsx:435 -#: components/views/Wrap/index.tsx:207 -msgid "Loading..." -msgstr "Loading..." +#. js-lingui-explicit-id +#: components/views/errors/Custom404.tsx:16 +msgid "shared.404" +msgstr "404 - Page Not Found" -#: components/views/Home/index.tsx:178 -msgid "Login" -msgstr "Login" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:375 +msgid "stake.5_day_rewards" +msgstr "5 Day Rewards" -#: components/DisclaimerModal/index.tsx:39 -msgid "Loss of Investment: The value of $KLIMA and other cryptocurrencies can rapidly increase or decrease at any time. As a result, you could experience significant and rapid losses, including the loss of all money invested." -msgstr "Loss of Investment: The value of $KLIMA and other cryptocurrencies can rapidly increase or decrease at any time. As a result, you could experience significant and rapid losses, including the loss of all money invested." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:255 +msgid "pklima.supply_limit.tooltip" +msgstr "A percent of total token supply. Your index-adjusted claim may not exceed this value." -#: components/DisclaimerModal/index.tsx:68 -msgid "No Guarantee: There is no guarantee that the KlimaDAO platform or the $KLIMA token will achieve its objectives or that any value will be retained in the Protocol." -msgstr "No Guarantee: There is no guarantee that the KlimaDAO platform or the $KLIMA token will achieve its objectives or that any value will be retained in the Protocol." +#: components/DisclaimerModal/index.tsx:84 +msgid "Acknowledge and Accept" +msgstr "Acknowledge and Accept" -#: components/CarbonBalancesCard/index.tsx:168 -msgid "No balances found." -msgstr "No balances found." +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:391 +msgid "stake.akr" +msgstr "AKR" -#: components/CarbonBalancesCard/index.tsx:131 -#: components/CarbonTonnesRetiredCard/index.tsx:29 -msgid "Not Connected" -msgstr "Not Connected" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:894 +msgid "bond.you_will_get.tooltip" +msgstr "Amount of bonded KLIMA you will get, at the provided input quantity" -#: components/views/Offset/index.tsx:27 -msgid "Offset" -msgstr "Offset" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:953 +msgid "bond.redeemable.tooltip" +msgstr "Amount of KLIMA that has already vested and can be redeemed" -#: components/CheckURLBanner/index.tsx:39 -msgid "On April 12, 2022 we migrated from \"dapp\" to \"app\". Please update your bookmarks." -msgstr "On April 12, 2022 we migrated from \"dapp\" to \"app\". Please update your bookmarks." +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:364 +msgid "wrap.index.tooltip" +msgstr "Amount of KLIMA you would have today if you staked 1 KLIMA on launch day. Used to calculate wsKLIMA value." -#: components/DisclaimerModal/index.tsx:60 -msgid "Operational Risks: The KlimaDAO platform relies on various technologies related to the Polygon network and other digital assets. These technologies are subject to change, and such changes could adversely affect your investment." -msgstr "Operational Risks: The KlimaDAO platform relies on various technologies related to the Polygon network and other digital assets. These technologies are subject to change, and such changes could adversely affect your investment." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:408 +msgid "stake.index.tooltip" +msgstr "Amount of KLIMA you would have today if you staked 1 KLIMA on launch day. Useful for accounting purposes." -#: components/DisclaimerModal/index.tsx:32 -msgid "Purchasing cryptocurrencies, including the $KLIMA token, involves a high degree of risk and should be considered extremely speculative. Here are some important points to consider:" -msgstr "Purchasing cryptocurrencies, including the $KLIMA token, involves a high degree of risk and should be considered extremely speculative. Here are some important points to consider:" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:484 +msgid "bond.inputplaceholder.amount_to_bond" +msgstr "Amount to bond" -#: components/DisclaimerModal/index.tsx:53 -msgid "Regulatory Actions and Changes: The regulatory environment for cryptocurrencies is evolving and changes in regulation could adversely affect your investment." -msgstr "Regulatory Actions and Changes: The regulatory environment for cryptocurrencies is evolving and changes in regulation could adversely affect your investment." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:489 +msgid "bond.inputplaceholder.amount_to_redeem" +msgstr "Amount to redeem" -#: components/DisclaimerModal/index.tsx:29 -msgid "Risk Disclaimer" -msgstr "Risk Disclaimer" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:53 +msgid "stake.inputplaceholder.stake" +msgstr "Amount to stake" -#: components/InvalidNetworkModal/index.tsx:72 -msgid "Switch to Polygon" -msgstr "Switch to Polygon" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:57 +msgid "stake.inputplaceholder.unstake" +msgstr "Amount to unstake" -#: components/InvalidNetworkModal/index.tsx:68 -msgid "This app only works on Polygon Mainnet." -msgstr "This app only works on Polygon Mainnet." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:750 +msgid "bond.you_will_get.description_inverse" +msgstr "Amount you will get, at the provided input quantity" -#: components/DisclaimerModal/index.tsx:75 -msgid "This summary risk warning does not disclose all the risks associated with investing in $KLIMA. You should conduct your own due diligence and consult with a financial advisor before making any investment decisions." -msgstr "This summary risk warning does not disclose all the risks associated with investing in $KLIMA. You should conduct your own due diligence and consult with a financial advisor before making any investment decisions." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:394 +msgid "stake.akr.tooltip" +msgstr "Annualized KLIMA Rewards, including compounding, should the current reward rate remain unchanged for 12 months (reward rate may be subject to change)." -#: components/InvalidNetworkModal/index.tsx:63 -msgid "Wrong Network" -msgstr "Wrong Network" +#: components/TransactionModal/Approve.tsx:93 +#: components/views/Bond/index.tsx:454 +#: components/views/Stake/index.tsx:250 +#: components/views/Wrap/index.tsx:230 +msgid "Approve" +msgstr "Approve" -#: components/CarbonBalancesCard/index.tsx:171 -msgid "You need to load your wallet with USDC, KLIMA or a carbon pool token. Credit card support is coming soon." -msgstr "You need to load your wallet with USDC, KLIMA or a carbon pool token. Credit card support is coming soon." +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:61 +msgid "stake.next_rebase" +msgstr "Approx. next rebase" #. Long sentence -#: components/views/Bond/index.tsx:1023 -msgid "bond.all_demand_has_been_filled" -msgstr "SOLD OUT. All demand has been filled for this bond. Thank you, Klimates!" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:378 +msgid "stake.5_day_rewards.tooltip" +msgstr "Approximate rewards, including compounding, should you remain staked for 5 days." + +#. should autostake? +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1053 +msgid "bond.should_autostake" +msgstr "Automatically stake for sKLIMA" + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:534 +msgid "nav.back" +msgstr "BACK" +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:620 msgid "bond.balance" msgstr "Balance" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:374 +msgid "wrap.balance" +msgstr "Balance" + #. Long sentence +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:624 msgid "bond.balance.tooltip" msgstr "Balance available for bonding" +#. js-lingui-explicit-id +#: components/BalancesCard/index.tsx:47 +msgid "shared.balances" +msgstr "Balances" + +#: components/CarbonBalancesCard/index.tsx:126 +msgid "Balances" +msgstr "Balances" + +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:99 +msgid "choose_bond.bct.base_carbon_tonne" +msgstr "Base Carbon Tonne" + +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:462 #: components/views/Bond/index.tsx:570 msgid "bond.bond" msgstr "Bond" -#: components/views/Bond/index.tsx:777 -msgid "bond.bond_price" -msgstr "Bond price" - -#. Long sentence -#: components/views/Bond/index.tsx:781 -msgid "bond.bond_price.tooltip" -msgstr "Discounted price. Total amount to bond 1 full KLIMA (fractional bonds are also allowed)" - -#: components/views/Bond/index.tsx:646 -msgid "bond.bond_price.tooltip.inverse" -msgstr "Current trading price of KLIMA on the market" - #. Bond {0} +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:549 msgid "bond.bond_token" msgstr "Bond {0}" -#: components/views/Bond/index.tsx:448 -msgid "bond.capacity_exceeded" -msgstr "CAPACITY EXCEEDED" +#. Bond {0} +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1074 +msgid "bond.transaction_modal.bond.title" +msgstr "Bond {0}" -#: components/views/Bond/index.tsx:983 -msgid "bond.date_of_full_vesting" -msgstr "Date of full vesting" - -#: components/views/Bond/index.tsx:988 -msgid "bond.date_of_full_vesting.tooltip" -msgstr "Date when the entire bond value can be redeemed" - -#: components/views/Bond/index.tsx:813 -msgid "bond.debt_ratio" -msgstr "Debt ratio" - -#. Long sentence -#: components/views/Bond/index.tsx:817 -msgid "bond.debt_ratio.tooltip" -msgstr "Protocol's current ratio of supply to outstanding bonds" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:209 +msgid "choose_bond.bond_carbon" +msgstr "Bond Carbon" +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:848 msgid "bond.discount" msgstr "Bond discount" -#: components/views/Bond/index.tsx:852 -msgid "bond.discount.description_tooltip" -msgstr "Percentage discount (or premium if negative) relative to the market value of KLIMA." - -#: components/views/Bond/index.tsx:484 -msgid "bond.inputplaceholder.amount_to_bond" -msgstr "Amount to bond" - -#: components/views/Bond/index.tsx:489 -msgid "bond.inputplaceholder.amount_to_redeem" -msgstr "Amount to redeem" - -#: components/views/Bond/index.tsx:679 -msgid "bond.inverse.premium" -msgstr "Premium" - -#: components/views/Bond/index.tsx:683 -msgid "bond.inverse.premium.description" -msgstr "Premium relative to the market value of KLIMA." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:777 +msgid "bond.bond_price" +msgstr "Bond price" -#: components/views/Bond/index.tsx:642 -#: components/views/Bond/index.tsx:793 -msgid "bond.market_price" -msgstr "Market price" +#: components/NavMenu/index.tsx:217 +msgid "Bridge to Base" +msgstr "Bridge to Base" -#. Long sentence -#: components/views/Bond/index.tsx:797 -msgid "bond.market_price.tooltip" -msgstr "Current trading price of KLIMA, without bond discount" +#: components/views/Redeem/index.tsx:25 +msgid "Buy & Redeem Carbon" +msgstr "Buy & Redeem Carbon" -#: components/views/Bond/index.tsx:438 -msgid "bond.max_exceeded" -msgstr "MAX EXCEEDED" +#: components/NavMenu/index.tsx:187 +msgid "Buy Carbon" +msgstr "Buy Carbon" -#: components/views/Bond/index.tsx:715 -#: components/views/Bond/index.tsx:867 -msgid "bond.maximum" -msgstr "Maximum" +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:31 +msgid "buy.buy_klima" +msgstr "Buy KLIMA" -#: components/views/Bond/index.tsx:719 -#: components/views/Bond/index.tsx:871 -msgid "bond.maximum.tooltip" -msgstr "Maximum amount you can acquire by bonding" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:91 +msgid "choose_bond.nbo.description" +msgstr "C3 Nature Based Offset" -#: components/views/Bond/index.tsx:423 -msgid "bond.not_redeemable" -msgstr "Not Redeemable" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:87 +msgid "choose_bond.ubo.description" +msgstr "C3 Universal Basic Offset" -#: components/views/Bond/index.tsx:660 -msgid "bond.payout_per_klima" -msgstr "Payout per KLIMA" +#: components/views/Bond/index.tsx:697 +msgid "Capacity" +msgstr "Capacity" -#: components/views/Bond/index.tsx:664 -msgid "bond.payout_per_klima.description_inverse" -msgstr "If you bond 1 KLIMA, you will receive this amount in USDC.e." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:448 +msgid "bond.capacity_exceeded" +msgstr "CAPACITY EXCEEDED" -#: components/views/Bond/index.tsx:468 -#: components/views/Bond/index.tsx:580 -msgid "bond.redeem" -msgstr "Redeem" +#. js-lingui-explicit-id +#: components/ChangeLanguageButton/index.tsx:56 +msgid "shared.change_language" +msgstr "Change language" -#: components/views/Bond/index.tsx:950 -msgid "bond.redeemable" -msgstr "Redeemable" +#. js-lingui-explicit-id +#: components/InvalidRPCModal/index.tsx:21 +msgid "invalid_rpc.modal.title" +msgstr "Check your network settings" -#. Long sentence -#: components/views/Bond/index.tsx:953 -msgid "bond.redeemable.tooltip" -msgstr "Amount of KLIMA that has already vested and can be redeemed" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:236 +msgid "choose_bond.choose_bond" +msgstr "Choose a bond" -#. should autostake? -#: components/views/Bond/index.tsx:1053 -msgid "bond.should_autostake" -msgstr "Automatically stake for sKLIMA" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:98 +msgid "transaction_modal.close" +msgstr "Close" #. Long sentence -#: components/views/Bond/index.tsx:1012 -msgid "bond.this_bond_price_is_inflated" -msgstr "⚠️ Warning: this bond price is inflated because the current discount rate is negative." +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:130 +msgid "info.common_app_related_questions" +msgstr "Common app-related questions and useful links. For comprehensive reading on KlimaDAO, see our <0>official documentation." -#. Bond {0} -#: components/views/Bond/index.tsx:1074 -msgid "bond.transaction_modal.bond.title" -msgstr "Bond {0}" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:65 +msgid "transaction_modal.submit.amount" +msgstr "Confirm amount" -#: components/views/Bond/index.tsx:1081 -msgid "bond.transaction_modal.redeem.title" -msgstr "Redeem Klima" +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:28 +msgid "modal.user_confirmation" +msgstr "CONFIRMATION" -#: components/views/Bond/index.tsx:921 -msgid "bond.unredeemed" -msgstr "Unredeemed" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:432 +#: components/views/PKlima/index.tsx:165 +#: components/views/Wrap/index.tsx:220 +msgid "shared.confirming" +msgstr "Confirming" -#. Long sentence -#: components/views/Bond/index.tsx:924 -msgid "bond.unredeemed.tooltip" -msgstr "Remaining unredeemed value (vested and un-vested)" +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:173 +msgid "connectModal.wallet" +msgstr "connect a wallet" -#: components/views/Bond/index.tsx:833 -msgid "bond.vesting_term_end" -msgstr "Vesting term end" +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:13 +msgid "web3modal.injected.des" +msgstr "Connect with your browser web3 provider" -#: components/views/Bond/index.tsx:837 -msgid "bond.vesting_term_end.tooltip" -msgstr "If you bond now, your vesting term ends at this date. Klima is slowly unlocked for redemption over the duration of this term." +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:179 +msgid "connect_modal.connecting" +msgstr "Connecting..." -#: components/views/Bond/index.tsx:746 -#: components/views/Bond/index.tsx:890 -msgid "bond.you_will_get" -msgstr "You will get" +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:183 +msgid "connect_modal.error_title" +msgstr "Connection Error" -#: components/views/Bond/index.tsx:750 -msgid "bond.you_will_get.description_inverse" -msgstr "Amount you will get, at the provided input quantity" +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:55 +msgid "transaction_modal.approve.approve_quantity.contract_address" +msgstr "Contract address" -#. Long sentence -#: components/views/Bond/index.tsx:894 -msgid "bond.you_will_get.tooltip" -msgstr "Amount of bonded KLIMA you will get, at the provided input quantity" +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:54 +msgid "transaction_modal.submit.contract_address" +msgstr "Contract address" -#: components/views/Buy/index.tsx:31 -msgid "buy.buy_klima" -msgstr "Buy KLIMA" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:646 +msgid "bond.bond_price.tooltip.inverse" +msgstr "Current trading price of KLIMA on the market" #. Long sentence -#: components/views/Buy/index.tsx:59 -msgid "buy.connect_to_buy" -msgstr "This feature is available only to users who are logged in. You can log in or create an account via the button below." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:797 +msgid "bond.market_price.tooltip" +msgstr "Current trading price of KLIMA, without bond discount" -#: components/views/Buy/index.tsx:34 -msgid "buy.cta_1" -msgstr "If you are a beginner, we recommend following our step-by-step tutorial: <0>How to Buy KLIMA." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:983 +msgid "bond.date_of_full_vesting" +msgstr "Date of full vesting" -#: components/views/Buy/index.tsx:40 -msgid "buy.cta_2" -msgstr "Otherwise, if you already have a wallet with MATIC on Polygon, the best way to get KLIMA is to swap on <0>Sushi.com. If you prefer to pay with a credit card instead, you can use <1>Transak to buy KLIMA directly." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:988 +msgid "bond.date_of_full_vesting.tooltip" +msgstr "Date when the entire bond value can be redeemed" -#: components/views/Buy/index.tsx:54 -msgid "buy.please_log_in" -msgstr "Please Log In Or Connect A Wallet" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:813 +msgid "bond.debt_ratio" +msgstr "Debt ratio" -#: components/views/Bond/index.tsx:700 -msgid "capacity.description_inverse" -msgstr "This is the amount of USDC.e in the contract available for bonds." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:781 +msgid "bond.bond_price.tooltip" +msgstr "Discounted price. Total amount to bond 1 full KLIMA (fractional bonds are also allowed)" +#. js-lingui-explicit-id #: components/CheckURLBanner/index.tsx:47 msgid "checkurlbanner.dont_remind_me" msgstr "Don't Remind Me" -#: components/CheckURLBanner/index.tsx:50 -msgid "checkurlbanner.got_it" -msgstr "Got it" +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:21 +msgid "web3modal.torus.desc" +msgstr "Easy one-click wallet by Torus" -#. <0>app.klimadao.finance is the only official domain. -#: components/CheckURLBanner/index.tsx:31 -msgid "checkurlbanner.is_the_only_official_domain" -msgstr "<0>app.klimadao.finance is the only official domain." +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:17 +msgid "web3modal.torus.name" +msgstr "Email or Social" -#: components/CheckURLBanner/index.tsx:26 -msgid "checkurlbanner.verify_url_and_bookmark_this_page" -msgstr "⚠️ Verify the URL and bookmark this page!" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:257 +#: components/views/Stake/index.tsx:266 +msgid "shared.enter_amount" +msgstr "Enter Amount" -#: components/views/ChooseBond/index.tsx:99 -msgid "choose_bond.bct.base_carbon_tonne" -msgstr "Base Carbon Tonne" +#: components/views/Stake/index.tsx:240 +#: components/views/Wrap/index.tsx:212 +msgid "Enter quantity" +msgstr "Enter quantity" -#: components/views/ChooseBond/index.tsx:209 -msgid "choose_bond.bond_carbon" -msgstr "Bond Carbon" +#: components/views/Bond/index.tsx:417 +msgid "Enter Quantity" +msgstr "Enter Quantity" #. Long sentence -#: components/views/ChooseBond/index.tsx:212 -msgid "choose_bond.bond_carbon.the_best_way_to_buy_klima" -msgstr "The best way to buy KLIMA. Commit carbon to our treasury, and receive KLIMA at a discount. All bonds (except inverse bonds) have a mandatory 5 day vesting period." +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:283 +msgid "pklima.index_adjusted.tooltip" +msgstr "Equivalent sKLIMA claimed, assuming you staked all of your redeemed KLIMA until today." -#: components/views/ChooseBond/index.tsx:236 -msgid "choose_bond.choose_bond" -msgstr "Choose a bond" - -#: components/views/ChooseBond/index.tsx:115 -msgid "choose_bond.inverse_usdc" -msgstr "Provide KLIMA, receive USDC.e" - -#: components/views/ChooseBond/index.tsx:107 -msgid "choose_bond.klima_bct_lp.klima_bct_sushiswap_liquidity" -msgstr "KLIMA/BCT Sushiswap Liquidity" - -#: components/views/ChooseBond/index.tsx:103 -msgid "choose_bond.klima_usdc_lp.klima_usdc_sushiswap_liquidity" -msgstr "KLIMA/USDC.e Sushiswap Liquidity" - -#: components/views/ChooseBond/index.tsx:95 -msgid "choose_bond.mco2.moss_carbon_credit_token" -msgstr "MOSS Carbon Credit Token" - -#: components/views/ChooseBond/index.tsx:111 -msgid "choose_bond.mco2_lp.klima_mco2_quickswap_liquidity" -msgstr "KLIMA/MCO2 Quickswap Liquidity" - -#: components/views/ChooseBond/index.tsx:91 -msgid "choose_bond.nbo.description" -msgstr "C3 Nature Based Offset" - -#: components/views/ChooseBond/index.tsx:239 -msgid "choose_bond.percent_discount" -msgstr "% Discount" - -#: components/views/ChooseBond/index.tsx:265 -msgid "choose_bond.sold_out" -msgstr "SOLD OUT" - -#: components/views/ChooseBond/index.tsx:226 -msgid "choose_bond.treasury_balance" -msgstr "Treasury Balance" - -#: components/views/ChooseBond/index.tsx:87 -msgid "choose_bond.ubo.description" -msgstr "C3 Universal Basic Offset" - -#: components/views/Home/index.tsx:169 -msgid "connectModal.torus" -msgstr "social or email" - -#: components/views/Home/index.tsx:173 -msgid "connectModal.wallet" -msgstr "connect a wallet" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:475 +#: components/views/Bond/index.tsx:494 +#: components/views/Stake/index.tsx:274 +#: components/views/Wrap/index.tsx:247 +msgid "shared.error" +msgstr "ERROR" -#: components/views/Home/index.tsx:179 -msgid "connect_modal.connecting" -msgstr "Connecting..." +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:82 +msgid "stake.estimated_payout" +msgstr "Est. payout (sKLIMA)" -#: lib/constants.ts:32 -msgid "connect_modal.error_message_default" -msgstr "We had some trouble connecting. Please try again." +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:184 +msgid "pklima.exercise" +msgstr "EXERCISE" -#: lib/constants.ts:36 -msgid "connect_modal.error_message_refused" -msgstr "User refused connection." +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:212 +msgid "pklima.exercise_1_pklima_and_1_bct_to_receive_1_klima" +msgstr "Exercise 1 pKLIMA and 1 BCT to receive 1 KLIMA." -#: lib/constants.ts:40 -msgid "connect_modal.error_processing" -msgstr "Request already processing. Please open your wallet and complete the request." +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:27 +msgid "modal.error" +msgstr "FAILURE!" -#: components/views/Home/index.tsx:183 -msgid "connect_modal.error_title" -msgstr "Connection Error" +#: components/views/Offset/index.tsx:45 +msgid "For users who want to offset paying with a pool token, please use <0>this site." +msgstr "For users who want to offset paying with a pool token, please use <0>this site." -#: components/views/errors/Custom404.tsx:19 -msgid "error.404.page.text" -msgstr "Sorry, looks like we sent you the wrong way. <0/>Please select a destination from the menu." +#. js-lingui-explicit-id +#: components/CheckURLBanner/index.tsx:50 +msgid "checkurlbanner.got_it" +msgstr "Got it" +#. js-lingui-explicit-id #: components/ImageCard/index.tsx:16 msgid "imagecard.how_to_get_started" msgstr "How to get started" -#: components/ImageCard/index.tsx:13 -msgid "imagecard.new_to_klima" -msgstr "New to KLIMA?" - -#. Long sentence -#: components/views/Info/index.tsx:155 -msgid "info.app_not_loading.1_open_metamask" -msgstr "1. Open Metamask and switch to Ethereum Mainnet" - -#. Long sentence -#: components/views/Info/index.tsx:162 -msgid "info.app_not_loading.2_go_to_settings" -msgstr "2. Go to Settings/Networks/Polygon and click 'delete'" - -#. Long sentence -#: components/views/Info/index.tsx:169 -msgid "info.app_not_loading.3_return_to_app" -msgstr "3. Return to app.klimadao.finance and click 'switch to mainnet'." - #. Long sentence +#. js-lingui-explicit-id #: components/views/Info/index.tsx:147 msgid "info.app_not_loading.if_app_says_loading" msgstr "If the app says 'loading...' this is likely a problem with your network configuration in Metamask. To fix this:" -#. Long sentence -#: components/views/Info/index.tsx:176 -msgid "info.app_not_loading.metamask_should_prompt" -msgstr "Metamask should prompt you to add Polygon, with the correct RPC configuration." - -#. Long sentence -#: components/views/Info/index.tsx:142 -msgid "info.app_not_loading.title" -msgstr "Why won't the app load for me?" - -#. Long sentence -#: components/views/Info/index.tsx:130 -msgid "info.common_app_related_questions" -msgstr "Common app-related questions and useful links. For comprehensive reading on KlimaDAO, see our <0>official documentation." - -#: components/views/Info/index.tsx:127 -msgid "info.info_and_faq" -msgstr "Info & FAQ" - -#: components/views/Info/index.tsx:190 -msgid "info.official_contract_addresses" -msgstr "Official Contract Addresses" - -#: components/InvalidRPCModal/index.tsx:28 -msgid "invalid_rpc.modal.text" -msgstr "The network could not be reached. This is most likely caused by an old Polygon RPC configuration in your wallet. See <0>this guide for a fix. Otherwise, reach out to us on <1>Discord if problems persist." - -#: components/InvalidRPCModal/index.tsx:21 -msgid "invalid_rpc.modal.title" -msgstr "Check your network settings" - -#: components/NavMenu/index.tsx:192 -msgid "menu.info" -msgstr "Info" - -#: components/NavMenu/index.tsx:197 -msgid "menu.just_for_you" -msgstr "JUST FOR YOU" - -#: components/NavMenu/index.tsx:66 -msgid "menu.not_connected" -msgstr "NOT CONNECTED" - -#: components/NavMenu/index.tsx:176 -msgid "menu.offset" -msgstr "Offset" - -#: components/NavMenu/index.tsx:160 -msgid "menu.stake_klima" -msgstr "Stake KLIMA" - -#: components/NavMenu/index.tsx:48 -msgid "menu.wallet_address" -msgstr "Your Wallet Address" - -#: components/NavMenu/index.tsx:168 -msgid "menu.wrap_klima" -msgstr "Wrap sKLIMA" - -#: components/NotificationModal/index.tsx:26 -msgid "modal.done" -msgstr "SUCCESS!" - -#: components/NotificationModal/index.tsx:27 -msgid "modal.error" -msgstr "FAILURE!" - -#: components/NotificationModal/index.tsx:29 -msgid "modal.pending" -msgstr "PENDING" - -#: components/NotificationModal/index.tsx:28 -msgid "modal.user_confirmation" -msgstr "CONFIRMATION" - -#: components/views/Bond/index.tsx:534 -msgid "nav.back" -msgstr "BACK" - -#: components/views/Offset/index.tsx:30 -msgid "offset.cta_1" -msgstr "KlimaDAO's retirement aggregator is an open-source tool that enables the retirement of digital carbon credits." - -#: components/views/Offset/index.tsx:36 -msgid "offset.cta_2" -msgstr "Visit our <0> documentation to build it into your application, or visit <1> Carbonmark to use a live implementation." - -#: components/CarbonTonnesRetiredCard/index.tsx:49 -msgid "offset.number_of_retirements" -msgstr "Total retirements" - -#: components/CarbonTonnesRetiredCard/index.tsx:39 -msgid "offset.tonnes_of_carbon_retired" -msgstr "Tonnes of carbon" - -#: components/CarbonTonnesRetiredCard/index.tsx:61 -msgid "offset.view_retirements" -msgstr "View Retirements" - -#: components/CarbonTonnesRetiredCard/index.tsx:23 -msgid "offset.you_have_retired" -msgstr "You've Retired" - -#: components/views/PKlima/index.tsx:179 -msgid "pklima.approve_bct" -msgstr "2. Approve BCT" +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:34 +msgid "buy.cta_1" +msgstr "If you are a beginner, we recommend following our step-by-step tutorial: <0>How to Buy KLIMA." -#: components/views/PKlima/index.tsx:170 -msgid "pklima.approve_pklima" -msgstr "1. Approve pKLIMA" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:664 +msgid "bond.payout_per_klima.description_inverse" +msgstr "If you bond 1 KLIMA, you will receive this amount in USDC.e." -#. Long sentence -#: components/views/PKlima/index.tsx:196 -msgid "pklima.balances_card.make_sure_to_stake" -msgstr "Make sure to stake your redeemed pKLIMA, and stay staked, until global GHG emissions have plateaued." +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:837 +msgid "bond.vesting_term_end.tooltip" +msgstr "If you bond now, your vesting term ends at this date. Klima is slowly unlocked for redemption over the duration of this term." -#: components/views/PKlima/index.tsx:184 -msgid "pklima.exercise" -msgstr "EXERCISE" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:405 +msgid "stake.index" +msgstr "Index" -#: components/views/PKlima/index.tsx:212 -msgid "pklima.exercise_1_pklima_and_1_bct_to_receive_1_klima" -msgstr "Exercise 1 pKLIMA and 1 BCT to receive 1 KLIMA." +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:361 +msgid "wrap.index" +msgstr "Index" +#. js-lingui-explicit-id #: components/views/PKlima/index.tsx:280 msgid "pklima.index_adjusted" msgstr "Index adjusted" -#. Long sentence -#: components/views/PKlima/index.tsx:283 -msgid "pklima.index_adjusted.tooltip" -msgstr "Equivalent sKLIMA claimed, assuming you staked all of your redeemed KLIMA until today." - -#: components/views/PKlima/index.tsx:228 -msgid "pklima.klima_to_exercise" -msgstr "pKLIMA to exercise" - -#: components/views/PKlima/ClaimExceededModal/index.tsx:15 -msgid "pklima.overclaim" -msgstr "You've claimed more KLIMA than your supply-share limit. This is likely due to a fix implemented on November 24th, 2021 to the pKLIMA redemption contract." +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:195 +msgid "menu.info" +msgstr "Info" -#: components/views/PKlima/index.tsx:209 -msgid "pklima.redeem_pklima" -msgstr "Redeem pKLIMA" +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:127 +msgid "info.info_and_faq" +msgstr "Info & FAQ" -#: components/views/PKlima/index.tsx:268 -msgid "pklima.redeemed" -msgstr "Redeemed" +#: components/views/Stake/index.tsx:245 +#: components/views/Wrap/index.tsx:225 +msgid "Insufficient balance" +msgstr "Insufficient balance" -#. Long sentence -#: components/views/PKlima/index.tsx:271 -msgid "pklima.redeemed.tooltip" -msgstr "Total KLIMA you have redeemed so far." +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:200 +msgid "menu.just_for_you" +msgstr "JUST FOR YOU" -#: components/views/PKlima/index.tsx:252 -msgid "pklima.supply_limit" -msgstr "Supply limit" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:107 +msgid "choose_bond.klima_bct_lp.klima_bct_sushiswap_liquidity" +msgstr "KLIMA/BCT Sushiswap Liquidity" -#. Long sentence -#: components/views/PKlima/index.tsx:255 -msgid "pklima.supply_limit.tooltip" -msgstr "A percent of total token supply. Your index-adjusted claim may not exceed this value." +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:111 +msgid "choose_bond.mco2_lp.klima_mco2_quickswap_liquidity" +msgstr "KLIMA/MCO2 Quickswap Liquidity" -#: components/views/PKlima/ClaimExceededModal/index.tsx:22 -msgid "pklima.update" -msgstr "The updated contract now assumes pKLIMA holders have staked and earned rewards on previously claimed tokens. Prior to the November fix, these staking rewards were not counted against your supply share limit, which meant your share of the total KLIMA supply could surpass the limit defined in your terms." +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:103 +msgid "choose_bond.klima_usdc_lp.klima_usdc_sushiswap_liquidity" +msgstr "KLIMA/USDC.e Sushiswap Liquidity" +#. js-lingui-explicit-id #: components/views/Redeem/index.tsx:28 msgid "redeem.cta_1" msgstr "KlimaDAO's digital carbon liquidity pools are common resources available for driving environmental impact." -#: components/views/Redeem/index.tsx:34 -msgid "redeem.cta_2" -msgstr "Visit our <0>documentation to find the LP contract addresses, or visit <1> Carbonmark to acquire carbon via a simple user interface." +#. js-lingui-explicit-id +#: components/views/Offset/index.tsx:30 +msgid "offset.cta_1" +msgstr "KlimaDAO's retirement aggregator is an open-source tool that enables the retirement of digital carbon credits." -#: components/views/errors/Custom404.tsx:16 -msgid "shared.404" -msgstr "404 - Page Not Found" +#: components/DisclaimerModal/index.tsx:47 +msgid "Lack of Liquidity: There may be no active market for $KLIMA, which may result in losses if you need to sell your tokens quickly." +msgstr "Lack of Liquidity: There may be no active market for $KLIMA, which may result in losses if you need to sell your tokens quickly." -#: components/BalancesCard/index.tsx:47 -msgid "shared.balances" -msgstr "Balances" +#: components/views/Bond/index.tsx:411 +#: components/views/PKlima/index.tsx:157 +msgid "Loading" +msgstr "Loading" -#: components/ChangeLanguageButton/index.tsx:56 -msgid "shared.change_language" -msgstr "Change language" +#: components/CarbonBalancesCard/index.tsx:138 +msgid "Loading balances..." +msgstr "Loading balances..." -#: components/views/Bond/index.tsx:432 -#: components/views/PKlima/index.tsx:165 -#: components/views/Wrap/index.tsx:220 -msgid "shared.confirming" -msgstr "Confirming" +#: components/RebaseCard/index.tsx:58 +#: components/RebaseCard/index.tsx:69 +#: components/views/Loading/index.tsx:11 +#: components/views/Stake/index.tsx:421 +#: components/views/Stake/index.tsx:428 +#: components/views/Stake/index.tsx:435 +#: components/views/Wrap/index.tsx:207 +msgid "Loading..." +msgstr "Loading..." +#. js-lingui-explicit-id #: components/views/Stake/index.tsx:235 msgid "shared.connect_wallet" msgstr "Loading..." -#: components/views/Stake/index.tsx:257 -#: components/views/Stake/index.tsx:266 -msgid "shared.enter_amount" -msgstr "Enter Amount" - -#: components/views/Bond/index.tsx:475 -#: components/views/Bond/index.tsx:494 -#: components/views/Stake/index.tsx:274 -#: components/views/Wrap/index.tsx:247 -msgid "shared.error" -msgstr "ERROR" +#: components/views/Home/index.tsx:178 +msgid "Login" +msgstr "Login" +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:397 #: components/views/Buy/index.tsx:65 #: components/views/Home/index.tsx:154 @@ -705,6 +591,23 @@ msgstr "ERROR" msgid "shared.login_connect" msgstr "Login / Connect" +#: components/DisclaimerModal/index.tsx:39 +msgid "Loss of Investment: The value of $KLIMA and other cryptocurrencies can rapidly increase or decrease at any time. As a result, you could experience significant and rapid losses, including the loss of all money invested." +msgstr "Loss of Investment: The value of $KLIMA and other cryptocurrencies can rapidly increase or decrease at any time. As a result, you could experience significant and rapid losses, including the loss of all money invested." + +#. Long sentence +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:196 +msgid "pklima.balances_card.make_sure_to_stake" +msgstr "Make sure to stake your redeemed pKLIMA, and stay staked, until global GHG emissions have plateaued." + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:642 +#: components/views/Bond/index.tsx:793 +msgid "bond.market_price" +msgstr "Market price" + +#. js-lingui-explicit-id #: components/views/Bond/index.tsx:605 #: components/views/PKlima/index.tsx:239 #: components/views/Stake/index.tsx:362 @@ -712,233 +615,519 @@ msgstr "Login / Connect" msgid "shared.max" msgstr "Max" -#: components/views/Bond/index.tsx:405 -msgid "shared.sold_out" -msgstr "Sold Out" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:438 +msgid "bond.max_exceeded" +msgstr "MAX EXCEEDED" -#: components/views/Stake/index.tsx:375 -msgid "stake.5_day_rewards" -msgstr "5 Day Rewards" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:715 +#: components/views/Bond/index.tsx:867 +msgid "bond.maximum" +msgstr "Maximum" + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:719 +#: components/views/Bond/index.tsx:871 +msgid "bond.maximum.tooltip" +msgstr "Maximum amount you can acquire by bonding" #. Long sentence -#: components/views/Stake/index.tsx:378 -msgid "stake.5_day_rewards.tooltip" -msgstr "Approximate rewards, including compounding, should you remain staked for 5 days." +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:176 +msgid "info.app_not_loading.metamask_should_prompt" +msgstr "Metamask should prompt you to add Polygon, with the correct RPC configuration." -#: components/views/Stake/index.tsx:391 -msgid "stake.akr" -msgstr "AKR" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:95 +msgid "choose_bond.mco2.moss_carbon_credit_token" +msgstr "MOSS Carbon Credit Token" -#. Long sentence -#: components/views/Stake/index.tsx:394 -msgid "stake.akr.tooltip" -msgstr "Annualized KLIMA Rewards, including compounding, should the current reward rate remain unchanged for 12 months (reward rate may be subject to change)." +#. js-lingui-explicit-id +#: components/ImageCard/index.tsx:13 +msgid "imagecard.new_to_klima" +msgstr "New to KLIMA?" -#. Long sentence -#. Long sentence -#: components/views/Buy/index.tsx:78 -#: components/views/Stake/index.tsx:292 -msgid "stake.balancescard.tooltip" -msgstr "Stake your KLIMA tokens to receive sKLIMA. After every rebase, your sKLIMA balance will increase by the given percentage." +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:101 +msgid "transaction_modal.next" +msgstr "Next" -#: components/RebaseCard/index.tsx:82 -msgid "stake.estimated_payout" -msgstr "Est. payout (sKLIMA)" +#: components/CarbonBalancesCard/index.tsx:168 +msgid "No balances found." +msgstr "No balances found." -#: components/views/Stake/index.tsx:405 -msgid "stake.index" -msgstr "Index" +#: components/DisclaimerModal/index.tsx:68 +msgid "No Guarantee: There is no guarantee that the KlimaDAO platform or the $KLIMA token will achieve its objectives or that any value will be retained in the Protocol." +msgstr "No Guarantee: There is no guarantee that the KlimaDAO platform or the $KLIMA token will achieve its objectives or that any value will be retained in the Protocol." -#. Long sentence -#: components/views/Stake/index.tsx:408 -msgid "stake.index.tooltip" -msgstr "Amount of KLIMA you would have today if you staked 1 KLIMA on launch day. Useful for accounting purposes." +#: components/CarbonBalancesCard/index.tsx:131 +#: components/CarbonTonnesRetiredCard/index.tsx:29 +msgid "Not Connected" +msgstr "Not Connected" -#: components/views/Stake/index.tsx:53 -msgid "stake.inputplaceholder.stake" -msgstr "Amount to stake" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:69 +msgid "menu.not_connected" +msgstr "NOT CONNECTED" -#: components/views/Stake/index.tsx:57 -msgid "stake.inputplaceholder.unstake" -msgstr "Amount to unstake" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:423 +msgid "bond.not_redeemable" +msgstr "Not Redeemable" -#: components/RebaseCard/index.tsx:61 -msgid "stake.next_rebase" -msgstr "Approx. next rebase" +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:190 +msgid "info.official_contract_addresses" +msgstr "Official Contract Addresses" + +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:179 +msgid "menu.offset" +msgstr "Offset" + +#: components/views/Offset/index.tsx:27 +msgid "Offset" +msgstr "Offset" + +#: components/CheckURLBanner/index.tsx:39 +msgid "On April 12, 2022 we migrated from \"dapp\" to \"app\". Please update your bookmarks." +msgstr "On April 12, 2022 we migrated from \"dapp\" to \"app\". Please update your bookmarks." + +#: components/DisclaimerModal/index.tsx:60 +msgid "Operational Risks: The KlimaDAO platform relies on various technologies related to the Polygon network and other digital assets. These technologies are subject to change, and such changes could adversely affect your investment." +msgstr "Operational Risks: The KlimaDAO platform relies on various technologies related to the Polygon network and other digital assets. These technologies are subject to change, and such changes could adversely affect your investment." + +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:40 +msgid "buy.cta_2" +msgstr "Otherwise, if you already have a wallet with MATIC on Polygon, the best way to get KLIMA is to swap on <0>Sushi.com. If you prefer to pay with a credit card instead, you can use <1>Transak to buy KLIMA directly." + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:660 +msgid "bond.payout_per_klima" +msgstr "Payout per KLIMA" + +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:29 +msgid "modal.pending" +msgstr "PENDING" +#. js-lingui-explicit-id #: components/RebaseCard/index.tsx:73 msgid "stake.percent_payout" msgstr "Percent payout" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:852 +msgid "bond.discount.description_tooltip" +msgstr "Percentage discount (or premium if negative) relative to the market value of KLIMA." + +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:207 +msgid "token.pKLIMA" +msgstr "pKLIMA" + +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:228 +msgid "pklima.klima_to_exercise" +msgstr "pKLIMA to exercise" + +#. js-lingui-explicit-id +#: actions/utils.ts:35 +msgid "status.user_confirmation" +msgstr "Please click 'confirm' in your wallet to continue." + +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:54 +msgid "buy.please_log_in" +msgstr "Please Log In Or Connect A Wallet" + +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:47 +msgid "transaction_modal.submit.confirm_transaction" +msgstr "Please submit the transaction." + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:679 +msgid "bond.inverse.premium" +msgstr "Premium" + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:683 +msgid "bond.inverse.premium.description" +msgstr "Premium relative to the market value of KLIMA." + +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:817 +msgid "bond.debt_ratio.tooltip" +msgstr "Protocol's current ratio of supply to outstanding bonds" + +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:115 +msgid "choose_bond.inverse_usdc" +msgstr "Provide KLIMA, receive USDC.e" + +#: components/DisclaimerModal/index.tsx:32 +msgid "Purchasing cryptocurrencies, including the $KLIMA token, involves a high degree of risk and should be considered extremely speculative. Here are some important points to consider:" +msgstr "Purchasing cryptocurrencies, including the $KLIMA token, involves a high degree of risk and should be considered extremely speculative. Here are some important points to consider:" + +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:66 +msgid "transaction_modal.approve_quantity.quantity" +msgstr "Quantity to approve" + +#. js-lingui-explicit-id #: components/RebaseCard/index.tsx:44 msgid "stake.rebase" msgstr "Rebase" -#: components/RebaseCard/index.tsx:48 -msgid "stake.rebase.info" -msgstr "The protocol automatically mints and distributes rewards. Your payout is a percentage of your sKLIMA balance" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:468 +#: components/views/Bond/index.tsx:580 +msgid "bond.redeem" +msgstr "Redeem" + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1081 +msgid "bond.transaction_modal.redeem.title" +msgstr "Redeem Klima" + +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:209 +msgid "pklima.redeem_pklima" +msgstr "Redeem pKLIMA" + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:950 +msgid "bond.redeemable" +msgstr "Redeemable" + +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:268 +msgid "pklima.redeemed" +msgstr "Redeemed" + +#: components/DisclaimerModal/index.tsx:53 +msgid "Regulatory Actions and Changes: The regulatory environment for cryptocurrencies is evolving and changes in regulation could adversely affect your investment." +msgstr "Regulatory Actions and Changes: The regulatory environment for cryptocurrencies is evolving and changes in regulation could adversely affect your investment." + +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:924 +msgid "bond.unredeemed.tooltip" +msgstr "Remaining unredeemed value (vested and un-vested)" + +#. js-lingui-explicit-id +#: lib/constants.ts:40 +msgid "connect_modal.error_processing" +msgstr "Request already processing. Please open your wallet and complete the request." + +#: components/DisclaimerModal/index.tsx:29 +msgid "Risk Disclaimer" +msgstr "Risk Disclaimer" + +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:9 +msgid "web3modal.walletlink.desc" +msgstr "Scan with Coinbase to connect" + +#. js-lingui-explicit-id +#: lib/getWeb3ModalStrings.ts:5 +msgid "web3modal.walletconnect.desc" +msgstr "Scan with WalletConnect to connect" + +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:51 +msgid "wrap.sklima_to_wrap" +msgstr "sKLIMA to wrap" + +#. js-lingui-explicit-id +#: components/views/Home/index.tsx:169 +msgid "connectModal.torus" +msgstr "social or email" + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:405 +msgid "shared.sold_out" +msgstr "Sold Out" + +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:265 +msgid "choose_bond.sold_out" +msgstr "SOLD OUT" + +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:1023 +msgid "bond.all_demand_has_been_filled" +msgstr "SOLD OUT. All demand has been filled for this bond. Thank you, Klimates!" + +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:291 +msgid "wrap.wrap_sklima.some_find_this_useful" +msgstr "Some find this useful for accounting purposes, but the rewards are exactly the same. Wrap and unwrap values are calculated based on the current index." + +#. js-lingui-explicit-id +#: components/views/errors/Custom404.tsx:19 +msgid "error.404.page.text" +msgstr "Sorry, looks like we sent you the wrong way. <0/>Please select a destination from the menu." +#. js-lingui-explicit-id #: components/views/Stake/index.tsx:325 msgid "stake.stake" msgstr "Stake" -#: components/views/Stake/index.tsx:307 -msgid "stake.stake_hold_earn" -msgstr "Stake, hold, and earn compounding sKLIMA." +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:163 +msgid "menu.stake_klima" +msgstr "Stake KLIMA" +#. js-lingui-explicit-id #: components/views/Stake/index.tsx:256 #: components/views/Stake/index.tsx:304 #: components/views/Stake/index.tsx:461 msgid "stake.stake_klima" msgstr "Stake KLIMA" -#: components/views/Stake/index.tsx:337 -msgid "stake.unstake" -msgstr "Unstake" +#. Long sentence +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:78 +#: components/views/Stake/index.tsx:292 +msgid "stake.balancescard.tooltip" +msgstr "Stake your KLIMA tokens to receive sKLIMA. After every rebase, your sKLIMA balance will increase by the given percentage." -#: components/views/Stake/index.tsx:265 -#: components/views/Stake/index.tsx:463 -msgid "stake.unstake_klima" -msgstr "Unstake KLIMA" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:307 +msgid "stake.stake_hold_earn" +msgstr "Stake, hold, and earn compounding sKLIMA." -#: actions/utils.ts:33 -msgid "status.done" -msgstr "Transaction complete." +#. js-lingui-explicit-id +#: components/TransactionModal/Submit.tsx:90 +msgid "transaction_modal.submit.button" +msgstr "Submit" -#: actions/utils.ts:28 -msgid "status.error" -msgstr "❌ Error: something went wrong..." +#. js-lingui-explicit-id +#: components/NotificationModal/index.tsx:26 +msgid "modal.done" +msgstr "SUCCESS!" -#: actions/utils.ts:40 -msgid "status.network_confirmation" -msgstr "Transaction initiated. Waiting for network confirmation." +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:252 +msgid "pklima.supply_limit" +msgstr "Supply limit" -#: actions/utils.ts:35 -msgid "status.user_confirmation" -msgstr "Please click 'confirm' in your wallet to continue." +#: components/InvalidNetworkModal/index.tsx:72 +msgid "Switch to Polygon" +msgstr "Switch to Polygon" -#: actions/utils.ts:22 -msgid "status.user_rejected" -msgstr "You chose to reject the transaction" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:212 +msgid "choose_bond.bond_carbon.the_best_way_to_buy_klima" +msgstr "The best way to buy KLIMA. Commit carbon to our treasury, and receive KLIMA at a discount. All bonds (except inverse bonds) have a mandatory 5 day vesting period." -#: components/NavMenu/index.tsx:204 -msgid "token.pKLIMA" -msgstr "pKLIMA" +#. js-lingui-explicit-id +#: components/InvalidRPCModal/index.tsx:28 +msgid "invalid_rpc.modal.text" +msgstr "The network could not be reached. This is most likely caused by an old Polygon RPC configuration in your wallet. See <0>this guide for a fix. Otherwise, reach out to us on <1>Discord if problems persist." -#: components/TransactionModal/Approve.tsx:47 -msgid "transaction_modal.approve.allow_amount" -msgstr "You must first give permission to our smart contract to transfer tokens on your behalf." +#. js-lingui-explicit-id +#: components/RebaseCard/index.tsx:48 +msgid "stake.rebase.info" +msgstr "The protocol automatically mints and distributes rewards. Your payout is a percentage of your sKLIMA balance" -#: components/TransactionModal/Approve.tsx:55 -msgid "transaction_modal.approve.approve_quantity.contract_address" -msgstr "Contract address" +#. js-lingui-explicit-id +#: components/views/PKlima/ClaimExceededModal/index.tsx:22 +msgid "pklima.update" +msgstr "The updated contract now assumes pKLIMA holders have staked and earned rewards on previously claimed tokens. Prior to the November fix, these staking rewards were not counted against your supply share limit, which meant your share of the total KLIMA supply could surpass the limit defined in your terms." -#: components/TransactionModal/Approve.tsx:66 -msgid "transaction_modal.approve_quantity.quantity" -msgstr "Quantity to approve" +#: components/InvalidNetworkModal/index.tsx:68 +msgid "This app only works on Polygon Mainnet." +msgstr "This app only works on Polygon Mainnet." -#: components/TransactionModal/Submit.tsx:98 -msgid "transaction_modal.close" -msgstr "Close" +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Buy/index.tsx:59 +msgid "buy.connect_to_buy" +msgstr "This feature is available only to users who are logged in. You can log in or create an account via the button below." -#: components/TransactionModal/Approve.tsx:101 -msgid "transaction_modal.next" -msgstr "Next" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:700 +msgid "capacity.description_inverse" +msgstr "This is the amount of USDC.e in the contract available for bonds." -#: components/TransactionModal/Submit.tsx:65 -msgid "transaction_modal.submit.amount" -msgstr "Confirm amount" +#: components/DisclaimerModal/index.tsx:75 +msgid "This summary risk warning does not disclose all the risks associated with investing in $KLIMA. You should conduct your own due diligence and consult with a financial advisor before making any investment decisions." +msgstr "This summary risk warning does not disclose all the risks associated with investing in $KLIMA. You should conduct your own due diligence and consult with a financial advisor before making any investment decisions." -#: components/TransactionModal/Submit.tsx:90 -msgid "transaction_modal.submit.button" -msgstr "Submit" +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:39 +msgid "offset.tonnes_of_carbon_retired" +msgstr "Tonnes of carbon" -#: components/TransactionModal/Submit.tsx:47 -msgid "transaction_modal.submit.confirm_transaction" -msgstr "Please submit the transaction." +#. Long sentence +#. js-lingui-explicit-id +#: components/views/PKlima/index.tsx:271 +msgid "pklima.redeemed.tooltip" +msgstr "Total KLIMA you have redeemed so far." -#: components/TransactionModal/Submit.tsx:54 -msgid "transaction_modal.submit.contract_address" -msgstr "Contract address" +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:49 +msgid "offset.number_of_retirements" +msgstr "Total retirements" -#: components/TransactionModal/index.tsx:50 -msgid "transaction_modal.view.approve.title" -msgstr "1. Approve" +#. js-lingui-explicit-id +#: actions/utils.ts:33 +msgid "status.done" +msgstr "Transaction complete." -#: components/TransactionModal/index.tsx:60 -msgid "transaction_modal.view.submit.title" -msgstr "2. Submit" +#. js-lingui-explicit-id +#: actions/utils.ts:40 +msgid "status.network_confirmation" +msgstr "Transaction initiated. Waiting for network confirmation." -#: lib/getWeb3ModalStrings.ts:13 -msgid "web3modal.injected.des" -msgstr "Connect with your browser web3 provider" +#. js-lingui-explicit-id +#: components/views/ChooseBond/index.tsx:226 +msgid "choose_bond.treasury_balance" +msgstr "Treasury Balance" -#: lib/getWeb3ModalStrings.ts:21 -msgid "web3modal.torus.desc" -msgstr "Easy one-click wallet by Torus" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:921 +msgid "bond.unredeemed" +msgstr "Unredeemed" -#: lib/getWeb3ModalStrings.ts:17 -msgid "web3modal.torus.name" -msgstr "Email or Social" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:337 +msgid "stake.unstake" +msgstr "Unstake" -#: lib/getWeb3ModalStrings.ts:5 -msgid "web3modal.walletconnect.desc" -msgstr "Scan with WalletConnect to connect" +#. js-lingui-explicit-id +#: components/views/Stake/index.tsx:265 +#: components/views/Stake/index.tsx:463 +msgid "stake.unstake_klima" +msgstr "Unstake KLIMA" -#: lib/getWeb3ModalStrings.ts:9 -msgid "web3modal.walletlink.desc" -msgstr "Scan with Coinbase to connect" +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:324 +msgid "wrap.unwrap" +msgstr "Unwrap" -#: components/views/Wrap/index.tsx:374 -msgid "wrap.balance" -msgstr "Balance" +#. js-lingui-explicit-id +#: components/BalancesCard/index.tsx:33 +msgid "wsklima.unwrapped.label" +msgstr "unwrapped" -#: components/views/Wrap/index.tsx:269 -msgid "wrap.balances_tooltip" -msgstr "Wrap sKLIMA to receive index-adjusted wrapped-staked-KLIMA" +#. js-lingui-explicit-id +#: lib/constants.ts:36 +msgid "connect_modal.error_message_refused" +msgstr "User refused connection." -#: components/views/Wrap/index.tsx:361 -msgid "wrap.index" -msgstr "Index" +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:833 +msgid "bond.vesting_term_end" +msgstr "Vesting term end" -#: components/views/Wrap/index.tsx:364 -msgid "wrap.index.tooltip" -msgstr "Amount of KLIMA you would have today if you staked 1 KLIMA on launch day. Used to calculate wsKLIMA value." +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:61 +msgid "offset.view_retirements" +msgstr "View Retirements" -#: components/views/Wrap/index.tsx:51 -msgid "wrap.sklima_to_wrap" -msgstr "sKLIMA to wrap" +#. js-lingui-explicit-id +#: components/views/Offset/index.tsx:36 +msgid "offset.cta_2" +msgstr "Visit our <0> documentation to build it into your application, or visit <1> Carbonmark to use a live implementation." -#: components/views/Wrap/index.tsx:324 -msgid "wrap.unwrap" -msgstr "Unwrap" +#. js-lingui-explicit-id +#: components/views/Redeem/index.tsx:34 +msgid "redeem.cta_2" +msgstr "Visit our <0>documentation to find the LP contract addresses, or visit <1> Carbonmark to acquire carbon via a simple user interface." + +#. js-lingui-explicit-id +#: lib/constants.ts:32 +msgid "connect_modal.error_message_default" +msgstr "We had some trouble connecting. Please try again." + +#. Long sentence +#. js-lingui-explicit-id +#: components/views/Info/index.tsx:142 +msgid "info.app_not_loading.title" +msgstr "Why won't the app load for me?" +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:313 msgid "wrap.wrap" msgstr "Wrap" +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:171 +msgid "menu.wrap_klima" +msgstr "Wrap sKLIMA" + +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:279 msgid "wrap.wrap_sklima" msgstr "Wrap sKLIMA" -#. Long sentence -#: components/views/Wrap/index.tsx:291 -msgid "wrap.wrap_sklima.some_find_this_useful" -msgstr "Some find this useful for accounting purposes, but the rewards are exactly the same. Wrap and unwrap values are calculated based on the current index." +#. js-lingui-explicit-id +#: components/views/Wrap/index.tsx:269 +msgid "wrap.balances_tooltip" +msgstr "Wrap sKLIMA to receive index-adjusted wrapped-staked-KLIMA" #. Long sentence +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:282 msgid "wrap.wrap_sklima.wrap_sklima_to_receive_sklima" msgstr "Wrap sKLIMA to receive wsKLIMA. Unlike sKLIMA, your wsKLIMA balance will not increase over time." +#: components/InvalidNetworkModal/index.tsx:63 +msgid "Wrong Network" +msgstr "Wrong Network" + +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:55 msgid "wrap.wsklima_to_unwrap" msgstr "wsKLIMA to unwrap" +#. js-lingui-explicit-id +#: actions/utils.ts:22 +msgid "status.user_rejected" +msgstr "You chose to reject the transaction" + +#. js-lingui-explicit-id +#: components/TransactionModal/Approve.tsx:47 +msgid "transaction_modal.approve.allow_amount" +msgstr "You must first give permission to our smart contract to transfer tokens on your behalf." + +#: components/CarbonBalancesCard/index.tsx:171 +msgid "You need to load your wallet with USDC, KLIMA or a carbon pool token. Credit card support is coming soon." +msgstr "You need to load your wallet with USDC, KLIMA or a carbon pool token. Credit card support is coming soon." + +#. js-lingui-explicit-id +#: components/views/Bond/index.tsx:746 +#: components/views/Bond/index.tsx:890 +msgid "bond.you_will_get" +msgstr "You will get" + +#. js-lingui-explicit-id #: components/views/Wrap/index.tsx:377 msgid "wrap.you_will_get" msgstr "You Will Get" -#: components/BalancesCard/index.tsx:33 -msgid "wsklima.unwrapped.label" -msgstr "unwrapped" +#. js-lingui-explicit-id +#: components/views/PKlima/ClaimExceededModal/index.tsx:15 +msgid "pklima.overclaim" +msgstr "You've claimed more KLIMA than your supply-share limit. This is likely due to a fix implemented on November 24th, 2021 to the pKLIMA redemption contract." + +#. js-lingui-explicit-id +#: components/CarbonTonnesRetiredCard/index.tsx:23 +msgid "offset.you_have_retired" +msgstr "You've Retired" + +#. js-lingui-explicit-id +#: components/NavMenu/index.tsx:51 +msgid "menu.wallet_address" +msgstr "Your Wallet Address" diff --git a/carbon/locale/en-pseudo/messages.po b/carbon/locale/en-pseudo/messages.po index a995751319..dae870e107 100644 --- a/carbon/locale/en-pseudo/messages.po +++ b/carbon/locale/en-pseudo/messages.po @@ -6,6 +6,60 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: en-pseudo\n" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Plural-Forms: \n" + +#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:105 +msgid "{0} Bridged" +msgstr "" + +#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:100 +msgid "{0} outstanding" +msgstr "" + +#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:94 +msgid "{0} retired" +msgstr "" + +#: components/charts/helpers/DataTable/configurations/KlimaRetirementsListConfigurationBase.tsx:111 +msgid "{0} Tonnes" +msgstr "" + +#: app/[locale]/token-details/token-by-methodologies/[bridge]/page.tsx:10 +msgid "{bridgeLabel} distribution of methodologies" +msgstr "" + +#: app/[locale]/token-details/token-by-projects/[bridge]/page.tsx:10 +msgid "{bridgeLabel} distribution of projects" +msgstr "" + +#: app/[locale]/token-details/token-by-vintage-date/[bridge]/page.tsx:11 +msgid "{bridgeLabel} Distribution of vintage start dates" +msgstr "" + +#: app/[locale]/token-details/token-volume-over-time/[bridge]/page.tsx:10 +msgid "{bridgeLabel} volume over time" +msgstr "" + +#: components/cards/overview/TokensPriceCard/index.tsx:74 +msgid "{formattedCurrentSupply} tonnes available" +msgstr "" + +#: app/[locale]/token-details/pool-volume-deposited-over-time/[bridge]/page.tsx:10 +msgid "{poolLabel} volume deposited over time" +msgstr "" + +#: app/[locale]/token-details/pool-volume-redeemed-over-time/[bridge]/page.tsx:10 +msgid "{poolLabel} volume redeemed over time" +msgstr "" + +#: app/[locale]/token-details/pool-volume-retired-over-time/[bridge]/page.tsx:10 +msgid "{poolLabel} volume retired over time" +msgstr "" #: app/[locale]/off-chain-vs-on-chain/verra-credits-tokenized-by-bridge/page.tsx:12 #: app/[locale]/overview/verra-credits-tokenized-by-bridge/page.tsx:12 @@ -41,10 +95,6 @@ msgstr "" msgid "All Tokens" msgstr "" -#: components/charts/helpers/DataTable/configurations/KlimaRetirementsByPoolSummaryConfiguration.tsx:36 -msgid "Amount Retired" -msgstr "" - #: components/charts/helpers/DataTable/configurations/TokenOriginsListConfiguration.tsx:48 msgid "Amount bridged" msgstr "" @@ -54,12 +104,24 @@ msgstr "" msgid "Amount retired" msgstr "" +#: components/charts/helpers/DataTable/configurations/KlimaRetirementsByPoolSummaryConfiguration.tsx:36 +msgid "Amount Retired" +msgstr "" + #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByPoolSummaryConfiguration.tsx:51 msgid "Avg tonnes per transaction" msgstr "" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:59 +#: app/[locale]/overview/digital-carbon/page.tsx:36 +msgid "Banner image" +msgstr "" + +#: lib/tokens.tsx:15 +msgid "Base Carbon Tonne (BCT)" +msgstr "" + #: components/cards/tokenDetails/helpers.ts:57 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:59 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:60 #: lib/charts/options.ts:92 msgid "BCT" @@ -73,14 +135,6 @@ msgstr "" msgid "BCT retired VCUs" msgstr "" -#: app/[locale]/overview/digital-carbon/page.tsx:36 -msgid "Banner image" -msgstr "" - -#: lib/tokens.tsx:15 -msgid "Base Carbon Tonne (BCT)" -msgstr "" - #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByChainListConfiguration.tsx:48 msgid "Beneficiary" msgstr "" @@ -122,15 +176,15 @@ msgstr "" msgid "C3" msgstr "" -#: lib/protocols.tsx:10 -msgid "C3 Carbon Credit (C3T)" -msgstr "" - #: components/charts/DistributionOfProjectsChart/index.tsx:86 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:58 msgid "C3 bridged VCUs" msgstr "" +#: lib/protocols.tsx:10 +msgid "C3 Carbon Credit (C3T)" +msgstr "" + #: components/charts/DistributionOfProjectsChart/index.tsx:87 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:58 msgid "C3 retired VCUs" @@ -245,14 +299,14 @@ msgstr "" msgid "Digital carbon retirements snapshot" msgstr "" -#: app/[locale]/supply/digital-carbon-supply-quick-facts/page.tsx:9 -msgid "Digital carbon supply - quick facts" -msgstr "" - #: app/[locale]/supply/digital-carbon-supply/[chain]/page.tsx:13 msgid "Digital carbon supply - {chainLabel}" msgstr "" +#: app/[locale]/supply/digital-carbon-supply-quick-facts/page.tsx:9 +msgid "Digital carbon supply - quick facts" +msgstr "" + #: app/[locale]/supply/digital-carbon-supply-by-blockchain/page.tsx:9 msgid "Digital carbon supply by Blockchain" msgstr "" @@ -261,14 +315,14 @@ msgstr "" msgid "Digital carbon supply snapshot" msgstr "" -#: components/cards/tokenDetails/TokenDistributionOfProjectsCard/index.tsx:27 -msgid "Distribution of Projects" -msgstr "" - #: components/cards/tokenDetails/TokenDistributionOfMethodologiesCard/index.tsx:28 msgid "Distribution of methodologies" msgstr "" +#: components/cards/tokenDetails/TokenDistributionOfProjectsCard/index.tsx:27 +msgid "Distribution of Projects" +msgstr "" + #: components/cards/tokenDetails/TokenDistributionOfVintageCard/index.tsx:28 msgid "Distribution of vintage start dates" msgstr "" @@ -291,14 +345,6 @@ msgstr "" msgid "Ethereum supply" msgstr "" -#: components/ExploreMarketplaceButton/index.tsx:14 -msgid "Explore Marketplace" -msgstr "" - -#: app/[locale]/off-chain-vs-on-chain/page.tsx:18 -msgid "Explore Off and On-chain digital carbon trends using the Klima Data Carbon Dashboard." -msgstr "" - #: app/[locale]/retirement-trends/page.tsx:14 msgid "Explore digital carbon retirement trends by public blockhchain, digtial carbon token, and retirement beneficiary using the Klima Data Carbon Dashboard." msgstr "" @@ -307,6 +353,14 @@ msgstr "" msgid "Explore digital carbon supply on Polygon, Ethereum, Celo and more using the Klima Data Carbon Dashboard." msgstr "" +#: components/ExploreMarketplaceButton/index.tsx:14 +msgid "Explore Marketplace" +msgstr "" + +#: app/[locale]/off-chain-vs-on-chain/page.tsx:18 +msgid "Explore Off and On-chain digital carbon trends using the Klima Data Carbon Dashboard." +msgstr "" + #: components/Skeleton/index.tsx:4 msgid "Fetching data…" msgstr "" @@ -319,8 +373,8 @@ msgstr "" msgid "Insights" msgstr "" -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedVsTokenizedCreditsChart.tsx:39 #: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:55 +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedVsTokenizedCreditsChart.tsx:39 #: lib/charts/options.ts:32 msgid "Issued" msgstr "" @@ -382,16 +436,16 @@ msgstr "" msgid "Moss" msgstr "" -#: lib/protocols.tsx:12 -#: lib/tokens.tsx:17 -msgid "Moss Carbon Credit (MCO2)" -msgstr "" - #: components/charts/DistributionOfProjectsChart/index.tsx:145 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:50 msgid "Moss bridged VCUs" msgstr "" +#: lib/protocols.tsx:12 +#: lib/tokens.tsx:17 +msgid "Moss Carbon Credit (MCO2)" +msgstr "" + #: components/charts/DistributionOfProjectsChart/index.tsx:146 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:51 msgid "Moss retired VCUs" @@ -402,8 +456,16 @@ msgstr "" msgid "N/A" msgstr "" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:114 +#: lib/tokens.tsx:19 +msgid "Nature Based Offset (NBO)" +msgstr "" + +#: lib/tokens.tsx:16 +msgid "Nature Carbon Tonne (NCT)" +msgstr "" + #: components/cards/tokenDetails/helpers.ts:46 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:114 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:52 #: lib/charts/options.ts:78 msgid "NBO" @@ -417,8 +479,8 @@ msgstr "" msgid "NBO retired VCUs" msgstr "" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:65 #: components/cards/tokenDetails/helpers.ts:68 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:65 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:68 #: lib/charts/options.ts:96 msgid "NCT" @@ -432,21 +494,13 @@ msgstr "" msgid "NCT retired VCUs" msgstr "" -#: lib/tokens.tsx:19 -msgid "Nature Based Offset (NBO)" -msgstr "" - -#: lib/tokens.tsx:16 -msgid "Nature Carbon Tonne (NCT)" -msgstr "" - #: components/charts/helpers/NoDataWrapper/index.tsx:14 msgid "No data availble" msgstr "" +#: components/cards/tokenDetails/helpers.ts:79 #: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:71 #: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:120 -#: components/cards/tokenDetails/helpers.ts:79 msgid "Not pooled" msgstr "" @@ -458,6 +512,10 @@ msgstr "" msgid "Number of transactions" msgstr "" +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:111 +msgid "of retired credits" +msgstr "" + #: components/cards/retirementTrends/RetirementsByChainOverviewCard/index.tsx:92 msgid "Of total retired credits" msgstr "" @@ -470,8 +528,8 @@ msgstr "" msgid "Off vs On-chain carbon" msgstr "" -#: components/cards/offVsOnChain/DailyVerraCreditsCard/index.tsx:54 -msgid "Off-Chain Verra credits retired over time" +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:20 +msgid "off-chain" msgstr "" #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:27 @@ -486,8 +544,12 @@ msgstr "" msgid "Off-chain Verra credits retired over time" msgstr "" -#: components/cards/offVsOnChain/DailyCarbonSupplyByProtocolCard/index.tsx:88 -msgid "On-Chain Verra credits retired over time" +#: components/cards/offVsOnChain/DailyVerraCreditsCard/index.tsx:54 +msgid "Off-Chain Verra credits retired over time" +msgstr "" + +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:39 +msgid "on-chain" msgstr "" #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:28 @@ -498,12 +560,16 @@ msgstr "" msgid "On-chain" msgstr "" +#: components/cards/overview/DailyCarbonRetirementsCard/index.tsx:22 +msgid "On-chain retirements" +msgstr "" + #: app/[locale]/off-chain-vs-on-chain/verra-credits-retired-on-chain-over-time/page.tsx:9 msgid "On-chain Verra credits retired over time" msgstr "" -#: components/cards/overview/DailyCarbonRetirementsCard/index.tsx:22 -msgid "On-chain retirements" +#: components/cards/offVsOnChain/DailyCarbonSupplyByProtocolCard/index.tsx:88 +msgid "On-Chain Verra credits retired over time" msgstr "" #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByChainListConfiguration.tsx:25 @@ -524,14 +590,14 @@ msgstr "" msgid "Overview" msgstr "" -#: components/charts/DistributionOfProjectsChart/index.tsx:76 -msgid "Percentage of VCUs retired offchain" -msgstr "" - #: components/charts/DistributionOfProjectsChart/index.tsx:64 msgid "Percentage of tokenized VCUs" msgstr "" +#: components/charts/DistributionOfProjectsChart/index.tsx:76 +msgid "Percentage of VCUs retired offchain" +msgstr "" + #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:85 msgid "Percentage retired onchain" msgstr "" @@ -596,27 +662,27 @@ msgstr "" msgid "Retired outside of KlimaDAO" msgstr "" +#: components/cards/retirementTrends/RetirementsByChainOverviewCard/index.tsx:72 +msgid "Retired via klimaDAO" +msgstr "" + #: components/cards/supply/CarbonSupplyQuickFactsCard/index.tsx:114 #: components/charts/DailyCarbonRetirementsChart/index.tsx:13 msgid "Retired via KlimaDAO" msgstr "" -#: components/cards/retirementTrends/RetirementsByChainOverviewCard/index.tsx:72 -msgid "Retired via klimaDAO" -msgstr "" - #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByBeneficiaryListConfiguration.tsx:53 msgid "Retirement Details" msgstr "" -#: components/Layout/NavItems/index.tsx:37 -msgid "Retirement Trends" -msgstr "" - #: app/[locale]/retirement-trends/page.tsx:11 msgid "Retirement trends" msgstr "" +#: components/Layout/NavItems/index.tsx:37 +msgid "Retirement Trends" +msgstr "" + #: app/[locale]/retirement-trends/retirement-trends-by-chain/page.tsx:9 #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:37 msgid "Retirements by chain" @@ -634,10 +700,6 @@ msgstr "" msgid "Selective cost" msgstr "" -#: app/[locale]/overview/page.tsx:15 -msgid "State of the Digital Carbon Market" -msgstr "" - #: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:29 msgid "State of {0} digital carbon" msgstr "" @@ -646,20 +708,24 @@ msgstr "" msgid "State of {bridgeLabel} digital carbon" msgstr "" +#: app/[locale]/overview/page.tsx:15 +msgid "State of the Digital Carbon Market" +msgstr "" + #: app/[locale]/supply/page.tsx:15 -#: components/Layout/NavItems/index.tsx:31 #: components/cards/overview/DailyCarbonSupplyOverviewCard/index.tsx:24 +#: components/Layout/NavItems/index.tsx:31 msgid "Supply" msgstr "" -#: app/[locale]/overview/page.tsx:18 -msgid "The Klima Data Carbon Dashboard provides a complete overview of digital carbon pricing, volumes, and retirement trends for the Digital Carbon Market. It is made available to anyone by KlimaDAO as a public good, creating transparency for the DCM." -msgstr "" - #: app/[locale]/supply/digital-carbon-supply/[chain]/page.tsx:18 msgid "The current supply of digital carbon on the {chainLabel} blockchain broken down by digital carbon pool." msgstr "" +#: app/[locale]/overview/page.tsx:18 +msgid "The Klima Data Carbon Dashboard provides a complete overview of digital carbon pricing, volumes, and retirement trends for the Digital Carbon Market. It is made available to anyone by KlimaDAO as a public good, creating transparency for the DCM." +msgstr "" + #: app/[locale]/retirement-trends/retirement-trends-by-chain/page.tsx:12 msgid "The percentage of all carbon credit retirements that are retired via infrastructure built by KlimaDAO over a given time period." msgstr "" @@ -777,16 +843,12 @@ msgstr "" msgid "Token" msgstr "" -#: components/Layout/NavItems/index.tsx:43 -msgid "Token Details" -msgstr "" - #: app/[locale]/token-details/page.tsx:15 msgid "Token details" msgstr "" -#: components/charts/DistributionOfProjectsChart/index.tsx:62 -msgid "Tokenized VCUs" +#: components/Layout/NavItems/index.tsx:43 +msgid "Token Details" msgstr "" #: app/[locale]/off-chain-vs-on-chain/verra-credits-tokenized-by-bridge/page.tsx:9 @@ -795,18 +857,22 @@ msgstr "" msgid "Tokenized credits by bridge" msgstr "" -#: components/charts/helpers/DataTable/configurations/KlimaRetirementsListConfigurationBase.tsx:92 -msgid "Tonnes" +#: components/charts/DistributionOfProjectsChart/index.tsx:62 +msgid "Tokenized VCUs" msgstr "" -#: components/charts/DistributionOfProjectsChart/index.tsx:61 -msgid "Total Issued VCUs" +#: components/charts/helpers/DataTable/configurations/KlimaRetirementsListConfigurationBase.tsx:92 +msgid "Tonnes" msgstr "" #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:75 msgid "Total issued VCUs" msgstr "" +#: components/charts/DistributionOfProjectsChart/index.tsx:61 +msgid "Total Issued VCUs" +msgstr "" + #: components/charts/DistributionOfProjectsChart/index.tsx:70 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:76 msgid "Total retired VCUs" @@ -846,22 +912,22 @@ msgstr "" msgid "Toucan" msgstr "" -#: lib/protocols.tsx:11 -msgid "Toucan Carbon Credit (TCO2)" -msgstr "" - #: components/charts/DistributionOfProjectsChart/index.tsx:116 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:41 msgid "Toucan bridged VCUs" msgstr "" +#: lib/protocols.tsx:11 +msgid "Toucan Carbon Credit (TCO2)" +msgstr "" + #: components/charts/DistributionOfProjectsChart/index.tsx:117 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:42 msgid "Toucan retired VCUs" msgstr "" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:108 #: components/cards/tokenDetails/helpers.ts:38 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:108 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:44 #: lib/charts/options.ts:74 msgid "UBO" @@ -934,63 +1000,3 @@ msgstr "" #: app/[locale]/overview/page.tsx:37 msgid "What is digital carbon?" msgstr "" - -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:111 -msgid "of retired credits" -msgstr "" - -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:20 -msgid "off-chain" -msgstr "" - -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:39 -msgid "on-chain" -msgstr "" - -#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:105 -msgid "{0} Bridged" -msgstr "" - -#: components/charts/helpers/DataTable/configurations/KlimaRetirementsListConfigurationBase.tsx:111 -msgid "{0} Tonnes" -msgstr "" - -#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:100 -msgid "{0} outstanding" -msgstr "" - -#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:94 -msgid "{0} retired" -msgstr "" - -#: app/[locale]/token-details/token-by-vintage-date/[bridge]/page.tsx:11 -msgid "{bridgeLabel} Distribution of vintage start dates" -msgstr "" - -#: app/[locale]/token-details/token-by-methodologies/[bridge]/page.tsx:10 -msgid "{bridgeLabel} distribution of methodologies" -msgstr "" - -#: app/[locale]/token-details/token-by-projects/[bridge]/page.tsx:10 -msgid "{bridgeLabel} distribution of projects" -msgstr "" - -#: app/[locale]/token-details/token-volume-over-time/[bridge]/page.tsx:10 -msgid "{bridgeLabel} volume over time" -msgstr "" - -#: components/cards/overview/TokensPriceCard/index.tsx:74 -msgid "{formattedCurrentSupply} tonnes available" -msgstr "" - -#: app/[locale]/token-details/pool-volume-deposited-over-time/[bridge]/page.tsx:10 -msgid "{poolLabel} volume deposited over time" -msgstr "" - -#: app/[locale]/token-details/pool-volume-redeemed-over-time/[bridge]/page.tsx:10 -msgid "{poolLabel} volume redeemed over time" -msgstr "" - -#: app/[locale]/token-details/pool-volume-retired-over-time/[bridge]/page.tsx:10 -msgid "{poolLabel} volume retired over time" -msgstr "" diff --git a/carbon/locale/en/messages.po b/carbon/locale/en/messages.po index 11fff47a12..7dcbd61876 100644 --- a/carbon/locale/en/messages.po +++ b/carbon/locale/en/messages.po @@ -13,6 +13,54 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" +#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:105 +msgid "{0} Bridged" +msgstr "{0} Bridged" + +#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:100 +msgid "{0} outstanding" +msgstr "{0} outstanding" + +#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:94 +msgid "{0} retired" +msgstr "{0} retired" + +#: components/charts/helpers/DataTable/configurations/KlimaRetirementsListConfigurationBase.tsx:111 +msgid "{0} Tonnes" +msgstr "{0} Tonnes" + +#: app/[locale]/token-details/token-by-methodologies/[bridge]/page.tsx:10 +msgid "{bridgeLabel} distribution of methodologies" +msgstr "{bridgeLabel} distribution of methodologies" + +#: app/[locale]/token-details/token-by-projects/[bridge]/page.tsx:10 +msgid "{bridgeLabel} distribution of projects" +msgstr "{bridgeLabel} distribution of projects" + +#: app/[locale]/token-details/token-by-vintage-date/[bridge]/page.tsx:11 +msgid "{bridgeLabel} Distribution of vintage start dates" +msgstr "{bridgeLabel} Distribution of vintage start dates" + +#: app/[locale]/token-details/token-volume-over-time/[bridge]/page.tsx:10 +msgid "{bridgeLabel} volume over time" +msgstr "{bridgeLabel} volume over time" + +#: components/cards/overview/TokensPriceCard/index.tsx:74 +msgid "{formattedCurrentSupply} tonnes available" +msgstr "{formattedCurrentSupply} tonnes available" + +#: app/[locale]/token-details/pool-volume-deposited-over-time/[bridge]/page.tsx:10 +msgid "{poolLabel} volume deposited over time" +msgstr "{poolLabel} volume deposited over time" + +#: app/[locale]/token-details/pool-volume-redeemed-over-time/[bridge]/page.tsx:10 +msgid "{poolLabel} volume redeemed over time" +msgstr "{poolLabel} volume redeemed over time" + +#: app/[locale]/token-details/pool-volume-retired-over-time/[bridge]/page.tsx:10 +msgid "{poolLabel} volume retired over time" +msgstr "{poolLabel} volume retired over time" + #: app/[locale]/off-chain-vs-on-chain/verra-credits-tokenized-by-bridge/page.tsx:12 #: app/[locale]/overview/verra-credits-tokenized-by-bridge/page.tsx:12 msgid "A breakdown of carbon credits issued by carbon registry Verra which have been bridged and tokenized on a public blockchain." @@ -47,10 +95,6 @@ msgstr "A collection of data for quick reference including total supply, supply msgid "All Tokens" msgstr "All Tokens" -#: components/charts/helpers/DataTable/configurations/KlimaRetirementsByPoolSummaryConfiguration.tsx:36 -msgid "Amount Retired" -msgstr "Amount Retired" - #: components/charts/helpers/DataTable/configurations/TokenOriginsListConfiguration.tsx:48 msgid "Amount bridged" msgstr "Amount bridged" @@ -60,12 +104,24 @@ msgstr "Amount bridged" msgid "Amount retired" msgstr "Amount retired" +#: components/charts/helpers/DataTable/configurations/KlimaRetirementsByPoolSummaryConfiguration.tsx:36 +msgid "Amount Retired" +msgstr "Amount Retired" + #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByPoolSummaryConfiguration.tsx:51 msgid "Avg tonnes per transaction" msgstr "Avg tonnes per transaction" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:59 +#: app/[locale]/overview/digital-carbon/page.tsx:36 +msgid "Banner image" +msgstr "Banner image" + +#: lib/tokens.tsx:15 +msgid "Base Carbon Tonne (BCT)" +msgstr "Base Carbon Tonne (BCT)" + #: components/cards/tokenDetails/helpers.ts:57 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:59 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:60 #: lib/charts/options.ts:92 msgid "BCT" @@ -79,14 +135,6 @@ msgstr "BCT pooled VCUs" msgid "BCT retired VCUs" msgstr "BCT retired VCUs" -#: app/[locale]/overview/digital-carbon/page.tsx:36 -msgid "Banner image" -msgstr "Banner image" - -#: lib/tokens.tsx:15 -msgid "Base Carbon Tonne (BCT)" -msgstr "Base Carbon Tonne (BCT)" - #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByChainListConfiguration.tsx:48 msgid "Beneficiary" msgstr "Beneficiary" @@ -128,15 +176,15 @@ msgstr "By token" msgid "C3" msgstr "C3" -#: lib/protocols.tsx:10 -msgid "C3 Carbon Credit (C3T)" -msgstr "C3 Carbon Credit (C3T)" - #: components/charts/DistributionOfProjectsChart/index.tsx:86 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:58 msgid "C3 bridged VCUs" msgstr "C3 bridged VCUs" +#: lib/protocols.tsx:10 +msgid "C3 Carbon Credit (C3T)" +msgstr "C3 Carbon Credit (C3T)" + #: components/charts/DistributionOfProjectsChart/index.tsx:87 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:58 msgid "C3 retired VCUs" @@ -251,14 +299,14 @@ msgstr "Digital carbon retirements - {chainLabel}" msgid "Digital carbon retirements snapshot" msgstr "Digital carbon retirements snapshot" -#: app/[locale]/supply/digital-carbon-supply-quick-facts/page.tsx:9 -msgid "Digital carbon supply - quick facts" -msgstr "Digital carbon supply - quick facts" - #: app/[locale]/supply/digital-carbon-supply/[chain]/page.tsx:13 msgid "Digital carbon supply - {chainLabel}" msgstr "Digital carbon supply - {chainLabel}" +#: app/[locale]/supply/digital-carbon-supply-quick-facts/page.tsx:9 +msgid "Digital carbon supply - quick facts" +msgstr "Digital carbon supply - quick facts" + #: app/[locale]/supply/digital-carbon-supply-by-blockchain/page.tsx:9 msgid "Digital carbon supply by Blockchain" msgstr "Digital carbon supply by Blockchain" @@ -267,14 +315,14 @@ msgstr "Digital carbon supply by Blockchain" msgid "Digital carbon supply snapshot" msgstr "Digital carbon supply snapshot" -#: components/cards/tokenDetails/TokenDistributionOfProjectsCard/index.tsx:27 -msgid "Distribution of Projects" -msgstr "Distribution of Projects" - #: components/cards/tokenDetails/TokenDistributionOfMethodologiesCard/index.tsx:28 msgid "Distribution of methodologies" msgstr "Distribution of methodologies" +#: components/cards/tokenDetails/TokenDistributionOfProjectsCard/index.tsx:27 +msgid "Distribution of Projects" +msgstr "Distribution of Projects" + #: components/cards/tokenDetails/TokenDistributionOfVintageCard/index.tsx:28 msgid "Distribution of vintage start dates" msgstr "Distribution of vintage start dates" @@ -297,14 +345,6 @@ msgstr "Ethereum retirements" msgid "Ethereum supply" msgstr "Ethereum supply" -#: components/ExploreMarketplaceButton/index.tsx:14 -msgid "Explore Marketplace" -msgstr "Explore Marketplace" - -#: app/[locale]/off-chain-vs-on-chain/page.tsx:18 -msgid "Explore Off and On-chain digital carbon trends using the Klima Data Carbon Dashboard." -msgstr "Explore Off and On-chain digital carbon trends using the Klima Data Carbon Dashboard." - #: app/[locale]/retirement-trends/page.tsx:14 msgid "Explore digital carbon retirement trends by public blockhchain, digtial carbon token, and retirement beneficiary using the Klima Data Carbon Dashboard." msgstr "Explore digital carbon retirement trends by public blockhchain, digtial carbon token, and retirement beneficiary using the Klima Data Carbon Dashboard." @@ -313,6 +353,14 @@ msgstr "Explore digital carbon retirement trends by public blockhchain, digtial msgid "Explore digital carbon supply on Polygon, Ethereum, Celo and more using the Klima Data Carbon Dashboard." msgstr "Explore digital carbon supply on Polygon, Ethereum, Celo and more using the Klima Data Carbon Dashboard." +#: components/ExploreMarketplaceButton/index.tsx:14 +msgid "Explore Marketplace" +msgstr "Explore Marketplace" + +#: app/[locale]/off-chain-vs-on-chain/page.tsx:18 +msgid "Explore Off and On-chain digital carbon trends using the Klima Data Carbon Dashboard." +msgstr "Explore Off and On-chain digital carbon trends using the Klima Data Carbon Dashboard." + #: components/Skeleton/index.tsx:4 msgid "Fetching data…" msgstr "Fetching data…" @@ -325,8 +373,8 @@ msgstr "Historical prices (USD)" msgid "Insights" msgstr "Insights" -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedVsTokenizedCreditsChart.tsx:39 #: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:55 +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedVsTokenizedCreditsChart.tsx:39 #: lib/charts/options.ts:32 msgid "Issued" msgstr "Issued" @@ -396,16 +444,16 @@ msgstr "Missing" msgid "Moss" msgstr "Moss" -#: lib/protocols.tsx:12 -#: lib/tokens.tsx:17 -msgid "Moss Carbon Credit (MCO2)" -msgstr "Moss Carbon Credit (MCO2)" - #: components/charts/DistributionOfProjectsChart/index.tsx:145 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:50 msgid "Moss bridged VCUs" msgstr "Moss bridged VCUs" +#: lib/protocols.tsx:12 +#: lib/tokens.tsx:17 +msgid "Moss Carbon Credit (MCO2)" +msgstr "Moss Carbon Credit (MCO2)" + #: components/charts/DistributionOfProjectsChart/index.tsx:146 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:51 msgid "Moss retired VCUs" @@ -416,8 +464,16 @@ msgstr "Moss retired VCUs" msgid "N/A" msgstr "N/A" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:114 +#: lib/tokens.tsx:19 +msgid "Nature Based Offset (NBO)" +msgstr "Nature Based Offset (NBO)" + +#: lib/tokens.tsx:16 +msgid "Nature Carbon Tonne (NCT)" +msgstr "Nature Carbon Tonne (NCT)" + #: components/cards/tokenDetails/helpers.ts:46 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:114 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:52 #: lib/charts/options.ts:78 msgid "NBO" @@ -431,8 +487,8 @@ msgstr "NBO pooled VCUs" msgid "NBO retired VCUs" msgstr "NBO retired VCUs" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:65 #: components/cards/tokenDetails/helpers.ts:68 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:65 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:68 #: lib/charts/options.ts:96 msgid "NCT" @@ -446,21 +502,13 @@ msgstr "NCT pooled VCUs" msgid "NCT retired VCUs" msgstr "NCT retired VCUs" -#: lib/tokens.tsx:19 -msgid "Nature Based Offset (NBO)" -msgstr "Nature Based Offset (NBO)" - -#: lib/tokens.tsx:16 -msgid "Nature Carbon Tonne (NCT)" -msgstr "Nature Carbon Tonne (NCT)" - #: components/charts/helpers/NoDataWrapper/index.tsx:14 msgid "No data availble" msgstr "No data availble" +#: components/cards/tokenDetails/helpers.ts:79 #: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:71 #: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:120 -#: components/cards/tokenDetails/helpers.ts:79 msgid "Not pooled" msgstr "Not pooled" @@ -472,6 +520,10 @@ msgstr "Number of retirements" msgid "Number of transactions" msgstr "Number of transactions" +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:111 +msgid "of retired credits" +msgstr "of retired credits" + #: components/cards/retirementTrends/RetirementsByChainOverviewCard/index.tsx:92 msgid "Of total retired credits" msgstr "Of total retired credits" @@ -484,9 +536,9 @@ msgstr "Off vs On-Chain" msgid "Off vs On-chain carbon" msgstr "Off vs On-chain carbon" -#: components/cards/offVsOnChain/DailyVerraCreditsCard/index.tsx:54 -msgid "Off-Chain Verra credits retired over time" -msgstr "Off-Chain Verra credits retired over time" +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:20 +msgid "off-chain" +msgstr "off-chain" #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:27 #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:52 @@ -500,9 +552,13 @@ msgstr "Off-chain" msgid "Off-chain Verra credits retired over time" msgstr "Off-chain Verra credits retired over time" -#: components/cards/offVsOnChain/DailyCarbonSupplyByProtocolCard/index.tsx:88 -msgid "On-Chain Verra credits retired over time" -msgstr "On-Chain Verra credits retired over time" +#: components/cards/offVsOnChain/DailyVerraCreditsCard/index.tsx:54 +msgid "Off-Chain Verra credits retired over time" +msgstr "Off-Chain Verra credits retired over time" + +#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:39 +msgid "on-chain" +msgstr "on-chain" #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:28 #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:58 @@ -512,13 +568,17 @@ msgstr "On-Chain Verra credits retired over time" msgid "On-chain" msgstr "On-chain" +#: components/cards/overview/DailyCarbonRetirementsCard/index.tsx:22 +msgid "On-chain retirements" +msgstr "On-chain retirements" + #: app/[locale]/off-chain-vs-on-chain/verra-credits-retired-on-chain-over-time/page.tsx:9 msgid "On-chain Verra credits retired over time" msgstr "On-chain Verra credits retired over time" -#: components/cards/overview/DailyCarbonRetirementsCard/index.tsx:22 -msgid "On-chain retirements" -msgstr "On-chain retirements" +#: components/cards/offVsOnChain/DailyCarbonSupplyByProtocolCard/index.tsx:88 +msgid "On-Chain Verra credits retired over time" +msgstr "On-Chain Verra credits retired over time" #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByChainListConfiguration.tsx:25 msgid "On/Off chain" @@ -538,14 +598,14 @@ msgstr "Outstanding" msgid "Overview" msgstr "Overview" -#: components/charts/DistributionOfProjectsChart/index.tsx:76 -msgid "Percentage of VCUs retired offchain" -msgstr "Percentage of VCUs retired offchain" - #: components/charts/DistributionOfProjectsChart/index.tsx:64 msgid "Percentage of tokenized VCUs" msgstr "Percentage of tokenized VCUs" +#: components/charts/DistributionOfProjectsChart/index.tsx:76 +msgid "Percentage of VCUs retired offchain" +msgstr "Percentage of VCUs retired offchain" + #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:85 msgid "Percentage retired onchain" msgstr "Percentage retired onchain" @@ -610,27 +670,27 @@ msgstr "Retired" msgid "Retired outside of KlimaDAO" msgstr "Retired outside of KlimaDAO" +#: components/cards/retirementTrends/RetirementsByChainOverviewCard/index.tsx:72 +msgid "Retired via klimaDAO" +msgstr "Retired via klimaDAO" + #: components/cards/supply/CarbonSupplyQuickFactsCard/index.tsx:114 #: components/charts/DailyCarbonRetirementsChart/index.tsx:13 msgid "Retired via KlimaDAO" msgstr "Retired via KlimaDAO" -#: components/cards/retirementTrends/RetirementsByChainOverviewCard/index.tsx:72 -msgid "Retired via klimaDAO" -msgstr "Retired via klimaDAO" - #: components/charts/helpers/DataTable/configurations/KlimaRetirementsByBeneficiaryListConfiguration.tsx:53 msgid "Retirement Details" msgstr "Retirement Details" -#: components/Layout/NavItems/index.tsx:37 -msgid "Retirement Trends" -msgstr "Retirement Trends" - #: app/[locale]/retirement-trends/page.tsx:11 msgid "Retirement trends" msgstr "Retirement trends" +#: components/Layout/NavItems/index.tsx:37 +msgid "Retirement Trends" +msgstr "Retirement Trends" + #: app/[locale]/retirement-trends/retirement-trends-by-chain/page.tsx:9 #: components/cards/retirementTrends/RetirementsByChainChartCard/index.tsx:37 msgid "Retirements by chain" @@ -648,10 +708,6 @@ msgstr "Retirements by token" msgid "Selective cost" msgstr "Selective cost" -#: app/[locale]/overview/page.tsx:15 -msgid "State of the Digital Carbon Market" -msgstr "State of the Digital Carbon Market" - #: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:29 msgid "State of {0} digital carbon" msgstr "State of {0} digital carbon" @@ -660,20 +716,24 @@ msgstr "State of {0} digital carbon" msgid "State of {bridgeLabel} digital carbon" msgstr "State of {bridgeLabel} digital carbon" +#: app/[locale]/overview/page.tsx:15 +msgid "State of the Digital Carbon Market" +msgstr "State of the Digital Carbon Market" + #: app/[locale]/supply/page.tsx:15 -#: components/Layout/NavItems/index.tsx:31 #: components/cards/overview/DailyCarbonSupplyOverviewCard/index.tsx:24 +#: components/Layout/NavItems/index.tsx:31 msgid "Supply" msgstr "Supply" -#: app/[locale]/overview/page.tsx:18 -msgid "The Klima Data Carbon Dashboard provides a complete overview of digital carbon pricing, volumes, and retirement trends for the Digital Carbon Market. It is made available to anyone by KlimaDAO as a public good, creating transparency for the DCM." -msgstr "The Klima Data Carbon Dashboard provides a complete overview of digital carbon pricing, volumes, and retirement trends for the Digital Carbon Market. It is made available to anyone by KlimaDAO as a public good, creating transparency for the DCM." - #: app/[locale]/supply/digital-carbon-supply/[chain]/page.tsx:18 msgid "The current supply of digital carbon on the {chainLabel} blockchain broken down by digital carbon pool." msgstr "The current supply of digital carbon on the {chainLabel} blockchain broken down by digital carbon pool." +#: app/[locale]/overview/page.tsx:18 +msgid "The Klima Data Carbon Dashboard provides a complete overview of digital carbon pricing, volumes, and retirement trends for the Digital Carbon Market. It is made available to anyone by KlimaDAO as a public good, creating transparency for the DCM." +msgstr "The Klima Data Carbon Dashboard provides a complete overview of digital carbon pricing, volumes, and retirement trends for the Digital Carbon Market. It is made available to anyone by KlimaDAO as a public good, creating transparency for the DCM." + #: app/[locale]/retirement-trends/retirement-trends-by-chain/page.tsx:12 msgid "The percentage of all carbon credit retirements that are retired via infrastructure built by KlimaDAO over a given time period." msgstr "The percentage of all carbon credit retirements that are retired via infrastructure built by KlimaDAO over a given time period." @@ -796,17 +856,13 @@ msgstr "This cost includes the asset spot price + the {0}% fee to selectively re msgid "Token" msgstr "Token" -#: components/Layout/NavItems/index.tsx:43 -msgid "Token Details" -msgstr "Token Details" - #: app/[locale]/token-details/page.tsx:15 msgid "Token details" msgstr "Token details" -#: components/charts/DistributionOfProjectsChart/index.tsx:62 -msgid "Tokenized VCUs" -msgstr "Tokenized VCUs" +#: components/Layout/NavItems/index.tsx:43 +msgid "Token Details" +msgstr "Token Details" #: app/[locale]/off-chain-vs-on-chain/verra-credits-tokenized-by-bridge/page.tsx:9 #: app/[locale]/overview/verra-credits-tokenized-by-bridge/page.tsx:9 @@ -814,18 +870,22 @@ msgstr "Tokenized VCUs" msgid "Tokenized credits by bridge" msgstr "Tokenized credits by bridge" +#: components/charts/DistributionOfProjectsChart/index.tsx:62 +msgid "Tokenized VCUs" +msgstr "Tokenized VCUs" + #: components/charts/helpers/DataTable/configurations/KlimaRetirementsListConfigurationBase.tsx:92 msgid "Tonnes" msgstr "Tonnes" -#: components/charts/DistributionOfProjectsChart/index.tsx:61 -msgid "Total Issued VCUs" -msgstr "Total Issued VCUs" - #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:75 msgid "Total issued VCUs" msgstr "Total issued VCUs" +#: components/charts/DistributionOfProjectsChart/index.tsx:61 +msgid "Total Issued VCUs" +msgstr "Total Issued VCUs" + #: components/charts/DistributionOfProjectsChart/index.tsx:70 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:76 msgid "Total retired VCUs" @@ -865,22 +925,22 @@ msgstr "Total tonnes retired" msgid "Toucan" msgstr "Toucan" -#: lib/protocols.tsx:11 -msgid "Toucan Carbon Credit (TCO2)" -msgstr "Toucan Carbon Credit (TCO2)" - #: components/charts/DistributionOfProjectsChart/index.tsx:116 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:41 msgid "Toucan bridged VCUs" msgstr "Toucan bridged VCUs" +#: lib/protocols.tsx:11 +msgid "Toucan Carbon Credit (TCO2)" +msgstr "Toucan Carbon Credit (TCO2)" + #: components/charts/DistributionOfProjectsChart/index.tsx:117 #: components/charts/helpers/DataTable/configurations/VerraCreditsOriginsListConfiguration.tsx:42 msgid "Toucan retired VCUs" msgstr "Toucan retired VCUs" -#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:108 #: components/cards/tokenDetails/helpers.ts:38 +#: components/cards/tokenDetails/TokenPoolBreakdownCard/index.tsx:108 #: components/charts/helpers/CarbonSupplyOverTimeChart/index.ts:44 #: lib/charts/options.ts:74 msgid "UBO" @@ -953,63 +1013,3 @@ msgstr "Volume retired over time" #: app/[locale]/overview/page.tsx:37 msgid "What is digital carbon?" msgstr "What is digital carbon?" - -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:111 -msgid "of retired credits" -msgstr "of retired credits" - -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:20 -msgid "off-chain" -msgstr "off-chain" - -#: components/cards/offVsOnChain/VerraCreditsBreakdownCard/issuedvsRetiredCreditsChart.tsx:39 -msgid "on-chain" -msgstr "on-chain" - -#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:105 -msgid "{0} Bridged" -msgstr "{0} Bridged" - -#: components/charts/helpers/DataTable/configurations/KlimaRetirementsListConfigurationBase.tsx:111 -msgid "{0} Tonnes" -msgstr "{0} Tonnes" - -#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:100 -msgid "{0} outstanding" -msgstr "{0} outstanding" - -#: components/cards/tokenDetails/TokenStateOfDigitalCarbonCard/index.tsx:94 -msgid "{0} retired" -msgstr "{0} retired" - -#: app/[locale]/token-details/token-by-vintage-date/[bridge]/page.tsx:11 -msgid "{bridgeLabel} Distribution of vintage start dates" -msgstr "{bridgeLabel} Distribution of vintage start dates" - -#: app/[locale]/token-details/token-by-methodologies/[bridge]/page.tsx:10 -msgid "{bridgeLabel} distribution of methodologies" -msgstr "{bridgeLabel} distribution of methodologies" - -#: app/[locale]/token-details/token-by-projects/[bridge]/page.tsx:10 -msgid "{bridgeLabel} distribution of projects" -msgstr "{bridgeLabel} distribution of projects" - -#: app/[locale]/token-details/token-volume-over-time/[bridge]/page.tsx:10 -msgid "{bridgeLabel} volume over time" -msgstr "{bridgeLabel} volume over time" - -#: components/cards/overview/TokensPriceCard/index.tsx:74 -msgid "{formattedCurrentSupply} tonnes available" -msgstr "{formattedCurrentSupply} tonnes available" - -#: app/[locale]/token-details/pool-volume-deposited-over-time/[bridge]/page.tsx:10 -msgid "{poolLabel} volume deposited over time" -msgstr "{poolLabel} volume deposited over time" - -#: app/[locale]/token-details/pool-volume-redeemed-over-time/[bridge]/page.tsx:10 -msgid "{poolLabel} volume redeemed over time" -msgstr "{poolLabel} volume redeemed over time" - -#: app/[locale]/token-details/pool-volume-retired-over-time/[bridge]/page.tsx:10 -msgid "{poolLabel} volume retired over time" -msgstr "{poolLabel} volume retired over time"