From a61c8041544b0b29513b2401f8d31a3263f1f17f Mon Sep 17 00:00:00 2001
From: "lingohub[bot]" <69908207+lingohub[bot]@users.noreply.github.com>
Date: Tue, 3 Dec 2024 10:47:18 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Language=20update=20from=20Lingo?=
=?UTF-8?q?hub=20=F0=9F=A4=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Project Name: Planet Webapp (next-intl)
Project Link: https://app.lingohub.com/project/pr_162Pt5opccq5-23262/branches/prb_19TNAuGFWCoT-10998
User: Maria Hosfeld
Easy language translations with Lingohub 🚀
---
public/static/locales/cs/profile.json | 3 +--
public/static/locales/de/bulkCodes.json | 7 +++++--
public/static/locales/de/profile.json | 2 +-
public/static/locales/de/redeem.json | 2 ++
public/static/locales/es/profile.json | 3 +--
public/static/locales/fr/profile.json | 3 +--
public/static/locales/it/profile.json | 3 +--
public/static/locales/pt-BR/profile.json | 3 +--
8 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/public/static/locales/cs/profile.json b/public/static/locales/cs/profile.json
index 47bb0dad42..5b64a31c83 100644
--- a/public/static/locales/cs/profile.json
+++ b/public/static/locales/cs/profile.json
@@ -1,8 +1,7 @@
{
"Profile": {
"myProfile": {
- "memberSince": "Členem od {date}",
- "userDescription": "{bio}"
+ "memberSince": "Členem od {date}"
},
"feature": {
"redeem": "Vykoupit",
diff --git a/public/static/locales/de/bulkCodes.json b/public/static/locales/de/bulkCodes.json
index e8573748cc..fe8c9f6922 100644
--- a/public/static/locales/de/bulkCodes.json
+++ b/public/static/locales/de/bulkCodes.json
@@ -36,6 +36,7 @@
"tree": "Baum",
"m2": "m²"
},
+ "summaryTotal": "{formattedAmount} für {units} {pluralizedUnitType}",
"unitsPerCode": "Einheiten pro Code*",
"totalNumberOfCodes": "Gesamtzahl der Codes*",
"occasion": "Anlass",
@@ -75,12 +76,14 @@
"notifyNotPossible": "E-Mail und Name fehlen bei einigen Empfängern, die benachrichtigt werden sollen.",
"instructionRowError": "In der 1. Zeile ist ein Fehler aufgetreten. Bitte prüfe, ob du die Anweisungen gelöscht hast oder ob zusätzliche Daten vorhanden sind.",
"invalidEmails": "recipient_email enthält falsche/ungültige E-Mails in den folgenden Zeilen: {rowList}. Bitte entferne ungültige Emails oder füge gültige Emails hinzu.",
+ "longRecipientNames": "recipient_name ist in den folgenden Zeilen zu lang: {rowList}. Bitte geben Sie Namen an, die höchstens 35 Zeichen lang sind.",
"generalError": "Es ist ein Fehler aufgetreten. Bitte versuche es nach einer Weile erneut."
},
"errorAddRecipient": {
"unitsNotProvided": "Pflicht",
"requiredForNotifications": "Benötigt (für Email Empfänger)",
- "emailInvalid": "Ungültige Email"
+ "emailInvalid": "Ungültige Email",
+ "longRecipientName": "Maximale Länge - 35 Zeichen"
},
"successUploadCSV": {
"ignoredColumns": "Zusätzliche Spalten wurden ignoriert"
@@ -97,7 +100,7 @@
"recipient_name": "Optional. Name des Empfängers, wird auf der Urkunde angezeigt, und falls eingewilligt, in der Email, die an diesen geschickt wird. Benötigt, wenn Emails verschickt werden sollen.",
"recipient_email": "Optional. Benötigt um die Urkunde per Email an den Empfänger zu schicken.",
"recipient_notify": "Optional. Wähle \"Ja\", wenn du möchtest, dass Plant-for-the-Planet den Empfänger automatisch per Email informiert.",
- "units": "Pflicht. Anzahl der Bäume für den Empfänger, z.B, 5 für 5 Bäume.",
+ "units": "Pflichtfeld. Anzahl der Einheiten (Bäume oder m²) für den Empfänger, z.B., 5 für 5 Bäume oder 5 m².",
"recipient_message": "Optional. Nachricht an den Empfänger, die in der Email enthalten ist, wenn Benachrichtigen auf \"Ja\" steht. Wenn nichts angegeben wird, wird eine Standardnachricht gesendet."
},
"donationSuccess": "Deine Spende war erfolgreich. Du wirst in Kürze zur Anzeige der Spendendetails weitergeleitet...",
diff --git a/public/static/locales/de/profile.json b/public/static/locales/de/profile.json
index cb14cafa22..bcc52bf393 100644
--- a/public/static/locales/de/profile.json
+++ b/public/static/locales/de/profile.json
@@ -2,7 +2,7 @@
"Profile": {
"myProfile": {
"memberSince": "Mitglied seit {date}",
- "userDescription": "{bio}"
+ "donorCircleMember": "Fördermitglied"
},
"feature": {
"redeem": "Einlösen",
diff --git a/public/static/locales/de/redeem.json b/public/static/locales/de/redeem.json
index 5490dc7797..d845390e96 100644
--- a/public/static/locales/de/redeem.json
+++ b/public/static/locales/de/redeem.json
@@ -16,6 +16,8 @@
"redeemingCode": "Löse Code ein...",
"redeem": "Einlösen",
"redeemDescription": "Löse Baumgutscheine und andere Codes ein.",
+ "redeemSuccessMessage": "Großartig!Wir haben den Beitrag zu deinem Profil hinzugefügt!",
+ "membershipRedeemSuccessMessage": "Fantastisch!Sie sind jetzt Fördermitglied!",
"successfullyRedeemed": "Erfolgreich eingelöst",
"redeemAnotherCode": "Einen anderen Code einlösen"
}
diff --git a/public/static/locales/es/profile.json b/public/static/locales/es/profile.json
index 94e4b63cb6..e4a0a4580a 100644
--- a/public/static/locales/es/profile.json
+++ b/public/static/locales/es/profile.json
@@ -1,8 +1,7 @@
{
"Profile": {
"myProfile": {
- "memberSince": "Miembro desde {date}",
- "userDescription": "{bio}"
+ "memberSince": "Miembro desde {date}"
},
"feature": {
"redeem": "Canjear",
diff --git a/public/static/locales/fr/profile.json b/public/static/locales/fr/profile.json
index e78387d091..8b4bd9b860 100644
--- a/public/static/locales/fr/profile.json
+++ b/public/static/locales/fr/profile.json
@@ -1,8 +1,7 @@
{
"Profile": {
"myProfile": {
- "memberSince": "Membre depuis {date}",
- "userDescription": "{bio}"
+ "memberSince": "Membre depuis {date}"
},
"feature": {
"redeem": "Racheter",
diff --git a/public/static/locales/it/profile.json b/public/static/locales/it/profile.json
index a3b863c946..56f193f422 100644
--- a/public/static/locales/it/profile.json
+++ b/public/static/locales/it/profile.json
@@ -1,8 +1,7 @@
{
"Profile": {
"myProfile": {
- "memberSince": "Membro dal {date}",
- "userDescription": "{bio}"
+ "memberSince": "Membro dal {date}"
},
"feature": {
"redeem": "Riscatto",
diff --git a/public/static/locales/pt-BR/profile.json b/public/static/locales/pt-BR/profile.json
index fc1d8150af..7a9855c7bb 100644
--- a/public/static/locales/pt-BR/profile.json
+++ b/public/static/locales/pt-BR/profile.json
@@ -1,8 +1,7 @@
{
"Profile": {
"myProfile": {
- "memberSince": "Membro desde {date}",
- "userDescription": "{bio}"
+ "memberSince": "Membro desde {date}"
},
"feature": {
"redeem": "Resgatar",