import { CARROT_KPI_FRONTEND_I18N_NAMESPACE } from "../../constants"; export const en = { [CARROT_KPI_FRONTEND_I18N_NAMESPACE]: { "templatePreviewMode.warning": "You are using Carrot templates' preview versions. Reach out to the team in Discord for the LIVE released and audited version.", "video.notSupported": "The browser doesn't support the video tag.", "connect.wallet": "Connect", "connect.wallet.unknown": "Unknown", "connect.wallet.network": "Network", "network.switch.disabled.title": "Chain changed.", "network.switch.disabled.description.creationForm.templateExistsOnTargetChain.1": "Carrot templates are chain specific, and by switching chain you will lose all of the form data.", "network.switch.disabled.description.creationForm.templateExistsOnTargetChain.2": "Switch back to {{chainName}} to continue using the form or use the buttons below to either close the template or confirm the network switch.", "network.switch.disabled.close": "Close", "network.switch.disabled.switch": "Continue to {{chainName}}", "wrong.network.title": "Wrong network", "wrong.network.description": "In order to view this page please switch to {{chainName}} in your connected wallet to continue.", "home.createKPIToken": "Create KPI token", "home.noFeatured.title": "Reach your goals with a Carrot", "home.noFeatured.description": "Easy and powerful tool to create conditional tokens allowing an effective method to achieve any goal desirable using permissionless, decentralized technologies.", "home.loading": "Loading", "home.viewCampaign": "View", "home.noKPIToken": "No KPI token", "home.featuredCampaigns": "Featured campaigns", "home.templates": "Templates", "home.latestCampaigns": "Latest Campaigns", "home.allCampaigns": "View all campaigns", "draft.title.missing": "Draft with no title", "draft.delete": "Delete", "create.campaign": "Create campaign", "create.loading": "Loading", "create.template.title": "Title", "create.template.version": "Version", "create.template.id": "ID", "create.template.description": "Description", "create.template.use": "Use", "create.noKPIToken": "No KPI token", "campaign.loading": "Loading", "campaign.all": "All Campaigns", "campaigns.filters.time": "Time", "campaigns.filters.status": "Status", "templates.viewAll": "View all", "settings.title": "Settings", "connect.wallet.title": "Connect wallet", "preferences.theme": "Dark theme", "preferences.decentralization": "Decentralization mode", "preferences.decentralization.info": "Decentralization mode tries to route all calls to decentralized options. Onchain calls will be made directly to the targeted blockchain and IPFS data will always be sourced from IPFS directly.\n\nTo get the maximum out of the option, specify your custom RPC and IPFS node URLs below to make Carrot unstoppable.", "preferences.templatePreviewMode": "Template preview mode", "preferences.templatePreviewMode.info": "Template preview mode loads template frontends from a developer-specified URL instead of loading the official on-chain registered frontend from IPFS.\n\nDisable the option if you want to test the (stabler) on-chain templates as opposed to the bleeding edge version of each template.", loading: "Loading", search: "Search...", "coming.soon.dark.theme": "Dark theme coming soon", "theme.light": "Light", "theme.dark": "Dark", "theme.system": "System", "empty.title": "Empty space", "empty.description": "No data found. Please try again later.", "empty.transactions.title": "No transactions", "empty.drafts.title": "No drafts saved", "empty.drafts.description": "Try saving a new draft when creating a new campaign.", "actions.transactions.label": "Transactions", "actions.transactions.clear": "Clear transactions", "actions.drafts.label": "Drafts", "transactions.custom.title": "Common", "transactions.erc20.approval.title": "Reward approved", "transactions.kpi.token.creation.title": "Campaign created", "transactions.kpi.token.redeem.title": "Redeemed", "transactions.kpi.token.erc20.recover.title": "Reward recovered", "transactions.oracle.finalized.title": "Oracle finalized", "transactions.erc20.approval.data": "Approved {{amount}} {{symbol}} to {{spender}}", "transactions.erc20.approval": "Approved ERC20 token to {{spender}}", "transactions.kpi.token.redeem": "Redeemed on {{address}}", "transactions.kpi.token.erc20.recover": "Recovered ERC20 reward to {{receiver}}", "transactions.kpi.token.erc20.recover.data": "Recovered {{symbol}} to {{receiver}}", "transactions.kpi.token.create": "Created KPI token {{address}}", "transactions.oracle.finalize": "Finalized oracle {{address}}", "activity.recent": "Recent activity", "orderingOptions.newest": "Newest", "orderingOptions.oldest": "Oldest", "stateOptions.all": "All", "stateOptions.active": "Active", "stateOptions.expired": "Expired", "stateOptions.finalized": "Finalized", "sideFilters.oracles": "Oracles", "sideFilters.templates": "Templates", "sideFilters.close": "Close filters", "drafts.unsaved.changes.title": "Unsaved changes", "drafts.unsaved.changes.description": "There are unsaved changes in the active draft, do you want to save them before leaving?", "drafts.unsaved.changes.save": "Sure", "drafts.unsaved.changes.leave": "Leave", "error.initializing.creation.title": "Something went wrong", "error.initializing.creation.description": "Error while bootstrapping the KPI token creation form, please try again later.", "error.initializing.page.title": "Something went wrong", "error.initializing.page.description": "Error while bootstrapping the KPI token campaign page, please try again later.", "authenticate.title": "Welcome to Carrot", "authenticate.summary": "In order to create campaigns it's necessary to sign a message. This request will not trigger a blockchain transaction or cost you any fees.", "authenticate.cancel": "Cancel", "authenticate.sign": "Sign message", "wallet.disconnected.title": "Wallet disconnected", "wallet.disconnected.description": "A connected wallet is required to continue.", "permissioned.mode.title": "Permissioned mode enabled", "permissioned.mode.description": "The campaign creation is under an allowlist right now. If you are looking to throw some carrots to your community, please reach out to us in Discord and we will help you in!", "permissioned.mode.back": "Back", "permissioned.mode.discord": "Join Discord", }, } as const;