@@ -454,6 +454,7 @@ OC.L10N.register(
454454 "Contact via Talk" : "Konuş ile görüşün" ,
455455 "Open Talk" : "Konuş uygulamasını aç" ,
456456 "Presentation" : "Sunum" ,
457+ "Voice room" : "Konuşma odası" ,
457458 "Webinar" : "İnternet sunumu" ,
458459 "Conversations" : "Görüşmeler" ,
459460 "Messages in current conversation" : "Geçerli görüşmedeki iletiler" ,
@@ -1550,13 +1551,17 @@ OC.L10N.register(
15501551 "You cannot send messages to this conversation at the moment" : "Şu anda bu görüşmeye ileti gönderemezsiniz" ,
15511552 "Could not update the message" : "İleti güncellenemedi" ,
15521553 "Reply to thread \"{threadTitle}\"" : "\"{threadTitle}\" konusunu yanıtla" ,
1553- "You voted" : "Oyladınız" ,
1554+ "_You voted • %n vote_::_You voted • %n votes_" : [ "Oy verdiniz • %n oy" , "Oy verdiniz • %n oy" ] ,
1555+ "You voted" : "Oy verdiniz" ,
1556+ "_Click to vote • %n vote_::_Click to vote • %n votes_" : [ "Oy vermek için tıklayın • %n oy" , "Oy vermek için tıklayın • %n oy" ] ,
1557+ "Click to vote" : "Oy vermek için tıklayın" ,
15541558 "_Poll draft • %n option_::_Poll draft • %n options_" : [ "Anket taslağı • %n seçenek" , "Anket taslağı • %n seçenek" ] ,
15551559 "_%n vote_::_%n votes_" : [ "%n oy" , "%n oy" ] ,
15561560 "Edit poll draft" : "Anket taslağını düzenle" ,
15571561 "Delete poll draft" : "Anket taslağını sil" ,
15581562 "Poll" : "Anket" ,
15591563 "Open poll" : "Açık anket" ,
1564+ "Closed poll" : "Bitirilmiş anket" ,
15601565 "See results" : "Sonuçları görüntüle" ,
15611566 "Reactions" : "Tepkiler" ,
15621567 "No permission to post reactions in this conversation" : "Bu görüşmeye tepki gönderme izniniz yok" ,
@@ -1667,6 +1672,8 @@ OC.L10N.register(
16671672 "Multiple answers" : "Birden çok yanıt" ,
16681673 "Save as draft" : "Taslak olarak kaydet" ,
16691674 "Export draft to file" : "Taslağı dosyaya dışa aktar" ,
1675+ "_Final results • %n vote_::_Final results • %n votes_" : [ "Sonuçlar • %n oy" , "Sonuçlar • %n oy" ] ,
1676+ "Your vote is anonymous" : "Oyunuz anonim" ,
16701677 "You voted for this option" : "Bu seçenek için oy verdiniz" ,
16711678 "End poll" : "Anketi sonlandır" ,
16721679 "Submit" : "Gönder" ,
0 commit comments