diff --git a/l10n/fr.js b/l10n/fr.js
index 28cd15c..0a0f26a 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -139,6 +139,7 @@ OC.L10N.register(
"URL has to start with HTTPS" : "L'URL doit débuter par HTTPS",
"URL has to contain the {token} placeholder" : "L’URL doit contenir le paramètre {token}",
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "L’URL doit commencer par https:// et contenir {token}. De plus, le paramètre {user} peut être utilisé.",
+ "Example configuration for Apache and Nginx" : "Exemple de configuration pour Apache et Nginx",
"The file \"{filename}\" was uploaded to your room." : "Le fichier \"{filename}\" a été téléversé dans votre salle.",
"The file \"{filename}\" could not be uploaded to your room." : "Le fichier \"{filename}\" n'a pas pu être téléversé dans votre salle.",
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Le fichier « {filename} » n’a pas pu être téléversé dans votre salle. Votre serveur BigBlueButton ne prend peut-être pas en charge cette action.",
diff --git a/l10n/fr.json b/l10n/fr.json
index 2d3bb7f..7220f29 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -137,6 +137,7 @@
"URL has to start with HTTPS" : "L'URL doit débuter par HTTPS",
"URL has to contain the {token} placeholder" : "L’URL doit contenir le paramètre {token}",
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "L’URL doit commencer par https:// et contenir {token}. De plus, le paramètre {user} peut être utilisé.",
+ "Example configuration for Apache and Nginx" : "Exemple de configuration pour Apache et Nginx",
"The file \"{filename}\" was uploaded to your room." : "Le fichier \"{filename}\" a été téléversé dans votre salle.",
"The file \"{filename}\" could not be uploaded to your room." : "Le fichier \"{filename}\" n'a pas pu être téléversé dans votre salle.",
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Le fichier « {filename} » n’a pas pu être téléversé dans votre salle. Votre serveur BigBlueButton ne prend peut-être pas en charge cette action.",
diff --git a/l10n/sw.js b/l10n/sw.js
index b34e071..20a7201 100644
--- a/l10n/sw.js
+++ b/l10n/sw.js
@@ -12,11 +12,14 @@ OC.L10N.register(
"Edit" : "Hariri",
"Sharing" : "inashirikisha",
"Miscellaneous" : "Mbalimbali",
+ "Recording" : "Inarekodi",
"Room name" : "Jina la chumba",
"Create" : "Tengeneza",
+ "Published" : "Published",
"Copy to clipboard" : "Nakili kwenye ubao wa kunakili",
"Delete" : "Futa",
"Error" : "Hitilafu",
- "All" : "Zote"
+ "All" : "Zote",
+ "Send to" : "Tuma kwa"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sw.json b/l10n/sw.json
index ddea84d..bb6b767 100644
--- a/l10n/sw.json
+++ b/l10n/sw.json
@@ -10,11 +10,14 @@
"Edit" : "Hariri",
"Sharing" : "inashirikisha",
"Miscellaneous" : "Mbalimbali",
+ "Recording" : "Inarekodi",
"Room name" : "Jina la chumba",
"Create" : "Tengeneza",
+ "Published" : "Published",
"Copy to clipboard" : "Nakili kwenye ubao wa kunakili",
"Delete" : "Futa",
"Error" : "Hitilafu",
- "All" : "Zote"
+ "All" : "Zote",
+ "Send to" : "Tuma kwa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/l10n/tr.js b/l10n/tr.js
index 9b8f2b2..4a38bd1 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -74,6 +74,7 @@ OC.L10N.register(
"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 açıksa, sorumlu toplantıyı kaydedebilir.",
+ "Explanation of the different concepts that constitute access options :
- Public: Anyone who has the link can join.
- Internal: Only Nextcloud users can join.
- Password: Only guests who have the password can join.
- Waiting room: A moderator must accept each guest before they can join.
- Restricted : Only selected users and groups can access this room." : "Erişim seçeneklerinin açıklaması:
- Herkese açık: Bağlantıyı bilen herkes katılabilir.
- İç: Yalnızca Nextcloud kullanıcıları katılabilir.
- Parola: Yalnızca parolayı bilen konuklar katılabilir.
- Bekleme odası: Konukların katılmadan önce bir sorumlu tarafından kabul edilmesi gerekir.
- Kısıtlı: Yalnızca seçilmiş kullanıcılar ve gruplar erişebilir.",
"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." : "Bir sorunlu, katılımcıları çıkarma, sessize alma ya da sunucu olarak atama gibi işlemleri yapabilir. Sorumlu pozisyonundaki kullanıcılar br toplantıyı bitirebilir ya da varsayılan ayarlarını değiştirebilir.",
"If enabled, normal users have to wait until a moderator is in the room." : "Bu seçenek açıksa, odaya bir sorumlu gelene kadar kullanıcıların beklemesi gerekir.",
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Bu seçenek açıksa, sorumlu yetkileri ile erişilebilecek bir sorumlu adresi oluşturulur.",
@@ -124,6 +125,7 @@ OC.L10N.register(
"You are not allowed to change this option, because this room is shared with you." : "Bu oda sizinle paylaşılmış olduğundan bu ayarı değiştiremezsiniz.",
"Group name" : "Grup adı",
"Max. rooms" : "En fazla oda sayısı",
+ "Access options" : "Erişim seçenekleri",
"Max. participants" : "En fazla katılımcı sayısı",
"Group …" : "Grup …",
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Kısıtlamalar var olan odaları etkilemez. Eksi bir değeri, kısıtlama olmadığı anlamına gelir. Birden fazla kısıtlama uygulanıyorsa her kullanıcı için en az kısıtlayıcı seçenek kullanılır.",
@@ -138,6 +140,7 @@ OC.L10N.register(
"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.",
+ "Example configuration for Apache and Nginx" : "Apache ve Nginx için örnek yapılandırma",
"The file \"{filename}\" was uploaded to your room." : "\"{filename}\" dosyası odaya yüklendi.",
"The file \"{filename}\" could not be uploaded to your room." : "\"{filename}\" dosyası odaya yüklenemedi.",
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "\"{filename}\" dosyası odaya yüklenemedi. BigBlueButton sunucunuz bu işlemi desteklemiyor olabilir.",
diff --git a/l10n/tr.json b/l10n/tr.json
index 58a698f..cb5fb91 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -72,6 +72,7 @@
"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 açıksa, sorumlu toplantıyı kaydedebilir.",
+ "Explanation of the different concepts that constitute access options :
- Public: Anyone who has the link can join.
- Internal: Only Nextcloud users can join.
- Password: Only guests who have the password can join.
- Waiting room: A moderator must accept each guest before they can join.
- Restricted : Only selected users and groups can access this room." : "Erişim seçeneklerinin açıklaması:
- Herkese açık: Bağlantıyı bilen herkes katılabilir.
- İç: Yalnızca Nextcloud kullanıcıları katılabilir.
- Parola: Yalnızca parolayı bilen konuklar katılabilir.
- Bekleme odası: Konukların katılmadan önce bir sorumlu tarafından kabul edilmesi gerekir.
- Kısıtlı: Yalnızca seçilmiş kullanıcılar ve gruplar erişebilir.",
"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." : "Bir sorunlu, katılımcıları çıkarma, sessize alma ya da sunucu olarak atama gibi işlemleri yapabilir. Sorumlu pozisyonundaki kullanıcılar br toplantıyı bitirebilir ya da varsayılan ayarlarını değiştirebilir.",
"If enabled, normal users have to wait until a moderator is in the room." : "Bu seçenek açıksa, odaya bir sorumlu gelene kadar kullanıcıların beklemesi gerekir.",
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Bu seçenek açıksa, sorumlu yetkileri ile erişilebilecek bir sorumlu adresi oluşturulur.",
@@ -122,6 +123,7 @@
"You are not allowed to change this option, because this room is shared with you." : "Bu oda sizinle paylaşılmış olduğundan bu ayarı değiştiremezsiniz.",
"Group name" : "Grup adı",
"Max. rooms" : "En fazla oda sayısı",
+ "Access options" : "Erişim seçenekleri",
"Max. participants" : "En fazla katılımcı sayısı",
"Group …" : "Grup …",
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Kısıtlamalar var olan odaları etkilemez. Eksi bir değeri, kısıtlama olmadığı anlamına gelir. Birden fazla kısıtlama uygulanıyorsa her kullanıcı için en az kısıtlayıcı seçenek kullanılır.",
@@ -136,6 +138,7 @@
"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.",
+ "Example configuration for Apache and Nginx" : "Apache ve Nginx için örnek yapılandırma",
"The file \"{filename}\" was uploaded to your room." : "\"{filename}\" dosyası odaya yüklendi.",
"The file \"{filename}\" could not be uploaded to your room." : "\"{filename}\" dosyası odaya yüklenemedi.",
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "\"{filename}\" dosyası odaya yüklenemedi. BigBlueButton sunucunuz bu işlemi desteklemiyor olabilir.",