diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:50 +0000 |
commit | fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1 (patch) | |
tree | 87379d08b8d1e55d09abab5bdd6075d04163c6fc /core/l10n/tr.js | |
parent | ebf289c4304f04868cf365a339c34836cbc83b68 (diff) | |
download | nextcloud-server-fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1.tar.gz nextcloud-server-fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/tr.js')
-rw-r--r-- | core/l10n/tr.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/tr.js b/core/l10n/tr.js index c0b450936ba..f260287843d 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -189,7 +189,7 @@ OC.L10N.register( "Global search" : "Genel arama", "Search apps, files, tags, messages" : "Uygulama, dosya, etiket, ileti ara", "Apps and Settings" : "Uygulamalar ve ayarlar", - "Modified" : "Değiştirilme", + "Date" : "Tarih", "Today" : "Bugün", "Last 7 days" : "Önceki 7 gün", "Last 30 days" : "Önceki 30 gün", @@ -201,6 +201,7 @@ OC.L10N.register( "Load more results" : "Diğer sonuçları yükle", "Search in" : "Şurada aransın", "Filter in current view" : "Geçerli görünümü süz", + "Searching …" : "Aranıyor…", "Start typing in search" : "Aramak için yazmaya başlayın", "No matching results" : "Aramaya uyan bir sonuç bulunamadı", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} ile ${this.dateFilter.endAt.toLocaleDateString()} arasında", @@ -434,6 +435,7 @@ OC.L10N.register( "No more subfolders in here" : "Burada başka bir alt klasör yok", "Name" : "Ad", "Size" : "Boyut", + "Modified" : "Değiştirilme", "\"{name}\" is an invalid file name." : "\"{name}\" dosya adı geçersiz.", "File name cannot be empty." : "Dosya adı boş olamaz.", "\"/\" is not allowed inside a file name." : "Dosya adında \"/\" kullanılamaz.", |