add new strings

This commit is contained in:
otsmr 2026-04-29 12:10:54 +02:00
parent dc33fa1bb1
commit 492bef11cf
2 changed files with 18 additions and 2 deletions

10
de.arb
View file

@ -506,5 +506,13 @@
"version": {} "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"
} }

10
en.arb
View file

@ -519,5 +519,13 @@
"version": {} "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"
} }