File size: 7,174 Bytes
cb43fbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
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;