From c72007726b19b6853be8364a31e49e82cd078d6d Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 12 Sep 2024 12:37:05 +0200 Subject: [PATCH] feat: update i18n messages --- web-marketplace/src/lib/i18n/locales/en.po | 591 +++++++++++++-------- web-marketplace/src/lib/i18n/locales/es.po | 591 +++++++++++++-------- 2 files changed, 758 insertions(+), 424 deletions(-) diff --git a/web-marketplace/src/lib/i18n/locales/en.po b/web-marketplace/src/lib/i18n/locales/en.po index ba8bec2a90..d5ebbc4357 100644 --- a/web-marketplace/src/lib/i18n/locales/en.po +++ b/web-marketplace/src/lib/i18n/locales/en.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2024-09-11 10:14+0200\n" +"POT-Creation-Date: 2024-09-12 12:36+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -12,19 +12,27 @@ msgstr "" msgid "" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:180 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:193 msgid "(drag map to choose location)" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:164 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:177 msgid "(file will be associated with the project location by default)" msgstr "" -#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:150 +#: src/lib/constants/shared.constants.tsx:78 +msgid "(optional)" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:77 +msgid "(preferable)" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:183 msgid "(required if you added a project story)" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:170 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:190 msgid "(retirement is permanent and non-reversible)" msgstr "" @@ -36,10 +44,40 @@ msgstr "" msgid "{ADDRESS_USED_ERROR} Do you want to merge these accounts?" msgstr "" +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:329 +msgid "{remainingCaptionCharacters, plural, one {{remainingCaptionCharacters} character remaining} other {{remainingCaptionCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/EditFileForm/EditFileForm.tsx:117 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:219 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:168 +msgid "{remainingDescriptionCharacters, plural, one {{remainingDescriptionCharacters} character remaining} other {{remainingDescriptionCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:170 +msgid "{remainingStoryCharacters, plural, one {{remainingStoryCharacters} character remaining} other {{remainingStoryCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:191 +msgid "{remainingStoryTitleCharacters, plural, one {{remainingStoryTitleCharacters} character remaining} other {{remainingStoryTitleCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:147 +msgid "{remainingSummaryCharacters, plural, one {{remainingSummaryCharacters} character remaining} other {{remainingSummaryCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/PostForm/PostForm.tsx:265 +msgid "{remainingTitleCharacters, plural, one {{remainingTitleCharacters} character remaining} other {{remainingTitleCharacters} characters remaining}}" +msgstr "" + #: src/pages/CreditClassDetails/CreditClassDetails.ApprovedMethodologies.tsx:57 msgid "+ {0} more" msgstr "" +#: src/lib/constants/shared.constants.tsx:73 +msgid "+ add" +msgstr "" + #: src/components/organisms/CreditClassForms/CreditClassForm.tsx:86 msgid "+ add another issuer'" msgstr "" @@ -73,6 +111,10 @@ msgstr "" msgid "<0>Credit class issuer: the entity who can issue credit batches under the given credit class." msgstr "" +#: src/components/atoms/DragAndDropLabel.tsx:6 +msgid "<0>drag and drop<1>or" +msgstr "" + #: src/components/organisms/DetailsSection/DetailsSection.constants.ts:5 msgid "1 credit" msgstr "" @@ -85,7 +127,7 @@ msgstr "" msgid "1 Ton of CO2e" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:261 +#: src/components/organisms/PostForm/PostForm.tsx:292 msgid "5MB max. Supported file types include text, spreadsheets, images, and video files." msgstr "" @@ -97,7 +139,7 @@ msgstr "" msgid "A brief description of your ecological impact project and the property on which it is implemented. This is your elevator pitch to credit buyers." msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:116 +#: src/components/organisms/AdditionalityForm.tsx:117 msgid "A managed grazing system where livestock are moved frequently among pasture divisions or paddocks based on forage quality and livestock nutrition needs. Portable fencing allows each paddock to rest and regrow until the next grazing rotation." msgstr "" @@ -105,7 +147,7 @@ msgstr "" msgid "A project of <0>Regen Network<1/> Development, PBC" msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:188 +#: src/components/organisms/RolesForm/RolesForm.tsx:233 msgid "A third party who provides a independent, impartial assessment of project plan and project reports (that is not the monitor)." msgstr "" @@ -113,7 +155,7 @@ msgstr "" msgid "Account switch detected!" msgstr "" -#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:184 +#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:197 msgid "Acres" msgstr "" @@ -127,11 +169,11 @@ msgstr "" msgid "Activity" msgstr "" -#: src/components/organisms/MediaForm/MediaFormStory.tsx:140 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:160 msgid "Add a photo" msgstr "" -#: src/components/organisms/MediaForm/MediaFormStory.tsx:103 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:120 msgid "Add a video" msgstr "" @@ -139,10 +181,14 @@ msgstr "" msgid "add files" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:88 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:115 msgid "Add Profile" msgstr "" +#: src/components/organisms/MediaForm/MediaForm.constants.ts:23 +msgid "Add video url" +msgstr "" + #: src/components/organisms/Modals/AddCertificationModal/AddCertificationModal.tsx:17 msgid "Additional Certificate" msgstr "" @@ -171,7 +217,7 @@ msgstr "" #: src/components/organisms/CreditClassForms/CreditClassForm.tsx:46 #: src/components/organisms/CreditClassForms/CreditClassReview.tsx:29 -#: src/components/organisms/RolesForm/RolesForm.tsx:205 +#: src/components/organisms/RolesForm/RolesForm.tsx:250 msgid "Admin" msgstr "" @@ -200,7 +246,7 @@ msgstr "" msgid "All projects" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:408 +#: src/components/organisms/PostForm/PostForm.tsx:446 msgid "All uploaded files and their location data will be hidden from public view." msgstr "" @@ -211,8 +257,8 @@ msgstr "" #: src/components/molecules/CreditsAmount/CreditsAmount.Header.tsx:31 #: src/components/organisms/BasketEcocreditsTable/BasketEcocreditsTable.tsx:62 -#: src/components/organisms/BridgeForm/BridgeForm.tsx:103 -#: src/lib/constants/shared.constants.tsx:27 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:127 +#: src/lib/constants/shared.constants.tsx:32 msgid "Amount" msgstr "" @@ -241,8 +287,8 @@ msgstr "" msgid "amount of credits" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:292 -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:133 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:294 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:151 msgid "Amount of credits" msgstr "" @@ -251,7 +297,7 @@ msgstr "" msgid "amount retired" msgstr "" -#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:95 +#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:108 msgid "Amount retired" msgstr "" @@ -264,7 +310,7 @@ msgstr "" msgid "amount sent" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:155 +#: src/lib/constants/shared.constants.tsx:65 msgid "Amount to sell" msgstr "" @@ -280,6 +326,10 @@ msgstr "" msgid "and" msgstr "" +#: src/lib/constants/shared.constants.tsx:58 +msgid "Apply" +msgstr "" + #: src/components/organisms/AccountConnectWalletModal/components/AccountConnectWalletModal.Mobile.constants.ts:3 #: src/components/organisms/LoginModal/components/LoginModal.Mobile.constants.ts:3 msgid "Approve Keplr mobile app connection request on your mobile." @@ -313,7 +363,7 @@ msgstr "" msgid "Attach arbitrary JSON-LD metadata to the credit batch below. <0>Learn more»" msgstr "" -#: src/components/organisms/MetadataForm/MetadataForm.tsx:90 +#: src/components/organisms/MetadataForm/MetadataForm.tsx:102 msgid "Attach arbitrary JSON-LD metadata to the project metadata below." msgstr "" @@ -321,16 +371,20 @@ msgstr "" msgid "Attest" msgstr "" +#: src/lib/constants/shared.constants.tsx:64 +msgid "Available" +msgstr "" + #: src/pages/ProjectEdit/ProjectEdit.tsx:245 msgid "back to projects" msgstr "" -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:163 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:182 msgid "Background image" msgstr "" #: src/pages/BasicInfo/BasicInfo.tsx:66 -#: src/pages/ProjectReview/ProjectReview.tsx:184 +#: src/pages/ProjectReview/ProjectReview.tsx:187 msgid "Basic Info" msgstr "" @@ -346,7 +400,7 @@ msgstr "" msgid "batch denom" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:111 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:141 msgid "Batch denom" msgstr "" @@ -359,7 +413,7 @@ msgstr "" msgid "batch denom:" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:319 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:321 msgid "Batch denom:" msgstr "" @@ -458,7 +512,7 @@ msgstr "" msgid "Buy carbon credits and other ecosystem system service credits to meet your climate commitments and sustainability goals." msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:341 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:349 msgid "buy credits" msgstr "" @@ -475,7 +529,7 @@ msgstr "" msgid "buy ecocredits" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:191 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:193 msgid "Buy Ecocredits" msgstr "" @@ -484,12 +538,12 @@ msgid "buy NCT" msgstr "" #: src/components/molecules/CreditsAmount/CreditsAmount.constants.ts:20 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:438 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:440 msgid "Buy tradable ecocredits" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:337 #: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:345 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:353 msgid "Buyer" msgstr "" @@ -501,7 +555,7 @@ msgstr "" msgid "by default the cheapest credit vintage will be purchased first" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:137 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:155 msgid "By default these credits are tradable but you may check “retire all credits upon transfer” below to automatically retire them upon sending." msgstr "" @@ -510,6 +564,7 @@ msgstr "" msgid "cancel" msgstr "" +#: src/lib/constants/shared.constants.tsx:59 #: src/pages/Marketplace/Storefront/Storefront.constants.ts:10 msgid "Cancel" msgstr "" @@ -522,7 +577,7 @@ msgstr "" msgid "Cannot upload file without a project id" msgstr "" -#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:256 +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:307 msgid "Caption" msgstr "" @@ -546,7 +601,7 @@ msgstr "" msgid "cfc vintage year" msgstr "" -#: src/components/organisms/BridgeForm/BridgeForm.tsx:83 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:105 msgid "Chain" msgstr "" @@ -558,6 +613,10 @@ msgstr "" msgid "Changes have been saved" msgstr "" +#: src/lib/constants/shared.constants.tsx:67 +msgid "Character" +msgstr "" + #: src/components/organisms/MediaForm/MediaForm.constants.ts:9 msgid "Choose 2-10 photos for the photo gallery." msgstr "" @@ -574,19 +633,19 @@ msgstr "" msgid "Choose a log in method" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:58 +#: src/components/organisms/AdditionalityForm.tsx:59 msgid "Choose a practice start date" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:179 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:192 msgid "Choose a specific location on the map" msgstr "" -#: src/lib/constants/shared.constants.tsx:16 +#: src/lib/constants/shared.constants.tsx:21 msgid "Choose any ecocredits that are eligible for this basket.<0>Learn more»" msgstr "" -#: src/lib/constants/shared.constants.tsx:26 +#: src/lib/constants/shared.constants.tsx:31 msgid "Choose basket" msgstr "" @@ -598,7 +657,7 @@ msgstr "" msgid "Choose denom" msgstr "" -#: src/lib/constants/shared.constants.tsx:14 +#: src/lib/constants/shared.constants.tsx:19 msgid "Choose ecocredits batch" msgstr "" @@ -636,7 +695,7 @@ msgid "close" msgstr "" #: src/components/organisms/RegistryLayout/RegistryLayout.constants.ts:4 -#: src/features/marketplace/BridgeFlow/BridgeFlow.tsx:188 +#: src/features/marketplace/BridgeFlow/BridgeFlow.tsx:191 msgid "CLOSE WINDOW" msgstr "" @@ -644,7 +703,7 @@ msgstr "" msgid "co-benefit" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:247 +#: src/components/organisms/PostForm/PostForm.tsx:278 msgid "Comment" msgstr "" @@ -668,11 +727,11 @@ msgstr "" msgid "Congrats! Your purchase was successful." msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:78 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:80 msgid "connect" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:142 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:145 msgid "Connect a wallet address to be able to perform on chain tasks such as buying and selling credits, and creating projects on Regen Ledger." msgstr "" @@ -692,10 +751,9 @@ msgstr "" msgid "Copy and paste an embeddable video url. Supported types include: YouTube, Facebook, Vimeo, Twitch, and DailyMotion." msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:111 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:98 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:540 -#: src/lib/constants/shared.constants.tsx:47 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:542 +#: src/lib/constants/shared.constants.tsx:52 +#: src/lib/constants/shared.constants.tsx:75 msgid "Country" msgstr "" @@ -708,7 +766,7 @@ msgstr "" msgid "create credit batch" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:31 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:58 msgid "Create Credit Batch" msgstr "" @@ -735,7 +793,7 @@ msgstr "" msgid "Create Project - Access Denied" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:193 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:227 #: src/pages/Dashboard/MyEcocredits/MyEcocredits.constants.ts:10 msgid "Create Sell Order" msgstr "" @@ -744,7 +802,7 @@ msgstr "" msgid "Created by" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:309 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:311 msgid "credit" msgstr "" @@ -752,7 +810,7 @@ msgstr "" msgid "credit activity table" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:30 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:57 msgid "Credit Basics" msgstr "" @@ -850,8 +908,8 @@ msgstr "" msgid "Credit prices vary. By default the lowest priced credits will be purchased first." msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:86 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:515 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:92 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:517 msgid "Credit retirement location" msgstr "" @@ -876,7 +934,7 @@ msgstr "" msgid "credits" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:216 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:218 msgid "Credits" msgstr "" @@ -901,7 +959,7 @@ msgstr "" msgid "Credits cannot exceed" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:47 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:74 msgid "Credits have been issued!" msgstr "" @@ -923,7 +981,7 @@ msgstr "" msgid "Credits Tradable" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:197 +#: src/components/organisms/AdditionalityForm.tsx:198 msgid "Cropland" msgstr "" @@ -943,7 +1001,7 @@ msgstr "" msgid "current account" msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:53 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:74 msgid "Current admin address" msgstr "" @@ -960,6 +1018,7 @@ msgid "date" msgstr "" #: src/components/organisms/ConnectWalletFlow/ConnectWalletFlow.SelectAccountModal.tsx:65 +#: src/components/organisms/RegistryLayout/RegistryLayout.constants.ts:12 msgid "default avatar" msgstr "" @@ -967,11 +1026,11 @@ msgstr "" msgid "Delete" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:95 -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:182 -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:123 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:104 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:206 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:155 #: src/pages/Description/Description.tsx:48 -#: src/pages/ProjectReview/ProjectReview.tsx:212 +#: src/pages/ProjectReview/ProjectReview.tsx:215 msgid "Description" msgstr "" @@ -988,7 +1047,7 @@ msgid "Don’t see anything? <0>Resend email." msgstr "" #: src/components/organisms/MediaSection.tsx:50 -#: src/lib/constants/shared.constants.tsx:8 +#: src/lib/constants/shared.constants.tsx:13 #: src/pages/Post/Post.constants.ts:16 msgid "Draft" msgstr "" @@ -1001,7 +1060,7 @@ msgstr "" msgid "Draft saved!" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:139 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:152 msgid "Drag map to choose location" msgstr "" @@ -1053,7 +1112,7 @@ msgstr "" msgid "ecocredits tradable" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:260 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:268 #: src/pages/MethodologyDetails/MethodologyDetails.tsx:59 msgid "Ecological Impact" msgstr "" @@ -1074,7 +1133,7 @@ msgstr "" msgid "edit" msgstr "" -#: src/lib/constants/shared.constants.tsx:7 +#: src/lib/constants/shared.constants.tsx:12 msgid "Edit" msgstr "" @@ -1090,7 +1149,7 @@ msgstr "" msgid "edit profile" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:88 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:115 #: src/pages/Dashboard/Dashboard.constants.tsx:49 msgid "Edit profile" msgstr "" @@ -1107,7 +1166,7 @@ msgstr "" msgid "Edit Project Page" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:75 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:84 msgid "Edit your file" msgstr "" @@ -1136,7 +1195,7 @@ msgstr "" msgid "Enter a new credit card" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:139 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:178 msgid "Enter the wallet address here if this entity has a wallet address but has not yet signed up on Regen Marketplace. Make sure this is a valid wallet address." msgstr "" @@ -1144,18 +1203,18 @@ msgstr "" msgid "Equivalent to" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:155 +#: src/pages/ProjectReview/ProjectReview.tsx:158 msgid "Error getting ISO string for jurisdiction. Please edit your location." msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:55 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:61 msgid "Examples of a retirement reason include: “company travel 2025”, “offsetting my personal footprint”, or the name of a specific person or organization." msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:81 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:61 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:501 -#: src/lib/constants/shared.constants.tsx:39 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:87 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:67 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:503 +#: src/lib/constants/shared.constants.tsx:44 msgid "Explain the reason you are retiring these credits" msgstr "" @@ -1176,16 +1235,20 @@ msgstr "" msgid "Featured projects" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:173 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:181 #: src/pages/Home/Home.tsx:165 msgid "Featured Projects" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:380 +#: src/lib/constants/shared.constants.tsx:68 +msgid "File is uploading" +msgstr "" + +#: src/components/organisms/PostForm/PostForm.tsx:418 msgid "File locations can still be shared privately via a secret link." msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:88 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:97 msgid "File name" msgstr "" @@ -1193,11 +1256,11 @@ msgstr "" msgid "file name(s)" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:258 +#: src/components/organisms/PostForm/PostForm.tsx:289 msgid "Files" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:415 +#: src/components/organisms/PostForm/PostForm.tsx:453 msgid "Files can still be shared privately via secret link." msgstr "" @@ -1208,7 +1271,7 @@ msgstr "" #: src/components/molecules/PlanStepper.tsx:18 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:36 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:37 -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:45 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:72 msgid "Finished" msgstr "" @@ -1236,7 +1299,7 @@ msgstr "" msgid "Gallery photos" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:340 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:348 msgid "get started" msgstr "" @@ -1252,11 +1315,11 @@ msgstr "" msgid "Hash" msgstr "" -#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:180 +#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:193 msgid "Hectares" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:132 +#: src/components/organisms/AdditionalityForm.tsx:133 msgid "High density grazing" msgstr "" @@ -1273,7 +1336,7 @@ msgstr "" msgid "I agree to the" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:343 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:351 msgid "I am a:" msgstr "" @@ -1299,7 +1362,7 @@ msgstr "" msgid "i.e. Sunnybrook Farms" msgstr "" -#: src/components/organisms/MediaForm/MediaFormStory.tsx:144 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:164 msgid "If you don’t have a video for this project, you can add a photo to enhance the story section of your project page." msgstr "" @@ -1311,7 +1374,7 @@ msgstr "" msgid "If you select one of the following options, you will still be able to share the post, files, or location data privately via a secret link." msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:172 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:206 msgid "If you uncheck this option, buyers will be able to choose to keep the credits tradable" msgstr "" @@ -1331,7 +1394,7 @@ msgstr "" msgid "In one sentence, summarize the story above." msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:139 +#: src/components/organisms/AdditionalityForm.tsx:140 msgid "In this form of rotational grazing, grazing animals, at a very high stocking density, graze a management unit for very short period of time." msgstr "" @@ -1351,6 +1414,18 @@ msgstr "" msgid "Input an email address to receive a receipt of your purchase.<0>Take note: we will email you a prompt to associate this email with your account for easier future access. This is entirely optional." msgstr "" +#: src/lib/constants/shared.constants.tsx:87 +msgid "Invalid date" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:95 +msgid "Invalid Polygon address" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:94 +msgid "Invalid regen address" +msgstr "" + #: src/pages/LandStewards/LandStewards.tsx:103 msgid "Issue and sell ecosystem service credits to buyers around the world - get paid for your ecological stewardship." msgstr "" @@ -1379,7 +1454,7 @@ msgstr "" msgid "join the community" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:209 +#: src/pages/ProjectReview/ProjectReview.tsx:212 msgid "Jurisdiction" msgstr "" @@ -1395,8 +1470,8 @@ msgstr "" msgid "Land Management Practices" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:337 -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:344 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:345 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:352 msgid "Land Steward" msgstr "" @@ -1440,14 +1515,14 @@ msgid "Learn more about wallets in our <0>user guide." msgstr "" #: src/components/organisms/BasketOverview/BasketOverview.Tooltip.tsx:16 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:428 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:457 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:479 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:430 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:459 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:481 #: src/pages/ChooseCreditClass/ChooseCreditClass.config.tsx:10 msgid "Learn more»" msgstr "" -#: src/lib/constants/shared.constants.tsx:6 +#: src/lib/constants/shared.constants.tsx:11 msgid "Link copied!" msgstr "" @@ -1459,7 +1534,8 @@ msgstr "" msgid "listen to podcast" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:267 +#: src/components/organisms/MediaForm/MediaForm.constants.ts:24 +#: src/pages/ProjectReview/ProjectReview.tsx:272 msgid "Loading video player..." msgstr "" @@ -1467,14 +1543,15 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:122 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:135 +#: src/lib/constants/shared.constants.tsx:70 #: src/pages/ProjectLocation/ProjectLocation.tsx:44 -#: src/pages/ProjectReview/ProjectReview.tsx:202 +#: src/pages/ProjectReview/ProjectReview.tsx:205 msgid "Location" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:93 -#: src/lib/constants/shared.constants.tsx:40 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:99 +#: src/lib/constants/shared.constants.tsx:45 msgid "Location of retirement" msgstr "" @@ -1488,7 +1565,11 @@ msgstr "" msgid "log in for faster checkout" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:66 +#: src/components/organisms/RegistryLayout/RegistryLayout.constants.ts:11 +msgid "Log out" +msgstr "" + +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:68 msgid "Login Email" msgstr "" @@ -1500,30 +1581,38 @@ msgstr "" msgid "Main photo" msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:63 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:84 msgid "Make sure this is the correct REGEN address. <0>If you change this to an address you don’t have access to, you will be unable to edit the project." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:431 +#: src/components/organisms/PostForm/PostForm.tsx:469 msgid "Make the entire post private" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:345 +#: src/components/organisms/PostForm/PostForm.tsx:383 msgid "Make the entire post public" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:397 +#: src/components/organisms/PostForm/PostForm.tsx:435 msgid "Make the files and location data private" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:362 +#: src/components/organisms/PostForm/PostForm.tsx:400 msgid "Make the location data private" msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:74 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:80 msgid "Make your purchase anonymous. Your name will be hidden from the retirement certificate and the certificate will be hidden from your public profile." msgstr "" +#: src/lib/constants/shared.constants.tsx:66 +msgid "Max" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:110 +msgid "Maximum {maximumFractionDigits} decimal places" +msgstr "" + #: src/components/organisms/ProjectTopSection/ProjectTopSection.constants.ts:7 msgid "measured co-benefit" msgstr "" @@ -1537,7 +1626,7 @@ msgid "measurement approach" msgstr "" #: src/pages/Media/Media.tsx:72 -#: src/pages/ProjectReview/ProjectReview.tsx:227 +#: src/pages/ProjectReview/ProjectReview.tsx:230 msgid "Media" msgstr "" @@ -1553,7 +1642,7 @@ msgstr "" #: src/components/organisms/CreditClassForms/CreditClassForm.tsx:105 #: src/components/organisms/CreditClassForms/CreditClassReview.tsx:40 #: src/pages/ProjectMetadata/ProjectMetadata.tsx:72 -#: src/pages/ProjectReview/ProjectReview.tsx:303 +#: src/pages/ProjectReview/ProjectReview.tsx:309 msgid "Metadata" msgstr "" @@ -1585,15 +1674,28 @@ msgstr "" msgid "more details" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:195 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:203 msgid "More Projects" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:96 +#: src/lib/constants/shared.constants.tsx:72 +msgid "Move down" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:71 +msgid "Move up" +msgstr "" + +#: src/pages/ProjectReview/ProjectReview.tsx:99 msgid "MsgCreateProject Error" msgstr "" +#: src/lib/constants/shared.constants.tsx:88 +msgid "Must be a date in the past" +msgstr "" + #: src/components/organisms/ChooseCreditsForm/ChooseCreditsForm.constants.tsx:10 +#: src/lib/constants/shared.constants.tsx:99 msgid "Must be positive" msgstr "" @@ -1601,13 +1703,13 @@ msgstr "" msgid "Must have recipients" msgstr "" -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:144 -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:104 -#: src/pages/ProjectReview/ProjectReview.tsx:189 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:158 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:131 +#: src/pages/ProjectReview/ProjectReview.tsx:192 msgid "Name" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:213 +#: src/components/organisms/AdditionalityForm.tsx:214 msgid "Natural ecosystem, unmanaged" msgstr "" @@ -1615,7 +1717,7 @@ msgstr "" msgid "NCT represents the first IBC-compatible carbon token to the Interchain economy, and launches via NCT: Regen and NCT: Osmo pools on the Osmosis exchange." msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:59 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:80 msgid "New admin address" msgstr "" @@ -1623,7 +1725,7 @@ msgstr "" msgid "New confirmation code sent" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:224 +#: src/components/organisms/PostForm/PostForm.tsx:251 msgid "New post" msgstr "" @@ -1637,7 +1739,7 @@ msgstr "" #: src/components/molecules/ProjectPageFooter.tsx:49 #: src/features/ecocredit/CreateBatchBySteps/CreateBatchMultiStepForm/CreateBatchMultiStepForm.constants.ts:11 -#: src/lib/constants/shared.constants.tsx:9 +#: src/lib/constants/shared.constants.tsx:14 msgid "Next" msgstr "" @@ -1665,11 +1767,15 @@ msgstr "" msgid "No matching results found" msgstr "" +#: src/lib/constants/shared.constants.tsx:79 +msgid "No options available" +msgstr "" + #: src/components/organisms/RetirementCertificatesTable/RetirementCertificatesTable.tsx:52 msgid "No retirements to display" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:162 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:175 msgid "No specific location" msgstr "" @@ -1685,7 +1791,7 @@ msgstr "" msgid "Note: all location data can be made private on the main create post form." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:478 +#: src/components/organisms/PostForm/PostForm.tsx:516 msgid "NOTE: As posts are anchored to the blockchain, they are not editable once published" msgstr "" @@ -1715,7 +1821,7 @@ msgstr "" msgid "old project admin" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:373 +#: src/components/organisms/PostForm/PostForm.tsx:411 msgid "Only the locations of the files will be hidden from public view." msgstr "" @@ -1731,7 +1837,7 @@ msgstr "" msgid "Organization Name" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:178 +#: src/components/organisms/AdditionalityForm.tsx:179 msgid "Other regenerative grazing practice" msgstr "" @@ -1743,13 +1849,17 @@ msgstr "" msgid "Peer <0/>Reviewed" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:114 -#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:183 -#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:282 -#: src/components/organisms/MediaForm/MediaFormStory.tsx:177 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:127 +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:221 +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:340 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:209 msgid "Photo credit" msgstr "" +#: src/lib/constants/shared.constants.tsx:96 +msgid "Please choose a denom" +msgstr "" + #: src/pages/VerifyEmail/VerifyEmail.tsx:44 msgid "Please confirm your email address" msgstr "" @@ -1766,21 +1876,41 @@ msgstr "" msgid "Please contact us at <0>support@regen.networkto resolve this issue. Do not reinitiate the transaction." msgstr "" -#: src/lib/constants/shared.constants.tsx:12 -#: src/lib/constants/shared.constants.tsx:29 +#: src/lib/constants/shared.constants.tsx:17 +#: src/lib/constants/shared.constants.tsx:34 #: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.constants.ts:56 msgid "Please correct the errors above" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:103 -#: src/lib/constants/shared.constants.tsx:45 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:109 +#: src/lib/constants/shared.constants.tsx:50 msgid "Please enter a location for the retirement of these credits. This prevents double counting of credits in different locations." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:524 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:526 msgid "Please enter a location for the retirement of these credits. This prevents double counting of credits in different locations. These credits will auto-retire." msgstr "" +#: src/lib/constants/shared.constants.tsx:85 +msgid "Please enter a valid amount" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:81 +msgid "Please enter a valid email address" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:89 +msgid "Please enter a valid URL" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:92 +msgid "Please enter a valid VCS Project ID" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:93 +msgid "Please enter valid JSON-LD" +msgstr "" + #: src/config/errors.tsx:34 msgid "Please purchase some REGEN to cover the transaction fees for this action." msgstr "" @@ -1798,7 +1928,11 @@ msgstr "" msgid "Portfolio" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:367 +#: src/lib/constants/shared.constants.tsx:63 +msgid "Position and size your image" +msgstr "" + +#: src/components/organisms/PostForm/PostForm.tsx:405 msgid "Post and files are public" msgstr "" @@ -1810,17 +1944,17 @@ msgstr "" msgid "Post is private" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:402 +#: src/components/organisms/PostForm/PostForm.tsx:440 msgid "Post is public" msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:126 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:144 msgid "Postal code" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:145 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:572 -#: src/lib/constants/shared.constants.tsx:49 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:165 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:575 +#: src/lib/constants/shared.constants.tsx:54 msgid "Postal Code" msgstr "" @@ -1837,7 +1971,7 @@ msgstr "" msgid "Previous" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:135 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:166 msgid "Price" msgstr "" @@ -1862,11 +1996,11 @@ msgstr "" msgid "print certificate" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:225 +#: src/components/organisms/AdditionalityForm.tsx:226 msgid "Prior environmental conditions" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:190 +#: src/components/organisms/AdditionalityForm.tsx:191 msgid "Prior to adopting these regenerative practices (going back 5 years prior) how were you using the land?" msgstr "" @@ -1874,7 +2008,7 @@ msgstr "" msgid "Privacy" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:333 +#: src/components/organisms/PostForm/PostForm.tsx:371 msgid "Privacy settings" msgstr "" @@ -1890,8 +2024,8 @@ msgstr "" msgid "profile banner" msgstr "" -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:150 -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:110 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:164 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:137 msgid "Profile image" msgstr "" @@ -1956,7 +2090,7 @@ msgstr "" msgid "project benefit" msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:168 +#: src/components/organisms/RolesForm/RolesForm.tsx:213 msgid "Project Developer" msgstr "" @@ -1992,7 +2126,7 @@ msgstr "" msgid "Project Location" msgstr "" -#: src/components/organisms/MetadataForm/MetadataForm.tsx:87 +#: src/components/organisms/MetadataForm/MetadataForm.tsx:99 msgid "Project metadata" msgstr "" @@ -2050,12 +2184,12 @@ msgstr "" msgid "public profile tabs" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:404 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:406 msgid "Purchase options" msgstr "" #: src/components/organisms/BasketOverview/BasketOverview.constants.ts:3 -#: src/lib/constants/shared.constants.tsx:28 +#: src/lib/constants/shared.constants.tsx:33 #: src/pages/Dashboard/MyEcocredits/MyEcocredits.constants.ts:15 msgid "Put in basket" msgstr "" @@ -2072,8 +2206,8 @@ msgstr "" msgid "read article" msgstr "" -#: src/components/organisms/BridgeForm/BridgeForm.tsx:93 -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:123 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:115 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:141 msgid "Recipient" msgstr "" @@ -2081,11 +2215,11 @@ msgstr "" msgid "Recipient address" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:35 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:62 msgid "Recipient(s)" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:36 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:63 msgid "Recipients" msgstr "" @@ -2113,7 +2247,7 @@ msgstr "" msgid "Regen Network Development, PBC" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:137 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:176 msgid "REGEN wallet address" msgstr "" @@ -2121,7 +2255,7 @@ msgstr "" msgid "registry" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:230 +#: src/components/organisms/AdditionalityForm.tsx:231 msgid "Relevant environmental changes within the project area. These include changes in vegetation such as clearing or planting, hydrology, soil conditions, or other." msgstr "" @@ -2133,7 +2267,7 @@ msgstr "" msgid "Request fund" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:168 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:202 msgid "Require that credits are retired upon purchase" msgstr "" @@ -2145,7 +2279,7 @@ msgstr "" msgid "Required since you added a project story title" msgstr "" -#: src/lib/constants/shared.constants.tsx:51 +#: src/lib/constants/shared.constants.tsx:56 msgid "Required with postal code" msgstr "" @@ -2161,7 +2295,7 @@ msgstr "" msgid "Reset filters" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:155 +#: src/components/organisms/AdditionalityForm.tsx:156 msgid "Residue grazing" msgstr "" @@ -2173,21 +2307,21 @@ msgstr "" msgid "Resources for Getting Started" msgstr "" -#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:121 +#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:136 #: src/components/organisms/Modals/CreditRetireModal/CreditRetireModal.constants.ts:3 msgid "Retire" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:167 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:187 msgid "Retire all credits upon transfer" msgstr "" #: src/components/molecules/CreditsAmount/CreditsAmount.constants.ts:13 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:416 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:418 msgid "Retire credits now" msgstr "" -#: src/lib/constants/shared.constants.tsx:31 +#: src/lib/constants/shared.constants.tsx:36 msgid "Retire credits upon transfer" msgstr "" @@ -2213,7 +2347,7 @@ msgid "Retirement date" msgstr "" #: src/components/organisms/CreditRetireForm/CreditRetireForm.RetirementReminder.tsx:14 -#: src/lib/constants/shared.constants.tsx:52 +#: src/lib/constants/shared.constants.tsx:57 msgid "Retirement is permanent and non-reversible." msgstr "" @@ -2222,13 +2356,13 @@ msgstr "" msgid "Retirement location" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:71 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:77 msgid "Retirement note" msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:51 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:489 -#: src/lib/constants/shared.constants.tsx:35 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:57 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:491 +#: src/lib/constants/shared.constants.tsx:40 #: src/pages/Certificate/Certificate.constants.ts:17 msgid "Retirement reason" msgstr "" @@ -2236,9 +2370,9 @@ msgstr "" #: src/components/molecules/PlanStepper.tsx:17 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:31 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:32 -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:40 -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:41 -#: src/pages/ProjectReview/ProjectReview.tsx:180 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:67 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:68 +#: src/pages/ProjectReview/ProjectReview.tsx:183 msgid "Review" msgstr "" @@ -2250,7 +2384,7 @@ msgstr "" msgid "rolling acceptance window" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:109 +#: src/components/organisms/AdditionalityForm.tsx:110 msgid "Rotational grazing" msgstr "" @@ -2265,11 +2399,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:472 +#: src/components/organisms/PostForm/PostForm.tsx:510 msgid "save draft" msgstr "" -#: src/lib/constants/shared.constants.tsx:10 +#: src/lib/constants/shared.constants.tsx:15 msgid "Save draft & exit" msgstr "" @@ -2290,6 +2424,10 @@ msgstr "" msgid "See all methodologies" msgstr "" +#: src/lib/constants/shared.constants.tsx:74 +msgid "See an example»" +msgstr "" + #: src/components/organisms/CreditClassForms/CreditClassFinished.tsx:48 msgid "see credit class page" msgstr "" @@ -2310,7 +2448,7 @@ msgstr "" msgid "Sell" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:271 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:273 #: src/pages/Marketplace/Storefront/hooks/useCheckSellOrderAvailabilty.tsx:48 msgid "Sell order" msgstr "" @@ -2327,7 +2465,7 @@ msgstr "" msgid "Sell orders" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:198 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:218 #: src/pages/Dashboard/MyEcocredits/MyEcocredits.constants.ts:18 msgid "Send" msgstr "" @@ -2336,7 +2474,7 @@ msgstr "" msgid "Send additional retired credits" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:117 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:135 msgid "Sender" msgstr "" @@ -2394,7 +2532,7 @@ msgstr "" msgid "Signing failed" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:192 +#: src/pages/ProjectReview/ProjectReview.tsx:195 msgid "Size" msgstr "" @@ -2411,7 +2549,7 @@ msgstr "" msgid "Small or Medium Sized Business" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:114 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:117 msgid "Social Accounts" msgstr "" @@ -2431,7 +2569,7 @@ msgstr "" msgid "Sorry, you don’t have any REGEN to cover transaction fees" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:48 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:75 msgid "Sorry, your transaction was not successful." msgstr "" @@ -2455,10 +2593,11 @@ msgstr "" msgid "Start typing the location" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:126 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:111 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:557 -#: src/lib/constants/shared.constants.tsx:48 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:141 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:124 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:559 +#: src/lib/constants/shared.constants.tsx:53 +#: src/lib/constants/shared.constants.tsx:76 msgid "State / Region" msgstr "" @@ -2500,7 +2639,7 @@ msgstr "" msgid "Story video or photo" msgstr "" -#: src/lib/constants/shared.constants.tsx:11 +#: src/lib/constants/shared.constants.tsx:16 msgid "submit" msgstr "" @@ -2524,7 +2663,7 @@ msgstr "" msgid "Successfully issued credit batches" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:230 +#: src/components/organisms/PostForm/PostForm.tsx:257 msgid "Summarize this update." msgstr "" @@ -2532,7 +2671,7 @@ msgstr "" msgid "Support" msgstr "" -#: src/lib/constants/shared.constants.tsx:33 +#: src/lib/constants/shared.constants.tsx:38 msgid "take from basket" msgstr "" @@ -2554,7 +2693,7 @@ msgstr "" msgid "terms of service" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:379 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:393 msgid "Thanks for submitting your information!" msgstr "" @@ -2570,23 +2709,23 @@ msgstr "" msgid "The caption message must be under {CAPTION_CHART_LIMIT} characters." msgstr "" -#: src/lib/constants/shared.constants.tsx:32 +#: src/lib/constants/shared.constants.tsx:37 msgid "The creator of this basket has chosen that all credits must be retired upon take." msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:171 +#: src/components/organisms/RolesForm/RolesForm.tsx:216 msgid "The individual or organization that is in charge of managing the project and will appear on the project page." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:437 +#: src/components/organisms/PostForm/PostForm.tsx:475 msgid "The post and all of its contents will be hidden from public view." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:444 +#: src/components/organisms/PostForm/PostForm.tsx:482 msgid "The post and files still can be shared privately via secret link." msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:162 +#: src/components/organisms/AdditionalityForm.tsx:163 msgid "The practice of letting livestock graze crop residue after a crop has been harvested." msgstr "" @@ -2594,18 +2733,18 @@ msgstr "" msgid "The project can still be viewed at:" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.utils.tsx:64 +#: src/components/organisms/CreditSendForm/CreditSendForm.utils.tsx:73 msgid "The recipient address cannot be the same as the sender address" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:97 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:90 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:519 -#: src/lib/constants/shared.constants.tsx:42 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:103 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:96 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:521 +#: src/lib/constants/shared.constants.tsx:47 msgid "The retirement location can be where you live or your business operates." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:465 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:467 msgid "The seller of these credits has chosen to only allow for immediate retiring of credits. These credits cannot be purchased as a tradable asset." msgstr "" @@ -2626,7 +2765,7 @@ msgstr "" msgid "These credits are currently sold out. More may become available in the future." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:441 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:443 msgid "These credits will be a tradable asset. They can be retired later via Regen Marketplace." msgstr "" @@ -2634,7 +2773,7 @@ msgstr "" msgid "These credits will be a tradeable asset. They can be retired later via Regen Marketplace." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:419 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:421 msgid "These credits will be retired upon purchase and will not be tradable. Retirement is permanent and non-reversible." msgstr "" @@ -2642,7 +2781,7 @@ msgstr "" msgid "These credits will be retired upon purchase and will not be tradeable. Retirement is permanent and non-reversible." msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:71 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:92 msgid "This change will only be made after you save the change and sign the transaction." msgstr "" @@ -2655,10 +2794,18 @@ msgstr "" msgid "This data is on chain or anchored on chain via a content hash." msgstr "" +#: src/lib/constants/shared.constants.tsx:80 +msgid "This field is required" +msgstr "" + #: src/components/organisms/PostFlow/PostFlow.SignModal.tsx:82 msgid "This is comparable to signing a legal document and implies you believe the contents are accurate." msgstr "" +#: src/components/organisms/MediaForm/MediaForm.constants.ts:22 +msgid "This is not a valid video url" +msgstr "" + #: src/pages/Dashboard/MyProjects/MyProjects.constants.ts:6 msgid "This is not yet supported by Wallet Connect and Keplr mobile. Please log in using Keplr browser extension on desktop." msgstr "" @@ -2676,15 +2823,19 @@ msgstr "" msgid "This is the name of the farm, ranch, property, or conservation project." msgstr "" -#: src/components/organisms/BridgeForm/BridgeForm.tsx:95 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:117 msgid "This is the Polygon address of the recipient." msgstr "" +#: src/lib/constants/shared.constants.tsx:69 +msgid "This may take some time if your file size is large." +msgstr "" + #: src/components/organisms/PaymentInfoForm/PaymentInfoForm.CustomerInfo.tsx:61 msgid "This name will appear on the retirement certificate unless you choose to retire anonymously in the next step. It is also your user profile name." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:350 +#: src/components/organisms/PostForm/PostForm.tsx:388 msgid "This post and all of its files will be visible." msgstr "" @@ -2708,7 +2859,7 @@ msgstr "" msgid "Timestamp" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:229 +#: src/components/organisms/PostForm/PostForm.tsx:256 msgid "Title" msgstr "" @@ -2773,7 +2924,7 @@ msgstr "" msgid "Trade" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:205 +#: src/components/organisms/AdditionalityForm.tsx:206 msgid "Traditional grazing" msgstr "" @@ -2809,6 +2960,14 @@ msgstr "" msgid "Untitled" msgstr "" +#: src/lib/constants/shared.constants.tsx:60 +msgid "Update" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:62 +msgid "Update image details" +msgstr "" + #: src/pages/ProjectEdit/ProjectEdit.constants.ts:4 msgid "Update project metadata" msgstr "" @@ -2817,6 +2976,10 @@ msgstr "" msgid "Upload image" msgstr "" +#: src/lib/constants/shared.constants.tsx:61 +msgid "Uploading image" +msgstr "" + #: src/pages/ProjectFinished/ProjectFinished.tsx:91 msgid "url" msgstr "" @@ -2825,7 +2988,7 @@ msgstr "" msgid "USD" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:147 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:160 msgid "Use file geolocation" msgstr "" @@ -2833,7 +2996,7 @@ msgstr "" msgid "Use my credit card on file ending in {0}" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:117 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:120 msgid "Use your social account to log in to Regen Marketplace." msgstr "" @@ -2881,11 +3044,11 @@ msgstr "" msgid "verification reports" msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:185 +#: src/components/organisms/RolesForm/RolesForm.tsx:230 msgid "Verifier" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:318 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:326 msgid "Videos" msgstr "" @@ -2897,7 +3060,7 @@ msgstr "" msgid "VIEW ALL SELL ORDERS" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:267 +#: src/components/organisms/PostForm/PostForm.tsx:298 msgid "View all supported file types»" msgstr "" @@ -2969,7 +3132,7 @@ msgstr "" msgid "visit our homepage instead" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:139 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:142 msgid "Wallet integration" msgstr "" @@ -2997,7 +3160,7 @@ msgstr "" msgid "We've just sent a confirmation email to:" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:102 +#: src/components/organisms/AdditionalityForm.tsx:103 msgid "Which regenerative practices have you been applying and for how long?" msgstr "" @@ -3025,7 +3188,7 @@ msgstr "" msgid "with crypto" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:248 +#: src/components/organisms/PostForm/PostForm.tsx:279 msgid "Write a short comment or longer project update." msgstr "" @@ -3053,12 +3216,12 @@ msgstr "" msgid "You are not yet listed as an issuer on any credit classes" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:75 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:493 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:81 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:495 msgid "You can add the name of the organization or person you are retiring the credits on behalf of here (i.e. 'Retired on behalf of ABC Organization')" msgstr "" -#: src/lib/constants/shared.constants.tsx:37 +#: src/lib/constants/shared.constants.tsx:42 msgid "You can add the name of the organization or person you are retiring the credits on behalf of here (i.e. \"Retired on behalf of ABC Organization\")" msgstr "" @@ -3086,7 +3249,7 @@ msgstr "" msgid "You do not have any tradable credits to sell from this project." msgstr "" -#: src/lib/constants/shared.constants.tsx:30 +#: src/lib/constants/shared.constants.tsx:35 msgid "You don't have enough basket tokens" msgstr "" @@ -3106,6 +3269,10 @@ msgstr "" msgid "You must add at most {GALLERY_PHOTOS_MAX} photos to the photo gallery." msgstr "" +#: src/lib/constants/shared.constants.tsx:84 +msgid "You must agree to continue" +msgstr "" + #: src/pages/ConnectWalletPage/ConnectWalletPage.constants.ts:3 msgid "You must connect to Keplr in order to view the content of this page." msgstr "" diff --git a/web-marketplace/src/lib/i18n/locales/es.po b/web-marketplace/src/lib/i18n/locales/es.po index 6bf8d472f0..80fc0facb5 100644 --- a/web-marketplace/src/lib/i18n/locales/es.po +++ b/web-marketplace/src/lib/i18n/locales/es.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2024-09-11 10:14+0200\n" +"POT-Creation-Date: 2024-09-12 12:36+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -12,19 +12,27 @@ msgstr "" msgid "" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:180 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:193 msgid "(drag map to choose location)" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:164 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:177 msgid "(file will be associated with the project location by default)" msgstr "" -#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:150 +#: src/lib/constants/shared.constants.tsx:78 +msgid "(optional)" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:77 +msgid "(preferable)" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:183 msgid "(required if you added a project story)" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:170 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:190 msgid "(retirement is permanent and non-reversible)" msgstr "" @@ -36,10 +44,40 @@ msgstr "" msgid "{ADDRESS_USED_ERROR} Do you want to merge these accounts?" msgstr "" +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:329 +msgid "{remainingCaptionCharacters, plural, one {{remainingCaptionCharacters} character remaining} other {{remainingCaptionCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/EditFileForm/EditFileForm.tsx:117 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:219 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:168 +msgid "{remainingDescriptionCharacters, plural, one {{remainingDescriptionCharacters} character remaining} other {{remainingDescriptionCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:170 +msgid "{remainingStoryCharacters, plural, one {{remainingStoryCharacters} character remaining} other {{remainingStoryCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:191 +msgid "{remainingStoryTitleCharacters, plural, one {{remainingStoryTitleCharacters} character remaining} other {{remainingStoryTitleCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/DescriptionForm/DescriptionForm.tsx:147 +msgid "{remainingSummaryCharacters, plural, one {{remainingSummaryCharacters} character remaining} other {{remainingSummaryCharacters} characters remaining}}" +msgstr "" + +#: src/components/organisms/PostForm/PostForm.tsx:265 +msgid "{remainingTitleCharacters, plural, one {{remainingTitleCharacters} character remaining} other {{remainingTitleCharacters} characters remaining}}" +msgstr "" + #: src/pages/CreditClassDetails/CreditClassDetails.ApprovedMethodologies.tsx:57 msgid "+ {0} more" msgstr "" +#: src/lib/constants/shared.constants.tsx:73 +msgid "+ add" +msgstr "" + #: src/components/organisms/CreditClassForms/CreditClassForm.tsx:86 msgid "+ add another issuer'" msgstr "" @@ -73,6 +111,10 @@ msgstr "" msgid "<0>Credit class issuer: the entity who can issue credit batches under the given credit class." msgstr "" +#: src/components/atoms/DragAndDropLabel.tsx:6 +msgid "<0>drag and drop<1>or" +msgstr "" + #: src/components/organisms/DetailsSection/DetailsSection.constants.ts:5 msgid "1 credit" msgstr "" @@ -85,7 +127,7 @@ msgstr "" msgid "1 Ton of CO2e" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:261 +#: src/components/organisms/PostForm/PostForm.tsx:292 msgid "5MB max. Supported file types include text, spreadsheets, images, and video files." msgstr "" @@ -97,7 +139,7 @@ msgstr "" msgid "A brief description of your ecological impact project and the property on which it is implemented. This is your elevator pitch to credit buyers." msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:116 +#: src/components/organisms/AdditionalityForm.tsx:117 msgid "A managed grazing system where livestock are moved frequently among pasture divisions or paddocks based on forage quality and livestock nutrition needs. Portable fencing allows each paddock to rest and regrow until the next grazing rotation." msgstr "" @@ -105,7 +147,7 @@ msgstr "" msgid "A project of <0>Regen Network<1/> Development, PBC" msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:188 +#: src/components/organisms/RolesForm/RolesForm.tsx:233 msgid "A third party who provides a independent, impartial assessment of project plan and project reports (that is not the monitor)." msgstr "" @@ -113,7 +155,7 @@ msgstr "" msgid "Account switch detected!" msgstr "" -#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:184 +#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:197 msgid "Acres" msgstr "" @@ -127,11 +169,11 @@ msgstr "" msgid "Activity" msgstr "" -#: src/components/organisms/MediaForm/MediaFormStory.tsx:140 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:160 msgid "Add a photo" msgstr "" -#: src/components/organisms/MediaForm/MediaFormStory.tsx:103 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:120 msgid "Add a video" msgstr "" @@ -139,10 +181,14 @@ msgstr "" msgid "add files" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:88 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:115 msgid "Add Profile" msgstr "" +#: src/components/organisms/MediaForm/MediaForm.constants.ts:23 +msgid "Add video url" +msgstr "" + #: src/components/organisms/Modals/AddCertificationModal/AddCertificationModal.tsx:17 msgid "Additional Certificate" msgstr "" @@ -171,7 +217,7 @@ msgstr "" #: src/components/organisms/CreditClassForms/CreditClassForm.tsx:46 #: src/components/organisms/CreditClassForms/CreditClassReview.tsx:29 -#: src/components/organisms/RolesForm/RolesForm.tsx:205 +#: src/components/organisms/RolesForm/RolesForm.tsx:250 msgid "Admin" msgstr "" @@ -200,7 +246,7 @@ msgstr "" msgid "All projects" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:408 +#: src/components/organisms/PostForm/PostForm.tsx:446 msgid "All uploaded files and their location data will be hidden from public view." msgstr "" @@ -211,8 +257,8 @@ msgstr "" #: src/components/molecules/CreditsAmount/CreditsAmount.Header.tsx:31 #: src/components/organisms/BasketEcocreditsTable/BasketEcocreditsTable.tsx:62 -#: src/components/organisms/BridgeForm/BridgeForm.tsx:103 -#: src/lib/constants/shared.constants.tsx:27 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:127 +#: src/lib/constants/shared.constants.tsx:32 msgid "Amount" msgstr "" @@ -241,8 +287,8 @@ msgstr "" msgid "amount of credits" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:292 -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:133 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:294 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:151 msgid "Amount of credits" msgstr "" @@ -251,7 +297,7 @@ msgstr "" msgid "amount retired" msgstr "" -#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:95 +#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:108 msgid "Amount retired" msgstr "" @@ -264,7 +310,7 @@ msgstr "" msgid "amount sent" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:155 +#: src/lib/constants/shared.constants.tsx:65 msgid "Amount to sell" msgstr "" @@ -280,6 +326,10 @@ msgstr "" msgid "and" msgstr "" +#: src/lib/constants/shared.constants.tsx:58 +msgid "Apply" +msgstr "" + #: src/components/organisms/AccountConnectWalletModal/components/AccountConnectWalletModal.Mobile.constants.ts:3 #: src/components/organisms/LoginModal/components/LoginModal.Mobile.constants.ts:3 msgid "Approve Keplr mobile app connection request on your mobile." @@ -313,7 +363,7 @@ msgstr "" msgid "Attach arbitrary JSON-LD metadata to the credit batch below. <0>Learn more»" msgstr "" -#: src/components/organisms/MetadataForm/MetadataForm.tsx:90 +#: src/components/organisms/MetadataForm/MetadataForm.tsx:102 msgid "Attach arbitrary JSON-LD metadata to the project metadata below." msgstr "" @@ -321,16 +371,20 @@ msgstr "" msgid "Attest" msgstr "" +#: src/lib/constants/shared.constants.tsx:64 +msgid "Available" +msgstr "" + #: src/pages/ProjectEdit/ProjectEdit.tsx:245 msgid "back to projects" msgstr "" -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:163 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:182 msgid "Background image" msgstr "" #: src/pages/BasicInfo/BasicInfo.tsx:66 -#: src/pages/ProjectReview/ProjectReview.tsx:184 +#: src/pages/ProjectReview/ProjectReview.tsx:187 msgid "Basic Info" msgstr "" @@ -346,7 +400,7 @@ msgstr "" msgid "batch denom" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:111 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:141 msgid "Batch denom" msgstr "" @@ -359,7 +413,7 @@ msgstr "" msgid "batch denom:" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:319 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:321 msgid "Batch denom:" msgstr "" @@ -458,7 +512,7 @@ msgstr "" msgid "Buy carbon credits and other ecosystem system service credits to meet your climate commitments and sustainability goals." msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:341 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:349 msgid "buy credits" msgstr "" @@ -475,7 +529,7 @@ msgstr "" msgid "buy ecocredits" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:191 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:193 msgid "Buy Ecocredits" msgstr "" @@ -484,12 +538,12 @@ msgid "buy NCT" msgstr "" #: src/components/molecules/CreditsAmount/CreditsAmount.constants.ts:20 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:438 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:440 msgid "Buy tradable ecocredits" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:337 #: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:345 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:353 msgid "Buyer" msgstr "" @@ -501,7 +555,7 @@ msgstr "" msgid "by default the cheapest credit vintage will be purchased first" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:137 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:155 msgid "By default these credits are tradable but you may check “retire all credits upon transfer” below to automatically retire them upon sending." msgstr "" @@ -510,6 +564,7 @@ msgstr "" msgid "cancel" msgstr "" +#: src/lib/constants/shared.constants.tsx:59 #: src/pages/Marketplace/Storefront/Storefront.constants.ts:10 msgid "Cancel" msgstr "" @@ -522,7 +577,7 @@ msgstr "" msgid "Cannot upload file without a project id" msgstr "" -#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:256 +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:307 msgid "Caption" msgstr "" @@ -546,7 +601,7 @@ msgstr "" msgid "cfc vintage year" msgstr "" -#: src/components/organisms/BridgeForm/BridgeForm.tsx:83 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:105 msgid "Chain" msgstr "" @@ -558,6 +613,10 @@ msgstr "" msgid "Changes have been saved" msgstr "" +#: src/lib/constants/shared.constants.tsx:67 +msgid "Character" +msgstr "" + #: src/components/organisms/MediaForm/MediaForm.constants.ts:9 msgid "Choose 2-10 photos for the photo gallery." msgstr "" @@ -574,19 +633,19 @@ msgstr "" msgid "Choose a log in method" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:58 +#: src/components/organisms/AdditionalityForm.tsx:59 msgid "Choose a practice start date" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:179 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:192 msgid "Choose a specific location on the map" msgstr "" -#: src/lib/constants/shared.constants.tsx:16 +#: src/lib/constants/shared.constants.tsx:21 msgid "Choose any ecocredits that are eligible for this basket.<0>Learn more»" msgstr "" -#: src/lib/constants/shared.constants.tsx:26 +#: src/lib/constants/shared.constants.tsx:31 msgid "Choose basket" msgstr "" @@ -598,7 +657,7 @@ msgstr "" msgid "Choose denom" msgstr "" -#: src/lib/constants/shared.constants.tsx:14 +#: src/lib/constants/shared.constants.tsx:19 msgid "Choose ecocredits batch" msgstr "" @@ -636,7 +695,7 @@ msgid "close" msgstr "" #: src/components/organisms/RegistryLayout/RegistryLayout.constants.ts:4 -#: src/features/marketplace/BridgeFlow/BridgeFlow.tsx:188 +#: src/features/marketplace/BridgeFlow/BridgeFlow.tsx:191 msgid "CLOSE WINDOW" msgstr "" @@ -644,7 +703,7 @@ msgstr "" msgid "co-benefit" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:247 +#: src/components/organisms/PostForm/PostForm.tsx:278 msgid "Comment" msgstr "" @@ -668,11 +727,11 @@ msgstr "" msgid "Congrats! Your purchase was successful." msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:78 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:80 msgid "connect" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:142 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:145 msgid "Connect a wallet address to be able to perform on chain tasks such as buying and selling credits, and creating projects on Regen Ledger." msgstr "" @@ -692,10 +751,9 @@ msgstr "" msgid "Copy and paste an embeddable video url. Supported types include: YouTube, Facebook, Vimeo, Twitch, and DailyMotion." msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:111 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:98 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:540 -#: src/lib/constants/shared.constants.tsx:47 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:542 +#: src/lib/constants/shared.constants.tsx:52 +#: src/lib/constants/shared.constants.tsx:75 msgid "Country" msgstr "" @@ -708,7 +766,7 @@ msgstr "" msgid "create credit batch" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:31 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:58 msgid "Create Credit Batch" msgstr "" @@ -735,7 +793,7 @@ msgstr "" msgid "Create Project - Access Denied" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:193 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:227 #: src/pages/Dashboard/MyEcocredits/MyEcocredits.constants.ts:10 msgid "Create Sell Order" msgstr "" @@ -744,7 +802,7 @@ msgstr "" msgid "Created by" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:309 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:311 msgid "credit" msgstr "" @@ -752,7 +810,7 @@ msgstr "" msgid "credit activity table" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:30 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:57 msgid "Credit Basics" msgstr "" @@ -850,8 +908,8 @@ msgstr "" msgid "Credit prices vary. By default the lowest priced credits will be purchased first." msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:86 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:515 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:92 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:517 msgid "Credit retirement location" msgstr "" @@ -876,7 +934,7 @@ msgstr "" msgid "credits" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:216 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:218 msgid "Credits" msgstr "" @@ -901,7 +959,7 @@ msgstr "" msgid "Credits cannot exceed" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:47 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:74 msgid "Credits have been issued!" msgstr "" @@ -923,7 +981,7 @@ msgstr "" msgid "Credits Tradable" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:197 +#: src/components/organisms/AdditionalityForm.tsx:198 msgid "Cropland" msgstr "" @@ -943,7 +1001,7 @@ msgstr "" msgid "current account" msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:53 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:74 msgid "Current admin address" msgstr "" @@ -960,6 +1018,7 @@ msgid "date" msgstr "" #: src/components/organisms/ConnectWalletFlow/ConnectWalletFlow.SelectAccountModal.tsx:65 +#: src/components/organisms/RegistryLayout/RegistryLayout.constants.ts:12 msgid "default avatar" msgstr "" @@ -967,11 +1026,11 @@ msgstr "" msgid "Delete" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:95 -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:182 -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:123 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:104 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:206 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:155 #: src/pages/Description/Description.tsx:48 -#: src/pages/ProjectReview/ProjectReview.tsx:212 +#: src/pages/ProjectReview/ProjectReview.tsx:215 msgid "Description" msgstr "" @@ -988,7 +1047,7 @@ msgid "Don’t see anything? <0>Resend email." msgstr "" #: src/components/organisms/MediaSection.tsx:50 -#: src/lib/constants/shared.constants.tsx:8 +#: src/lib/constants/shared.constants.tsx:13 #: src/pages/Post/Post.constants.ts:16 msgid "Draft" msgstr "" @@ -1001,7 +1060,7 @@ msgstr "" msgid "Draft saved!" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:139 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:152 msgid "Drag map to choose location" msgstr "" @@ -1053,7 +1112,7 @@ msgstr "" msgid "ecocredits tradable" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:260 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:268 #: src/pages/MethodologyDetails/MethodologyDetails.tsx:59 msgid "Ecological Impact" msgstr "" @@ -1074,7 +1133,7 @@ msgstr "" msgid "edit" msgstr "" -#: src/lib/constants/shared.constants.tsx:7 +#: src/lib/constants/shared.constants.tsx:12 msgid "Edit" msgstr "" @@ -1090,7 +1149,7 @@ msgstr "" msgid "edit profile" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:88 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:115 #: src/pages/Dashboard/Dashboard.constants.tsx:49 msgid "Edit profile" msgstr "" @@ -1107,7 +1166,7 @@ msgstr "" msgid "Edit Project Page" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:75 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:84 msgid "Edit your file" msgstr "" @@ -1136,7 +1195,7 @@ msgstr "" msgid "Enter a new credit card" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:139 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:178 msgid "Enter the wallet address here if this entity has a wallet address but has not yet signed up on Regen Marketplace. Make sure this is a valid wallet address." msgstr "" @@ -1144,18 +1203,18 @@ msgstr "" msgid "Equivalent to" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:155 +#: src/pages/ProjectReview/ProjectReview.tsx:158 msgid "Error getting ISO string for jurisdiction. Please edit your location." msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:55 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:61 msgid "Examples of a retirement reason include: “company travel 2025”, “offsetting my personal footprint”, or the name of a specific person or organization." msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:81 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:61 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:501 -#: src/lib/constants/shared.constants.tsx:39 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:87 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:67 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:503 +#: src/lib/constants/shared.constants.tsx:44 msgid "Explain the reason you are retiring these credits" msgstr "" @@ -1176,16 +1235,20 @@ msgstr "" msgid "Featured projects" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:173 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:181 #: src/pages/Home/Home.tsx:165 msgid "Featured Projects" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:380 +#: src/lib/constants/shared.constants.tsx:68 +msgid "File is uploading" +msgstr "" + +#: src/components/organisms/PostForm/PostForm.tsx:418 msgid "File locations can still be shared privately via a secret link." msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:88 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:97 msgid "File name" msgstr "" @@ -1193,11 +1256,11 @@ msgstr "" msgid "file name(s)" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:258 +#: src/components/organisms/PostForm/PostForm.tsx:289 msgid "Files" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:415 +#: src/components/organisms/PostForm/PostForm.tsx:453 msgid "Files can still be shared privately via secret link." msgstr "" @@ -1208,7 +1271,7 @@ msgstr "" #: src/components/molecules/PlanStepper.tsx:18 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:36 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:37 -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:45 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:72 msgid "Finished" msgstr "" @@ -1236,7 +1299,7 @@ msgstr "" msgid "Gallery photos" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:340 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:348 msgid "get started" msgstr "" @@ -1252,11 +1315,11 @@ msgstr "" msgid "Hash" msgstr "" -#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:180 +#: src/components/organisms/BasicInfoForm/BasicInfoForm.tsx:193 msgid "Hectares" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:132 +#: src/components/organisms/AdditionalityForm.tsx:133 msgid "High density grazing" msgstr "" @@ -1273,7 +1336,7 @@ msgstr "" msgid "I agree to the" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:343 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:351 msgid "I am a:" msgstr "" @@ -1299,7 +1362,7 @@ msgstr "" msgid "i.e. Sunnybrook Farms" msgstr "" -#: src/components/organisms/MediaForm/MediaFormStory.tsx:144 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:164 msgid "If you don’t have a video for this project, you can add a photo to enhance the story section of your project page." msgstr "" @@ -1311,7 +1374,7 @@ msgstr "" msgid "If you select one of the following options, you will still be able to share the post, files, or location data privately via a secret link." msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:172 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:206 msgid "If you uncheck this option, buyers will be able to choose to keep the credits tradable" msgstr "" @@ -1331,7 +1394,7 @@ msgstr "" msgid "In one sentence, summarize the story above." msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:139 +#: src/components/organisms/AdditionalityForm.tsx:140 msgid "In this form of rotational grazing, grazing animals, at a very high stocking density, graze a management unit for very short period of time." msgstr "" @@ -1351,6 +1414,18 @@ msgstr "" msgid "Input an email address to receive a receipt of your purchase.<0>Take note: we will email you a prompt to associate this email with your account for easier future access. This is entirely optional." msgstr "" +#: src/lib/constants/shared.constants.tsx:87 +msgid "Invalid date" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:95 +msgid "Invalid Polygon address" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:94 +msgid "Invalid regen address" +msgstr "" + #: src/pages/LandStewards/LandStewards.tsx:103 msgid "Issue and sell ecosystem service credits to buyers around the world - get paid for your ecological stewardship." msgstr "" @@ -1379,7 +1454,7 @@ msgstr "" msgid "join the community" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:209 +#: src/pages/ProjectReview/ProjectReview.tsx:212 msgid "Jurisdiction" msgstr "" @@ -1395,8 +1470,8 @@ msgstr "" msgid "Land Management Practices" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:337 -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:344 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:345 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:352 msgid "Land Steward" msgstr "" @@ -1440,14 +1515,14 @@ msgid "Learn more about wallets in our <0>user guide." msgstr "" #: src/components/organisms/BasketOverview/BasketOverview.Tooltip.tsx:16 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:428 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:457 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:479 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:430 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:459 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:481 #: src/pages/ChooseCreditClass/ChooseCreditClass.config.tsx:10 msgid "Learn more»" msgstr "" -#: src/lib/constants/shared.constants.tsx:6 +#: src/lib/constants/shared.constants.tsx:11 msgid "Link copied!" msgstr "" @@ -1459,7 +1534,8 @@ msgstr "" msgid "listen to podcast" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:267 +#: src/components/organisms/MediaForm/MediaForm.constants.ts:24 +#: src/pages/ProjectReview/ProjectReview.tsx:272 msgid "Loading video player..." msgstr "" @@ -1467,14 +1543,15 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:122 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:135 +#: src/lib/constants/shared.constants.tsx:70 #: src/pages/ProjectLocation/ProjectLocation.tsx:44 -#: src/pages/ProjectReview/ProjectReview.tsx:202 +#: src/pages/ProjectReview/ProjectReview.tsx:205 msgid "Location" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:93 -#: src/lib/constants/shared.constants.tsx:40 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:99 +#: src/lib/constants/shared.constants.tsx:45 msgid "Location of retirement" msgstr "" @@ -1488,7 +1565,11 @@ msgstr "" msgid "log in for faster checkout" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:66 +#: src/components/organisms/RegistryLayout/RegistryLayout.constants.ts:11 +msgid "Log out" +msgstr "" + +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:68 msgid "Login Email" msgstr "" @@ -1500,30 +1581,38 @@ msgstr "" msgid "Main photo" msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:63 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:84 msgid "Make sure this is the correct REGEN address. <0>If you change this to an address you don’t have access to, you will be unable to edit the project." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:431 +#: src/components/organisms/PostForm/PostForm.tsx:469 msgid "Make the entire post private" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:345 +#: src/components/organisms/PostForm/PostForm.tsx:383 msgid "Make the entire post public" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:397 +#: src/components/organisms/PostForm/PostForm.tsx:435 msgid "Make the files and location data private" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:362 +#: src/components/organisms/PostForm/PostForm.tsx:400 msgid "Make the location data private" msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:74 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:80 msgid "Make your purchase anonymous. Your name will be hidden from the retirement certificate and the certificate will be hidden from your public profile." msgstr "" +#: src/lib/constants/shared.constants.tsx:66 +msgid "Max" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:110 +msgid "Maximum {maximumFractionDigits} decimal places" +msgstr "" + #: src/components/organisms/ProjectTopSection/ProjectTopSection.constants.ts:7 msgid "measured co-benefit" msgstr "" @@ -1537,7 +1626,7 @@ msgid "measurement approach" msgstr "" #: src/pages/Media/Media.tsx:72 -#: src/pages/ProjectReview/ProjectReview.tsx:227 +#: src/pages/ProjectReview/ProjectReview.tsx:230 msgid "Media" msgstr "" @@ -1553,7 +1642,7 @@ msgstr "" #: src/components/organisms/CreditClassForms/CreditClassForm.tsx:105 #: src/components/organisms/CreditClassForms/CreditClassReview.tsx:40 #: src/pages/ProjectMetadata/ProjectMetadata.tsx:72 -#: src/pages/ProjectReview/ProjectReview.tsx:303 +#: src/pages/ProjectReview/ProjectReview.tsx:309 msgid "Metadata" msgstr "" @@ -1585,15 +1674,28 @@ msgstr "" msgid "more details" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:195 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:203 msgid "More Projects" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:96 +#: src/lib/constants/shared.constants.tsx:72 +msgid "Move down" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:71 +msgid "Move up" +msgstr "" + +#: src/pages/ProjectReview/ProjectReview.tsx:99 msgid "MsgCreateProject Error" msgstr "" +#: src/lib/constants/shared.constants.tsx:88 +msgid "Must be a date in the past" +msgstr "" + #: src/components/organisms/ChooseCreditsForm/ChooseCreditsForm.constants.tsx:10 +#: src/lib/constants/shared.constants.tsx:99 msgid "Must be positive" msgstr "" @@ -1601,13 +1703,13 @@ msgstr "" msgid "Must have recipients" msgstr "" -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:144 -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:104 -#: src/pages/ProjectReview/ProjectReview.tsx:189 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:158 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:131 +#: src/pages/ProjectReview/ProjectReview.tsx:192 msgid "Name" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:213 +#: src/components/organisms/AdditionalityForm.tsx:214 msgid "Natural ecosystem, unmanaged" msgstr "" @@ -1615,7 +1717,7 @@ msgstr "" msgid "NCT represents the first IBC-compatible carbon token to the Interchain economy, and launches via NCT: Regen and NCT: Osmo pools on the Osmosis exchange." msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:59 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:80 msgid "New admin address" msgstr "" @@ -1623,7 +1725,7 @@ msgstr "" msgid "New confirmation code sent" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:224 +#: src/components/organisms/PostForm/PostForm.tsx:251 msgid "New post" msgstr "" @@ -1637,7 +1739,7 @@ msgstr "" #: src/components/molecules/ProjectPageFooter.tsx:49 #: src/features/ecocredit/CreateBatchBySteps/CreateBatchMultiStepForm/CreateBatchMultiStepForm.constants.ts:11 -#: src/lib/constants/shared.constants.tsx:9 +#: src/lib/constants/shared.constants.tsx:14 msgid "Next" msgstr "" @@ -1665,11 +1767,15 @@ msgstr "" msgid "No matching results found" msgstr "" +#: src/lib/constants/shared.constants.tsx:79 +msgid "No options available" +msgstr "" + #: src/components/organisms/RetirementCertificatesTable/RetirementCertificatesTable.tsx:52 msgid "No retirements to display" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:162 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:175 msgid "No specific location" msgstr "" @@ -1685,7 +1791,7 @@ msgstr "" msgid "Note: all location data can be made private on the main create post form." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:478 +#: src/components/organisms/PostForm/PostForm.tsx:516 msgid "NOTE: As posts are anchored to the blockchain, they are not editable once published" msgstr "" @@ -1715,7 +1821,7 @@ msgstr "" msgid "old project admin" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:373 +#: src/components/organisms/PostForm/PostForm.tsx:411 msgid "Only the locations of the files will be hidden from public view." msgstr "" @@ -1731,7 +1837,7 @@ msgstr "" msgid "Organization Name" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:178 +#: src/components/organisms/AdditionalityForm.tsx:179 msgid "Other regenerative grazing practice" msgstr "" @@ -1743,13 +1849,17 @@ msgstr "" msgid "Peer <0/>Reviewed" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:114 -#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:183 -#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:282 -#: src/components/organisms/MediaForm/MediaFormStory.tsx:177 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:127 +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:221 +#: src/components/organisms/MediaForm/MediaFormPhotos.tsx:340 +#: src/components/organisms/MediaForm/MediaFormStory.tsx:209 msgid "Photo credit" msgstr "" +#: src/lib/constants/shared.constants.tsx:96 +msgid "Please choose a denom" +msgstr "" + #: src/pages/VerifyEmail/VerifyEmail.tsx:44 msgid "Please confirm your email address" msgstr "" @@ -1766,21 +1876,41 @@ msgstr "" msgid "Please contact us at <0>support@regen.networkto resolve this issue. Do not reinitiate the transaction." msgstr "" -#: src/lib/constants/shared.constants.tsx:12 -#: src/lib/constants/shared.constants.tsx:29 +#: src/lib/constants/shared.constants.tsx:17 +#: src/lib/constants/shared.constants.tsx:34 #: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.constants.ts:56 msgid "Please correct the errors above" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:103 -#: src/lib/constants/shared.constants.tsx:45 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:109 +#: src/lib/constants/shared.constants.tsx:50 msgid "Please enter a location for the retirement of these credits. This prevents double counting of credits in different locations." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:524 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:526 msgid "Please enter a location for the retirement of these credits. This prevents double counting of credits in different locations. These credits will auto-retire." msgstr "" +#: src/lib/constants/shared.constants.tsx:85 +msgid "Please enter a valid amount" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:81 +msgid "Please enter a valid email address" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:89 +msgid "Please enter a valid URL" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:92 +msgid "Please enter a valid VCS Project ID" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:93 +msgid "Please enter valid JSON-LD" +msgstr "" + #: src/config/errors.tsx:34 msgid "Please purchase some REGEN to cover the transaction fees for this action." msgstr "" @@ -1798,7 +1928,11 @@ msgstr "" msgid "Portfolio" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:367 +#: src/lib/constants/shared.constants.tsx:63 +msgid "Position and size your image" +msgstr "" + +#: src/components/organisms/PostForm/PostForm.tsx:405 msgid "Post and files are public" msgstr "" @@ -1810,17 +1944,17 @@ msgstr "" msgid "Post is private" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:402 +#: src/components/organisms/PostForm/PostForm.tsx:440 msgid "Post is public" msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:126 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:144 msgid "Postal code" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:145 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:572 -#: src/lib/constants/shared.constants.tsx:49 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:165 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:575 +#: src/lib/constants/shared.constants.tsx:54 msgid "Postal Code" msgstr "" @@ -1837,7 +1971,7 @@ msgstr "" msgid "Previous" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:135 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:166 msgid "Price" msgstr "" @@ -1862,11 +1996,11 @@ msgstr "" msgid "print certificate" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:225 +#: src/components/organisms/AdditionalityForm.tsx:226 msgid "Prior environmental conditions" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:190 +#: src/components/organisms/AdditionalityForm.tsx:191 msgid "Prior to adopting these regenerative practices (going back 5 years prior) how were you using the land?" msgstr "" @@ -1874,7 +2008,7 @@ msgstr "" msgid "Privacy" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:333 +#: src/components/organisms/PostForm/PostForm.tsx:371 msgid "Privacy settings" msgstr "" @@ -1890,8 +2024,8 @@ msgstr "" msgid "profile banner" msgstr "" -#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:150 -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:110 +#: src/components/organisms/EditProfileForm/EditProfileForm.tsx:164 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:137 msgid "Profile image" msgstr "" @@ -1956,7 +2090,7 @@ msgstr "" msgid "project benefit" msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:168 +#: src/components/organisms/RolesForm/RolesForm.tsx:213 msgid "Project Developer" msgstr "" @@ -1992,7 +2126,7 @@ msgstr "" msgid "Project Location" msgstr "" -#: src/components/organisms/MetadataForm/MetadataForm.tsx:87 +#: src/components/organisms/MetadataForm/MetadataForm.tsx:99 msgid "Project metadata" msgstr "" @@ -2050,12 +2184,12 @@ msgstr "" msgid "public profile tabs" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:404 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:406 msgid "Purchase options" msgstr "" #: src/components/organisms/BasketOverview/BasketOverview.constants.ts:3 -#: src/lib/constants/shared.constants.tsx:28 +#: src/lib/constants/shared.constants.tsx:33 #: src/pages/Dashboard/MyEcocredits/MyEcocredits.constants.ts:15 msgid "Put in basket" msgstr "" @@ -2072,8 +2206,8 @@ msgstr "" msgid "read article" msgstr "" -#: src/components/organisms/BridgeForm/BridgeForm.tsx:93 -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:123 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:115 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:141 msgid "Recipient" msgstr "" @@ -2081,11 +2215,11 @@ msgstr "" msgid "Recipient address" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:35 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:62 msgid "Recipient(s)" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:36 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:63 msgid "Recipients" msgstr "" @@ -2113,7 +2247,7 @@ msgstr "" msgid "Regen Network Development, PBC" msgstr "" -#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:137 +#: src/components/organisms/RolesForm/components/ProfileModal/ProfileModal.tsx:176 msgid "REGEN wallet address" msgstr "" @@ -2121,7 +2255,7 @@ msgstr "" msgid "registry" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:230 +#: src/components/organisms/AdditionalityForm.tsx:231 msgid "Relevant environmental changes within the project area. These include changes in vegetation such as clearing or planting, hydrology, soil conditions, or other." msgstr "" @@ -2133,7 +2267,7 @@ msgstr "" msgid "Request fund" msgstr "" -#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:168 +#: src/components/organisms/CreateSellOrderForm/CreateSellOrderForm.tsx:202 msgid "Require that credits are retired upon purchase" msgstr "" @@ -2145,7 +2279,7 @@ msgstr "" msgid "Required since you added a project story title" msgstr "" -#: src/lib/constants/shared.constants.tsx:51 +#: src/lib/constants/shared.constants.tsx:56 msgid "Required with postal code" msgstr "" @@ -2161,7 +2295,7 @@ msgstr "" msgid "Reset filters" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:155 +#: src/components/organisms/AdditionalityForm.tsx:156 msgid "Residue grazing" msgstr "" @@ -2173,21 +2307,21 @@ msgstr "" msgid "Resources for Getting Started" msgstr "" -#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:121 +#: src/components/organisms/CreditRetireForm/CreditRetireForm.tsx:136 #: src/components/organisms/Modals/CreditRetireModal/CreditRetireModal.constants.ts:3 msgid "Retire" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:167 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:187 msgid "Retire all credits upon transfer" msgstr "" #: src/components/molecules/CreditsAmount/CreditsAmount.constants.ts:13 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:416 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:418 msgid "Retire credits now" msgstr "" -#: src/lib/constants/shared.constants.tsx:31 +#: src/lib/constants/shared.constants.tsx:36 msgid "Retire credits upon transfer" msgstr "" @@ -2213,7 +2347,7 @@ msgid "Retirement date" msgstr "" #: src/components/organisms/CreditRetireForm/CreditRetireForm.RetirementReminder.tsx:14 -#: src/lib/constants/shared.constants.tsx:52 +#: src/lib/constants/shared.constants.tsx:57 msgid "Retirement is permanent and non-reversible." msgstr "" @@ -2222,13 +2356,13 @@ msgstr "" msgid "Retirement location" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:71 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:77 msgid "Retirement note" msgstr "" -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:51 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:489 -#: src/lib/constants/shared.constants.tsx:35 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:57 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:491 +#: src/lib/constants/shared.constants.tsx:40 #: src/pages/Certificate/Certificate.constants.ts:17 msgid "Retirement reason" msgstr "" @@ -2236,9 +2370,9 @@ msgstr "" #: src/components/molecules/PlanStepper.tsx:17 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:31 #: src/components/organisms/CreditClassForms/CreateCreditClassForm.tsx:32 -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:40 -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:41 -#: src/pages/ProjectReview/ProjectReview.tsx:180 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:67 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:68 +#: src/pages/ProjectReview/ProjectReview.tsx:183 msgid "Review" msgstr "" @@ -2250,7 +2384,7 @@ msgstr "" msgid "rolling acceptance window" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:109 +#: src/components/organisms/AdditionalityForm.tsx:110 msgid "Rotational grazing" msgstr "" @@ -2265,11 +2399,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:472 +#: src/components/organisms/PostForm/PostForm.tsx:510 msgid "save draft" msgstr "" -#: src/lib/constants/shared.constants.tsx:10 +#: src/lib/constants/shared.constants.tsx:15 msgid "Save draft & exit" msgstr "" @@ -2290,6 +2424,10 @@ msgstr "" msgid "See all methodologies" msgstr "" +#: src/lib/constants/shared.constants.tsx:74 +msgid "See an example»" +msgstr "" + #: src/components/organisms/CreditClassForms/CreditClassFinished.tsx:48 msgid "see credit class page" msgstr "" @@ -2310,7 +2448,7 @@ msgstr "" msgid "Sell" msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:271 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:273 #: src/pages/Marketplace/Storefront/hooks/useCheckSellOrderAvailabilty.tsx:48 msgid "Sell order" msgstr "" @@ -2327,7 +2465,7 @@ msgstr "" msgid "Sell orders" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:198 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:218 #: src/pages/Dashboard/MyEcocredits/MyEcocredits.constants.ts:18 msgid "Send" msgstr "" @@ -2336,7 +2474,7 @@ msgstr "" msgid "Send additional retired credits" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:117 +#: src/components/organisms/CreditSendForm/CreditSendForm.tsx:135 msgid "Sender" msgstr "" @@ -2394,7 +2532,7 @@ msgstr "" msgid "Signing failed" msgstr "" -#: src/pages/ProjectReview/ProjectReview.tsx:192 +#: src/pages/ProjectReview/ProjectReview.tsx:195 msgid "Size" msgstr "" @@ -2411,7 +2549,7 @@ msgstr "" msgid "Small or Medium Sized Business" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:114 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:117 msgid "Social Accounts" msgstr "" @@ -2431,7 +2569,7 @@ msgstr "" msgid "Sorry, you don’t have any REGEN to cover transaction fees" msgstr "" -#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:48 +#: src/features/ecocredit/CreateBatchBySteps/form-model.ts:75 msgid "Sorry, your transaction was not successful." msgstr "" @@ -2455,10 +2593,11 @@ msgstr "" msgid "Start typing the location" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:126 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:111 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:557 -#: src/lib/constants/shared.constants.tsx:48 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:141 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:124 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:559 +#: src/lib/constants/shared.constants.tsx:53 +#: src/lib/constants/shared.constants.tsx:76 msgid "State / Region" msgstr "" @@ -2500,7 +2639,7 @@ msgstr "" msgid "Story video or photo" msgstr "" -#: src/lib/constants/shared.constants.tsx:11 +#: src/lib/constants/shared.constants.tsx:16 msgid "submit" msgstr "" @@ -2524,7 +2663,7 @@ msgstr "" msgid "Successfully issued credit batches" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:230 +#: src/components/organisms/PostForm/PostForm.tsx:257 msgid "Summarize this update." msgstr "" @@ -2532,7 +2671,7 @@ msgstr "" msgid "Support" msgstr "" -#: src/lib/constants/shared.constants.tsx:33 +#: src/lib/constants/shared.constants.tsx:38 msgid "take from basket" msgstr "" @@ -2554,7 +2693,7 @@ msgstr "" msgid "terms of service" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:379 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:393 msgid "Thanks for submitting your information!" msgstr "" @@ -2570,23 +2709,23 @@ msgstr "" msgid "The caption message must be under {CAPTION_CHART_LIMIT} characters." msgstr "" -#: src/lib/constants/shared.constants.tsx:32 +#: src/lib/constants/shared.constants.tsx:37 msgid "The creator of this basket has chosen that all credits must be retired upon take." msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:171 +#: src/components/organisms/RolesForm/RolesForm.tsx:216 msgid "The individual or organization that is in charge of managing the project and will appear on the project page." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:437 +#: src/components/organisms/PostForm/PostForm.tsx:475 msgid "The post and all of its contents will be hidden from public view." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:444 +#: src/components/organisms/PostForm/PostForm.tsx:482 msgid "The post and files still can be shared privately via secret link." msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:162 +#: src/components/organisms/AdditionalityForm.tsx:163 msgid "The practice of letting livestock graze crop residue after a crop has been harvested." msgstr "" @@ -2594,18 +2733,18 @@ msgstr "" msgid "The project can still be viewed at:" msgstr "" -#: src/components/organisms/CreditSendForm/CreditSendForm.utils.tsx:64 +#: src/components/organisms/CreditSendForm/CreditSendForm.utils.tsx:73 msgid "The recipient address cannot be the same as the sender address" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:97 -#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:90 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:519 -#: src/lib/constants/shared.constants.tsx:42 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:103 +#: src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.Retirement.tsx:96 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:521 +#: src/lib/constants/shared.constants.tsx:47 msgid "The retirement location can be where you live or your business operates." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:465 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:467 msgid "The seller of these credits has chosen to only allow for immediate retiring of credits. These credits cannot be purchased as a tradable asset." msgstr "" @@ -2626,7 +2765,7 @@ msgstr "" msgid "These credits are currently sold out. More may become available in the future." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:441 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:443 msgid "These credits will be a tradable asset. They can be retired later via Regen Marketplace." msgstr "" @@ -2634,7 +2773,7 @@ msgstr "" msgid "These credits will be a tradeable asset. They can be retired later via Regen Marketplace." msgstr "" -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:419 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:421 msgid "These credits will be retired upon purchase and will not be tradable. Retirement is permanent and non-reversible." msgstr "" @@ -2642,7 +2781,7 @@ msgstr "" msgid "These credits will be retired upon purchase and will not be tradeable. Retirement is permanent and non-reversible." msgstr "" -#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:71 +#: src/components/organisms/RolesForm/components/AdminModal/AdminModal.tsx:92 msgid "This change will only be made after you save the change and sign the transaction." msgstr "" @@ -2655,10 +2794,18 @@ msgstr "" msgid "This data is on chain or anchored on chain via a content hash." msgstr "" +#: src/lib/constants/shared.constants.tsx:80 +msgid "This field is required" +msgstr "" + #: src/components/organisms/PostFlow/PostFlow.SignModal.tsx:82 msgid "This is comparable to signing a legal document and implies you believe the contents are accurate." msgstr "" +#: src/components/organisms/MediaForm/MediaForm.constants.ts:22 +msgid "This is not a valid video url" +msgstr "" + #: src/pages/Dashboard/MyProjects/MyProjects.constants.ts:6 msgid "This is not yet supported by Wallet Connect and Keplr mobile. Please log in using Keplr browser extension on desktop." msgstr "" @@ -2676,15 +2823,19 @@ msgstr "" msgid "This is the name of the farm, ranch, property, or conservation project." msgstr "" -#: src/components/organisms/BridgeForm/BridgeForm.tsx:95 +#: src/components/organisms/BridgeForm/BridgeForm.tsx:117 msgid "This is the Polygon address of the recipient." msgstr "" +#: src/lib/constants/shared.constants.tsx:69 +msgid "This may take some time if your file size is large." +msgstr "" + #: src/components/organisms/PaymentInfoForm/PaymentInfoForm.CustomerInfo.tsx:61 msgid "This name will appear on the retirement certificate unless you choose to retire anonymously in the next step. It is also your user profile name." msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:350 +#: src/components/organisms/PostForm/PostForm.tsx:388 msgid "This post and all of its files will be visible." msgstr "" @@ -2708,7 +2859,7 @@ msgstr "" msgid "Timestamp" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:229 +#: src/components/organisms/PostForm/PostForm.tsx:256 msgid "Title" msgstr "" @@ -2773,7 +2924,7 @@ msgstr "" msgid "Trade" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:205 +#: src/components/organisms/AdditionalityForm.tsx:206 msgid "Traditional grazing" msgstr "" @@ -2809,6 +2960,14 @@ msgstr "" msgid "Untitled" msgstr "" +#: src/lib/constants/shared.constants.tsx:60 +msgid "Update" +msgstr "" + +#: src/lib/constants/shared.constants.tsx:62 +msgid "Update image details" +msgstr "" + #: src/pages/ProjectEdit/ProjectEdit.constants.ts:4 msgid "Update project metadata" msgstr "" @@ -2817,6 +2976,10 @@ msgstr "" msgid "Upload image" msgstr "" +#: src/lib/constants/shared.constants.tsx:61 +msgid "Uploading image" +msgstr "" + #: src/pages/ProjectFinished/ProjectFinished.tsx:91 msgid "url" msgstr "" @@ -2825,7 +2988,7 @@ msgstr "" msgid "USD" msgstr "" -#: src/components/organisms/EditFileForm/EditFileForm.tsx:147 +#: src/components/organisms/EditFileForm/EditFileForm.tsx:160 msgid "Use file geolocation" msgstr "" @@ -2833,7 +2996,7 @@ msgstr "" msgid "Use my credit card on file ending in {0}" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:117 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:120 msgid "Use your social account to log in to Regen Marketplace." msgstr "" @@ -2881,11 +3044,11 @@ msgstr "" msgid "verification reports" msgstr "" -#: src/components/organisms/RolesForm/RolesForm.tsx:185 +#: src/components/organisms/RolesForm/RolesForm.tsx:230 msgid "Verifier" msgstr "" -#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:318 +#: src/pages/CreditClassDetails/CreditClassDetailsWithContent/CreditClassDetailsWithContent.tsx:326 msgid "Videos" msgstr "" @@ -2897,7 +3060,7 @@ msgstr "" msgid "VIEW ALL SELL ORDERS" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:267 +#: src/components/organisms/PostForm/PostForm.tsx:298 msgid "View all supported file types»" msgstr "" @@ -2969,7 +3132,7 @@ msgstr "" msgid "visit our homepage instead" msgstr "" -#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:139 +#: src/components/organisms/UserAccountSettings/UserAccountSettings.tsx:142 msgid "Wallet integration" msgstr "" @@ -2997,7 +3160,7 @@ msgstr "" msgid "We've just sent a confirmation email to:" msgstr "" -#: src/components/organisms/AdditionalityForm.tsx:102 +#: src/components/organisms/AdditionalityForm.tsx:103 msgid "Which regenerative practices have you been applying and for how long?" msgstr "" @@ -3025,7 +3188,7 @@ msgstr "" msgid "with crypto" msgstr "" -#: src/components/organisms/PostForm/PostForm.tsx:248 +#: src/components/organisms/PostForm/PostForm.tsx:279 msgid "Write a short comment or longer project update." msgstr "" @@ -3053,12 +3216,12 @@ msgstr "" msgid "You are not yet listed as an issuer on any credit classes" msgstr "" -#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:75 -#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:493 +#: src/components/molecules/BottomCreditRetireFields/BottomCreditRetireFields.tsx:81 +#: src/components/organisms/BuyCreditsModal/BuyCreditsModal.tsx:495 msgid "You can add the name of the organization or person you are retiring the credits on behalf of here (i.e. 'Retired on behalf of ABC Organization')" msgstr "" -#: src/lib/constants/shared.constants.tsx:37 +#: src/lib/constants/shared.constants.tsx:42 msgid "You can add the name of the organization or person you are retiring the credits on behalf of here (i.e. \"Retired on behalf of ABC Organization\")" msgstr "" @@ -3086,7 +3249,7 @@ msgstr "" msgid "You do not have any tradable credits to sell from this project." msgstr "" -#: src/lib/constants/shared.constants.tsx:30 +#: src/lib/constants/shared.constants.tsx:35 msgid "You don't have enough basket tokens" msgstr "" @@ -3106,6 +3269,10 @@ msgstr "" msgid "You must add at most {GALLERY_PHOTOS_MAX} photos to the photo gallery." msgstr "" +#: src/lib/constants/shared.constants.tsx:84 +msgid "You must agree to continue" +msgstr "" + #: src/pages/ConnectWalletPage/ConnectWalletPage.constants.ts:3 msgid "You must connect to Keplr in order to view the content of this page." msgstr ""