-
Notifications
You must be signed in to change notification settings - Fork 491
Expand file tree
/
Copy pathmessages.po
More file actions
4524 lines (3530 loc) · 186 KB
/
Copy pathmessages.po
File metadata and controls
4524 lines (3530 loc) · 186 KB
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
msgid ""
msgstr ""
"POT-Creation-Date: 2022-03-07 15:58+0100\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: en\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/transactions/StakeCooldown/StakeCooldownModalContent.tsx
#: src/modules/umbrella/StakeCooldownModalContent.tsx
msgid "If you DO NOT unstake within {0} of unstake window, you will need to activate cooldown process again."
msgstr "If you DO NOT unstake within {0} of unstake window, you will need to activate cooldown process again."
#: src/modules/umbrella/StakeAssets/StakeAssetName.tsx
msgid "Reward APY at target liquidity"
msgstr "Reward APY at target liquidity"
#: src/layouts/SupportModal.tsx
msgid "Thank you for submitting your inquiry!"
msgstr "Thank you for submitting your inquiry!"
#: src/components/incentives/EthenaIncentivesTooltipContent.tsx
#: src/components/incentives/EtherfiIncentivesTooltipContent.tsx
#: src/components/incentives/SonicIncentivesTooltipContent.tsx
msgid "Aave Labs does not guarantee the program and accepts no liability."
msgstr "Aave Labs does not guarantee the program and accepts no liability."
#: src/modules/reserve-overview/AddTokenDropdown.tsx
msgid "Savings GHO token"
msgstr "Savings GHO token"
#: src/components/incentives/IncentivesTooltipContent.tsx
msgid "Participating in this {symbol} reserve gives annualized rewards."
msgstr "Participating in this {symbol} reserve gives annualized rewards."
#: src/modules/reserve-overview/ReserveEModePanel.tsx
msgid "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restrictions, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>."
msgstr "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restrictions, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>."
#: src/modules/governance/DelegatedInfoPanel.tsx
msgid "Use your AAVE, stkAAVE, or aAave balance to delegate your voting and proposition powers. You will not be sending any tokens, only the rights to vote and propose changes to the protocol. You can re-delegate or revoke power to self at any time."
msgstr "Use your AAVE, stkAAVE, or aAave balance to delegate your voting and proposition powers. You will not be sending any tokens, only the rights to vote and propose changes to the protocol. You can re-delegate or revoke power to self at any time."
#: src/modules/reserve-overview/BorrowInfo.tsx
msgid "Borrow cap"
msgstr "Borrow cap"
#: src/components/transactions/Bridge/BridgeModalContent.tsx
msgid "Estimated time"
msgstr "Estimated time"
#: src/components/transactions/StakeCooldown/StakeCooldownModalContent.tsx
#: src/modules/umbrella/StakeCooldownModalContent.tsx
msgid "Remind me"
msgstr "Remind me"
#: src/modules/umbrella/helpers/StakedUnderlyingTooltip.tsx
msgid "Total amount of underlying assets staked. This number represents the combined sum of your original asset and the corresponding aTokens staked in Umbrella."
msgstr "Total amount of underlying assets staked. This number represents the combined sum of your original asset and the corresponding aTokens staked in Umbrella."
#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
#: src/components/transactions/ClaimRewards/RewardsSelect.tsx
msgid "Protocol Rewards"
msgstr "Protocol Rewards"
#: src/modules/umbrella/helpers/ApyTooltip.tsx
msgid "Reward APY adjusts with total staked amount, following a curve that targets optimal staking levels."
msgstr "Reward APY adjusts with total staked amount, following a curve that targets optimal staking levels."
#: src/components/transactions/StakingMigrate/StakingMigrateModalContent.tsx
msgid "Amount to migrate"
msgstr "Amount to migrate"
#: src/components/transactions/Borrow/BorrowAmountWarning.tsx
msgid "Borrowing this amount will reduce your health factor and increase risk of liquidation."
msgstr "Borrowing this amount will reduce your health factor and increase risk of liquidation."
#: src/components/transactions/TxActionsWrapper.tsx
msgid "{0} {symbol}..."
msgstr "{0} {symbol}..."
#: src/components/transactions/FlowCommons/BaseWaiting.tsx
msgid "In progress"
msgstr "In progress"
#: src/modules/umbrella/StakeCooldownModalContent.tsx
msgid "Amount available to unstake"
msgstr "Amount available to unstake"
#: src/components/transactions/Bridge/BridgeDestinationInput.tsx
msgid "To"
msgstr "To"
#: src/modules/reserve-overview/Gho/GhoReserveConfiguration.tsx
#: src/ui-config/menu-items/index.tsx
msgid "FAQ"
msgstr "FAQ"
#: src/ui-config/errorMapping.tsx
msgid "Stable borrowing is not enabled"
msgstr "Stable borrowing is not enabled"
#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
msgid "Total worth"
msgstr "Total worth"
#: src/ui-config/errorMapping.tsx
msgid "User did not borrow the specified currency"
msgstr "User did not borrow the specified currency"
#: pages/404.page.tsx
msgid "We suggest you go back to the home page."
msgstr "We suggest you go back to the home page."
#: src/modules/history/HistoryFilterMenu.tsx
msgid "Rate change"
msgstr "Rate change"
#: pages/404.page.tsx
msgid "Sorry, we couldn't find the page you were looking for."
msgstr "Sorry, we couldn't find the page you were looking for."
#: src/components/transactions/Swap/inputs/primitives/SwapAssetInput.tsx
msgid "Select token"
msgstr "Select token"
#: src/modules/bridge/BridgeWrapper.tsx
msgid "Recent Transactions"
msgstr "Recent Transactions"
#: src/components/transactions/Emode/EmodeModalContent.tsx
msgid "Liquidation risk"
msgstr "Liquidation risk"
#: src/modules/migration/MigrationListMobileItem.tsx
msgid "Current v2 Balance"
msgstr "Current v2 Balance"
#: src/components/incentives/MeritIncentivesTooltipContent.tsx
msgid "Reward Token"
msgstr "Reward Token"
#: src/modules/history/HistoryFilterMenu.tsx
#: src/modules/migration/MigrationList.tsx
#: src/modules/migration/MigrationListMobileItem.tsx
msgid "Collateral change"
msgstr "Collateral change"
#: src/components/infoTooltips/AvailableTooltip.tsx
msgid "This is the total amount that you are able to supply to in this reserve. You are able to supply your wallet balance up until the supply cap is reached."
msgstr "This is the total amount that you are able to supply to in this reserve. You are able to supply your wallet balance up until the supply cap is reached."
#: src/components/incentives/EthenaIncentivesTooltipContent.tsx
msgid "This asset is eligible for {0} Ethena Rewards."
msgstr "This asset is eligible for {0} Ethena Rewards."
#: src/components/transactions/Swap/actions/RepayWithCollateral/RepayWithCollateralActionsViaParaswap.tsx
#: src/components/transactions/Swap/actions/RepayWithCollateral/RepayWithCollateralActionsViaParaswap.tsx
msgid "Repay {0}"
msgstr "Repay {0}"
#: src/modules/history/PriceUnavailable.tsx
msgid "Price data is not currently available for this reserve on the protocol subgraph"
msgstr "Price data is not currently available for this reserve on the protocol subgraph"
#: src/modules/history/HistoryTopPanel.tsx
msgid "Transaction history"
msgstr "Transaction history"
#: src/modules/umbrella/UmbrellaHeader.tsx
msgid "Learn more about the risks."
msgstr "Learn more about the risks."
#: src/modules/governance/UserGovernanceInfo.tsx
#: src/modules/reserve-overview/ReserveActions.tsx
#: src/modules/sGho/YourInfoSidebar.tsx
msgid "Please connect a wallet to view your personal information here."
msgstr "Please connect a wallet to view your personal information here."
#: src/components/transactions/Repay/RepayModalContent.tsx
#: src/components/transactions/Swap/warnings/postInputs/USDTResetWarning.tsx
#: src/components/transactions/Warnings/USDTResetWarning.tsx
msgid "USDT on Ethereum requires approval reset before a new approval. This will require an additional transaction."
msgstr "USDT on Ethereum requires approval reset before a new approval. This will require an additional transaction."
#: src/modules/umbrella/AmountSharesItem.tsx
msgid "After the cooldown period ends, you will enter the unstake window of {0}. You will continue receiving rewards during cooldown and the unstake period."
msgstr "After the cooldown period ends, you will enter the unstake window of {0}. You will continue receiving rewards during cooldown and the unstake period."
#: src/modules/dashboard/lists/SupplyAssetsList/SupplyAssetsListItem.tsx
msgid "..."
msgstr "..."
#: src/modules/dashboard/LiquidationRiskParametresModal/components/LTVContent.tsx
msgid "Liquidation <0/> threshold"
msgstr "Liquidation <0/> threshold"
#: src/modules/reserve-overview/SupplyInfo.tsx
msgid "Asset supply is limited to a certain amount to reduce protocol exposure to the asset and to help manage risks involved."
msgstr "Asset supply is limited to a certain amount to reduce protocol exposure to the asset and to help manage risks involved."
#: src/components/transactions/CancelCowOrder/CancelCowOrderModalContent.tsx
msgid "Cancellation submited"
msgstr "Cancellation submited"
#: src/components/transactions/Supply/SupplyModalContent.tsx
msgid "This transaction will switch E-Mode from {0} to {1}. Borrowing will be restricted to assets within the new category."
msgstr "This transaction will switch E-Mode from {0} to {1}. Borrowing will be restricted to assets within the new category."
#: src/modules/markets/Gho/GhoBanner.tsx
#: src/modules/markets/Gho/GhoBanner.tsx
#: src/modules/markets/MarketAssetsListMobileItem.tsx
msgid "View details"
msgstr "View details"
#: src/layouts/MoreMenu.tsx
msgid "More"
msgstr "More"
#: src/modules/reserve-overview/ReserveTopDetails.tsx
msgid "Available liquidity"
msgstr "Available liquidity"
#: src/components/transactions/Swap/modals/CollateralSwapModal.tsx
msgid "Please connect your wallet to swap collateral."
msgstr "Please connect your wallet to swap collateral."
#: src/components/infoTooltips/MigrationDisabledTooltip.tsx
msgid "Asset cannot be migrated due to supply cap restriction in {marketName} v3 market."
msgstr "Asset cannot be migrated due to supply cap restriction in {marketName} v3 market."
#: src/components/transactions/FlowCommons/Error.tsx
msgid "Need help? Our support team can assist."
msgstr "Need help? Our support team can assist."
#: src/components/incentives/EtherfiIncentivesTooltipContent.tsx
msgid "This asset is eligible for the Ether.fi Loyalty program with a <0>x{multiplier} multiplier</0>."
msgstr "This asset is eligible for the Ether.fi Loyalty program with a <0>x{multiplier} multiplier</0>."
#: src/modules/governance/GovernanceTopPanel.tsx
msgid "Aave is a fully decentralized, community governed protocol by the AAVE token-holders. AAVE token-holders collectively discuss, propose, and vote on upgrades to the protocol. AAVE token-holders (Ethereum network only) can either vote themselves on new proposals or delagate to an address of choice. To learn more check out the Governance"
msgstr "Aave is a fully decentralized, community governed protocol by the AAVE token-holders. AAVE token-holders collectively discuss, propose, and vote on upgrades to the protocol. AAVE token-holders (Ethereum network only) can either vote themselves on new proposals or delagate to an address of choice. To learn more check out the Governance"
#: src/components/WalletConnection/ReadOnlyModal.tsx
msgid "Please enter a valid wallet address."
msgstr "Please enter a valid wallet address."
#: src/components/transactions/Borrow/BorrowAmountWarning.tsx
#: src/components/transactions/Withdraw/WithdrawModalContent.tsx
#: src/modules/umbrella/UmbrellaModalContent.tsx
msgid "I acknowledge the risks involved."
msgstr "I acknowledge the risks involved."
#: src/modules/sGho/SGhoHeader.tsx
#: src/modules/sGho/SGhoSavingsRate.tsx
#: src/modules/stkGho/StkGhoSavingsRate.tsx
msgid "Total Deposited"
msgstr "Total Deposited"
#: src/modules/staking/BuyWithFiatModal.tsx
msgid "{0}{name}"
msgstr "{0}{name}"
#: src/components/TopInfoPanel/PageTitle.tsx
msgid "Favourited"
msgstr "Favourited"
#: src/ui-config/errorMapping.tsx
msgid "Stable borrowing is enabled"
msgstr "Stable borrowing is enabled"
#: src/ui-config/errorMapping.tsx
msgid "Borrow cap is exceeded"
msgstr "Borrow cap is exceeded"
#: src/components/transactions/Borrow/BorrowActions.tsx
msgid "Borrow {symbol}"
msgstr "Borrow {symbol}"
#: src/modules/markets/MarketAssetsList.tsx
#: src/modules/markets/MarketAssetsListMobileItem.tsx
#: src/modules/reserve-overview/SupplyInfo.tsx
#: src/modules/reserve-overview/SupplyInfo.tsx
msgid "Total supplied"
msgstr "Total supplied"
#: src/components/transactions/Swap/details/WithdrawAndSwapDetails.tsx
#: src/components/transactions/Withdraw/WithdrawModalContent.tsx
#: src/modules/umbrella/UmbrellaModalContent.tsx
msgid "Remaining supply"
msgstr "Remaining supply"
#: src/ui-config/errorMapping.tsx
msgid "There is not enough collateral to cover a new borrow"
msgstr "There is not enough collateral to cover a new borrow"
#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
msgid "{0} Balance{1}"
msgstr "{0} Balance{1}"
#: src/components/transactions/Supply/SupplyActions.tsx
#: src/components/transactions/Supply/SupplyWrappedTokenActions.tsx
msgid "Supply {symbol}"
msgstr "Supply {symbol}"
#: src/components/transactions/Emode/EmodeModalContent.tsx
#: src/components/transactions/Emode/EmodeModalContent.tsx
#: src/modules/migration/MigrationList.tsx
#: src/modules/migration/MigrationListMobileItem.tsx
#: src/modules/reserve-overview/ReserveEModePanel.tsx
#: src/modules/reserve-overview/SupplyInfo.tsx
msgid "Max LTV"
msgstr "Max LTV"
#: src/components/transactions/Repay/RepayModal.tsx
#: src/modules/dashboard/lists/BorrowedPositionsList/BorrowedPositionsListItem.tsx
#: src/modules/dashboard/lists/BorrowedPositionsList/BorrowedPositionsListItem.tsx
#: src/modules/history/actions/ActionDetails.tsx
#: src/modules/history/HistoryFilterMenu.tsx
msgid "Repay"
msgstr "Repay"
#: src/components/infoTooltips/TotalSupplyAPYTooltip.tsx
msgid "The weighted average of APY for all supplied assets, including incentives."
msgstr "The weighted average of APY for all supplied assets, including incentives."
#: src/modules/staking/GhoStakingPanel.tsx
#: src/modules/staking/StakingPanel.tsx
msgid "You can only withdraw your assets from the Security Module after the cooldown period ends and the unstake window is active."
msgstr "You can only withdraw your assets from the Security Module after the cooldown period ends and the unstake window is active."
#: src/modules/dashboard/DashboardTopPanel.tsx
msgid "Migrate to {0} v3 Market"
msgstr "Migrate to {0} v3 Market"
#: src/modules/governance/proposal/VotingResults.tsx
msgid "Voting results"
msgstr "Voting results"
#: src/modules/dashboard/DashboardContentWrapper.tsx
#: src/modules/dashboard/DashboardContentWrapper.tsx
msgid "View Transactions"
msgstr "View Transactions"
#: src/modules/dashboard/LiquidationRiskParametresModal/components/LTVContent.tsx
msgid "MAX"
msgstr "MAX"
#: src/layouts/AppFooter.tsx
msgid "Terms"
msgstr "Terms"
#: src/modules/reserve-overview/Gho/GhoReserveTopDetails.tsx
msgid "Maximum available to borrow"
msgstr "Maximum available to borrow"
#: src/components/incentives/MeritIncentivesTooltipContent.tsx
#: src/components/incentives/MeritIncentivesTooltipContent.tsx
msgid "or from the"
msgstr "or from the"
#: src/components/transactions/DelegationTxsWrapper.tsx
msgid "Sign to continue"
msgstr "Sign to continue"
#: src/modules/umbrella/UmbrellaHeader.tsx
#: src/modules/umbrella/UmbrellaHeader.tsx
msgid "Total amount staked"
msgstr "Total amount staked"
#: src/components/transactions/Bridge/BridgeModalContent.tsx
#: src/modules/history/HistoryWrapper.tsx
#: src/modules/history/HistoryWrapperMobile.tsx
msgid "Transactions"
msgstr "Transactions"
#: src/modules/governance/proposal/ProposalTimeline.tsx
msgid "after execution"
msgstr "after execution"
#: src/components/transactions/Swap/warnings/postInputs/SafetyModuleSwapWarning.tsx
msgid "For swapping safety module assets please unstake your position <0>here</0>."
msgstr "For swapping safety module assets please unstake your position <0>here</0>."
#: src/components/transactions/Swap/warnings/postInputs/HighPriceImpactWarning.tsx
msgid "High price impact (<0>{0}%</0>)! This route will return {1} due to low liquidity or small order size."
msgstr "High price impact (<0>{0}%</0>)! This route will return {1} due to low liquidity or small order size."
#: src/components/infoTooltips/SwapFeeTooltip.tsx
msgid "Fees help support the user experience and security of the Aave application. <0>Learn more.</0>"
msgstr "Fees help support the user experience and security of the Aave application. <0>Learn more.</0>"
#: src/components/transactions/SGhoVault/SGhoVaultWithdrawModalContent.tsx
msgid "Not enough sGHO balance"
msgstr "Not enough sGHO balance"
#: src/modules/dashboard/lists/SupplyAssetsList/SupplyAssetsList.tsx
msgid "Your {networkName} wallet is empty. Get free test assets at"
msgstr "Your {networkName} wallet is empty. Get free test assets at"
#: src/modules/dashboard/lists/BorrowAssetsList/BorrowAssetsList.tsx
#: src/modules/dashboard/lists/SupplyAssetsList/SupplyAssetsList.tsx
msgid "We couldn't find any assets related to your search. Try again with a different category."
msgstr "We couldn't find any assets related to your search. Try again with a different category."
#: src/modules/governance/GovernanceTopPanel.tsx
msgid "documentation"
msgstr "documentation"
#: src/components/caps/DebtCeilingStatus.tsx
msgid "Debt ceiling limits the amount possible to borrow against this asset by protocol users. Debt ceiling is specific to assets in isolation mode and is denoted in USD."
msgstr "Debt ceiling limits the amount possible to borrow against this asset by protocol users. Debt ceiling is specific to assets in isolation mode and is denoted in USD."
#: src/components/caps/CapsTooltip.tsx
msgid "This asset has almost reached its supply cap. There can only be {messageValue} supplied to this market."
msgstr "This asset has almost reached its supply cap. There can only be {messageValue} supplied to this market."
#: src/components/transactions/Swap/warnings/postInputs/ShieldSwapWarning.tsx
msgid "Aave Shield: Transaction blocked"
msgstr "Aave Shield: Transaction blocked"
#: src/ui-config/errorMapping.tsx
msgid "Variable debt supply is not zero"
msgstr "Variable debt supply is not zero"
#: src/components/transactions/FlowCommons/PermissionView.tsx
msgid "To request access for this permissioned market, please visit: <0>Acces Provider Name</0>"
msgstr "To request access for this permissioned market, please visit: <0>Acces Provider Name</0>"
#: src/components/transactions/Swap/details/SwapDetails.tsx
#: src/components/transactions/Swap/details/SwapDetails.tsx
msgid "Minimum {0} received"
msgstr "Minimum {0} received"
#: src/components/transactions/FlowCommons/PermissionView.tsx
msgid "Allowance required action"
msgstr "Allowance required action"
#: src/modules/dashboard/DashboardTopPanel.tsx
#: src/modules/umbrella/UmbrellaHeader.tsx
msgid "Available rewards"
msgstr "Available rewards"
#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
msgid "Claiming individual protocol reward only. Merit rewards excluded - select \"claim all\" to include merit rewards."
msgstr "Claiming individual protocol reward only. Merit rewards excluded - select \"claim all\" to include merit rewards."
#: src/components/infoTooltips/ApprovalTooltip.tsx
msgid "To continue, you need to grant smart contracts permission to move your funds from your wallet. Depending on the asset and wallet you use, it is done by signing the permission message (gas free), or by submitting an approval transaction (requires gas). <0>Learn more</0>"
msgstr "To continue, you need to grant smart contracts permission to move your funds from your wallet. Depending on the asset and wallet you use, it is done by signing the permission message (gas free), or by submitting an approval transaction (requires gas). <0>Learn more</0>"
#: src/modules/governance/proposal/VotersListContainer.tsx
msgid "View all votes"
msgstr "View all votes"
#: src/modules/markets/MarketAssetsListContainer.tsx
msgid "Show assets <$100k supply"
msgstr "Show assets <$100k supply"
#: pages/reserve-overview.page.tsx
msgid "Overview"
msgstr "Overview"
#: src/modules/history/HistoryFilterMenu.tsx
#: src/modules/history/HistoryFilterMenu.tsx
msgid "All transactions"
msgstr "All transactions"
#: src/components/transactions/Repay/RepayTypeSelector.tsx
#: src/modules/dashboard/lists/SuppliedPositionsList/SuppliedPositionsList.tsx
#: src/modules/dashboard/lists/SuppliedPositionsList/SuppliedPositionsList.tsx
msgid "Collateral"
msgstr "Collateral"
#: src/layouts/components/LanguageSwitcher.tsx
msgid "Spanish"
msgstr "Spanish"
#: src/components/transactions/SavingsGho/SavingsGhoWithdrawActions.tsx
msgid "Withdrawing GHO"
msgstr "Withdrawing GHO"
#: src/modules/markets/Gho/GhoBanner.tsx
#: src/modules/markets/Gho/GhoBanner.tsx
msgid "Start Earning"
msgstr "Start Earning"
#: src/components/transactions/DelegationTxsWrapper.tsx
msgid "Signing"
msgstr "Signing"
#: src/components/transactions/Repay/RepayActions.tsx
msgid "Repay {symbol}"
msgstr "Repay {symbol}"
#: src/components/transactions/Emode/EmodeModalContent.tsx
msgid "Disable {0} as collateral to use this category. These assets would have 0% LTV."
msgstr "Disable {0} as collateral to use this category. These assets would have 0% LTV."
#: src/modules/staking/GhoStakingPanel.tsx
#: src/modules/staking/StakingPanel.tsx
msgid "Cooling down..."
msgstr "Cooling down..."
#: src/components/transactions/GovVote/GovVoteModalContent.tsx
#: src/modules/governance/proposal/VoteInfo.tsx
msgid "Voting power"
msgstr "Voting power"
#: src/modules/markets/MarketsTopPanel.tsx
#: src/ui-config/menu-items/index.tsx
msgid "Markets"
msgstr "Markets"
#: pages/governance/index.governance.tsx
#: src/modules/governance/ProposalListHeader.tsx
#: src/modules/governance/ProposalListHeader.tsx
msgid "Proposals"
msgstr "Proposals"
#: pages/500.page.tsx
msgid "Copy error message"
msgstr "Copy error message"
#: src/components/transactions/Repay/RepayModalContent.tsx
msgid "repaid"
msgstr "repaid"
#: src/modules/umbrella/StakeAssets/UmbrellaAssetsList.tsx
msgid "Available to Stake"
msgstr "Available to Stake"
#: src/components/transactions/Supply/CollateralOptionsSelector.tsx
#: src/modules/governance/proposal/ProposalPayloads.tsx
msgid "Show less"
msgstr "Show less"
#: src/components/transactions/Warnings/ChangeNetworkWarning.tsx
msgid "Switch Network"
msgstr "Switch Network"
#: src/components/transactions/SavingsGho/SavingsGhoModalDepositContent.tsx
#: src/modules/reserve-overview/Gho/SavingsGho.tsx
#: src/modules/sGho/SGhoSavingsRate.tsx
#: src/modules/stkGho/StkGhoDepositRow.tsx
msgid "APR"
msgstr "APR"
#: src/modules/umbrella/helpers/Helpers.tsx
#: src/modules/umbrella/StakingApyItem.tsx
#: src/modules/umbrella/UmbrellaClaimModalContent.tsx
#: src/modules/umbrella/UmbrellaClaimModalContent.tsx
msgid "Total"
msgstr "Total"
#: src/modules/governance/proposal/ProposalTimeline.tsx
msgid "Failed"
msgstr "Failed"
#: src/components/transactions/FlowCommons/TxModalDetails.tsx
#: src/modules/dashboard/DashboardTopPanel.tsx
#: src/modules/dashboard/LiquidationRiskParametresModal/LiquidationRiskParametresModal.tsx
msgid "Health factor"
msgstr "Health factor"
#: src/components/Warnings/CooldownWarning.tsx
msgid "The cooldown period is the time required prior to unstaking your tokens (<0/>). You can only withdraw your assets from the Security Module after the cooldown period and within the unstake window. <1>Learn more</1>"
msgstr "The cooldown period is the time required prior to unstaking your tokens (<0/>). You can only withdraw your assets from the Security Module after the cooldown period and within the unstake window. <1>Learn more</1>"
#: src/modules/governance/proposal/VotingResults.tsx
#: src/modules/governance/proposal/VotingResults.tsx
msgid "Reached"
msgstr "Reached"
#: src/layouts/AppHeader.tsx
msgid "Fork mode is ON"
msgstr "Fork mode is ON"
#: src/hooks/useReserveActionState.tsx
msgid "Borrowing is unavailable because you’re using Isolation mode. To manage Isolation mode visit your <0>Dashboard</0>."
msgstr "Borrowing is unavailable because you’re using Isolation mode. To manage Isolation mode visit your <0>Dashboard</0>."
#: src/modules/governance/proposal/ProposalTimeline.tsx
msgid "Payload {0} received"
msgstr "Payload {0} received"
#: src/components/transactions/GovVote/GovVoteModalContent.tsx
#: src/modules/governance/proposal/ProposalOverview.tsx
msgid "Share on Lens"
msgstr "Share on Lens"
#: src/modules/umbrella/UnstakeModalContent.tsx
msgid "Redeem as aToken"
msgstr "Redeem as aToken"
#: src/components/incentives/SonicIncentivesTooltipContent.tsx
msgid "Learn more about Sonic Rewards program"
msgstr "Learn more about Sonic Rewards program"
#: src/components/transactions/ClaimRewards/ClaimRewardsActions.tsx
msgid "Claim all"
msgstr "Claim all"
#: src/modules/staking/GhoStakingPanel.tsx
#: src/modules/staking/StakingPanel.tsx
#: src/modules/umbrella/AmountSharesItem.tsx
msgid "Time remaining until the withdraw period ends."
msgstr "Time remaining until the withdraw period ends."
#: src/components/transactions/Swap/actions/WithdrawAndSwap/WithdrawAndSwapActionsViaParaswap.tsx
msgid "Withdrawing and Swapping"
msgstr "Withdrawing and Swapping"
#: src/modules/reserve-overview/graphs/MeritApyGraphContainer.tsx
msgid "Data couldn't be fetched, please reload graph."
msgstr "Data couldn't be fetched, please reload graph."
#: src/modules/dashboard/DashboardTopPanel.tsx
#: src/ui-config/menu-items/index.tsx
msgid "Dashboard"
msgstr "Dashboard"
#: src/modules/stkGho/StkGhoCard.tsx
msgid "Rewards for legacy Savings GHO have ended. Migrate to continue earning."
msgstr "Rewards for legacy Savings GHO have ended. Migrate to continue earning."
#: src/modules/dashboard/lists/BorrowAssetsList/BorrowAssetsList.tsx
msgid "Be careful - You are very close to liquidation. Consider depositing more collateral or paying down some of your borrowed positions"
msgstr "Be careful - You are very close to liquidation. Consider depositing more collateral or paying down some of your borrowed positions"
#: src/modules/dashboard/lists/SupplyAssetsList/WalletEmptyInfo.tsx
msgid "Your {name} wallet is empty. Purchase or transfer assets."
msgstr "Your {name} wallet is empty. Purchase or transfer assets."
#: pages/404.page.tsx
msgid "Page not found"
msgstr "Page not found"
#: src/modules/reserve-overview/graphs/ApyGraphContainer.tsx
#: src/modules/reserve-overview/graphs/MeritApyGraphContainer.tsx
msgid "Loading data..."
msgstr "Loading data..."
#: src/components/transactions/SavingsGho/SavingsGhoWithdrawModalContent.tsx
#: src/components/transactions/SGhoVault/SGhoVaultWithdrawModalContent.tsx
#: src/components/transactions/Withdraw/WithdrawModalContent.tsx
msgid "withdrew"
msgstr "withdrew"
#: src/modules/governance/ProposalListHeader.tsx
#: src/modules/governance/ProposalListHeader.tsx
msgid "All proposals"
msgstr "All proposals"
#: src/components/transactions/FlowCommons/Success.tsx
msgid "Add to wallet"
msgstr "Add to wallet"
#: src/ui-config/errorMapping.tsx
msgid "Invalid amount to mint"
msgstr "Invalid amount to mint"
#: src/components/transactions/Bridge/BridgeModalContent.tsx
msgid "View on CCIP Explorer"
msgstr "View on CCIP Explorer"
#: src/components/AddressBlockedModal.tsx
msgid "Disconnect Wallet"
msgstr "Disconnect Wallet"
#: src/modules/markets/MarketAssetsListContainer.tsx
#: src/modules/markets/MarketAssetsListContainer.tsx
msgid "assets"
msgstr "assets"
#: src/components/transactions/GovDelegation/GovDelegationModalContent.tsx
msgid "Balance to revoke"
msgstr "Balance to revoke"
#: src/modules/reserve-overview/graphs/InterestRateModelGraph.tsx
#: src/modules/reserve-overview/ReserveConfiguration.tsx
#: src/modules/reserve-overview/ReserveTopDetails.tsx
msgid "Utilization Rate"
msgstr "Utilization Rate"
#: src/modules/reserve-overview/ReserveFactorOverview.tsx
msgid "View contract"
msgstr "View contract"
#: src/components/transactions/FlowCommons/BaseCancelled.tsx
msgid "Transaction cancelled"
msgstr "Transaction cancelled"
#: src/components/transactions/Bridge/BridgeModalContent.tsx
msgid "Please connect your wallet to be able to bridge your tokens."
msgstr "Please connect your wallet to be able to bridge your tokens."
#: src/components/transactions/Swap/actions/CollateralSwap/CollateralSwapActionsViaCoWAdapters.tsx
#: src/components/transactions/Swap/actions/CollateralSwap/CollateralSwapActionsViaCoWAdapters.tsx
#: src/components/transactions/Swap/actions/CollateralSwap/CollateralSwapActionsViaParaswapAdapters.tsx
#: src/components/transactions/Swap/actions/CollateralSwap/CollateralSwapActionsViaParaswapAdapters.tsx
msgid "Swap {0} collateral"
msgstr "Swap {0} collateral"
#: src/components/lists/ListWrapper.tsx
msgid "Show"
msgstr "Show"
#: src/modules/governance/proposal/ProposalTimeline.tsx
msgid "Queued"
msgstr "Queued"
#: src/modules/markets/Gho/GhoBanner.tsx
#: src/modules/markets/Gho/GhoBanner.tsx
#: src/modules/reserve-overview/Gho/SavingsGho.tsx
msgid "Total deposited"
msgstr "Total deposited"
#: src/components/transactions/Warnings/IsolationModeWarning.tsx
msgid "You are entering Isolation mode"
msgstr "You are entering Isolation mode"
#: src/components/transactions/Borrow/BorrowModalContent.tsx
msgid "Borrowing is currently unavailable for {0}."
msgstr "Borrowing is currently unavailable for {0}."
#: src/modules/reserve-overview/ReserveTopDetails.tsx
msgid "Reserve Size"
msgstr "Reserve Size"
#: src/components/transactions/Swap/inputs/primitives/SwapAssetInput.tsx
msgid "%"
msgstr "%"
#: src/components/transactions/SavingsGho/SavingsGhoWithdrawModalContent.tsx
#: src/components/transactions/UnStake/UnStakeModalContent.tsx
msgid "Staking balance"
msgstr "Staking balance"
#: src/modules/governance/proposal/VotingResults.tsx
msgid "Quorum"
msgstr "Quorum"
#: src/modules/governance/proposal/VotingResults.tsx
msgid "Current votes"
msgstr "Current votes"
#: src/components/MarketSwitcher.tsx
msgid "V2 Markets"
msgstr "V2 Markets"
#: src/components/caps/CapsTooltip.tsx
msgid "This asset has almost reached its borrow cap. There is only {messageValue} available to be borrowed from this market."
msgstr "This asset has almost reached its borrow cap. There is only {messageValue} available to be borrowed from this market."
#: src/modules/migration/MigrationList.tsx
msgid "Some migrated assets will not be used as collateral due to enabled isolation mode in {marketName} V3 Market. Visit <0>{marketName} V3 Dashboard</0> to manage isolation mode."
msgstr "Some migrated assets will not be used as collateral due to enabled isolation mode in {marketName} V3 Market. Visit <0>{marketName} V3 Dashboard</0> to manage isolation mode."
#: src/components/AssetCategoryMultiselect.tsx
msgid "Select Categories"
msgstr "Select Categories"
#: src/components/caps/CapsTooltip.tsx
msgid "This asset has reached its supply cap. Nothing is available to be supplied from this market."
msgstr "This asset has reached its supply cap. Nothing is available to be supplied from this market."
#: src/modules/history/actions/ActionDetails.tsx
#: src/modules/history/HistoryFilterMenu.tsx
msgid "Collateral Swap"
msgstr "Collateral Swap"
#: src/modules/reserve-overview/ReserveConfiguration.tsx
msgid "MAI has been paused due to a community decision. Supply, borrows and repays are impacted. <0>More details</0>"
msgstr "MAI has been paused due to a community decision. Supply, borrows and repays are impacted. <0>More details</0>"
#: src/modules/reserve-overview/AddTokenDropdown.tsx
#: src/modules/reserve-overview/TokenLinkDropdown.tsx
msgid "Underlying token"
msgstr "Underlying token"
#: src/modules/dashboard/lists/ListBottomText.tsx
msgid "Since this is a test network, you can get any of the assets if you have ETH on your wallet"
msgstr "Since this is a test network, you can get any of the assets if you have ETH on your wallet"
#: src/components/transactions/Swap/errors/shared/InsufficientLiquidityBlockingError.tsx
msgid "There is not enough liquidity in {symbol} to complete this swap. Try lowering the amount."
msgstr "There is not enough liquidity in {symbol} to complete this swap. Try lowering the amount."
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
msgid "This is a program initiated by the Aave DAO and implemented by Merkl. Aave Labs does not guarantee the program and accepts no liability."
msgstr "This is a program initiated by the Aave DAO and implemented by Merkl. Aave Labs does not guarantee the program and accepts no liability."
#: src/modules/staking/BuyWithFiatModal.tsx
msgid "Choose one of the on-ramp services"
msgstr "Choose one of the on-ramp services"
#: src/modules/reserve-overview/BorrowInfo.tsx
msgid "Maximum amount available to borrow is <0/> {0} (<1/>)."
msgstr "Maximum amount available to borrow is <0/> {0} (<1/>)."
#: src/components/transactions/Swap/actions/ActionsBlocked.tsx
msgid "Check errors"
msgstr "Check errors"
#: src/modules/dashboard/lists/BorrowedPositionsList/BorrowedPositionsList.tsx
#: src/modules/dashboard/lists/BorrowedPositionsList/BorrowedPositionsList.tsx
msgid "Your borrows"
msgstr "Your borrows"
#: src/components/transactions/FlowCommons/RightHelperText.tsx
msgid "Review approval tx details"
msgstr "Review approval tx details"
#: src/components/transactions/TxActionsWrapper.tsx
msgid "Fetching data..."
msgstr "Fetching data..."
#: src/components/transactions/Warnings/MarketWarning.tsx
msgid "Join the community discussion"
msgstr "Join the community discussion"
#: src/modules/dashboard/lists/BorrowAssetsList/BorrowAssetsList.tsx
msgid "Borrowing power and assets are limited due to Isolation mode."
msgstr "Borrowing power and assets are limited due to Isolation mode."
#: src/components/infoTooltips/BorrowCapMaxedTooltip.tsx
msgid "Protocol borrow cap at 100% for this asset. Further borrowing unavailable."
msgstr "Protocol borrow cap at 100% for this asset. Further borrowing unavailable."
#: src/modules/umbrella/helpers/SharesTooltip.tsx
msgid "Shares"
msgstr "Shares"
#: src/modules/reserve-overview/SupplyInfo.tsx
msgid "stETH supplied as collateral will continue to accrue staking rewards provided by daily rebases."
msgstr "stETH supplied as collateral will continue to accrue staking rewards provided by daily rebases."
#: src/modules/migration/MigrationLists.tsx
msgid "Borrowed assets"
msgstr "Borrowed assets"
#: src/modules/dashboard/lists/SupplyAssetsList/SupplyAssetsList.tsx
msgid "Collateral usage is limited because of isolation mode. <0>Learn More</0>"
msgstr "Collateral usage is limited because of isolation mode. <0>Learn More</0>"
#: src/components/transactions/Swap/modals/result/SwapResultView.tsx
msgid "Swap saved in your <0>history</0> section."
msgstr "Swap saved in your <0>history</0> section."
#: src/modules/migration/MigrationBottomPanel.tsx
msgid "Migrate your assets"
msgstr "Migrate your assets"
#: src/modules/staking/StakingHeader.tsx
msgid "AAVE and ABPT holders (Ethereum network only) can stake their assets in the Safety Module to add more security to the protocol and earn Safety Incentives. In the case of a shortfall event, your stake can be slashed to cover the deficit, providing an additional layer of protection for the protocol."
msgstr "AAVE and ABPT holders (Ethereum network only) can stake their assets in the Safety Module to add more security to the protocol and earn Safety Incentives. In the case of a shortfall event, your stake can be slashed to cover the deficit, providing an additional layer of protection for the protocol."
#: src/layouts/components/NavItems.tsx
msgid "Savings"
msgstr "Savings"
#: src/components/transactions/Emode/EmodeModalContent.tsx
#: src/modules/dashboard/DashboardEModeButton.tsx
msgid "Asset category"
msgstr "Asset category"
#: src/components/transactions/SavingsGho/SavingsGhoWithdrawActions.tsx
#: src/components/transactions/SavingsGho/SavingsGhoWithdrawModal.tsx
msgid "Withdraw GHO"
msgstr "Withdraw GHO"
#: src/modules/reserve-overview/ReserveConfiguration.tsx
msgid "This asset is frozen due to an Aave community decision. <0>More details</0>"
msgstr "This asset is frozen due to an Aave community decision. <0>More details</0>"
#: src/components/transactions/Faucet/FaucetModal.tsx
#: src/modules/dashboard/lists/ListBottomText.tsx
#: src/modules/faucet/FaucetAssetsList.tsx
#: src/modules/faucet/FaucetAssetsList.tsx
#: src/modules/faucet/FaucetItemLoader.tsx
#: src/modules/faucet/FaucetMobileItemLoader.tsx
#: src/ui-config/menu-items/index.tsx
msgid "Faucet"
msgstr "Faucet"
#: src/components/MarketSwitcher.tsx
msgid "Optimized for efficiency and risk by supporting blue-chip collateral assets"
msgstr "Optimized for efficiency and risk by supporting blue-chip collateral assets"
#: src/components/transactions/Bridge/BridgeFeeTokenSelector.tsx
msgid "The fee includes the gas cost to complete the transaction on the destination chain and the fee paid to Chainlink CCIP service providers. You can chose to pay in the network token or GHO. <0>Learn more</0>"
msgstr "The fee includes the gas cost to complete the transaction on the destination chain and the fee paid to Chainlink CCIP service providers. You can chose to pay in the network token or GHO. <0>Learn more</0>"
#: src/components/caps/DebtCeilingStatus.tsx
#: src/modules/reserve-overview/BorrowInfo.tsx
#: src/modules/reserve-overview/BorrowInfo.tsx
#: src/modules/reserve-overview/SupplyInfo.tsx
#: src/modules/reserve-overview/SupplyInfo.tsx
msgid "of"
msgstr "of"
#: src/modules/umbrella/AvailableToStakeItem.tsx
msgid "Your balance of assets that are available to stake"
msgstr "Your balance of assets that are available to stake"
#: src/components/transactions/Swap/actions/RepayWithCollateral/RepayWithCollateralActionsViaCoW.tsx
#: src/components/transactions/Swap/actions/RepayWithCollateral/RepayWithCollateralActionsViaCoW.tsx
msgid "Repay {0} with {1}"
msgstr "Repay {0} with {1}"
#: src/layouts/SupportModal.tsx
msgid "Country (optional)"
msgstr "Country (optional)"
#: src/modules/reserve-overview/Gho/GhoReserveConfiguration.tsx
msgid "Techpaper"
msgstr "Techpaper"
#: src/components/transactions/Swap/modals/result/SwapResultView.tsx
msgid "You've successfully submitted an order."
msgstr "You've successfully submitted an order."
#: src/components/transactions/AssetInput.tsx
#: src/components/transactions/Swap/inputs/primitives/SwapAssetInput.tsx
msgid "Max"
msgstr "Max"
#: src/modules/governance/proposal/ProposalTimeline.tsx
msgid "Votes tallied and sent to governance"
msgstr "Votes tallied and sent to governance"
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
msgid "Points"
msgstr "Points"
#: src/layouts/components/LanguageSwitcher.tsx
msgid "Greek"
msgstr "Greek"
#: src/components/transactions/StakeRewardClaim/StakeRewardClaimActions.tsx
msgid "Claim {symbol}"
msgstr "Claim {symbol}"
#: src/components/transactions/Swap/errors/shared/FlashLoanDisabledBlockingError.tsx
msgid "Position swaps are disabled for this asset due to security reasons."
msgstr "Position swaps are disabled for this asset due to security reasons."
#: pages/v3-migration.page.tsx
msgid "Please connect your wallet to see migration tool."
msgstr "Please connect your wallet to see migration tool."
#: src/hooks/useReserveActionState.tsx
#: src/hooks/useReserveActionState.tsx
#: src/modules/dashboard/lists/SupplyAssetsList/SupplyAssetsList.tsx
msgid "{networkName} Faucet"
msgstr "{networkName} Faucet"
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
msgid "Protocol Incentives"
msgstr "Protocol Incentives"
#: src/layouts/MobileMenu.tsx
#: src/layouts/SettingsMenu.tsx
msgid "Watch wallet"
msgstr "Watch wallet"
#: src/modules/migration/MigrationBottomPanel.tsx
msgid "This action will reduce health factor of V3 below liquidation threshold. Increase migrated collateral or reduce migrated borrow to continue."
msgstr "This action will reduce health factor of V3 below liquidation threshold. Increase migrated collateral or reduce migrated borrow to continue."
#: src/components/transactions/Swap/errors/shared/GasEstimationError.tsx
msgid "Gas estimation error"
msgstr "Gas estimation error"
#: src/modules/reserve-overview/Gho/SavingsGho.tsx
#: src/modules/sGho/SGhoLoggedOutPreview.tsx
#: src/modules/sGho/SGhoWithdrawRow.tsx
#: src/modules/staking/GhoStakingPanel.tsx
#: src/modules/stkGho/StkGhoWithdrawRow.tsx
msgid "Instant"
msgstr "Instant"
#: src/modules/umbrella/UnstakeModalContent.tsx
msgid "Stake balance"
msgstr "Stake balance"
#: src/components/infoTooltips/PausedTooltip.tsx
msgid "This asset has been paused due to a community decision. Supply, withdraw, borrows and repays are impacted."
msgstr "This asset has been paused due to a community decision. Supply, withdraw, borrows and repays are impacted."