Files
TREK/shared/src/i18n/tr/collab.ts
T
2026-05-27 17:35:10 +02:00

75 lines
3.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import type { TranslationStrings } from '../types';
const collab: TranslationStrings = {
'collab.tabs.chat': 'Sohbet',
'collab.tabs.notes': 'Notlar',
'collab.tabs.polls': 'Anketler',
'collab.whatsNext.title': "What's Next",
'collab.whatsNext.today': 'Bugün',
'collab.whatsNext.tomorrow': 'Yarın',
'collab.whatsNext.empty': 'Yaklaşan etkinlik yok',
'collab.whatsNext.until': '',
'collab.whatsNext.emptyHint': 'Saati olan etkinlikler burada görünür',
'collab.chat.send': 'Gönder',
'collab.chat.placeholder': 'Mesaj yazın...',
'collab.chat.empty': 'Sohbeti başlatın',
'collab.chat.emptyHint': 'Mesajlar tüm seyahat üyeleriyle paylaşılır',
'collab.chat.emptyDesc':
'Seyahat grubunuzla fikir, plan ve güncellemeleri paylaşın',
'collab.chat.today': 'Bugün',
'collab.chat.yesterday': 'Dün',
'collab.chat.deletedMessage': 'bir mesajı sildi',
'collab.chat.reply': 'Yanıtla',
'collab.chat.loadMore': 'Eski mesajları yükle',
'collab.chat.justNow': 'az önce',
'collab.chat.minutesAgo': '{n} dk önce',
'collab.chat.hoursAgo': '{n} sa önce',
'collab.notes.title': 'Notlar',
'collab.notes.new': 'Yeni Not',
'collab.notes.empty': 'Henüz not yok',
'collab.notes.emptyHint': 'Fikir ve planları kaydetmeye başlayın',
'collab.notes.all': 'Tüm',
'collab.notes.titlePlaceholder': 'Not başlığı',
'collab.notes.contentPlaceholder': 'Bir şeyler yazın...',
'collab.notes.categoryPlaceholder': 'Kategori',
'collab.notes.newCategory': 'Yeni kategori...',
'collab.notes.category': 'Kategori',
'collab.notes.noCategory': 'Kategori yok',
'collab.notes.color': 'Renk',
'collab.notes.save': 'Kaydet',
'collab.notes.cancel': 'İptal etmek',
'collab.notes.edit': 'Düzenle',
'collab.notes.delete': 'Sil',
'collab.notes.pin': 'Sabitle',
'collab.notes.unpin': 'Sabitlemeyi kaldır',
'collab.notes.daysAgo': '{n} gün önce',
'collab.notes.categorySettings': 'Kategorileri Yönet',
'collab.notes.create': 'Oluştur',
'collab.notes.website': 'Web sitesi',
'collab.notes.websitePlaceholder': 'https://...',
'collab.notes.attachFiles': 'Dosya ekle',
'collab.notes.noCategoriesYet': 'Henüz kategori yok',
'collab.notes.emptyDesc': 'Başlamak için bir not oluşturun',
'collab.polls.title': 'Anketler',
'collab.polls.new': 'Yeni Anket',
'collab.polls.empty': 'Henüz anket yok',
'collab.polls.emptyHint': 'Gruba sorun ve birlikte oy verin',
'collab.polls.question': 'Soru',
'collab.polls.questionPlaceholder': 'Ne yapalım?',
'collab.polls.addOption': '+ Seçenek ekle',
'collab.polls.optionPlaceholder': 'Seçenek {n}',
'collab.polls.create': 'Anket Oluştur',
'collab.polls.close': 'Kapat',
'collab.polls.closed': 'Kapalı',
'collab.polls.votes': '{n} oy',
'collab.polls.vote': '{n} oy',
'collab.polls.multipleChoice': 'Çoklu seçim',
'collab.polls.multiChoice': 'Çoklu seçim',
'collab.polls.deadline': 'Son tarih',
'collab.polls.option': 'Seçenek',
'collab.polls.options': 'Seçenekler',
'collab.polls.delete': 'Sil',
'collab.polls.closedSection': 'Kapalı',
};
export default collab;