augmenttoolkit / shared /src /i18n /tr /collab.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 9)
cb43fbd verified
Raw
History Blame Contribute Delete
3.26 kB
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.confirmDeleteTitle': 'Not silinsin mi?',
'collab.notes.confirmDeleteBody': 'Bu not kalıcı olarak silinecek.',
'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;