Translated using Weblate (Turkish)

Currently translated at 100.0% (582 of 582 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
This commit is contained in:
Oğuz Ersen 2022-04-14 19:02:23 +00:00 committed by Hosted Weblate
parent a1e01e6de2
commit 8a1f0bacab
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -2808,5 +2808,53 @@
"@showDirectChatsInSpaces": {
"type": "text",
"placeholders": {}
},
"youJoinedTheChat": "Sohbete katıldınız",
"@youJoinedTheChat": {},
"youAcceptedTheInvitation": "Daveti kabul ettiniz",
"@youAcceptedTheInvitation": {},
"youKickedAndBanned": "{user} kullanıcısını attınız ve yasakladınız",
"@youKickedAndBanned": {
"placeholders": {
"user": {}
}
},
"youUnbannedUser": "{user} kullanıcısının yasağını kaldırdınız",
"@youUnbannedUser": {
"placeholders": {
"user": {}
}
},
"youKicked": "{user} kullanıcısını attınız",
"@youKicked": {
"placeholders": {
"user": {}
}
},
"youRejectedTheInvitation": "Daveti reddettiniz",
"@youRejectedTheInvitation": {},
"youHaveWithdrawnTheInvitationFor": "{user} için daveti geri çektiniz",
"@youHaveWithdrawnTheInvitationFor": {
"placeholders": {
"user": {}
}
},
"youInvitedBy": "{user} tarafından davet edildiniz",
"@youInvitedBy": {
"placeholders": {
"user": {}
}
},
"youInvitedUser": "{user} kullanıcısını davet ettiniz",
"@youInvitedUser": {
"placeholders": {
"user": {}
}
},
"youBannedUser": "{user} kullanıcısını yasakladınız",
"@youBannedUser": {
"placeholders": {
"user": {}
}
}
}