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

17 lines
650 B
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 share: TranslationStrings = {
'share.linkTitle': 'Genel Bağlantı',
'share.linkHint':
'Herkesin giriş yapmadan bu geziyi görüntülemek için kullanabileceği bir bağlantı oluşturun. Salt okunur — düzenleme mümkün değildir.',
'share.createLink': 'Bağlantı oluştur',
'share.deleteLink': 'Bağlantıyı sil',
'share.createError': 'Bağlantı oluşturulamadı',
'share.permMap': 'Harita ve Plan',
'share.permBookings': 'Rezervasyonlar',
'share.permPacking': 'Ambalaj',
'share.permBudget': 'Bütçe',
'share.permCollab': 'Sohbet',
};
export default share;