add new strings
This commit is contained in:
parent
dc33fa1bb1
commit
492bef11cf
2 changed files with 18 additions and 2 deletions
10
de.arb
10
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"
|
||||
}
|
||||
10
en.arb
10
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"
|
||||
}
|
||||
Loading…
Reference in a new issue