diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
commit | 8f517325f577c64562cad10be9195d2d706e82f5 (patch) | |
tree | 4590e176cdaca2443e8c1e928be8e8cddf8412b5 /core/l10n/tr.js | |
parent | 28a30a6ea89974601a5cf849fb480238df906060 (diff) | |
download | nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.tar.gz nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 4d9a78f0076..cbe342d8a41 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -98,6 +98,8 @@ OC.L10N.register( "More apps" : "Diğer uygulamalar", "Currently open" : "Şu anda açık", "_{count} notification_::_{count} notifications_" : ["{count} bildirim","{count} bildirim"], + "No" : "Hayır", + "Yes" : "Evet", "Custom date range" : "Özel tarih aralığı", "Pick start date" : "Başlangıç tarihini seçin", "Pick end date" : "Bitiş tarihini seçin", @@ -202,8 +204,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} {version} üzeri sürümler", "Settings menu" : "Ayarlar menüsü", "Avatar of {displayName}" : "{displayName} avatarı", - "No" : "Hayır", - "Yes" : "Evet", "Choose {file}" : "{file} seçin", "Choose" : "Seçin", "Copy to {target}" : "{target} içine kopyala", @@ -211,7 +211,6 @@ OC.L10N.register( "Move to {target}" : "{target} içine taşı", "Move" : "Taşı", "OK" : "Tamam", - "Error loading message template: {error}" : "İleti kalıbı yüklenirken sorun çıktı: {error}", "read-only" : "salt okunur", "_{count} file conflict_::_{count} file conflicts_" : ["{count} dosya çakışması","{count} dosya çakışması"], "One file conflict" : "Bir dosya çakışması", @@ -448,6 +447,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" dosya türüne izin verilmiyor", "{newName} already exists" : "{newName} zaten var", "Error loading file picker template: {error}" : "Dosya seçme kalıbı yüklenirken sorun çıktı: {error}", + "Error loading message template: {error}" : "İleti kalıbı yüklenirken sorun çıktı: {error}", "Show list view" : "Liste görünümüne geç", "Show grid view" : "Tablo görünümüne geç", "Pending" : "Bekliyor", |