-
Notifications
You must be signed in to change notification settings - Fork 22
/
translation.json
2197 lines (2197 loc) · 146 KB
/
translation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"accountTypeLabel": {
"base": "Core",
"ica": "ICA",
"polytone": "Cross-chain",
"valence": "Rebalancer"
},
"actionCategory": {
"advancedDescription": "Execute custom actions and bulk import actions.",
"advancedLabel": "Advanced",
"appearanceDescription": "Customize the appearance of this DAO's page.",
"appearanceLabel": "Appearance",
"authorizationsDescription": "Grant, revoke, and perform authorizations.",
"authorizationsLabel": "Authorizations",
"chainGovernanceDescription": "Participate in the blockchain's governance.",
"chainGovernanceLabel": "Blockchain Governance",
"commonlyUsedDescription": "Commonly used actions.",
"commonlyUsedLabel": "Commonly Used",
"daoGovernanceDescription_dao": "Configure how this DAO governs itself (for example: how voting works).",
"daoGovernanceDescription_gov": "Manage the governance of DAOs.",
"daoGovernanceDescription_wallet": "Manage the governance of DAOs.",
"daoGovernanceLabel": "DAO Governance",
"nftsDescription_dao": "Mint, transfer, burn, and display NFTs in this DAO's treasury.",
"nftsDescription_gov": "Mint, transfer, and burn NFTs.",
"nftsDescription_wallet": "Mint, transfer, and burn NFTs.",
"nftsLabel": "NFTs",
"pressDescription": "Publish, update, and remove posts.",
"pressLabel": "Press",
"rebalancerDescription_dao": "Manage the automatic rebalancing of this DAO's treasury.",
"rebalancerDescription_gov": "Manage the automatic rebalancing of this DAO's treasury.",
"rebalancerDescription_wallet": "Manage the automatic rebalancing of your tokens.",
"rebalancerLabel": "Rebalancer",
"rewardsDescription": "Create and manage reward distributions.",
"rewardsLabel": "Rewards",
"smartContractingDescription": "Create, execute, and manage smart contracts.",
"smartContractingLabel": "Smart Contracting",
"subDaosDescription": "Manage SubDAOs or become a SubDAO.",
"subDaosLabel": "SubDAOs",
"treasuryDescription_dao": "Manage this DAO's treasury (for example, send payments, stake or swap tokens, etc.).",
"treasuryDescription_gov": "Manage the community pool (for example, send payments, stake or swap tokens, etc.).",
"treasuryDescription_wallet": "Manage your tokens (for example, send payments, stake or swap tokens, etc.).",
"treasuryLabel_dao": "Treasury",
"treasuryLabel_gov": "Community Pool",
"treasuryLabel_wallet": "Wallet"
},
"button": {
"acceptTerms": "I accept the terms",
"accountCreationActionAdded": "Account creation action added",
"add": "Add",
"addADescriptionOptional": "Add a description (optional)",
"addAccountCreationAction": "Add account creation action",
"addAccountCreationActions": "Add account creation actions",
"addAction": "Add action",
"addAllowance": "Add allowance",
"addAnotherAction": "Add another {{action}} action",
"addAttribute": "Add attribute",
"addChains": "Add chains",
"addCollection": "Add collection",
"addEntry": "Add entry",
"addFile": "Add file",
"addFunds": "Add funds",
"addImage": "Add image",
"addMember": "Add a member",
"addMembers": "Add members",
"addNewOption": "Add a new option",
"addPayment": "Add payment",
"addRegisterAction": "Add register action",
"addStep": "Add step",
"addTier": "Add a tier",
"addToKeplr": "Add token to Keplr",
"addToProfile": "Add to profile",
"addToken": "Add token",
"addUpdateWidget": "Add/update widget",
"addVestingManagerSetupAction": "Add vesting manager setup action",
"addVetoer": "Add vetoer",
"addedRegisterAction": "Added register action",
"apolloSafe": "Apollo Safe",
"approve": "Approve",
"back": "Back",
"begin": "Begin",
"beginRating": "Begin rating",
"burn": "Burn",
"cancel": "Cancel",
"castYourVote": "Cast your vote",
"change": "Change",
"changeProposal": "Change proposal",
"changeVetoer": "Change vetoer",
"changeVote": "Change vote",
"changeYourVote": "Change your vote",
"chooseDao": "Choose DAO",
"chooseDistribution": "Choose distribution",
"chooseImage": "Choose image",
"chooseProposal": "Choose proposal",
"chooseSubDao": "Choose SubDAO",
"claim": "Claim",
"claimNumTokens": "Claim your {{amount}} ${{tokenSymbol}}",
"claimStakingRewards": "Claim staking rewards",
"claimYourTokens": "Claim your tokens",
"clear": "Clear",
"clearAll": "Clear all",
"clearNotification": "Clear notification",
"clearSelected": "Clear {{count}} selected",
"clickHereToProposeAdding": "Click here to propose adding it.",
"clickHereToProposeRecognizingIt": "Click here to propose recognizing it.",
"clickHereToProposeSettingAdminToParent": "Click here to propose setting the admin to {{parent}}.",
"clickToCopyAddress": "Click to copy address",
"clickToFollow": "Click to follow",
"clickToUnfollow": "Click to unfollow",
"clickToView": "Click to view",
"close": "Close",
"complete": "Complete",
"connect": "Connect",
"connectToChain": "Connect to {{chainName}}",
"continue": "Continue",
"continueEditing": "Continue editing",
"copy": "Copy",
"copyAddress": "Copy address",
"copyAddressToClipboard": "Copy address to clipboard",
"copyChainAddress": "Copy {{chain}} address",
"copyDaoAddress": "Copy DAO address",
"copyIdToClipboard": "Copy ID to clipboard",
"copyLinkToProposalDraft": "Copy link to proposal draft",
"copyToClipboard": "Copy to clipboard",
"create": "Create",
"createAProposal": "Create a proposal",
"createAToken": "Create a token",
"createAccount": "Create account",
"createCrossChainAccount": "Create cross-chain account",
"createDAO": "Create DAO",
"createNftCollection": "Create NFT collection",
"createPermit": "Create permit",
"createSubDao": "Create SubDAO",
"cryptographicMultisig": "Cryptographic Multisig",
"cw3Multisig": "CW3 Multisig",
"delete": "Delete",
"deleteDraft": "Delete draft",
"deposit": "Deposit",
"depositFiat": "Deposit fiat",
"deselectAllNfts": "Deselect all {{count}} NFTs",
"disable": "Disable",
"distribute": "Distribute",
"distributed": "Distributed",
"done": "Done",
"downloadMembersCsv": "Download member data (.csv)",
"downloadResultsCsv": "Download results (.csv)",
"downloadVotesCsv": "Download voting data (.csv)",
"duplicate": "Duplicate",
"earlyExecute": "Early execute",
"enable": "Enable",
"execute": "Execute",
"findAnotherChain": "Find another chain",
"findAnotherDao": "Find another DAO",
"follow": "Follow",
"forceExecute": "Force execute",
"forcePublish": "Force publish",
"fund": "Fund",
"fundAndExecute": "Fund and execute",
"fundAndRelay": "Fund and relay",
"go": "Go",
"goBack": "Go back",
"goToDaoPage": "Go to DAO page",
"goToDiscordBotRegistration": "Go to Discord Bot Registration",
"goToDiscordDeveloperPortal": "Go to the Discord Developer Portal",
"goToOverruleProposal": "Go to overrule proposal",
"goToProposal": "Go to proposal",
"gotIt": "Got it",
"hide": "Hide",
"hidePreview": "Hide preview",
"hideQrCode": "Hide QR code",
"hideRawData": "Hide raw data",
"ignore": "Ignore",
"import": "Import",
"installKeplr": "Install Keplr",
"instantiate": "Instantiate",
"keepNotification": "Keep notification",
"leaveDao": "Leave DAO",
"loadDraft": "Load draft",
"loadMessageTemplate": "Load message template",
"loadMore": "Load more",
"loadSaves": "Load saves",
"logIn": "Log in",
"logOut": "Log out",
"manage": "Manage",
"manageStake": "Manage your ${{tokenSymbol}} stake",
"manageStaking": "Manage staking",
"manageYourStake": "Manage your stake",
"mergeProfiles": "Merge profiles",
"metadataUploaded": "Metadata uploaded",
"migrate": "Migrate",
"more": "More",
"new": "New",
"newCompensationCycle": "New Compensation Cycle",
"newPost": "New post",
"newProposal": "New proposal",
"newSubDao": "New SubDAO",
"newVestingPayment": "New vesting payment",
"nominate": "Nominate",
"none": "None",
"notifications": "Notifications",
"numNotifications_one": "{{count}} notification",
"numNotifications_other": "{{count}} notifications",
"numNotifications_zero": "Notifications",
"openInChainExplorer": "Open in chain explorer",
"openInDestination": "Open in {{destination}}",
"openProposal": "Open proposal",
"openSidebarToVote": "Open sidebar to vote",
"pause": "Pause",
"prepareUpdate": "Prepare update",
"preview": "Preview",
"propose": "Propose",
"proposeUpgrade": "Propose upgrade",
"publish": "Publish",
"publishAnywayWithCountdown": "Publish anyway? ({{secondsRemaining}})",
"publishProposal": "Publish proposal",
"rateContributions": "Rate contributions",
"readLess": "Read less",
"readMore": "Read more",
"refresh": "Refresh",
"refundAndCancel": "Refund and cancel",
"register": "Register",
"registerDiscordBotWithDaoDao": "Register Discord bot with DAO DAO",
"registerSlashes": "Register slashes",
"registerToVote": "Register to vote",
"registered": "Registered",
"reject": "Reject",
"relay": "Relay",
"remove": "Remove",
"removeWidget": "Remove widget",
"resetQuestion": "Reset?",
"retry": "Retry",
"returnHome": "Return home",
"review": "Review",
"reviewResultsAndPropose": "Review results and propose",
"save": "Save",
"saveDraft": "Save draft",
"searchDaos": "Search DAOs",
"selectAccount": "Select account",
"selectAllNfts": "Select all {{count}} NFTs",
"selectChain": "Select chain",
"selectNfts": "Select NFT(s)",
"selectToken": "Select token",
"selectValidator": "Select validator",
"selectWidget": "Select widget",
"setAsProfilePhoto": "Set as profile photo",
"setDisplayName": "set display name",
"setUpNewNotifier": "Set up new notifier",
"setUpRebalancer": "Set up rebalancer",
"settings": "Settings",
"showInstantiateMessage": "Show Instantiate Message",
"showQrCode": "Show QR code",
"showRawData": "Show raw data",
"simulate": "Simulate",
"spend": "Spend",
"stake": "Stake",
"stakeAllButProposalDeposit": "Stake all but the {{proposalDeposit}} ${{tokenSymbol}} proposal deposit",
"stakeOrUnstake": "Stake or unstake",
"stakeTokenSymbol": "Stake ${{tokenSymbol}}",
"stakeTokens": "Stake tokens",
"stakingMode": {
"claim": "Claim",
"restake": "Restake",
"stake": "Stake",
"unstake": "Unstake"
},
"stopConnecting": "Stop connecting",
"stopFollowing": "Stop following",
"submit": "Submit",
"switchAction": "Switch action",
"switchChain": "Switch chain",
"toggleFullScreen": "Toggle full screen",
"toggleTheme": "Toggle theme",
"topUp": "Top up",
"transfer": "Transfer",
"unfollow": "Unfollow",
"unhide": "Unhide",
"unpause": "Unpause",
"unregister": "Unregister",
"unsetProfilePhoto": "Unset profile photo",
"unsubscribeAll": "Unsubscribe all",
"update": "Update",
"upload": "Upload",
"uploadImage": "Upload image",
"uploadMetadata": "Upload metadata",
"useExistingToken": "Use an existing token",
"verify": "Verify",
"vestingManagerSetupActionAdded": "Vesting manager setup action added",
"veto": "Veto",
"viewDaosPage": "View DAO's page",
"viewOnDaoDao": "View on DAO DAO",
"viewProposals": "View proposals",
"viewResults": "View results",
"withDecodedModuleMessages": "with Decoded Module Messages",
"withdrawAvailableBalance": "Withdraw available balance",
"withdrawFiat": "Withdraw fiat",
"yourProfile": "Your profile"
},
"daoCreator": {
"MembershipBased": {
"description": "Small organization with a few members who are likely to stick around. Members can be added and removed by a vote of existing members.",
"membership": "By invitation",
"name": "Membership DAO (Multisig)",
"supplies": "None"
},
"NftBased": {
"description": "Fluid organization with many members who can join and leave as they wish. Members can alter their governance power and participation by exchanging non-fungible tokens.",
"membership": "By staking NFTs",
"name": "Non-Fungible Token (NFT)-based DAO",
"supplies": "Non-Fungible Tokens"
},
"TokenBased": {
"description": "Fluid organization with many members who can join and leave as they wish. Members can alter their governance power and participation by exchanging tokens.",
"membership": "By staking tokens",
"name": "Token-based DAO",
"supplies": "Tokens"
}
},
"depositRefundPolicy": {
"always": "Always",
"never": "Never",
"only_passed": "Only passed proposals"
},
"emoji": {
"artistPalette": "Artist palette",
"atom": "Atom",
"baby": "Baby",
"babyAngel": "Baby Angel",
"balance": "Balance",
"ballotBox": "Ballot box",
"bank": "Bank",
"bee": "Bee",
"box": "Box",
"brokenHeart": "Broken heart",
"bucket": "Bucket",
"cameraWithFlash": "Camera with flash",
"chains": "Chains",
"chart": "Chart",
"check": "Check",
"clock": "Clock",
"closedLockWithKey": "Closed lock with key",
"computerDisk": "Computer disk",
"construction": "Construction",
"controlKnobs": "Control knobs",
"curvedDownArrow": "Curved down arrow",
"cycle": "Cycle",
"deposit": "Deposit",
"dottedLineFace": "Dotted line face",
"downArrow": "Down arrow",
"family": "Family",
"fileFolder": "File folder",
"filmSlate": "Film slate",
"fire": "Fire",
"gas": "Gas",
"gear": "Gear",
"hammerAndWrench": "Hammer and wrench",
"handshake": "Handshake",
"herb": "Herb",
"image": "Image",
"info": "Info",
"joystick": "Joystick",
"key": "Key",
"lockWithPen": "Lock with pen",
"lowBattery": "Low battery",
"megaphone": "Megaphone",
"memo": "Memo",
"money": "Money",
"moneyBag": "Money bag",
"moneyWings": "Money wings",
"mushroom": "Mushroom",
"numbers": "Numbers",
"openMailbox": "Open mailbox",
"pause": "Pause",
"pencil": "Pencil",
"people": "People",
"personRaisingHand": "Person raising hand",
"pick": "Mining pick",
"play": "Play",
"playPause": "Play pause",
"printer": "Printer",
"pufferfish": "Pufferfish",
"raisedHand": "Raised hand",
"recycle": "Recycle",
"robot": "Robot",
"rocketShip": "Rocket ship",
"suitAndTie": "Suit and tie",
"swords": "Swords",
"telescope": "Telescope",
"thumbDown": "Thumb down",
"token": "Token",
"trash": "Trash",
"unicorn": "Unicorn",
"unlock": "Unlock",
"whale": "Whale",
"wrench": "Wrench",
"x": "X",
"yinYang": "Yin Yang"
},
"error": {
"accountListAlreadySaved": "Account list already saved.",
"accountListNeedsSaving": "Save the account list once you're done.",
"accountNotFound": "Account not found.",
"acknowledgeServiceFee": "You must acknowledge the service fee before you can continue.",
"actionFailedToLoad": "The \"{{action}}\" action failed to load: {{error}}.",
"actionNotFound": "Action with key {{key}} not found.",
"addressNotAMember": "This address it not a member of the DAO.",
"addressNotFoundOnChain": "Address not found on chain.",
"alreadySentTokenSwap_dao": "The DAO has already sent its share of this token swap.",
"alreadySentTokenSwap_gov": "The chain has already sent its share of this token swap.",
"alreadySentTokenSwap_wallet": "You have already sent your share of this token swap.",
"browserExtensionWalletRequiredForProposalExecution": "Executing this proposal requires a browser extension wallet due to its execution metadata. Please try again with a supported wallet.",
"browserNotSupported": "Not supported in this browser.",
"cannotDistributeZeroTokens": "You cannot distribute zero tokens.",
"cannotStakeMoreThanYouHave": "You can't stake or unstake more tokens than you have.",
"cannotTxZeroTokens": "You can't stake, unstake, or claim zero tokens.",
"cannotUseCreateNftCollectionOnStargaze": "You cannot create a new NFT Collection via this action on Stargaze. Use the Stargaze Studio app on the DAO's Apps page instead.",
"cantDownloadRetroactiveSurveyCsv": "You must have been a member of the DAO when the compensation cycle was created in order to download the results.",
"chainNotConnected": "Chain not connected.",
"checkInternetOrTryAgain": "Check your internet connection, refresh the page, or try again later.",
"closeDateMustBeAfterOpenDate": "Close date must be after open date.",
"compensationCycleNeedsProfileName": "You have not set a display name. Set a recognizable name for your profile in the sidebar on the right before submitting a contribution so the DAO members know who you are.",
"correctErrorsAbove": "Please correct the errors above.",
"couldntFindDAO": "We couldn't find a DAO with that address.",
"couldntFindProposal": "We couldn't find a proposal with that ID.",
"couldntFindWallet": "We couldn't find a wallet with that address.",
"counterpartyBalanceInsufficient": "The counterparty's balance of {{amount}} ${{tokenSymbol}} is insufficient. They may be unable to complete this swap.",
"crossChainMessagesErroredOrTimedOut": "One or more cross-chain messages errored or timed out and did not get executed on the destination chain.",
"customTokenNoDecimals": "No decimals were detected for the custom token you entered, so automatic decimal conversion is disabled. Be sure to input the amount in micro-denom units. If you don't know what that means, ask for assistance.",
"daoAccountNotFound": "The DAO account could not be found for this chain.",
"daoAndSubDaosAlreadyOnV2": "This DAO (and all of its SubDAOs, if it has any) have already been upgraded.",
"daoCreationCollision": "An unexpected DAO creation error occurred due to a stale cache. Click the X button in the top right to reset the DAO creation flow and start over. We apologize for the inconvenience.",
"daoCreationIncomplete": "DAO creation is incomplete. Ensure all required fields have been filled out.",
"daoFeatureUnsupported": "{{name}} does not support {{feature}} yet.",
"daoIsInactive_absolute_one": "This DAO is inactive. Proposals cannot be created until {{count}} token is staked.",
"daoIsInactive_absolute_other": "This DAO is inactive. Proposals cannot be created until {{count}} tokens are staked.",
"daoIsInactive_percent": "This DAO is inactive. Proposals cannot be created until {{percent}} of voting power is staked.",
"daoIsPaused": "You cannot create a proposal when the DAO is paused.",
"daoMissingAccountsOnChains_one": "{{daoName}} is missing an account on {{chains}}.",
"daoMissingAccountsOnChains_other": "{{daoName}} is missing accounts on the following chains: {{chains}}.",
"discordAuthFailed": "Discord authentication unexpectedly failed. Try again or reach out to us for assistance.",
"emptyFile": "This file appears to be empty.",
"enterAtLeastTwoAccounts": "Enter at least two accounts.",
"errorOccurredOnPage": "An error occurred on this page.",
"failedParsingCoreVersion": "Failed to determine core version.",
"failedToConnect": "Failed to connect.",
"failedToFindChainAccount": "Failed to find account on {{chain}}.",
"failedToFindGovernanceProposal": "Failed to find governance proposal with ID {{id}}.",
"failedToFindMatchingProposalModule": "Failed to find matching proposal module.",
"failedToFindSpendingAccount": "Failed to find spending account.",
"failedToGetAccountFromWallet": "Failed to get account from wallet.",
"failedToGetFactoryTokenInfo": "Failed to get factory token info. Please enter a valid factory denom.",
"failedToGetTokenInfo": "Failed to get token info. Please enter a valid {{tokenType}} contract address.",
"failedToLoadIbcConnection": "Failed to load IBC connection.",
"failedToLoadIpfsProposalSave": "Failed to load proposal save from IPFS.",
"failedToLoadMembershipRefreshPage": "Failed to load DAO membership status. Refresh the page and try again.",
"failedToLoadWidget": "Failed to load widget.",
"failedToRelayAcks": "Failed to relay acknowledgements from {{chain}}.",
"failedToRelayAndGetAcks": "Failed to relay packets and get acknowledgements.",
"failedToRelayPackets": "Failed to relay packets to {{chain}}.",
"feeTokenNotFound": "Fee token not found.",
"govTokenBalancesDoNotSumTo100": "Total token distribution percentage must equal 100%, but it currently sums to {{totalPercent}}.",
"icaAlreadyExists": "You already have an account on {{chain}}.",
"icaDoesNotExist": "You do not have an account on {{chain}}.",
"icaHostUnsupported": "ICA is either unsupported or misconfigured on {{chain}}, so it is unsafe to use.",
"insufficientBalance": "Insufficient balance of {{amount}} ${{tokenSymbol}}.",
"insufficientFunds": "Insufficient funds.",
"insufficientFundsWarning": "You currently have {{amount}} ${{tokenSymbol}}, which may not be sufficient unless another action transfers funds to the DAO before this one.",
"insufficientFundsWarningMinusServiceFee": "You currently have {{amount}} ${{tokenSymbol}} available (accounting for the service fee), which may not be sufficient unless another action transfers funds to the DAO before this one.",
"insufficientWalletBalance": "Insufficient wallet balance of {{amount}} ${{tokenSymbol}}.",
"invalidAccount": "At least one of the specified accounts is invalid.",
"invalidActionKeys": "Invalid action keys found: {{keys}}",
"invalidChain": "Invalid chain.",
"invalidCosmosMessage": "Invalid <2>Cosmos message</2>",
"invalidDuplicateFound": "Invalid. Duplicate found in other list.",
"invalidExecuteMessage": "Invalid execute message",
"invalidFileTypeAllowed": "Invalid file type. Allowed: {{types}}",
"invalidFileTypeBulkImport": "Invalid file type. Expected JSON or CSV.",
"invalidImportFormatCsv": "Invalid format. Missing `ACTION` column or all rows are empty.",
"invalidImportFormatJson": "Invalid format. Expected `actions` array, with each action containing `key` and `data`.",
"invalidMessage": "Invalid message",
"invalidVerificationCode": "Invalid verification code.",
"invalidWasmFile": "Invalid file type. Expected WASM (.wasm extension) or gzipped WASM (.wasm.gz extension).",
"loadingChainTokens": "Failed to load tokens on {{chain}}. Try refreshing the page, or try again later.",
"loadingData": "Failed to load data.",
"logInToContinue": "Log in to continue.",
"logInToCreate": "Log in to create a DAO.",
"logInToFollow": "Log in to follow a DAO.",
"maxSupplyMustBeAtLeastInitialSupply": "The max supply must be at least as large as the initial supply.",
"metadataNeedsUploading": "Once the proposal details are finalized, click to upload the metadata to IPFS before submitting.",
"metadataUpload": "Failed to upload metadata.",
"missingGovernanceTokenAddress": "Missing governance token address.",
"missingGovernanceTokenDenom": "Missing governance token denom.",
"missingIbcChainAccounts_one": "An account needs to be created on the following chain so it can be used during this multi-hop IBC transaction: {{chains}}. In the event of a catastrophic failure, there is a small chance that a multi-hop IBC transaction will not be reversible, and tokens will end up on one of the intermediary chains. In this case, an account must exist on each intermediary to act as a failsafe. Either a cross-chain or ICA account works and will be automatically detected once created.",
"missingIbcChainAccounts_other": "Accounts need to be created on the following chains so they can be used during this multi-hop IBC transaction: {{chains}}. In the event of a catastrophic failure, there is a small chance that a multi-hop IBC transaction will not be reversible, and tokens will end up on one of the intermediary chains. In this case, an account must exist on each intermediary to act as a failsafe. Either a cross-chain or ICA account works and will be automatically detected once created.",
"missingNativeToken": "Missing native token.",
"multipleChoiceApprovalNotYetSupported": "Approval does not yet support multiple choice proposals. Disable the multiple choice proposal module before enabling an approver, or wait for multiple choice approval support.",
"mustBeAtLeastSixtySeconds": "Must be at least 60 seconds.",
"mustBeMemberToAddMember": "You must be a member of the DAO to propose adding a new member.",
"mustBeMemberToCreateCompensationCycle": "You must be a member of the DAO to create a compensation cycle.",
"mustBeMemberToCreatePost": "You must be a member of the DAO to create a post.",
"mustBeMemberToCreateProposal": "You must be a member of the DAO to create a proposal.",
"mustBeMemberToCreateSubDao": "You must be a member of the DAO to create a SubDAO.",
"mustBeMemberToCreateVestingPayment": "You must be a member of the DAO to create a vesting payment.",
"nameIncorrectLength": "A DAO's name must be between {{min}} and {{max}} characters.",
"needsVote": "You must select a vote.",
"nftCollectionNotChosen": "You must create an NFT collection or enter the address of an existing collection before using this action.",
"nftMetadataNotUploaded": "You must upload the NFT metadata before you can mint.",
"noActionsToSimulate": "No actions to simulate.",
"noCancellableVestingContracts": "There are no vesting contracts that can be cancelled.",
"noChainVestingManager": "There is no vesting payment manager on {{chain}}. Set one up before attempting to create a new vesting payment on {{chain}}.",
"noClaimsAvailable": "No claims available.",
"noCw20Tokens": "There are no CW20 tokens displayed in the treasury.",
"noFromValidatorSelected": "No from validator selected.",
"noIcasForExecute": "No ICAs found. Create an ICA with the Create ICA action before attempting to execute.",
"noImageSelected": "No image selected.",
"noItemsSetUnusableAction": "There are no items set, so this action cannot be used.",
"noMembers": "This DAO has no members.",
"noNftCollections": "There are no NFT collections displayed in the treasury.",
"noNftSelected": "No NFT selected.",
"noNftsSelected": "No NFTs selected.",
"noRewardsToClaim": "No rewards available to claim.",
"noSingleChoiceProposalModule": "The DAO does not have a single choice proposal module.",
"noSingleChoiceProposalModuleAppsDisabled": "The DAO does not have a recognizable single choice proposal module, so Apps cannot be used at this time.",
"noTokenSupply": "No token supply found. Is this the correct token?",
"noTreasuryHistory": "No history found. Try sending some tokens to the treasury, or check back later.",
"noValenceAccount": "No Rebalancer account found.",
"noValidatorFound": "No validator found.",
"noValidatorSelected": "No validator selected.",
"noVestingContractSelected": "No vesting contract selected.",
"noVestingContractsNeedingSlashRegistration": "There are no vesting contracts that need a slash to be registered.",
"noVestingManagersCreated": "You have not created any vesting payment managers.",
"noVotingPower": "You have not given anyone voting power. Add some members to your DAO.",
"notATokenSwapContractAddress": "This contract is not a token swap contract.",
"notAllowedToCreateProposal": "You are not allowed to create a proposal.",
"notAnNftCollectionAddress": "This contract is not an NFT collection.",
"notCw20Address": "This contract address is not a CW20 token.",
"notCw721Address": "This contract address is not a NFT (CW721).",
"notEnoughForDeposit": "You do not have enough tokens to pay the proposal deposit.",
"notInActiveSet": "This validator is not in the active set. No rewards will be earned while this is the case.",
"notPartyInTokenSwap_dao": "The DAO is not a party in this token swap.",
"notPartyInTokenSwap_gov": "The chain is not a party in this token swap.",
"notPartyInTokenSwap_wallet": "You are not a party in this token swap.",
"notYetSentTokenSwap_dao": "The DAO has not yet sent its share of this token swap, so it cannot withdraw.",
"notYetSentTokenSwap_gov": "The chain has not yet sent its share of this token swap, so it cannot withdraw.",
"notYetSentTokenSwap_wallet": "You have not yet sent your share of this token swap, so you cannot withdraw.",
"nothingStaked": "Nothing staked.",
"notificationsNotAllowed": "Notifications not allowed.",
"pageNotFound": "We couldn't find that page.",
"parentMustUpgradeToV2": "SubDAOs cannot upgrade themselves. The parent DAO must upgrade this SubDAO.",
"percentageDoesNotSumTo100": "Total percentage must equal 100%, but it currently sums to {{totalPercent}}.",
"polytoneConnectionNotFound": "Polytone connection not found.",
"polytoneExecutedNoRelay": "The proposal was executed, but not all of the cross-chain messages have been relayed. You must relay them to complete the execution.",
"proposalIdNotFound": "An unexpected error occurred while redirecting to the proposal. Go back to the DAO's home page and reload to find it.",
"proposalNotFound": "Proposal not found.",
"relayerAlreadySetUp": "Relayer already set up.",
"relayerNotSetUp": "Relayer not set up.",
"relayerWalletNeedsFunds": "The relayer wallet needs more funds to pay fees. Press Retry to top up the wallet and try again.",
"selectAChainToContinue": "Select a chain to continue.",
"selectedNftsMustBeFromSameChain": "All selected NFTs must be from the same chain.",
"simulationFailedInvalidProposalActions": "Simulation failed. Verify your proposal actions are valid.",
"stakeInsufficient": "The DAO has {{amount}} ${{tokenSymbol}} staked, which is insufficient.",
"stargazeDaoNoCrossChainAccountsForPress_action": "This Stargaze DAO has no cross-chain accounts, and Press does not work on Stargaze. Create a cross-chain account for the DAO before setting up Press.",
"stargazeDaoNoCrossChainAccountsForPress_daoCreation": "Press does not currently work on Stargaze. Create the DAO first, and then create a cross-chain account in order to set up Press.",
"stepPercentsMustSumTo100": "Step percentages must sum to 100%.",
"subDaoAlreadyExists": "SubDAO already exists.",
"tokenAlreadySelected": "Token already selected.",
"tokenSwapContractNotChosen": "You must create a token swap or enter the address of an existing token swap before using this action.",
"tooFewChoices": "The proposal must have at least two choices.",
"tooManyChoices": "The proposal cannot have more than {{count}} choices.",
"treasuryInsufficient": "The treasury only has {{amount}} ${{tokenSymbol}}, which is insufficient.",
"txNotFound": "Transaction not found.",
"unexpectedError": "An unexpected error occurred.",
"unexpectedlyMissingChains": "Unexpectedly missing chains: {{chains}}. Please contact support.",
"unknownDenom": "Unknown denomination {{denom}}.",
"unknownError": "An unknown error occurred.",
"unknownInboxType": "Unknown inbox item type.",
"unsupportedAminoWallet": "{{name}} does not support amino signing, which is needed in order to perform this action. Please try a different wallet.",
"unsupportedApprovalFailedRender": "Failed to render approval proposal. Unsupported module.",
"unsupportedChains_one": "Unsupported chain: {{chains}}.",
"unsupportedChains_other": "Unsupported chains: {{chains}}.",
"unsupportedValenceChain": "Valence accounts are not supported on this chain.",
"unsupportedWallet": "{{name}} does not support this action. Please try a different wallet."
},
"form": {
"acceptSubDaoAddressInputLabel": "SubDAO to accept",
"addAnImage": "Add an image",
"address": "Address",
"addressInputPlaceholder_any": "Search profile or DAO name or enter an address...",
"addressInputPlaceholder_contract": "Search DAO name or enter an address...",
"addressInputPlaceholder_wallet": "Search profile name or enter an address...",
"admin": "Admin",
"advanced": "Advanced",
"afterDelay": "after delay",
"allowRevotingDescription": "This will allow members to change their vote on proposals before the voting duration deadline. As a result, proposals will not be able to finish early.",
"allowRevotingTitle": "Allow revoting",
"allowedMethods": "Allowed methods",
"allowedMethodsDescription": "Comma separated list of smart contract method names to authorize (i.e. set_item, remove_item)",
"allowsTradingAfter": "Allows trading after",
"amount": "amount",
"amountReceived": "Amount received",
"anotherAccount": "Another account",
"approverDescription": "Specify a DAO that must approve proposals before they can be voted on. This does not currently work with multiple choice proposals.",
"attributeName": "Attribute name",
"attributeNamePlaceholder": "Community impact",
"audioUrl": "Audio URL",
"authzCustomMessageTypeTooltip": "Use a custom protobuf message type. WARNING: do not use this feature unless you know what you're doing.",
"authzLimitsDescription": "Limitations to put on the Authorzation grant.",
"authzMessageType": "The type of Cosmos Message to grant / revoke an authorization for.",
"authzType": "Authorization type",
"authzTypeDescription": "The type of authorization to grant or revoke.",
"authzUseCustomMessageType": "Use custom message type",
"automaticallyAddNFTsTitle": "Automatically add NFTs",
"automaticallyAddNFTsTooltip": "Should NFTs sent to the DAO get added to the treasury?",
"automaticallyAddTokensTitle": "Automatically add tokens",
"automaticallyAddTokensTooltip": "Should tokens sent to the DAO get added to the treasury?",
"banner": "Banner",
"baseToken": "Base token",
"becomeSubDaoAdminInputLabel": "New parent DAO",
"blocksToPauseFor": "Blocks to pause for",
"botTokenTooltip": "Find this in the \"Bot\" tab under the \"TOKEN\" heading. Click \"Reset Token\" to generate a new token and view it.",
"buttonLabel": "Button label",
"calls": "Calls",
"callsDescription": "The maximum amount of times the designated account is authorized to call a smart contract.",
"chainsCurrentlyRegistered": "Chains currently registered",
"closeDate": "Close date",
"codeId": "Code ID",
"collectionAddress": "Collection address",
"collectionName": "Collection name",
"collectionSymbol": "Collection symbol",
"combined": "Combined",
"compensationCycleNamePlaceholder": "October Contributor Drop",
"contractLabel": "Contract label",
"contractPermissions": "Contract permissions",
"contractPermissionsDescription": "The contract permissions this authorization grants the grantee.",
"contribution": "Contribution",
"contributionAttributes": "Contribution attributes",
"contributionAttributesDescription": "These are the values for which raters will be asked to provide ratings on submissions, and the associated tokens comprise the compensation paid out for that attribute. For example, \"Community impact\", \"Financial value\", \"Code quality\", etc.",
"contributionInstructionsPlaceholder": "This is what submitters will see. Provide some guidelines.",
"contributionSubmitted": "You submitted a contribution for this cycle. Submitting again will overwrite your previous response.",
"contributorAddress": "Contributor's address",
"createNewCollection": "Create new collection",
"createNewTokenSwap": "Create new token swap",
"createValidatorMessage": "Create validator message",
"createValidatorMessageTooltip": "Create a validator controlled by your DAO. Note: you will need to run a validator node (on a server for example). Be sure to use that node's public key (<binary> tendermint show-validator).",
"currentValue": "Current value",
"customStakingContract": "Custom staking contract",
"cw20Token": "CW20 Token",
"cw20Tokens": "CW20 tokens",
"daoDescriptionPlaceholder": "Give your DAO a description...",
"daoName": "Name",
"daoNamePlaceholder": "Give your DAO a name",
"daosCurrentlyEnabled": "DAOs currently enabled",
"data": "Data",
"dates": "Dates",
"defaultTierName": "Core contributors",
"delegatorAddress": "Delegator address",
"deposit": "Deposit",
"description": "Description",
"descriptionOptional": "Description (optional)",
"distributionRate": "Distribution rate",
"dragFileHereOrClick": "Drag file here or <2>click</2> to select.",
"dragImageHereOrClick": "Drag image here or <2>click</2> to select.",
"dropFileHere": "Drop file here to select it.",
"dropImageHere": "Drop image here to select it.",
"earlyExecute": "Early execute",
"earlyExecuteTooltip": "If the vetoer decides NOT to veto a passed proposal, this allows them to execute the proposal instead, effectively skipping the timelock duration and speeding up the governance process.",
"editValidatorMessage": "Edit validator message",
"editValidatorMessageTooltip": "Update the information of a validator controlled by your DAO.",
"encodedMessages": "List of encoded messages",
"encodedMessagesTooltip": "Provide a list of protobuf encoded messages with the values in base64.",
"enterImageUrl": "Enter image URL",
"executeSmartContract": "Execute smart contract?",
"executeSmartContractTooltip": "When sending an NFT to a smart contract, you may want to trigger an execution with an optional message on the contract. If you don't know what this means, you probably don't want to use it.",
"existingCollectionAddress": "Existing collection address",
"existingTokenSwapContract": "Existing token swap contract",
"existingTokens": "Existing Tokens",
"expedited": "Expedited",
"expeditedDescription": "Expedited proposals have a shorter voting duration and higher voting threshold.",
"explicitContent": "Explicit content",
"externalLink": "External link",
"fast": "Fast",
"feeShareContractAddressDescription": "The address to claim fee share for. NOTE: you must be admin or the creator of this smart contract to claim fees for it.",
"feeShareToggleWithdrawerAddress": "Custom withdrawer address",
"feeShareToggleWithdrawerAddressTooltip_dao": "Customize the address allowed to withdraw fees. Defaults to the DAO.",
"feeShareToggleWithdrawerAddressTooltip_gov": "Customize the address allowed to withdraw fees. Defaults to the chain's governance module.",
"feeShareToggleWithdrawerAddressTooltip_wallet": "Customize the address allowed to withdraw fees. Defaults to your wallet.",
"feeShareWithdrawerAddress": "Withdrawer address",
"feeShareWithdrawerAddressTooltip": "The address that can withdraw fees.",
"fileName": "File name",
"finishDate": "Finish date",
"from": "From",
"fromValidator": "From Validator",
"fundExistingTokenSwap": "Fund existing token swap",
"funds": "Funds",
"generic": "Generic",
"governanceTokenNamePlaceholder": "Longer name of your token (e.g. \"Dog Dao token\")",
"governanceTokenSymbolPlaceholder": "An alphanumeric symbol (e.g. \"DOG\")",
"grantAuthorizationOption": "Grant authorization",
"grantOrRevokeAuthz": "Grant or revoke authorization",
"granteeAddress": "Grantee address",
"granteeAddressTooltip": "The address you are granting or revoking to execute a message on behalf of the DAO.",
"howManyTokensCanTheyMint": "How many ${{tokenSymbol}} can they mint?",
"iContributedPlaceholder": "I contributed...",
"ibcTimeout": "IBC Timeout",
"ibcTimeoutTooltip": "In rare cases, an IBC transaction may fail to relay to the destination chain. A timeout is required to prevent failed transactions from retrying forever and unexpectedly executing in the future. A good timeout is probably a few days to a week after execution. Since passing a proposal takes time, this timeout will be added to the end of the voting period automatically.",
"ibcTimeoutTooltip_blocks": "In rare cases, an IBC transaction may fail to relay to the destination chain. A timeout is required to prevent failed transactions from retrying forever and unexpectedly executing in the future. A good timeout is probably a few days to a week after execution. Since passing a proposal takes time, make sure this timeout is long enough to cover the entire voting period. This DAO uses a block height-based voting period, so the timeout cannot be added automatically.",
"ibcTimeoutTooltip_created": "In rare cases, an IBC transaction may fail to relay to the destination chain. A timeout is required to prevent failed transactions from retrying forever and unexpectedly executing in the future. A good timeout is probably a few days to a week after execution.",
"image": "Image",
"imageUrlTooltip": "A link to an image.",
"initialBalances": "Initial balances",
"initialDeposit": "Initial deposit",
"initialFunds": "Initial funds",
"initialTokenSupply": "Initial token supply",
"instantiatedAddress": "Instantiated address",
"instructions": "Instructions",
"item": "Item",
"itemNoValueSet": "This item does not currently have a value set.",
"itemValueEmpty": "This item is currently set to an empty value.",
"limits": "Limits",
"maxCharacters": "Max of {{max}} characters",
"maxTokenSupply": "Max token supply",
"maximumSellablePerCycle": "Maximum sellable per cycle",
"maximumSellablePerCycleDescription": "The proportion of maximum value that is allowed to be sold in one cycle.",
"medium": "Medium",
"membersAddress": "Member's address",
"membersToAddOrUpdate": "Members to add or update",
"membersToAddOrUpdateDescription": "Set the voting power of each member individually. DAO DAO will calculate the voting weight percentage for you.",
"membersToRemove": "Members to remove",
"message": "Message",
"messageType": "Message type",
"migrateDescription": "This will <1>migrate</1> the selected contract to a new code ID.",
"migrateMessage": "Migrate message",
"minBalance": "Minimum balance",
"minter": "Minter",
"minterContract": "Minter contract",
"minterContractMessage": "Minter contract message",
"moreThanOneAccount": "More than one account",
"multipleChoiceDescription": "This allows proposals to contain multiple choices instead of just `Yes` and `No`.",
"multipleChoiceOptionDescriptionPlaceholder": "Give your choice a description... (supports Markdown format)",
"multipleChoiceOptionTitlePlaceholder": "Give your choice a title",
"multipleChoiceTitle": "Multiple choice proposals",
"name": "Name",
"native": "Native",
"nativeOrFactoryToken": "Native or factory token",
"nftCollectionAddress": "NFT collection address",
"nftMintInstructions": "Create a unique token ID for the NFT and enter the address of the initial owner below.",
"nftUploadMetadataInstructions": "Input the NFT's metadata, and then press 'Upload' to store it on IPFS.",
"noLimit": "No limit",
"noOne": "No one",
"nobody": "Nobody",
"oAuth2ClientIdTooltip": "Find this in the \"OAuth2\" tab under the \"Client information\" heading.",
"oAuth2ClientSecretTooltip": "Find this in the \"OAuth2\" tab under the \"Client information\" heading, next to \"CLIENT ID\". Click \"Reset Secret\" to generate a new secret and view it.",
"oneOneCollection": "1/1 Collection",
"oneOrMoreAccounts": "One or more accounts",
"onlyMembersExecuteDescription": "If enabled, only members may execute passed proposals.",
"onlyMembersExecuteTitle": "Only members execute",
"openDate": "Open date",
"openFunding": "Open funding",
"optional": "optional",
"options": "Options",
"orUploadOne": "...or upload one below.",
"outputToken": "Output token",
"parameterChanges": "Parameter changes",
"passingThresholdDescription": "The proportion of voters on a single choice (Yes/No/Abstain) proposal who must vote 'Yes' for it to pass. Passing threshold works differently depending on whether your DAO has a quorum.\n- If your DAO *has a quorum*, the passing threshold is only calculated from those who voted.\n- If your DAO has *no quorum*, this is the percentage of the DAO's voting power that must vote 'yes' for a proposal to pass.",
"passingThresholdTitle": "Passing threshold",
"passingThresholdWithQuorumDescription": "The proportion of those who voted on a single choice proposal who must vote 'Yes' for it to pass.",
"payment": "Payment",
"percentOfTotalSupply": "Percent of total token supply",
"percentOfTotalSupplyTooltip": "{{weight}} of the total token supply will be split evenly among all of the members in this tier. Want to add members with different voting power? Add another tier.",
"plan": "Plan",
"postToDelete": "Post to delete",
"postToUpdate": "Post to update",
"priority": "Priority",
"projection": "Projection",
"proportional": "Proportional",
"proposalDepositDescription": "The number of tokens that must be deposited to create a proposal. Setting this may deter spam, but setting it too high may limit broad participation.",
"proposalDepositTitle": "Proposal deposit",
"proposalIdPlaceholder": "Proposal ID",
"proposalSubmissionPolicyDescription": "Who is allowed to submit proposals to the DAO?",
"proposalSubmissionPolicyTitle": "Proposal submission policy",
"proposalType": "Proposal type",
"proposalsDescriptionPlaceholder": "Give your proposal a description (supports Markdown)...",
"proposalsTitlePlaceholder": "Give your proposal a title",
"proposedSpends": "Proposed spends",
"protocolId": "Protocol ID",
"protocolVersion": "Protocol version",
"quorumDescription": "The minimum percentage of voting power that must vote on a proposal for it to be considered. For example, in the US House of Representatives, 218 members must be present for a vote. If you have a DAO with many inactive members, setting this value too high may make it difficult to pass proposals.",
"quorumDescription_create": "The minimum percentage of voting power that must vote on a proposal for it to be considered. For example, in the US House of Representatives, 218 members must be present for a vote. If you have a DAO with many inactive members, setting this value too high may make it difficult to pass proposals.\n\n*If not using a quorum for the single choice proposal passing threshold, this quorum will only apply to multiple choice proposals.*",
"quorumTitle": "Quorum",
"ratingInstructionsPlaceholder": "This is what DAO members will see when they are rating submissions. Provide some guidelines.",
"ratingsSubmitted": "You submitted ratings for this cycle. Submitting again will overwrite your previous response.",
"rebalancerBaseTokenDescription": "The token used to calculate the portfolio value. Tokens may be worth different values depending on the base token, though the market tends to consolidate prices through arbitrage.",
"rebalancerMinBalanceDescription": "Require the rebalancer to maintain a minimum balance of one of the rebalanced tokens, overriding a lower target.",
"rebalancerSpeedAdvancedDescription": "The rebalancer uses a proportional-integral-derivative (PID) control loop to auction funds daily. Set the coefficients for the proportional, integral, and derivative terms below.",
"rebalancerSpeedDescription": "How quickly the portfolio is rebalanced.\n- **Slow** rebalances 5% of your portfolio error every day.\n- **Medium** rebalances 10% of your portfolio error every day.\n- **Fast** rebalances 20% of your portfolio error every day.\n\nPortfolio error is the difference between your target portfolio and your current portfolio.",
"rebalancerTrusteeDescription": "The trustee can pause and resume rebalancing.",
"recipient": "Recipient",
"recurring": "Recurring",
"redelegateDestinationValidator": "Destination validator",
"redelegateDestinationValidatorTooltip": "The validator you are redelegating to.",
"redelegateSourceValidator": "Source validator",
"redelegateSourceValidatorTooltip": "The validator you are redelegating away from.",
"refundFailedProposalsTitle": "Refund failed proposals",
"refundFailedProposalsTooltip": "Should failed proposals have their deposit refunded?",
"refundPolicyTitle": "Once a proposal completes, when should deposits be refunded?",
"revokeAuthorizationOption": "Revoke authorization",
"rewardDistributionRateDescription": "The rate at which rewards are distributed, divided among all members proportional to their voting power.\n- **Recurring** distributes rewards at a fixed rate until funds run out.\n- **Immediate** distributes rewards immediately.",
"royalties": "Royalties",
"salt": "Salt",
"sameAsPublicSubmissionCloseDate": "Same as public submission close date",
"selectAnImage": "Select an image",
"sha256Checksum": "SHA256 checksum",
"showAdvancedNftFields": "Show advanced fields",
"showAdvancedNftFieldsTooltip": "The form above only allows setting name and description in the metadata attached to the image. Turn this on to view more advanced fields.",
"showAdvancedSettings": "Show advanced settings",
"slow": "Slow",
"smartContractAddress": "Smart contract address",
"smartContractMessage": "Smart contract message",
"smartContractMessageDescription": "The smart contract message to execute.",
"speed": "Speed",
"spendingAllowance": "Spending allowance",
"spendingAllowanceDescription": "The amount of funds allowed to be spent by the authorized account.",
"standardCollection": "Standard Collection",
"startDate": "Start date",
"stepNumber": "Step {{number}}",
"steps": "Steps",
"subDaosToRecognize": "SubDAOs to recognize",
"subDaosToRemove": "SubDAOs to remove",
"suggestedItems": "Suggested items",
"suggestedValues": "Suggested values",
"symbol": "Symbol",
"targetOverrideStrategy": "Target override strategy",
"targetOverrideStrategyDescription": "The strategy used for overriding targets when settings conflict (for example, a minimum balance may cause a token to surpass its target percentage after a price increase).\n- **Proportional** means that all other targets are adjusted proportionally.\n- **Priority** means that the rebalancer will try to ensure the higher priority targets (based on their order) are met, sacrificing the targets of the lower priority tokens.",
"tierNameTitle": "Tier name",
"tierNameTooltip": "The \"class\" of member. For example: \"Core developers\" or \"friends and family.\" These names are only for your reference.",
"timelockDuration": "Timelock duration",
"timelockDurationTooltip": "The duration of time after a proposal's voting period expires during which it can be vetoed. The proposal cannot be executed until this timelock expires. If a proposal passes early due to sufficient voting turnout, the timelock still applies after the proposal's entire voting period (and NOT the early pass time).",
"title": "Title",
"to": "To",
"toValidator": "To Validator",
"tokenAddress": "Token address",
"tokenContractAddressTitle": "Token contract address",
"tokenDefinition": "Token definition",
"tokenIdentifier": "Token identifier",
"tokenInfo": "Token info",
"tokenInstructions": "Token instructions",
"tokenSwapCreateInstructions": "In this step, you will create the token swap. This creation step describes how many funds each party needs to send for the swap to complete. <2>No funds will be transferred at this time.</2>",
"tokenSwapExistingInstructions": "In this step, you will choose a token swap that you (or the counterparty) has already initiated. After you fund a swap, you can withdraw the tokens you funded unless (or until) the counterparty has paid. Likewise, the counterparty can withdraw the tokens they funded until you pay.",
"tokenTargets": "Token targets",
"tokens": "Tokens",
"trustee": "Trustee",
"uniqueTokenId": "Unique token ID",
"unjailValidatorMessage": "Unjail validator message",
"unjailValidatorMessageTooltip": "When a validator is 'jailed' for downtime, you must submit an Unjail transaction from the operator account in order to be able to get block proposer rewards again.",
"unlockPercent": "Unlock percent",
"unspecified": "Unspecified",
"unstakingDurationDescription": "In order to vote, members must stake their tokens with the DAO. Members who would like to leave the DAO or trade their governance tokens must first unstake them. This setting configures how long members have to wait after unstaking their tokens for those tokens to become available. The longer you set this duration, the more sure you can be sure that people who register their tokens are keen to participate in your DAO's governance.",
"unstakingDurationTitle": "Unstaking period",
"updateAdminDescription": "This will update the admin for the selected contract. The new admin will have complete control over the contract. Take care.",
"updateProposalSubmissionConfigDescription": "This will update the proposal submission configuration for this DAO. A bad configuration can lock the DAO. Take care. If you have questions, please feel free to ask in the <2>DAO DAO Discord</2>.",
"updateProposalSubmissionConfigTitle": "Update Proposal Submission Config",
"updateVotingConfigDescription": "This will update the voting configuration for this DAO. A bad configuration can lock the DAO or create unexpected voting outcomes. Take care. If you have questions, please feel free to ask in the <2>DAO DAO Discord</2>.",
"updateVotingConfigTitle": "Update Voting Config",
"uploadNewFileQuestion": "Would you like to use a different file?",
"url": "URL",
"useCw20": "Use CW20",
"useCw20ExecuteTooltip": "Fund the smart contract execution with a CW20 token instead of a native token.",
"useDirectIbcPath": "Use direct IBC path",
"useDirectIbcPathTooltip": "When enabled, avoid using the optimized multi-hop path. This may result in an undesirable IBC token on the final chain.",
"useExistingCollection": "Use existing collection",
"useLegacyProposalType": "Use legacy proposal type",
"useQuorum": "Use quorum",
"validator": "Validator",
"value": "Value",
"vestingDuration": "Vesting duration",
"vetoBeforePassed": "Veto before passed",
"vetoBeforePassedTooltip": "This allows the vetoer to veto a proposal while it is still open for voting (i.e. before it passes). Voting is still allowed for the entire voting period so that voters may express their preferences, but the proposal will never be executable once vetoed.",
"videoUrl": "Video URL",
"votingDurationDescription": "The amount of time proposals are open for voting. A low proposal duration may increase the speed at which your DAO can pass proposals. Setting the duration too low may make it difficult for proposals to pass as voters will have limited time to vote. After this time elapses, the proposal will either pass or fail.",
"votingDurationTitle": "Voting duration",
"votingWeightPerMember": "Voting weight per member",
"votingWeightPerMemberTooltip": "Each member of this tier will receive {{weight}} voting power. Want to add members with different voting power? Add another tier.",
"votingWeightPlaceholder": "Voting weight",
"weightByVotingPower": "Weight by voting power",
"weightByVotingPowerTooltip": "When computing a contributor's final rating used to calculate their compensation, this will weight each DAO member's ratings by their own voting power to produce a weighted average.",
"whatDoWeDistributeQuestion": "What do we distribute?",
"whatReceiveCounterpartyQuestion": "What do you need to <2>receive</2> from the counterparty for the token swap to complete?",
"whatSendCounterpartyQuestion": "What do you need to <2>send</2> to the counterparty for the token swap to complete?",
"whoAreYouQuestion": "Who are you?",
"whoCanCancelPayment": "Who can cancel this payment?",
"whoCanMint": "Who can mint an NFT?",
"whoCanUseContract": "Who can use this contract?",
"whoCanVetoProposals": "Who can veto proposals?",
"whoIsCounterparty": "Who is the counterparty?",
"whoTransferNftsQuestion": "Where would you like to transfer the NFT(s)?",
"widget": "Widget",
"withdrawAddress": "Withdraw address"
},
"format": {
"estUsdValue": "${{amount}} est. USD value",
"inTime": "in {{value}} {{unit}}",
"time": "{{value}} {{unit}}",
"timeAgo": "{{value}} {{unit}} ago",
"timeLeft": "{{value}} {{unit}} left",
"token": "{{amount}} ${{symbol}}"
},
"govProposalStatus": {
"depositPeriod": "Deposit Period",
"failed": "Failed",
"passed": "Passed",
"pendingSubmission": "Pending Submission",
"rejected": "Rejected",
"unrecognized": "Unrecognized",
"unspecified": "Unspecified",
"votingPeriod": "Voting Period"
},
"govProposalStatusTitleShort": {
"deposit": "Deposit",
"failed": "Failed",
"passed": "Passed",
"rejected": "Rejected",
"unrecognized": "Unrecognized",
"unspecified": "Unspecified",
"voting": "Voting"
},
"govProposalType": {
"CancelSoftwareUpgradeProposal": "Cancel Software Upgrade",
"CommunityPoolSpendProposal": "Community Pool Spend",
"ParameterChangeProposal": "Parameter Change",
"SoftwareUpgradeProposal": "Software Upgrade",
"TextProposal": "Text"
},
"inboxItemType": {
"joined_dao": {
"description": "When you're added to a DAO.",
"title": "Joined DAO"
},
"pending_proposal_created": {
"description": "When a pending proposal that needs approval is created.",
"title": "Pending proposal created"
},
"pending_proposal_rejected": {
"description": "When a pending proposal is rejected.",
"title": "Pending proposal rejected"
},
"proposal_closed": {
"description": "When a proposal is rejected and closed.",
"title": "Proposal closed"
},
"proposal_created": {
"description": "When a proposal is created.",
"title": "Proposal created"
},
"proposal_executed": {
"description": "When a proposal is passed and executed.",
"title": "Proposal executed"
}
},
"info": {
"abstainVote": "Abstain",
"acceptSubDaoActionDescription": "Accept a pending SubDAO's ownership transfer request. Be sure that the SubDAO-to-be has already requested to join your DAO through the \"Become SubDAO\" action.",
"acceptSubDaoActionOtherActionsAdded": "Other actions that are required to register a new SubDAO have been added to the proposal automatically.",
"acceptSubDaoDescription": "Accept a DAO's request to become a SubDAO.",
"acknowledgeServiceFee": "We acknowledge that {{fee}} will be charged from the treasury for registration to the rebalancer.",
"acknowledgeServiceFee_none": "We acknowledge that there is no fee to register for the rebalancer.",
"actionLibraryDescription": "Choose one or more actions to perform upon execution.",
"actionPageWarning": "There are {{actions}} actions across {{pages}} pages. Make sure you view all pages before voting.",
"actionPaysTokenSwap_paid": "This action sent {{amount}} ${{tokenSymbol}} to the token swap contract below.",
"actionPaysTokenSwap_unpaid": "This action sends {{amount}} ${{tokenSymbol}} to the token swap contract below.",
"actionWithdrawsTokenSwap_done": "This action withdrew {{amount}} ${{tokenSymbol}} from the token swap contract below.",
"actionWithdrawsTokenSwap_pending": "This action withdraws {{amount}} ${{tokenSymbol}} from the token swap contract below.",
"actions_one": "{{count}} action",
"actions_other": "{{count}} actions",
"activePushNotificationSubscriptions_one": "You have {{count}} subscription active.",
"activePushNotificationSubscriptions_other": "You have {{count}} subscriptions active.",
"activeThresholdDescription": "The amount of voting power that needs to be staked in order for the DAO to become active and thus allow proposals to be created.",
"addCw20ToTreasuryActionDescription": "Display the DAO's balance of a CW20 token in the treasury view.",
"addCw721ToTreasuryActionDescription": "Display the NFTs owned by the DAO from a CW721 NFT collection in the treasury view.",
"addDiscordNotifierRedirectInstructions": "In the \"OAuth2\" tab of your Discord application's settings, press the \"Add Redirect\" button under the \"Redirects\" heading. Paste in the URL below, and then click out of the text field. Press the \"Save Changes\" button that appears.",
"addFundsToContinueDistributing": "Add funds to continue distributing rewards via this distribution at the configured rate.",
"addToProfileExplanation": "Add the current chain to your profile shown below.",
"addWalletToProfile": "Add this wallet to your profile.",
"addWalletToProfileToEdit": "You cannot edit your profile until you add the chain your wallet is currently connected to. Click to add it.",
"addedToDaoFollowPrompt": "You were added as a member to this DAO. Follow it to receive updates.",
"advancedVotingConfigWarning": "These are advanced features. If you configure them without fully understanding how they work, you can lock your DAO, making it impossible for proposals to pass.",
"allChains": "All chains",
"allCrossChainAccountsCreated": "All available cross-chain accounts have been created. If you want to request support for other chains, please reach out to us on Discord.",
"allNftSupportedChainsAddedPrompt": "NFTs loaded from all DAO DAO-supported chains.",
"allNftSupportedChainsAddedPromptTooltip": "You have added all chains that DAO DAO supports to your profile.",
"allSupportedTokensAdded": "All supported tokens have been added.",
"allowlist": "Allowlist",
"amountEveryDuration": "{{amount}} every {{duration}}",
"andNumMore": "and {{count}} more",
"anyone": "Anyone",
"approvalProposalExplanation_approved": "This proposal was accepted by the approver.",
"approvalProposalExplanation_pending": "This proposal is waiting to be accepted by the approver so that it can open for voting.",
"approvalProposalExplanation_rejected": "This proposal was not allowed to open for voting because the approver rejected it.",
"approverEnabledNoMultipleChoice": "Approver is enabled, which is currently incompatible with multiple choice proposals.",
"approverExplanation_choosing": "DAOs shown below have this DAO ({{daoName}}) set as their approver. This action completes the setup process and automates the creation of approval proposals in {{daoName}} when the selected DAO below attempts to create a new proposal.",
"approverExplanation_chose": "The DAO shown below has this DAO ({{daoName}}) set as their approver. This action completes the setup process and automates the creation of approval proposals in {{daoName}} when the selected DAO below attempts to create a new proposal.",
"approverProposalExplanation_closed": "This proposal is responsible for approving a proposal in another DAO. Since it was rejected and closed, the original proposal was not allowed to open for voting.",
"approverProposalExplanation_executed": "This proposal is responsible for approving a proposal in another DAO. Since it was passed and executed, the original proposal opened for voting.",