From 691fa9b7443b69fe17f656d367f7a80d312874f8 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 13 Mar 2023 13:52:47 +0100 Subject: [PATCH] add key pendingMember to locales --- webapp/locales/de.json | 3 ++- webapp/locales/en.json | 3 ++- webapp/locales/es.json | 3 ++- webapp/locales/fr.json | 3 ++- webapp/locales/it.json | 3 ++- webapp/locales/nl.json | 3 ++- webapp/locales/pl.json | 3 ++- webapp/locales/pt.json | 3 ++- webapp/locales/ru.json | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index f4ad97d01..5ba26f30c 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -447,7 +447,8 @@ "in": "in", "joinLeaveButton": { "iAmMember": "Bin Mitglied", - "join": "Beitreten" + "join": "Beitreten", + "pendingMember": "Ausstehendes Mitglied" }, "labelSlug": "Eindeutiger Gruppenname", "leaveModal": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index d44625b7f..a45be7837 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -447,7 +447,8 @@ "in": "in", "joinLeaveButton": { "iAmMember": "I'm a member", - "join": "Join" + "join": "Join", + "pendingMember": "Pending member" }, "labelSlug": "Unique group name", "leaveModal": { diff --git a/webapp/locales/es.json b/webapp/locales/es.json index a9668c9cf..a313b3dc4 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -302,7 +302,8 @@ "goal": null, "joinLeaveButton": { "iAmMember": null, - "join": null + "join": null, + "pendingMember": null }, "membersCount": null, "membersListTitle": null diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index 9149c1493..511ca4568 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -291,7 +291,8 @@ "goal": null, "joinLeaveButton": { "iAmMember": null, - "join": null + "join": null, + "pendingMember": null }, "membersCount": null, "membersListTitle": null diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 3fc2f7e6b..548278fc9 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -299,7 +299,8 @@ "goal": null, "joinLeaveButton": { "iAmMember": null, - "join": null + "join": null, + "pendingMember": null }, "membersCount": null, "membersListTitle": null diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index 66f296eb0..27fbc8865 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -87,7 +87,8 @@ "goal": null, "joinLeaveButton": { "iAmMember": null, - "join": null + "join": null, + "pendingMember": null }, "membersCount": null, "membersListTitle": null diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index 41120dd26..3b7d1200a 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -171,7 +171,8 @@ "goal": null, "joinLeaveButton": { "iAmMember": null, - "join": null + "join": null, + "pendingMember": null }, "membersCount": null, "membersListTitle": null diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 9cde701d2..121fc903d 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -337,7 +337,8 @@ "goal": null, "joinLeaveButton": { "iAmMember": null, - "join": null + "join": null, + "pendingMember": null }, "membersCount": null, "membersListTitle": null diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 292f83831..4ae664cd8 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -316,7 +316,8 @@ "goal": null, "joinLeaveButton": { "iAmMember": null, - "join": null + "join": null, + "pendingMember": null }, "membersCount": null, "membersListTitle": null