This commit is contained in:
otsmr 2026-04-29 15:48:01 +02:00
parent 492bef11cf
commit facb69aa79
2 changed files with 26 additions and 13 deletions

26
de.arb
View file

@ -389,8 +389,7 @@
"onboardingUserDiscoveryWhoIsRequesting": "Erfahre, wer dich anfragt",
"userDiscoverySettingsEnableAllContacts": "Für alle Kontakte aktivieren",
"userDiscoverySettingsManualApproval": "Manuelle Zustimmung",
"userDiscoveryDisabledLearnMore": "",
"userDiscoverySettingsManualApprovalDesc": "Bevor du jemanden teilst, wirst du jedes Mal gefragt, sobald jemand die Anzahl der gesendeten Bilder erreicht hat.",
"userDiscoverySettingsManualApprovalDesc": "Bevor jemand geteilt wird, wirst du zuerst gefragt.",
"onboardingUserDiscoveryLetFriendsFindYou": "Lass dich von deinen Freunden finden",
"onboardingUserDiscoveryLetFriendsFindYouDesc": "Damit deine Freunde dich finden können, kannst du Personen vorgeschlagen werden, die gemeinsame Freunde mit dir haben.",
"onboardingUserDiscoveryBeRecommended": "Anderen vorgeschlagen werden",
@ -507,12 +506,19 @@
}
},
"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"
"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",
"onboardingSetupCompleteTitle": "Du bist startklar, {username}!",
"@onboardingSetupCompleteTitle": {
"placeholders": {
"username": {}
}
},
"onboardingSetupCompleteDesc": "Du kannst jetzt deine Momente sicher mit deinen Freunden teilen, ohne Ablenkungen wie Werbung."
}

13
en.arb
View file

@ -398,12 +398,12 @@
"onboardingVerificationBadgeTitle": "Verification Badge",
"onboardingUserDiscoveryShareFriends": "Share your friends",
"onboardingUserDiscoveryIncreaseTrust": "Increase trust",
"onboardingUserDiscoveryShareFriendsDesc": "Share with your friends who you know and who you have verified. Friends can *only see mutual friends* from your friend list.",
"onboardingUserDiscoveryShareFriendsDesc": "Share with your friends who you know and who you have verified. Friends can *only see mutual friends* from your friend list. You can change your mind at *any time* or *hide specific people*.",
"onboardingUserDiscoveryContactsVerifiedBadge": "Contacts verified by your friends get a badge",
"onboardingUserDiscoveryWhoIsRequesting": "Be informed about who is requesting",
"userDiscoverySettingsEnableAllContacts": "Enabled for all contacts",
"userDiscoverySettingsManualApproval": "Manual approval",
"userDiscoverySettingsManualApprovalDesc": "Before sharing someone, you will be asked every time someone reaches the number of send images.",
"userDiscoverySettingsManualApprovalDesc": "Before someone is shared, you'll be asked first.",
"onboardingUserDiscoveryLetFriendsFindYou": "Let your friends find you",
"onboardingUserDiscoveryLetFriendsFindYouDesc": "To help your friends find you, *you can be suggested* to people with whom you have *mutual friends*.",
"onboardingUserDiscoveryBeRecommended": "Be recommended to others",
@ -527,5 +527,12 @@
}
},
"userDiscoveryManualApprovalHideContact": "Hide contact",
"userDiscoveryManualApprovalShareContact": "Share contact"
"userDiscoveryManualApprovalShareContact": "Share contact",
"onboardingSetupCompleteTitle": "You're all set, {username}!",
"@onboardingSetupCompleteTitle": {
"placeholders": {
"username": {}
}
},
"onboardingSetupCompleteDesc": "You can now share your moments with your friends securely without distractions like ads."
}