diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
commit | ba866cd4a8dbd022d9769fc28d7d86de1f0622e2 (patch) | |
tree | 218d6c88f0177661f0ca8cd5444965a3193ea2e6 /apps/dav/l10n/tr.js | |
parent | eef571e4fb203e255d3bdb2a79737b0d87a79a2b (diff) | |
download | nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.tar.gz nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/tr.js')
-rw-r--r-- | apps/dav/l10n/tr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index a1fbd0a41c3..2a4e85d1890 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -2,7 +2,7 @@ OC.L10N.register( "dav", { "Calendar" : "Takvim", - "To-dos" : "Yapılacak işler", + "Tasks" : "Görevler", "Personal" : "Kişisel", "{actor} created calendar {calendar}" : "{actor}, {calendar} takvimini ekledi", "You created calendar {calendar}" : "{calendar} takvimini eklediniz", @@ -143,7 +143,6 @@ OC.L10N.register( "Configures a CalDAV account" : "Bir CalDAV hesabı yapılandırır", "Configures a CardDAV account" : "Bir CardDAV hesabı yapılandırır", "Events" : "Etkinlikler", - "Tasks" : "Görevler", "Untitled task" : "Adlandırılmamış görev", "Completed on %s" : "%s tarihinde tamamlandı", "Due on %s by %s" : "%s tarihine kadar %s tarafından", @@ -205,6 +204,7 @@ OC.L10N.register( "Are you accepting the invitation?" : "Çağrıyı kabul ediyor musunuz?", "Tentative" : "Kesin değil", "Your attendance was updated successfully." : "Katılımınız güncellendi.", + "To-dos" : "Yapılacak işler", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Çalışma saatlerinizi ayarlarsanız, diğer kullanıcılar bir toplantı ayarladıklarında ofis dışında olduğunuzu görürler." }, "nplurals=2; plural=(n > 1);"); |