Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const oauth: TranslationStrings = { | |
| 'oauth.scope.group.trips': 'Geziler', | |
| 'oauth.scope.group.places': 'Yer', | |
| 'oauth.scope.group.atlas': 'Atlas', | |
| 'oauth.scope.group.packing': 'Ambalaj', | |
| 'oauth.scope.group.todos': 'Yapılacaklar', | |
| 'oauth.scope.group.budget': 'Bütçe', | |
| 'oauth.scope.group.reservations': 'Rezervasyonlar', | |
| 'oauth.scope.group.collab': 'İşbirliği', | |
| 'oauth.scope.group.notifications': 'Bildirimler', | |
| 'oauth.scope.group.vacay': 'Tatil', | |
| 'oauth.scope.group.geo': 'Coğrafi', | |
| 'oauth.scope.group.weather': 'Hava durumu', | |
| 'oauth.scope.group.journey': 'Seyahat', | |
| 'oauth.scope.trips:read.label': 'Seyahatleri ve programları görüntüle', | |
| 'oauth.scope.trips:read.description': | |
| 'Seyahatleri, günleri, gün notlarını ve üyeleri oku', | |
| 'oauth.scope.trips:write.label': 'Seyahatleri ve programları düzenle', | |
| 'oauth.scope.trips:write.description': | |
| 'Seyahatleri, günleri, notları oluştur ve güncelle; üyeleri yönet', | |
| 'oauth.scope.trips:delete.label': 'Seyahatleri sil', | |
| 'oauth.scope.trips:delete.description': | |
| 'Tüm seyahatleri kalıcı olarak sil — bu işlem geri alınamaz', | |
| 'oauth.scope.trips:share.label': 'Paylaşım bağlantılarını yönet', | |
| 'oauth.scope.trips:share.description': | |
| 'Seyahatler için herkese açık paylaşım bağlantıları oluştur, güncelle ve iptal et', | |
| 'oauth.scope.places:read.label': 'Yerleri ve harita verilerini görüntüle', | |
| 'oauth.scope.places:read.description': | |
| 'Yerleri, gün atamalarını, etiketleri ve kategorileri oku', | |
| 'oauth.scope.places:write.label': 'Yerleri yönet', | |
| 'oauth.scope.places:write.description': | |
| 'Yerleri, atamaları ve etiketleri oluştur, güncelle ve sil', | |
| 'oauth.scope.atlas:read.label': "Atlas'ı Görüntüle", | |
| 'oauth.scope.atlas:read.description': | |
| 'Ziyaret edilen ülkeleri, bölgeleri ve yapılacaklar listesini oku', | |
| 'oauth.scope.atlas:write.label': "Atlas'ı Yönet", | |
| 'oauth.scope.atlas:write.description': | |
| 'Ülke ve bölgeleri ziyaret edildi olarak işaretle, yapılacaklar listesini yönet', | |
| 'oauth.scope.packing:read.label': 'Paket listelerini görüntüle', | |
| 'oauth.scope.packing:read.description': | |
| 'Paket öğelerini, çantaları ve kategori atamalarını oku', | |
| 'oauth.scope.packing:write.label': 'Paket listelerini yönet', | |
| 'oauth.scope.packing:write.description': | |
| 'Paket öğelerini ve çantaları ekle, güncelle, sil, işaretle ve yeniden sırala', | |
| 'oauth.scope.todos:read.label': 'Yapılacak listelerini görüntüle', | |
| 'oauth.scope.todos:read.description': | |
| 'Seyahat yapılacak öğelerini ve kategori atamalarını oku', | |
| 'oauth.scope.todos:write.label': 'Yapılacak listelerini yönet', | |
| 'oauth.scope.todos:write.description': | |
| 'Yapılacak öğeleri oluştur, güncelle, işaretle, sil ve yeniden sırala', | |
| 'oauth.scope.budget:read.label': 'Bütçeyi görüntüle', | |
| 'oauth.scope.budget:read.description': | |
| 'Bütçe kalemlerini ve harcama dökümünü oku', | |
| 'oauth.scope.budget:write.label': 'Bütçeyi yönet', | |
| 'oauth.scope.budget:write.description': | |
| 'Bütçe kalemlerini oluştur, güncelle ve sil', | |
| 'oauth.scope.reservations:read.label': 'Rezervasyonları görüntüle', | |
| 'oauth.scope.reservations:read.description': | |
| 'Rezervasyonları ve konaklama ayrıntılarını oku', | |
| 'oauth.scope.reservations:write.label': 'Rezervasyonları yönet', | |
| 'oauth.scope.reservations:write.description': | |
| 'Rezervasyonları oluştur, güncelle, sil ve yeniden sırala', | |
| 'oauth.scope.collab:read.label': 'İşbirliğini görüntüle', | |
| 'oauth.scope.collab:read.description': | |
| 'İşbirliği notlarını, anketleri ve mesajları oku', | |
| 'oauth.scope.collab:write.label': 'İşbirliğini yönet', | |
| 'oauth.scope.collab:write.description': | |
| 'İşbirliği notlarını, anketleri ve mesajları oluştur, güncelle ve sil', | |
| 'oauth.scope.notifications:read.label': 'Bildirimleri görüntüle', | |
| 'oauth.scope.notifications:read.description': | |
| 'Uygulama içi bildirimleri ve okunmamış sayıları oku', | |
| 'oauth.scope.notifications:write.label': 'Bildirimleri yönet', | |
| 'oauth.scope.notifications:write.description': | |
| 'Bildirimleri okundu işaretle ve yanıtla', | |
| 'oauth.scope.vacay:read.label': 'Tatil planlarını görüntüle', | |
| 'oauth.scope.vacay:read.description': | |
| 'Tatil planlama verilerini, kayıtları ve istatistikleri oku', | |
| 'oauth.scope.vacay:write.label': 'Tatil planlarını yönet', | |
| 'oauth.scope.vacay:write.description': | |
| 'Tatil kayıtlarını, resmi tatilleri ve ekip planlarını oluştur ve yönet', | |
| 'oauth.scope.geo:read.label': 'Haritalar ve coğrafi kodlama', | |
| 'oauth.scope.geo:read.description': | |
| "Konum ara, harita URL'lerini çöz ve koordinatları ters coğrafi kodla", | |
| 'oauth.scope.weather:read.label': 'Hava durumu tahminleri', | |
| 'oauth.scope.weather:read.description': | |
| 'Seyahat konumları ve tarihleri için hava durumu tahminlerini getir', | |
| 'oauth.scope.journey:read.label': "Journey'leri görüntüle", | |
| 'oauth.scope.journey:read.description': | |
| "Journey'leri, kayıtları ve katkıda bulunan listesini oku", | |
| 'oauth.scope.journey:write.label': "Journey'leri yönet", | |
| 'oauth.scope.journey:write.description': | |
| "Journey'leri ve kayıtlarını oluştur, güncelle ve sil", | |
| 'oauth.scope.journey:share.label': 'Journey bağlantılarını yönet', | |
| 'oauth.scope.journey:share.description': | |
| "Journey'ler için herkese açık paylaşım bağlantıları oluştur, güncelle ve iptal et", | |
| 'oauth.authorize.authorizing': 'Authorizing…', // en-fallback | |
| 'oauth.authorize.loading': 'Loading…', // en-fallback | |
| 'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback | |
| 'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback | |
| 'oauth.authorize.loginDescription': | |
| '{client} wants access to your TREK account. Please sign in first.', // en-fallback | |
| 'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback | |
| 'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback | |
| 'oauth.authorize.requestDescription': | |
| 'This application is requesting access to your TREK account.', // en-fallback | |
| 'oauth.authorize.trustNote': | |
| 'Only grant access to applications you trust. Your data stays on your server.', // en-fallback | |
| 'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback | |
| 'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback | |
| 'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback | |
| 'oauth.authorize.approveAccess': 'Approve Access', // en-fallback | |
| 'oauth.authorize.deny': 'Deny', // en-fallback | |
| 'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback | |
| 'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback | |
| 'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback | |
| 'oauth.authorize.alwaysTool.listTrips': | |
| 'List your trips so the AI can discover trip IDs', // en-fallback | |
| 'oauth.authorize.alwaysTool.getTripSummary': | |
| 'Read a trip overview needed to use any other tool', // en-fallback | |
| }; | |
| export default oauth; | |