Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #4340

Merged
merged 10 commits into from
Jun 25, 2024
2 changes: 1 addition & 1 deletion lang/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@
"label.you_can_enter_a_new_address": "Pots introduir una nova adreça per rebre fons a",
"label.you_can_now_close_this_page_and_continue_verifying": "Ja pots tancar aquesta pàgina i continuar verificant el teu projecte.",
"label.you_can_review_and_manage_your_givpower": "Pots revisar i gestionar la distribució del teu GIVpower a",
"label.you_can_set_a_custom_ethereum_address": "Podeu establir una adreça personalitzada d'Ethereum o ENS per rebre donacions.",
"label.you_can_set_a_custom_ethereum_address": "Podeu configurar una adreça d'Ethereum personalitzada o ENS per rebre donacions. Com més cadenes pugui acceptar fons el vostre projecte, més probable és que rebi donacions.",
"label.you_can_still_access": "Pots accedir al teu projecte des del teu compte i compartir-lo amb els teus amics.",
"label.you_can_still_access_your_project_from_your_account": "Encara pots accedir al teu projecte des del teu compte i compartir-lo amb els teus amics mitjançant el link del projecte!",
"label.you_can_still_donate": "Encara podeu fer una donació a altres xarxes, però la vostra donació no es compensarà amb el finançament quadràtic.",
Expand Down
4 changes: 2 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"component.pro_guide.tips.social_media.item3": "Giveth might use your social media handles to contact you or tag you on posts to support your fundraising.",
"component.qf-section.tooltip": "This estimation is the matching funds that this project would get if the round ended now, disregarding fraud analysis.",
"component.qf-section.tooltip_polygon": "This estimate represents the matching funds this project would receive if the round closed now, ignoring the fraud analysis.",
"component.qf_middle_banner.desc": "With QF, the number of donors matters more than the amout donated. Donate to participating projects in the round and get your donations matched with the power of quadratic funding!",
"component.qf_middle_banner.desc": "With QF, the number of donors matters more than the amount donated. Donate to participating projects in the round and get your donations matched with the power of quadratic funding!",
"component.qf_middle_banner.title": "Quadratic Funding",
"component.regenstream_card.harvest_caption": "Use the Harvest button to claim liquid rewards from this RegenStream",
"component.reward_card.wrong_network": "{name} is available on {chains}. Please switch the network.",
Expand Down Expand Up @@ -1216,7 +1216,7 @@
"label.you_can_enter_a_new_address": "You can enter a new address to receive funds on",
"label.you_can_now_close_this_page_and_continue_verifying": "You can now close this page and continue verifying your project.",
"label.you_can_review_and_manage_your_givpower": "You can review and manage your GIVpower allocations in",
"label.you_can_set_a_custom_ethereum_address": "You can set a custom Ethereum address or ENS to receive donations.",
"label.you_can_set_a_custom_ethereum_address": "You can set a custom Ethereum address or ENS to receive donations. The more chains your project can accept funds on, the more likely it is to receive donations. ",
"label.you_can_still_access": "You can still access your project from your account and share it with your friends.",
"label.you_can_still_access_your_project_from_your_account": "You can still access your project from your account and share it with your friends via the project link!",
"label.you_can_still_donate": "You can still donate on other networks, but your donation won't be matched by quadratic funding.",
Expand Down
2 changes: 1 addition & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@
"label.you_can_enter_a_new_address": "Puedes ingresar una nueva dirección para recibir fondos en",
"label.you_can_now_close_this_page_and_continue_verifying": "Ahora puedes cerrar esta página y continuar con la verificación de tu proyecto.",
"label.you_can_review_and_manage_your_givpower": "Puedes revisar y administrar la distribución del GIVpower en",
"label.you_can_set_a_custom_ethereum_address": "Puedes definir una dirección de Ethereum o ENS para recibir donaciones.",
"label.you_can_set_a_custom_ethereum_address": "Puede configurar una dirección de Ethereum personalizada o ENS para recibir donaciones. Cuantas más cadenas pueda aceptar fondos su proyecto, más probable es que reciba donaciones.",
"label.you_can_still_access": "Sin embargo puedes acceder a tu proyecto desde tu cuenta y compartirlo con tus amigos.",
"label.you_can_still_access_your_project_from_your_account": "Puedes seguir accediendo a tu proyecto desde tu cuenta y compartirlo con tus amigos a través del link del proyecto!",
"label.you_can_still_donate": "Aún puedes donar en otras redes, pero tu donación no será igualada por fondos cuadráticos.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.28.0",
"version": "2.28.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
Loading