chore: move i18n to shared package (#1066)

* chore: move i18n to shared package

* chore: move server translations to shared package and apply linter and prettier on entire shared package
This commit is contained in:
Julien G.
2026-05-26 20:27:29 +02:00
committed by GitHub
parent 324d930ca3
commit 126f2df21b
860 changed files with 56891 additions and 46377 deletions
+121
View File
@@ -0,0 +1,121 @@
import type { TranslationStrings } from '../types';
const dashboard: TranslationStrings = {
'dashboard.title': 'Gezilerim',
'dashboard.subtitle.loading': 'Geziler yükleniyor...',
'dashboard.subtitle.trips': '{count} gezi ({archived} arşivlenmiş)',
'dashboard.subtitle.empty': 'İlk gezinizi başlatın',
'dashboard.subtitle.activeOne': '{count} aktif gezi',
'dashboard.subtitle.activeMany': '{count} aktif gezi',
'dashboard.subtitle.archivedSuffix': ' · {count} arşivlendi',
'dashboard.newTrip': 'Yeni gezi',
'dashboard.gridView': 'Izgara görünümü',
'dashboard.listView': 'Liste görünümü',
'dashboard.currency': 'Para birimi',
'dashboard.timezone': 'Saat dilimleri',
'dashboard.localTime': 'Yerel',
'dashboard.timezoneCustomTitle': 'Özel saat dilimi',
'dashboard.timezoneCustomLabelPlaceholder': 'Etiket (opsiyonel)',
'dashboard.timezoneCustomTzPlaceholder': 'örn. Europe/Istanbul',
'dashboard.timezoneCustomAdd': 'Ekle',
'dashboard.timezoneCustomErrorEmpty': 'Bir saat dilimi kimliği girin',
'dashboard.timezoneCustomErrorInvalid':
'Geçersiz saat dilimi. Europe/Istanbul gibi bir format kullanın',
'dashboard.timezoneCustomErrorDuplicate': 'Zaten eklendi',
'dashboard.emptyTitle': 'Henüz gezi yok',
'dashboard.emptyText': 'İlk gezinizi oluşturun ve planlamaya başlayın!',
'dashboard.emptyButton': 'İlk geziyi oluştur',
'dashboard.nextTrip': 'Sıradaki gezi',
'dashboard.shared': 'Paylaşılan',
'dashboard.sharedBy': '{name} tarafından paylaşıldı',
'dashboard.days': 'Gün',
'dashboard.places': 'Yer',
'dashboard.members': 'Arkadaş',
'dashboard.archive': 'Arşivle',
'dashboard.copyTrip': 'Kopyala',
'dashboard.copySuffix': 'kopya',
'dashboard.restore': 'Geri yükle',
'dashboard.archived': 'Arşivlendi',
'dashboard.status.ongoing': 'Devam ediyor',
'dashboard.status.today': 'Bugün',
'dashboard.status.tomorrow': 'Yarın',
'dashboard.status.past': 'Geçmiş',
'dashboard.status.daysLeft': '{count} gün kaldı',
'dashboard.toast.loadError': 'Failed to load trips',
'dashboard.toast.created': 'Trip created successfully!',
'dashboard.toast.createError': 'Failed to create trip',
'dashboard.toast.updated': 'Trip updated!',
'dashboard.toast.updateError': 'Failed to update trip',
'dashboard.toast.deleted': 'Trip deleted',
'dashboard.toast.deleteError': 'Failed to delete trip',
'dashboard.toast.archived': 'Trip archived',
'dashboard.toast.archiveError': 'Failed to archive trip',
'dashboard.toast.restored': 'Trip restored',
'dashboard.toast.restoreError': 'Failed to restore trip',
'dashboard.toast.copied': 'Trip copied!',
'dashboard.toast.copyError': 'Failed to copy trip',
'dashboard.confirm.delete':
'Delete trip "{title}"? All places and plans will be permanently deleted.',
'dashboard.confirm.copy.title': 'Copy this trip?',
'dashboard.confirm.copy.willCopy': 'Will be copied',
'dashboard.confirm.copy.will1': 'Days, places & day assignments',
'dashboard.confirm.copy.will2': 'Accommodations & reservations',
'dashboard.confirm.copy.will3': 'Budget items & category order',
'dashboard.confirm.copy.will4': 'Packing lists (unchecked)',
'dashboard.confirm.copy.will5': 'TODOs (unassigned & unchecked)',
'dashboard.confirm.copy.will6': 'Day notes',
'dashboard.confirm.copy.wontCopy': "Won't be copied",
'dashboard.confirm.copy.wont1': 'Collaborators & member assignments',
'dashboard.confirm.copy.wont2': 'Collab notes, polls & messages',
'dashboard.confirm.copy.wont3': 'Files & photos',
'dashboard.confirm.copy.wont4': 'Share tokens',
'dashboard.confirm.copy.confirm': 'Copy trip',
'dashboard.editTrip': 'Geziyi düzenle',
'dashboard.createTrip': 'Yeni gezi oluştur',
'dashboard.tripTitle': 'Başlık',
'dashboard.tripTitlePlaceholder': 'e.g. Summer in Japan',
'dashboard.tripDescription': 'Açıklama',
'dashboard.tripDescriptionPlaceholder': 'What is this trip about?',
'dashboard.startDate': 'Başlangıç tarihi',
'dashboard.endDate': 'Bitiş tarihi',
'dashboard.dayCount': 'Gün sayısı',
'dashboard.dayCountHint':
'How many days to plan for when no travel dates are set.',
'dashboard.noDateHint':
'No date set — 7 default days will be created. You can change this anytime.',
'dashboard.coverImage': 'Kapak resmi',
'dashboard.addCoverImage': 'Add cover image (or drag & drop)',
'dashboard.addMembers': 'Seyahat arkadaşları',
'dashboard.addMember': 'Üye ekle',
'dashboard.coverSaved': 'Cover image saved',
'dashboard.coverUploadError': 'Failed to upload',
'dashboard.coverRemoveError': 'Failed to remove',
'dashboard.titleRequired': 'Başlık zorunludur',
'dashboard.endDateError': 'Bitiş tarihi başlangıç tarihinden sonra olmalıdır',
'dashboard.greeting.morning': 'Good morning,',
'dashboard.greeting.afternoon': 'Good afternoon,',
'dashboard.greeting.evening': 'Good evening,',
'dashboard.mobile.liveNow': 'Live Now',
'dashboard.mobile.tripProgress': 'Trip progress',
'dashboard.mobile.daysLeft': '{count} days left',
'dashboard.mobile.places': 'Places',
'dashboard.mobile.buddies': 'Buddies',
'dashboard.mobile.newTrip': 'New Trip',
'dashboard.mobile.currency': 'Currency',
'dashboard.mobile.timezone': 'Timezone',
'dashboard.mobile.upcomingTrips': 'Upcoming Trips',
'dashboard.mobile.yourTrips': 'Your Trips',
'dashboard.mobile.trips': 'trips',
'dashboard.mobile.starts': 'Starts',
'dashboard.mobile.duration': 'Duration',
'dashboard.mobile.day': 'day',
'dashboard.mobile.days': 'days',
'dashboard.mobile.ongoing': 'Ongoing',
'dashboard.mobile.startsToday': 'Starts today',
'dashboard.mobile.tomorrow': 'Tomorrow',
'dashboard.mobile.inDays': 'In {count} days',
'dashboard.mobile.inMonths': 'In {count} months',
'dashboard.mobile.completed': 'Completed',
'dashboard.mobile.currencyConverter': 'Currency Converter',
};
export default dashboard;