diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-07-01 00:12:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-07-01 00:12:14 +0000 |
commit | 1fd2d4d4355647571cc35fc976a33fd2b480a213 (patch) | |
tree | 6354de2c6c19b3f562b0ac3c6da141bf325882de /apps/files_sharing | |
parent | 875e7079111bc2f32f85944f547ddc47128d6778 (diff) | |
download | nextcloud-server-master.tar.gz nextcloud-server-master.zip |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/cs.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/et_EE.js | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/et_EE.json | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ja.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sv.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sv.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/tr.js | 28 | ||||
-rw-r--r-- | apps/files_sharing/l10n/tr.json | 28 |
18 files changed, 62 insertions, 12 deletions
diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 78a54d2dd2c..0c50df839a3 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Seznam neschválených sdílení.", "No pending shares" : "Žádná čekající sdílení", "Shares you have received but not approved will show up here" : "Sdílení, která jste obdrželi, ale neschválili, se zobrazí zde", + "Error deleting the share: {errorMessage}" : "Chyba při mazán sdílení: {errorMessage}", "Error deleting the share" : "Chyba při mazání sdílení", "Error updating the share: {errorMessage}" : "Chyba při aktualizaci sdílení: {errorMessage}", "Error updating the share" : "Chyba při aktualizaci sdílení", diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index 370e16e58ba..93497447ce5 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "Seznam neschválených sdílení.", "No pending shares" : "Žádná čekající sdílení", "Shares you have received but not approved will show up here" : "Sdílení, která jste obdrželi, ale neschválili, se zobrazí zde", + "Error deleting the share: {errorMessage}" : "Chyba při mazán sdílení: {errorMessage}", "Error deleting the share" : "Chyba při mazání sdílení", "Error updating the share: {errorMessage}" : "Chyba při aktualizaci sdílení: {errorMessage}", "Error updating the share" : "Chyba při aktualizaci sdílení", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 0db6284b0bb..924bb029de8 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Liste ungeprüfter Freigaben.", "No pending shares" : "Keine ausstehenden Freigaben", "Shares you have received but not approved will show up here" : "Freigaben, die du erhalten, aber nicht bestätigt hast, werden hier angezeigt", + "Error deleting the share: {errorMessage}" : "Fehler beim Löschen der Freigabe: {errorMessage}", "Error deleting the share" : "Fehler beim Löschen der Freigabe", "Error updating the share: {errorMessage}" : "Fehler beim Aktualisieren der Freigabe: {errorMessage}", "Error updating the share" : "Fehler beim Aktualisieren der Freigabe", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 39076ca321c..05ff5637b68 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "Liste ungeprüfter Freigaben.", "No pending shares" : "Keine ausstehenden Freigaben", "Shares you have received but not approved will show up here" : "Freigaben, die du erhalten, aber nicht bestätigt hast, werden hier angezeigt", + "Error deleting the share: {errorMessage}" : "Fehler beim Löschen der Freigabe: {errorMessage}", "Error deleting the share" : "Fehler beim Löschen der Freigabe", "Error updating the share: {errorMessage}" : "Fehler beim Aktualisieren der Freigabe: {errorMessage}", "Error updating the share" : "Fehler beim Aktualisieren der Freigabe", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index aaf5cb12653..42f8084872a 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Liste ungeprüfter Freigaben.", "No pending shares" : "Keine ausstehenden Freigaben", "Shares you have received but not approved will show up here" : "Freigaben, die Sie erhalten, aber nicht bestätigt haben, werden hier angezeigt", + "Error deleting the share: {errorMessage}" : "Fehler beim Löschen der Freigabe: {errorMessage}", "Error deleting the share" : "Fehler beim Löschen der Freigabe", "Error updating the share: {errorMessage}" : "Fehler beim Aktualisieren der Freigabe: {errorMessage}", "Error updating the share" : "Fehler beim Aktualisieren der Freigabe", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 6330a05c435..875aa3a5f6c 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "Liste ungeprüfter Freigaben.", "No pending shares" : "Keine ausstehenden Freigaben", "Shares you have received but not approved will show up here" : "Freigaben, die Sie erhalten, aber nicht bestätigt haben, werden hier angezeigt", + "Error deleting the share: {errorMessage}" : "Fehler beim Löschen der Freigabe: {errorMessage}", "Error deleting the share" : "Fehler beim Löschen der Freigabe", "Error updating the share: {errorMessage}" : "Fehler beim Aktualisieren der Freigabe: {errorMessage}", "Error updating the share" : "Fehler beim Aktualisieren der Freigabe", diff --git a/apps/files_sharing/l10n/et_EE.js b/apps/files_sharing/l10n/et_EE.js index b2840f2179b..c8f541077f4 100644 --- a/apps/files_sharing/l10n/et_EE.js +++ b/apps/files_sharing/l10n/et_EE.js @@ -368,6 +368,8 @@ OC.L10N.register( "List of unapproved shares." : "Vastuvõtmata jaosmeedia loend.", "No pending shares" : "Ootel jagamisi pole", "Shares you have received but not approved will show up here" : "Jaosmeedia, mille oled saanud, kuid pole nõustunud, saab olema nähtav siin", + "Error deleting the share: {errorMessage}" : "Viga jagamise kustutamisel: {errorMessage}", + "Error deleting the share" : "Viga jagamise kustutamisel", "Error updating the share: {errorMessage}" : "Viga jaosmeedia uuendamisel: {errorMessage}", "Error updating the share" : "Viga jaosmeedia uuendamisel", "File \"{path}\" has been unshared" : "„{path}“ faili jagamine on lõpetatud", diff --git a/apps/files_sharing/l10n/et_EE.json b/apps/files_sharing/l10n/et_EE.json index a8ba5ef57bb..3926f473c7c 100644 --- a/apps/files_sharing/l10n/et_EE.json +++ b/apps/files_sharing/l10n/et_EE.json @@ -366,6 +366,8 @@ "List of unapproved shares." : "Vastuvõtmata jaosmeedia loend.", "No pending shares" : "Ootel jagamisi pole", "Shares you have received but not approved will show up here" : "Jaosmeedia, mille oled saanud, kuid pole nõustunud, saab olema nähtav siin", + "Error deleting the share: {errorMessage}" : "Viga jagamise kustutamisel: {errorMessage}", + "Error deleting the share" : "Viga jagamise kustutamisel", "Error updating the share: {errorMessage}" : "Viga jaosmeedia uuendamisel: {errorMessage}", "Error updating the share" : "Viga jaosmeedia uuendamisel", "File \"{path}\" has been unshared" : "„{path}“ faili jagamine on lõpetatud", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 7762f4c463a..a693dd5bef5 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Liste des partages non approuvés.", "No pending shares" : "Aucun partage en attente", "Shares you have received but not approved will show up here" : "Les partages que vous avez reçus, mais qui n'ont pas été acceptés apparaîtront ici", + "Error deleting the share: {errorMessage}" : "Erreur lors de la suppression du partage : {errorMessage}", "Error deleting the share" : "Erreur lors de la suppression du partage", "Error updating the share: {errorMessage}" : "Erreur à la mise à jour du partage\\: {errorMessage} ", "Error updating the share" : "Erreur lors de la mise à jour du partage", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index e33c0f5a051..0c800fff219 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "Liste des partages non approuvés.", "No pending shares" : "Aucun partage en attente", "Shares you have received but not approved will show up here" : "Les partages que vous avez reçus, mais qui n'ont pas été acceptés apparaîtront ici", + "Error deleting the share: {errorMessage}" : "Erreur lors de la suppression du partage : {errorMessage}", "Error deleting the share" : "Erreur lors de la suppression du partage", "Error updating the share: {errorMessage}" : "Erreur à la mise à jour du partage\\: {errorMessage} ", "Error updating the share" : "Erreur lors de la mise à jour du partage", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 44fae269059..9f82c441ca4 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "未承認の共有の一覧", "No pending shares" : "保留中の共有はありません", "Shares you have received but not approved will show up here" : "あなたが受け取ったが承認されていない共有は、ここに表示されます", + "Error deleting the share: {errorMessage}" : "共有の削除中にエラーが発生しました: {errorMessage}", "Error deleting the share" : "共有の削除中にエラー", "Error updating the share: {errorMessage}" : "共有の更新中にエラーが発生しました: {errorMessage}", "Error updating the share" : "共有の更新中にエラー", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index bad6c2462aa..1d34bd25927 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "未承認の共有の一覧", "No pending shares" : "保留中の共有はありません", "Shares you have received but not approved will show up here" : "あなたが受け取ったが承認されていない共有は、ここに表示されます", + "Error deleting the share: {errorMessage}" : "共有の削除中にエラーが発生しました: {errorMessage}", "Error deleting the share" : "共有の削除中にエラー", "Error updating the share: {errorMessage}" : "共有の更新中にエラーが発生しました: {errorMessage}", "Error updating the share" : "共有の更新中にエラー", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 2f96c3cb9e6..19e44fd4c40 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Lista de compartilhamentos não aprovados.", "No pending shares" : "Não há compartilhamentos pendentes", "Shares you have received but not approved will show up here" : "Os compartilhamentos que você recebeu, mas não aprovou, aparecerão aqui", + "Error deleting the share: {errorMessage}" : "Erro ao excluir o compartilhamento: {errorMessage}", "Error deleting the share" : "Erro ao excluir o compartilhamento", "Error updating the share: {errorMessage}" : "Erro ao atualizar o compartilhamento: {errorMessage}", "Error updating the share" : "Erro ao atualizar o compartilhamento", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index c593cc98b7d..854f492dee9 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "Lista de compartilhamentos não aprovados.", "No pending shares" : "Não há compartilhamentos pendentes", "Shares you have received but not approved will show up here" : "Os compartilhamentos que você recebeu, mas não aprovou, aparecerão aqui", + "Error deleting the share: {errorMessage}" : "Erro ao excluir o compartilhamento: {errorMessage}", "Error deleting the share" : "Erro ao excluir o compartilhamento", "Error updating the share: {errorMessage}" : "Erro ao atualizar o compartilhamento: {errorMessage}", "Error updating the share" : "Erro ao atualizar o compartilhamento", diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index 289481b15cd..f378ee9e6be 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Lista över ej godkända delningar.", "No pending shares" : "Inga väntande delningar", "Shares you have received but not approved will show up here" : "Delningar du har mottagit men inte bekräftat kommer att visas här", + "Error deleting the share: {errorMessage}" : "Fel vid radering av delning: {errorMessage}", "Error deleting the share" : "Kunde inte radera delningen", "Error updating the share: {errorMessage}" : "Kunde inte uppdatera delningen: {errorMessage}", "Error updating the share" : "Kunde inte uppdatera delning", diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index 8a287ddc1dc..f6ab3c72b19 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "Lista över ej godkända delningar.", "No pending shares" : "Inga väntande delningar", "Shares you have received but not approved will show up here" : "Delningar du har mottagit men inte bekräftat kommer att visas här", + "Error deleting the share: {errorMessage}" : "Fel vid radering av delning: {errorMessage}", "Error deleting the share" : "Kunde inte radera delningen", "Error updating the share: {errorMessage}" : "Kunde inte uppdatera delningen: {errorMessage}", "Error updating the share" : "Kunde inte uppdatera delning", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index f9d6a06533e..4c0314bc3f3 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -126,7 +126,7 @@ OC.L10N.register( "Set a submission expiration date" : "Gönderim geçerlilik sonu tarihini ayarlayın", "Expiration date" : "Geçerlilik sonu tarihi", "Select a date" : "Bir tarih seçin", - "Your administrator has enforced a {count} days expiration policy." : "Yöneticiniz geçerlilik sonu ilkesini {count} gün olarak belirlemiş.", + "Your administrator has enforced a {count} days expiration policy." : "Yöneticiniz geçerlilik sonu ilkesini {count} gün olarak zorunlu kılmış.", "What password should be used for the request?" : "İstek için kullanılacak parola nedir?", "Set a password" : "Bir parola ayarlayın", "Password" : "Parola", @@ -185,6 +185,7 @@ OC.L10N.register( "Set default folder for accepted shares" : "Onaylanmış paylaşımların varsayılan klasörünü ayarlayın", "Reset" : "Sıfırla", "Reset folder to system default" : "Sistem varsayılan klasörüne sıfırlar", + "Share expiration: {date}" : "Paylaşım geçerlilik sonu: {date}", "Share Expiration" : "Paylaşım geçerlilik sonu", "group" : "grup", "conversation" : "görüşme", @@ -219,16 +220,16 @@ OC.L10N.register( "Link share created" : "Paylaşım bağlantısı oluşturuldu", "Error while creating the share" : "Paylaşım oluşturulurken sorun çıktı", "Please enter the following required information before creating the share" : "Lütfen paylaşımı oluşturmadan önce aşağıdaki zorunlu bilgileri yazın", - "Password protection (enforced)" : "Parola koruması (dayatılmış)", + "Password protection (enforced)" : "Parola koruması (zorunlu kılınmış)", "Password protection" : "Parola koruması", "Enter a password" : "Bir parola yazın", - "Enable link expiration (enforced)" : "Bağlantıya geçerlilik sonu ekle (dayatılan)", + "Enable link expiration (enforced)" : "Bağlantıya geçerlilik sonu ekle (zorunlu kılınmış)", "Enable link expiration" : "Bağlantı geçerlilik sonu kullanılsın", - "Enter expiration date (enforced)" : "Geçerlilik sonu tarihini yazın (dayatılan)", + "Enter expiration date (enforced)" : "Geçerlilik sonu tarihini yazın (zorunlu kılınmış)", "Enter expiration date" : "Geçerlilik sonu tarihini yazın", "Create share" : "Paylaşım ekle", "Customize link" : "Bağlantıyı özelleştir", - "Generate QR code" : "QR kodu oluştur", + "Generate QR code" : "Kare kod oluştur", "Add another link" : "Başka bir bağlantı ekle", "Create a new share link" : "Yeni bir paylaşım bağlantısı ekle", "Quick share options, the current selected is \"{selectedOption}\"" : "Hızlı paylaşım seçenekleri, geçerli seçim \"{selectedOption}\"", @@ -256,6 +257,7 @@ OC.L10N.register( "File drop" : "Dosya bırakma", "Upload files to {foldername}." : "Dosyaları {foldername} klasörüne yükle.", "By uploading files, you agree to the terms of service." : "Dosya yükleyerek hizmet koşullarını kabul etmiş olursunuz.", + "Successfully uploaded files" : "Dosyalar yüklendi", "View terms of service" : "Hizmet koşullarını görüntüle", "Terms of service" : "Hizmet koşulları", "Share with {userName}" : "{userName} ile paylaş", @@ -288,7 +290,7 @@ OC.L10N.register( "Password expires {passwordExpirationTime}" : "Parolanın geçerlilik süresi sonu {passwordExpirationTime}", "Password expired" : "Parolanın geçerlilik süresi dolmuş", "Video verification" : "Görüntü doğrulaması", - "Expiration date (enforced)" : "Geçerlilik sonu tarihi (dayatılmış)", + "Expiration date (enforced)" : "Geçerlilik sonu tarihi (zorunlu kılınmış)", "Set expiration date" : "Geçerlilik sonu tarihini ayarla", "Hide download" : "İndirme gizlensin", "Allow download and sync" : "İndirmeye izin ver ve eşitle", @@ -306,7 +308,10 @@ OC.L10N.register( "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Bu yöntemi, dosyaları kuruluşunuzdaki kişilerle veya takımlarla paylaşmak için kullanın. Alıcının paylaşıma zaten erişimi varsa ancak bulamıyorlarsa, kolay erişmeleri için iç paylaşım bağlantısını gönderebilirsiniz.", "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Bu yöntemi, dosyaları kuruluşunuzun dışındaki kişilerle veya kuruluşlarla paylaşmak için kullanın. Dosyalar ve klasörler herkese açık paylaşım bağlantıları ve e-posta adresleri ile paylaşılabilir. Ayrıca, birleşik bulut kimliklerini kullanarak farklı kopyalarda barındırılan diğer Nextcloud hesaplarıyla da paylaşım yapabilirsiniz.", "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "İç veya dış paylaşımların parçası olmayan paylaşımlar. Bunlar uygulamalardan veya diğer kaynaklardan gelen paylaşımlar olabilir.", + "Share with accounts, teams, federated cloud IDs" : "Hesaplar, takımlar ve birleşik bulut kimlikleri ile paylaşın", "Share with accounts and teams" : "Hesaplar ve takımlarla paylaşın", + "Federated cloud ID" : "Birleşik bulut kimliği", + "Email, federated cloud ID" : "E-posta adresi, birleşik bulut kimliği", "Unable to load the shares list" : "Paylaşımlar listesi yüklenemedi", "Expires {relativetime}" : "Geçerlilik süresi sonu {relativetime}", "this share just expired." : "bu paylaşımın geçerlilik süresi dolmuş.", @@ -363,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Kabul edilmemiş paylaşımların listesi.", "No pending shares" : "Bekleyen paylaşım yok", "Shares you have received but not approved will show up here" : "Aldığınız ancak henüz kabul etmediğiniz paylaşımlar burada görüntülenir", + "Error deleting the share: {errorMessage}" : "Paylaşım silinirken sorun çıktı: {errorMessage}", "Error deleting the share" : "Paylaşım silinirken sorun çıktı", "Error updating the share: {errorMessage}" : "Paylaşım güncellenirken sorun çıktı: {errorMessage}", "Error updating the share" : "Paylaşım güncellenirken sorun çıktı", @@ -376,8 +382,17 @@ OC.L10N.register( "Share note for recipient saved" : "Alıcı için paylaşım notu kaydedildi", "Share password saved" : "Paylaşım parolası kaydedildi", "Share permissions saved" : "Paylaşım izinleri kaydedildi", + "To upload files to {folder}, you need to provide your name first." : "{folder} üzerine dosyalar yükleyebilmek için önce adınızı yazmalısınız.", "Upload files to {folder}" : "Dosyaları {folder} klasörüne yükle", + "Please confirm your name to upload files to {folder}" : "Lütfen {folder} üzerinde dosyalar yükleyebilmek için adınızı doğrulayın", "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} sizinle bir klasör paylaştı.", + "Names must not be empty." : "Ad boş olamaz.", + "Names must not start with a dot." : "Ad bir nokta ile başlayamaz.", + "\"{char}\" is not allowed inside a name." : "Bir ad içinde \"{char}\" karakteri kullanılamaz.", + "\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" ayrılmış bir ad olduğundan kullanılamaz.", + "\"{extension}\" is not an allowed name." : "\"{extension}\" adı kullanılamaz.", + "Names must not end with \"{extension}\"." : "Adlar \"{extension}\" karakteri ile bitemez.", + "Invalid name." : "Ad geçersiz.", "Shared by" : "Paylaşan", "Shared with" : "Şunlarla paylaşılmış", "Password created successfully" : "Parola oluşturuldu", @@ -418,6 +433,7 @@ OC.L10N.register( "Enter your name" : "Adınızı yazın", "Submit name" : "Adı gönder", "Name" : "Ad", + "Share with accounts, teams, federated cloud id" : "Hesaplar, takımlar ve birleşik bulut kimlikleri ile paylaşın", "Email, federated cloud id" : "E-posta adresi, birleşik bulut kimliği", "Filename must not be empty." : "Dosya adı boş olamaz." }, diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 27985be2cc5..3a4f872c006 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -124,7 +124,7 @@ "Set a submission expiration date" : "Gönderim geçerlilik sonu tarihini ayarlayın", "Expiration date" : "Geçerlilik sonu tarihi", "Select a date" : "Bir tarih seçin", - "Your administrator has enforced a {count} days expiration policy." : "Yöneticiniz geçerlilik sonu ilkesini {count} gün olarak belirlemiş.", + "Your administrator has enforced a {count} days expiration policy." : "Yöneticiniz geçerlilik sonu ilkesini {count} gün olarak zorunlu kılmış.", "What password should be used for the request?" : "İstek için kullanılacak parola nedir?", "Set a password" : "Bir parola ayarlayın", "Password" : "Parola", @@ -183,6 +183,7 @@ "Set default folder for accepted shares" : "Onaylanmış paylaşımların varsayılan klasörünü ayarlayın", "Reset" : "Sıfırla", "Reset folder to system default" : "Sistem varsayılan klasörüne sıfırlar", + "Share expiration: {date}" : "Paylaşım geçerlilik sonu: {date}", "Share Expiration" : "Paylaşım geçerlilik sonu", "group" : "grup", "conversation" : "görüşme", @@ -217,16 +218,16 @@ "Link share created" : "Paylaşım bağlantısı oluşturuldu", "Error while creating the share" : "Paylaşım oluşturulurken sorun çıktı", "Please enter the following required information before creating the share" : "Lütfen paylaşımı oluşturmadan önce aşağıdaki zorunlu bilgileri yazın", - "Password protection (enforced)" : "Parola koruması (dayatılmış)", + "Password protection (enforced)" : "Parola koruması (zorunlu kılınmış)", "Password protection" : "Parola koruması", "Enter a password" : "Bir parola yazın", - "Enable link expiration (enforced)" : "Bağlantıya geçerlilik sonu ekle (dayatılan)", + "Enable link expiration (enforced)" : "Bağlantıya geçerlilik sonu ekle (zorunlu kılınmış)", "Enable link expiration" : "Bağlantı geçerlilik sonu kullanılsın", - "Enter expiration date (enforced)" : "Geçerlilik sonu tarihini yazın (dayatılan)", + "Enter expiration date (enforced)" : "Geçerlilik sonu tarihini yazın (zorunlu kılınmış)", "Enter expiration date" : "Geçerlilik sonu tarihini yazın", "Create share" : "Paylaşım ekle", "Customize link" : "Bağlantıyı özelleştir", - "Generate QR code" : "QR kodu oluştur", + "Generate QR code" : "Kare kod oluştur", "Add another link" : "Başka bir bağlantı ekle", "Create a new share link" : "Yeni bir paylaşım bağlantısı ekle", "Quick share options, the current selected is \"{selectedOption}\"" : "Hızlı paylaşım seçenekleri, geçerli seçim \"{selectedOption}\"", @@ -254,6 +255,7 @@ "File drop" : "Dosya bırakma", "Upload files to {foldername}." : "Dosyaları {foldername} klasörüne yükle.", "By uploading files, you agree to the terms of service." : "Dosya yükleyerek hizmet koşullarını kabul etmiş olursunuz.", + "Successfully uploaded files" : "Dosyalar yüklendi", "View terms of service" : "Hizmet koşullarını görüntüle", "Terms of service" : "Hizmet koşulları", "Share with {userName}" : "{userName} ile paylaş", @@ -286,7 +288,7 @@ "Password expires {passwordExpirationTime}" : "Parolanın geçerlilik süresi sonu {passwordExpirationTime}", "Password expired" : "Parolanın geçerlilik süresi dolmuş", "Video verification" : "Görüntü doğrulaması", - "Expiration date (enforced)" : "Geçerlilik sonu tarihi (dayatılmış)", + "Expiration date (enforced)" : "Geçerlilik sonu tarihi (zorunlu kılınmış)", "Set expiration date" : "Geçerlilik sonu tarihini ayarla", "Hide download" : "İndirme gizlensin", "Allow download and sync" : "İndirmeye izin ver ve eşitle", @@ -304,7 +306,10 @@ "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Bu yöntemi, dosyaları kuruluşunuzdaki kişilerle veya takımlarla paylaşmak için kullanın. Alıcının paylaşıma zaten erişimi varsa ancak bulamıyorlarsa, kolay erişmeleri için iç paylaşım bağlantısını gönderebilirsiniz.", "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Bu yöntemi, dosyaları kuruluşunuzun dışındaki kişilerle veya kuruluşlarla paylaşmak için kullanın. Dosyalar ve klasörler herkese açık paylaşım bağlantıları ve e-posta adresleri ile paylaşılabilir. Ayrıca, birleşik bulut kimliklerini kullanarak farklı kopyalarda barındırılan diğer Nextcloud hesaplarıyla da paylaşım yapabilirsiniz.", "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "İç veya dış paylaşımların parçası olmayan paylaşımlar. Bunlar uygulamalardan veya diğer kaynaklardan gelen paylaşımlar olabilir.", + "Share with accounts, teams, federated cloud IDs" : "Hesaplar, takımlar ve birleşik bulut kimlikleri ile paylaşın", "Share with accounts and teams" : "Hesaplar ve takımlarla paylaşın", + "Federated cloud ID" : "Birleşik bulut kimliği", + "Email, federated cloud ID" : "E-posta adresi, birleşik bulut kimliği", "Unable to load the shares list" : "Paylaşımlar listesi yüklenemedi", "Expires {relativetime}" : "Geçerlilik süresi sonu {relativetime}", "this share just expired." : "bu paylaşımın geçerlilik süresi dolmuş.", @@ -361,6 +366,7 @@ "List of unapproved shares." : "Kabul edilmemiş paylaşımların listesi.", "No pending shares" : "Bekleyen paylaşım yok", "Shares you have received but not approved will show up here" : "Aldığınız ancak henüz kabul etmediğiniz paylaşımlar burada görüntülenir", + "Error deleting the share: {errorMessage}" : "Paylaşım silinirken sorun çıktı: {errorMessage}", "Error deleting the share" : "Paylaşım silinirken sorun çıktı", "Error updating the share: {errorMessage}" : "Paylaşım güncellenirken sorun çıktı: {errorMessage}", "Error updating the share" : "Paylaşım güncellenirken sorun çıktı", @@ -374,8 +380,17 @@ "Share note for recipient saved" : "Alıcı için paylaşım notu kaydedildi", "Share password saved" : "Paylaşım parolası kaydedildi", "Share permissions saved" : "Paylaşım izinleri kaydedildi", + "To upload files to {folder}, you need to provide your name first." : "{folder} üzerine dosyalar yükleyebilmek için önce adınızı yazmalısınız.", "Upload files to {folder}" : "Dosyaları {folder} klasörüne yükle", + "Please confirm your name to upload files to {folder}" : "Lütfen {folder} üzerinde dosyalar yükleyebilmek için adınızı doğrulayın", "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} sizinle bir klasör paylaştı.", + "Names must not be empty." : "Ad boş olamaz.", + "Names must not start with a dot." : "Ad bir nokta ile başlayamaz.", + "\"{char}\" is not allowed inside a name." : "Bir ad içinde \"{char}\" karakteri kullanılamaz.", + "\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" ayrılmış bir ad olduğundan kullanılamaz.", + "\"{extension}\" is not an allowed name." : "\"{extension}\" adı kullanılamaz.", + "Names must not end with \"{extension}\"." : "Adlar \"{extension}\" karakteri ile bitemez.", + "Invalid name." : "Ad geçersiz.", "Shared by" : "Paylaşan", "Shared with" : "Şunlarla paylaşılmış", "Password created successfully" : "Parola oluşturuldu", @@ -416,6 +431,7 @@ "Enter your name" : "Adınızı yazın", "Submit name" : "Adı gönder", "Name" : "Ad", + "Share with accounts, teams, federated cloud id" : "Hesaplar, takımlar ve birleşik bulut kimlikleri ile paylaşın", "Email, federated cloud id" : "E-posta adresi, birleşik bulut kimliği", "Filename must not be empty." : "Dosya adı boş olamaz." },"pluralForm" :"nplurals=2; plural=(n > 1);" |