add new strings
This commit is contained in:
parent
3142288ce2
commit
49a063c35d
2 changed files with 40 additions and 0 deletions
20
de.arb
20
de.arb
|
|
@ -512,6 +512,26 @@
|
|||
}
|
||||
},
|
||||
"friendSuggestionsRequest": "Anfragen",
|
||||
"friendSuggestionsAskFriend": "Deine Freunde fragen",
|
||||
"askFriendsDialogTitle": "Nach {username} fragen",
|
||||
"@askFriendsDialogTitle": {
|
||||
"placeholders": {
|
||||
"username": {}
|
||||
}
|
||||
},
|
||||
"askFriendsDialogDescription": "Wähle die Freunde aus, die du zu diesem Nutzer fragen möchtest:",
|
||||
"askFriendsDialogConfirm": "Fragen",
|
||||
"askFriendsDialogCancel": "Abbrechen",
|
||||
"chatAskAFriendReceivedDescription": "Dein Freund hat diesen Nutzer als Vorschlag erhalten und möchte wissen, ob er diese Person kennt.",
|
||||
"chatAskAFriendAddedDescription": "Du hast diesen Nutzer zu deinen Kontakten hinzugefügt.",
|
||||
"chatAskAFriendHide": "Ausblenden",
|
||||
"chatAskAFriendRequest": "Anfragen",
|
||||
"chatAskAFriendUnknownUser": "Nutzer {userId}",
|
||||
"@chatAskAFriendUnknownUser": {
|
||||
"placeholders": {
|
||||
"userId": {}
|
||||
}
|
||||
},
|
||||
"contactUserDiscoveryImagesLeft": "Es fehlen noch {imagesLeft} Bilder bis deine Freunde mit {username} geteilt werden.",
|
||||
"@contactUserDiscoveryImagesLeft": {
|
||||
"placeholders": {
|
||||
|
|
|
|||
20
en.arb
20
en.arb
|
|
@ -527,6 +527,26 @@
|
|||
}
|
||||
},
|
||||
"friendSuggestionsRequest": "Request",
|
||||
"friendSuggestionsAskFriend": "Ask your friends",
|
||||
"askFriendsDialogTitle": "Ask about {username}",
|
||||
"@askFriendsDialogTitle": {
|
||||
"placeholders": {
|
||||
"username": {}
|
||||
}
|
||||
},
|
||||
"askFriendsDialogDescription": "Select the friends you want to ask about this user:",
|
||||
"askFriendsDialogConfirm": "Ask",
|
||||
"askFriendsDialogCancel": "Cancel",
|
||||
"chatAskAFriendReceivedDescription": "Your friend just got this as a suggestion and wants to know if he knows this person.",
|
||||
"chatAskAFriendAddedDescription": "You have added this user to your contacts.",
|
||||
"chatAskAFriendHide": "Hide",
|
||||
"chatAskAFriendRequest": "Request",
|
||||
"chatAskAFriendUnknownUser": "User {userId}",
|
||||
"@chatAskAFriendUnknownUser": {
|
||||
"placeholders": {
|
||||
"userId": {}
|
||||
}
|
||||
},
|
||||
"contactUserDiscoveryImagesLeft": "{imagesLeft} more images are needed until your friends are shared with {username}.",
|
||||
"@contactUserDiscoveryImagesLeft": {
|
||||
"placeholders": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue