Skip to content

Commit

Permalink
Merge pull request #457 from Plant-for-the-Planet-org/develop
Browse files Browse the repository at this point in the history
Release: update text for Continue button (Donate step)
  • Loading branch information
mariahosfeld authored Jan 12, 2024
2 parents bc5f7e5 + 769295d commit e8b8867
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 15 deletions.
3 changes: 1 addition & 2 deletions public/locales/cs/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"directGiftRecipient": "Tento dar podporuje Les od {{name}}",
"saveGiftDetails": "Uloži darovací údaje",
"giftSomeone": "Můj dar je někomu věnován ",
"payPalCard": "Použít Paypal nebo kartu",
"or": "NEBO",
"donateWith": "Darovat s",
"donating": "Darování",
Expand Down Expand Up @@ -172,4 +171,4 @@
"planetCashIUnderstand": "Rozumím, že PlanetCash dary/platby jsou nevratné a nealokované platby budou automaticky alokované na projekty na Platformě po 6 měsících od Platby",
"createPlanetCashAccount": "Vytvořit účet PlanetCash",
"myContributionIsPartOfThat": "A můj příspěvek je toho součástí."
}
}
3 changes: 1 addition & 2 deletions public/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"directGiftRecipient": "Diese Spende unterstützt den Wald von {{name}}",
"saveGiftDetails": "Geschenkdetails speichern",
"giftSomeone": "Meine Spende ist ein Geschenk an jemanden",
"payPalCard": "PayPal oder Karte verwenden",
"or": "ODER",
"donateWith": "Spende mit",
"donating": "Spenden ",
Expand Down Expand Up @@ -223,4 +222,4 @@
"top_project_standards_fulfilled": "Die Projektinspektion ergab, dass dieses Projekt mindestens 12 der 19 wichtigsten <2>Projektstandards</2> erfüllte.",
"standardsLink": "https://www.plant-for-the-planet.org/standards/",
"enterValidEmail": "Bitte gibt eine gültige E-Mail-Adresse ein"
}
}
3 changes: 1 addition & 2 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"directGiftRecipient": "This donation supports {{name}}'s Forest",
"saveGiftDetails": "Save Gift Details",
"giftSomeone": "My donation is dedicated to someone",
"payPalCard": "Use PayPal or Card",
"or": "OR",
"donateWith": "Donate with",
"donating": "Donating",
Expand Down Expand Up @@ -223,4 +222,4 @@
"top_project_standards_fulfilled": "The project inspection revealed that this project fulfilled at least 12 of the 19 Top Project <2>standards.</2>",
"standardsLink": "https://www.plant-for-the-planet.org/standards/",
"enterValidEmail": "Please enter a valid email"
}
}
3 changes: 1 addition & 2 deletions public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"directGiftRecipient": "Esta donación apoya {{name}}",
"saveGiftDetails": "Guardar detalles de los regalos",
"giftSomeone": "Mi donación es un regalo para alguien",
"payPalCard": "Usar PayPal o tarjeta",
"or": "O",
"donateWith": "Donar con",
"donating": "Donar ",
Expand All @@ -108,4 +107,4 @@
"monthlySuccess": "mensual",
"yearlySuccess": "anual",
"customAmount": "Otro importe"
}
}
3 changes: 1 addition & 2 deletions public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"directGiftRecipient": "Ce don soutient {{name}}",
"saveGiftDetails": "Save Gift Details",
"giftSomeone": "Mon don est un cadeau pour quelqu'un",
"payPalCard": "Utilisez PayPal ou une carte",
"or": "OU",
"donateWith": "Faites un don avec",
"donating": "Donation ",
Expand All @@ -109,4 +108,4 @@
"contributedToTpo": "J'ai contribué à {{amount}} à {{organization}}",
"janeSuccessMessage": "En attendant, nous vous invitions à passer le mot sur les réseaux sociaux avec le hashtag #TreesForJane, et à écouter le message de Jane ci-dessous.",
"backToTreesForJane": "Retourner à Trees for Jane"
}
}
3 changes: 1 addition & 2 deletions public/locales/it/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"directGiftRecipient": "Questa donazione sostiene {{name}}",
"saveGiftDetails": "Salva i dettagli del regalo",
"giftSomeone": "La mia donazione è un regalo a qualcuno",
"payPalCard": "Usa PayPal o carta",
"or": "O",
"donateWith": "Donare con",
"donating": "Donare ",
Expand All @@ -101,4 +100,4 @@
"dedicatedTo": "Dedicato a",
"message": "Messaggio",
"contributedToTpo": "Ho contribuito {{amount}} a {{organization}}"
}
}
3 changes: 1 addition & 2 deletions public/locales/pt-BR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"directGiftRecipient": "Esta doação apoia a Floresta {{name}}",
"saveGiftDetails": "Salvar Detalhes do Presente",
"giftSomeone": "A minha doação é um presente para alguém",
"payPalCard": "Use PayPal ou Cartão",
"or": "OU",
"donateWith": "Doe com",
"donating": "Doando ",
Expand Down Expand Up @@ -164,4 +163,4 @@
"bouquetPurpose": "Doação",
"conservationPurpose": "doação de conservação",
"planet-cashPurpose": "Doação PlanetCash"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const PaymentRequestCustomButton = ({
onClick={() => continueNext()}
className="primary-button"
>
{canMakePayment ? t("payPalCard") : t("continue")}
{t("continue")}
</button>
)}
</div>
Expand Down

1 comment on commit e8b8867

@vercel
Copy link

@vercel vercel bot commented on e8b8867 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.