From 492bef11cf6bd472a71bd1c1b3007d731adea433 Mon Sep 17 00:00:00 2001 From: otsmr Date: Wed, 29 Apr 2026 12:10:54 +0200 Subject: [PATCH] add new strings --- de.arb | 10 +++++++++- en.arb | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/de.arb b/de.arb index 44e8b74..a984d55 100644 --- a/de.arb +++ b/de.arb @@ -506,5 +506,13 @@ "version": {} } }, - "userDiscoveryEnabledStopSharing": "Nicht mehr teilen" + "userDiscoveryEnabledStopSharing": "Nicht mehr teilen", + "userDiscoveryManualApprovalReachedThreshold": "{username} hat deinen Schwellenwert erreicht und benötigt nur noch eine manuelle Zustimmung, um mit deinen Freunden geteilt zu werden.", + "@userDiscoveryManualApprovalReachedThreshold": { + "placeholders": { + "username": {} + } + }, + "userDiscoveryManualApprovalHideContact": "Kontakt verbergen", + "userDiscoveryManualApprovalShareContact": "Kontakt teilen" } \ No newline at end of file diff --git a/en.arb b/en.arb index 2b7bf08..e3587f9 100644 --- a/en.arb +++ b/en.arb @@ -519,5 +519,13 @@ "version": {} } }, - "userDiscoveryEnabledStopSharing": "Stop sharing" + "userDiscoveryEnabledStopSharing": "Stop sharing", + "userDiscoveryManualApprovalReachedThreshold": "{username} has reached your threshold and now needs your manual approval to be shared with your friends.", + "@userDiscoveryManualApprovalReachedThreshold": { + "placeholders": { + "username": {} + } + }, + "userDiscoveryManualApprovalHideContact": "Hide contact", + "userDiscoveryManualApprovalShareContact": "Share contact" } \ No newline at end of file