diff --git a/l10n/tr.js b/l10n/tr.js index 95799b9..e8b1cac 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -3,6 +3,7 @@ OC.L10N.register( { "You created the room %s." : "%s odasını eklediniz.", "You deleted the room %s." : "%s odasını sildiniz.", + "{user} deleted the room %s." : "{user} %s odasını sildi.", "You shared the room %s with {shareWith}." : "%s odasını {shareWith} ile paylaştınız.", "{user} shared the room %s with you." : "{user} sizinle %s odasını paylaştı.", "You unshared the room %s with {shareWith}." : "%s odasını {shareWith} ile paylaşmayı bıraktınız.", @@ -15,6 +16,7 @@ OC.L10N.register( "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.", "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* **Share rooms** Share rooms with members, groups or circles\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* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\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* **Oda paylaşımı** Odalar üyeler, gruplar ve çevreler 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* **Kısıtlamalar** Yalnız belirli grupların oda oluşturması sağlanabilir\n* **Etkinlikler** Oda işlemlerinin özeti görülebilir\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.*", "Room not found" : "Oda bulunamadı", "The room could not be found. Maybe it was deleted?" : "Oda bulunamadı. Silinmiş olabilir mi?", "Back to %s" : "%s ögesine dön", @@ -23,6 +25,8 @@ OC.L10N.register( "API secret" : "API parolası", "Save" : "Kaydet", "Show room manager in app navigation instead of settings page." : "Uygulama gezinmesinde ayarlar sayfası yerine oda yöneticisi görüntülensin.", + "If you like to use shorter urls, you can enter a forwarding proxy below." : "Daha kısa adresler kullanmak isterseniz aşağıya bir iletici vekil sunucu yazabilirsiniz.", + "URL shortener" : "Adres kısaltıcı", "You will be forwarded to the room in the next few seconds." : "Bir kaç saniye içinde odaya yönlendirileceksiniz.", "Let's go!" : "Haydi başlayalım!", "Please enter your name!" : "Lütfen adınızı yazın!", @@ -92,6 +96,9 @@ OC.L10N.register( "Unexpected error occurred" : "Beklenmeyen bir sorun çıktı", "API URL is invalid" : "API adresi geçersiz", "API secret is invalid" : "API parolası geçersiz", + "URL has to start with https" : "Adres https ile başlamalıdır", + "URL has to contain the {token} placeholder" : "Adreste {token} yer belirteci bulunmalıdır", + "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Adres https:// ile başlamalı ve {token} yer belirtecini içermelidir. Ek olarak {user} yer belirteci kullanılabilir.", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin.","Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin."] }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index 6984aa1..7296b29 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -1,6 +1,7 @@ { "translations": { "You created the room %s." : "%s odasını eklediniz.", "You deleted the room %s." : "%s odasını sildiniz.", + "{user} deleted the room %s." : "{user} %s odasını sildi.", "You shared the room %s with {shareWith}." : "%s odasını {shareWith} ile paylaştınız.", "{user} shared the room %s with you." : "{user} sizinle %s odasını paylaştı.", "You unshared the room %s with {shareWith}." : "%s odasını {shareWith} ile paylaşmayı bıraktınız.", @@ -13,6 +14,7 @@ "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.", "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* **Share rooms** Share rooms with members, groups or circles\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* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\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* **Oda paylaşımı** Odalar üyeler, gruplar ve çevreler 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* **Kısıtlamalar** Yalnız belirli grupların oda oluşturması sağlanabilir\n* **Etkinlikler** Oda işlemlerinin özeti görülebilir\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.*", "Room not found" : "Oda bulunamadı", "The room could not be found. Maybe it was deleted?" : "Oda bulunamadı. Silinmiş olabilir mi?", "Back to %s" : "%s ögesine dön", @@ -21,6 +23,8 @@ "API secret" : "API parolası", "Save" : "Kaydet", "Show room manager in app navigation instead of settings page." : "Uygulama gezinmesinde ayarlar sayfası yerine oda yöneticisi görüntülensin.", + "If you like to use shorter urls, you can enter a forwarding proxy below." : "Daha kısa adresler kullanmak isterseniz aşağıya bir iletici vekil sunucu yazabilirsiniz.", + "URL shortener" : "Adres kısaltıcı", "You will be forwarded to the room in the next few seconds." : "Bir kaç saniye içinde odaya yönlendirileceksiniz.", "Let's go!" : "Haydi başlayalım!", "Please enter your name!" : "Lütfen adınızı yazın!", @@ -90,6 +94,9 @@ "Unexpected error occurred" : "Beklenmeyen bir sorun çıktı", "API URL is invalid" : "API adresi geçersiz", "API secret is invalid" : "API parolası geçersiz", + "URL has to start with https" : "Adres https ile başlamalıdır", + "URL has to contain the {token} placeholder" : "Adreste {token} yer belirteci bulunmalıdır", + "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Adres https:// ile başlamalı ve {token} yer belirtecini içermelidir. Ek olarak {user} yer belirteci kullanılabilir.", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin.","Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin."] },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file