cloud_bbb/l10n/tr.js

71 lines
6.6 KiB
JavaScript
Raw Normal View History

2020-05-20 05:20:45 +02:00
OC.L10N.register(
"bbb",
{
2020-05-24 05:19:50 +02:00
"API URL or secret not configured. Please contact your administrator." : "API adresi ya da parolası yapılandırılmamış. Lütfen BT yöneticiniz ile görüşün.",
2020-05-20 05:20:45 +02:00
"BigBlueButton Integration" : "BigBlueButton Bütünleştirmesi",
"BigBlueButton integration for Nextcloud" : "Nextcloud için BigBlueButton Bütünleştirmesi",
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Bu uygulama bir dış [BigBlueButton](https://bigbluebutton.org) kurulumu ile toplantı yapılabilmesini sağlar.\n\n* **Oda kurulumu** Ad ve hoş geldiniz iletisi ile birçok oda yapılandırması oluşturulabilir, ...\n* **Konuk bağlantısı paylaşımı** Toplantı bağlantısı tüm konuklar ile paylaşılabilir\n* **Özel sunum** Oda, dosya gezgininizden seçebileceğiniz bir sunum ile başlatılabilir\n* **Kayıt yönetimi** Oda kayıtları görülebilir, paylaşılabilir ve silinebilir\n\nGeliştiriciler aranıyor! Zamanınız varsa ve bu uygulamayı geliştirmemize yardım edebilirseniz harika olur.\n\n*Bu uygulama BigBlueButton ile bütünleştirme sağlar ve BigBlueButton Inc. tarafından herhangi bir onay ya da sertifika almamıştır. BigBlueButton ve BigBlueButton Logosu, BigBlueButton Inc. kuruluşunun tescilli ticari markalarıdır.*",
2020-05-24 05:19:50 +02:00
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "API adresinizi ve parolanızı almak için BigBlueButton sunucusu üzerinde \"sudo bbb-conf --secret\" komutunu yürütün.",
"API URL" : "API adresi",
2020-05-20 05:20:45 +02:00
"API secret" : "API parolası",
"Save" : "Kaydet",
"Please enter your name!" : "Lütfen adınızı yazın!",
"The name must be at least 3 characters long." : "Ad en az 3 karakter uzunluğunda olmalıdır.",
2020-06-06 05:22:34 +02:00
"You have to provide the correct password to join the meeting." : "Toplantıya katılmak için doğru parolayı yazmalısınız.",
2020-05-23 05:22:27 +02:00
"Display name" : "Görüntülenecek ad",
2020-06-05 05:19:27 +02:00
"Password" : "Parola",
"Join" : "Katıl",
2020-05-20 05:20:45 +02:00
"Name" : "Ad",
"Max" : "En fazla",
"Record" : "Kaydet",
"Recordings" : "Kayıtlar",
2020-06-17 05:19:38 +02:00
"Edit" : "Düzenle",
2020-06-06 05:22:34 +02:00
"Descriptive name of this room." : "Odayııklayan ad.",
"This message is shown to all users in the chat area after they joined." : "Katılan tüm kullanıcılara sohbet alanında bu ileti görüntülenir.",
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Bu odanın katılımcı sayısı sınırını belirler. Sıfır yazıldığında sınırlama uygulanmaz.",
"If enabled, the moderator is able to start the recording." : "Bu seçenek etkinleştirildiğinde, sorumlu toplantıyı kaydedebilir.",
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Herkese açık: Bağlantıyı bilen herkes toplantıya katılabilir. Parola: Toplantıya katılabilmek için konukların parolayı bilmesi gerekir. Bekleme odası: Konukların toplantıya katılabilmesi için sorumlu tarafından kabul edilmeleri gerekir. İç: Toplantıya yalnız Nextcloud kullanıcıları katılabilir.",
2020-06-19 05:23:03 +02:00
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderatör, atma, sessize alma veya sunucu olarak atama dahil olmak üzere tüm katılımcıları yönetebilir. Moderatör rolüne sahip kullanıcılar aynı zamanda toplantıyı bitirebilir veya varsayılan ayarlarını değiştirebilirler.",
2020-06-06 05:22:34 +02:00
"Edit \"{room}\"" : "“{room}” düzenle",
2020-06-05 05:19:27 +02:00
"Welcome" : "Hoş geldiniz",
2020-06-06 05:22:34 +02:00
"Participant limit" : "Katılımcı sınırı",
2020-06-05 05:19:27 +02:00
"Access" : "Erişim",
"Public" : "Herkese açık",
2020-06-06 05:22:34 +02:00
"Internal + Password protection for guests" : "Konuklar için İç + Parola koruması",
"Internal + Waiting room for guests" : "Konuklar için İç + Bekleme odası",
"Internal" : "İç",
2020-06-19 05:23:03 +02:00
"Internal restricted" : "İç kullanıma kısıtlı",
"Every participant is moderator" : "Tüm katılımcılar moderatördür",
2020-06-16 05:21:30 +02:00
"Miscellaneous" : "Diğer",
2020-06-06 05:22:34 +02:00
"Recording" : "Kayıt ediliyor",
2020-05-20 05:20:45 +02:00
"Room name" : "Oda adı",
"Create" : "Ekle",
"_%n participant_::_%n participants_" : ["%n katılımcı","%n katılımcı"],
"Delete" : "Sil",
2020-05-21 05:23:14 +02:00
"Are you sure you want to delete \"{name}\"? This operation can not be undone." : "\"{name}\" ögesini silmek istediğinize emin misiniz? Bu işlem geri alınamaz",
2020-05-20 05:20:45 +02:00
"Delete \"{name}\"?" : "\"{name}\" silinsin mi?",
"Select target folder" : "Hedef klasörü seçin",
"Room URL was stored in \"{path}\" as \"{filename}\"." : "Oda adresi \"{path}\" içine \"{filename}\" olarak kaydedildi.",
"Link stored" : "Bağlantı kaydedildi",
"URL to room could not be stored." : "Oda adresi kaydedilemedi.",
"Error" : "Hata",
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Sunum adresi \"{path}\" içine \"{filename}\" olarak kaydedildi.",
"URL to presentation could not be stored." : "Sunum adresi kaydedilemedi.",
2020-05-21 05:23:14 +02:00
"Are you sure you want to delete the recording from \"{startDate}\"? This operation can not be undone." : "\"{startDate}\" tarihli kaydı silmek istediğinize emin misiniz? Bu işlem geri alınamaz",
2020-05-20 05:20:45 +02:00
"Delete?" : "Silinsin mi?",
"Could not delete record" : "Kayıt silinemedi",
"Server error" : "Sunucu sorunu",
2020-06-16 05:21:30 +02:00
"Group" : "Grup",
2020-06-17 05:19:38 +02:00
"moderator" : "sorumlu",
2020-06-19 05:23:03 +02:00
"admin" : "yönetici",
"Share" : "Paylaş",
2020-06-16 05:21:30 +02:00
"Loading" : "Yükleniyor",
2020-06-17 05:19:38 +02:00
"Name, group, ..." : "İsim, grup, ...",
2020-06-19 05:23:03 +02:00
"You are not allowed to change this option, because this room is shared with you." : "Bu ayarı değiştiremezsiniz, çünkü bu oda sizinle paylaşıldı.",
2020-05-20 05:20:45 +02:00
"Settings saved" : "Ayarlar kaydedildi",
"Unexpected error occurred" : "Beklenmeyen bir sorun çıktı",
2020-05-24 05:19:50 +02:00
"API URL is invalid" : "API adresi geçersiz",
2020-05-20 05:20:45 +02:00
"API secret is invalid" : "API parolası geçersiz"
},
"nplurals=2; plural=(n > 1);");