-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguage.json
246 lines (246 loc) · 5.98 KB
/
language.json
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
{
"menuNow": {
"TR": "Şu Anda",
"EN": "Now"
},
"menuMyLists": {
"TR": "Listelerim",
"EN": "My Lists"
},
"menuFavs": {
"TR": "Favorilerim",
"EN": "My Favs"
},
"menuExplore": {
"TR": "Keşfet",
"EN": "Explore"
},
"menuSettings": {
"TR": "Ayarlar",
"EN": "Settings"
},
"name": {
"TR": "İsim",
"EN": "Name"
},
"author": {
"TR": "Sanatçı",
"EN": "Author"
},
"length": {
"TR": "Uzunluk",
"EN": "Length"
},
"creator": {
"TR": "Oluşturan",
"EN": "Creator"
},
"total": {
"TR": "Toplam",
"EN": "Total"
},
"location": {
"TR": "Konum",
"EN": "Location"
},
"image": {
"TR": "Resim",
"EN": "Image"
},
"opacity": {
"TR": "Saydamlık",
"EN": "Opacity"
},
"theme": {
"TR": "Oynatıcı Teması",
"EN": "Player Theme"
},
"blue": {
"TR": "Mavi",
"EN": "Blue"
},
"purple": {
"TR": "Mor",
"EN": "Purple"
},
"black": {
"TR": "Siyah",
"EN": "Black"
},
"about": {
"TR": "Hakkında",
"EN": "About"
},
"product": {
"TR": "Ürün",
"EN": "Product"
},
"version": {
"TR": "Sürüm",
"EN": "Version"
},
"settings": {
"TR": "Ayarlar",
"EN": "Settings"
},
"developer": {
"TR": "Yapımcı",
"EN": "Creator"
},
"enterName": {
"TR": "Bir İsim Girin",
"EN": "Enter a Name"
},
"enterLocation": {
"TR": "Bir Konum Girin",
"EN": "Enter a Location"
},
"specialColor": {
"TR": "Özel Renk",
"EN": "Special Color"
},
"sliderColor": {
"TR": "Çubuk Rengi",
"EN": "Slider Color"
},
"setTray": {
"TR": "Cynth açıldığında oynatmak için tepsiye küçült",
"EN": "Minimize on tray when Cynth open"
},
"setAutoAuthor": {
"TR": "Şarkı isimlerinden sanatçıyı otomatik bul",
"EN": "Find the author from the song name"
},
"setMuteStop": {
"TR": "Ses kısıldığında şarkıyı otomatik durdur",
"EN": "Stop on mute"
},
"createList": {
"TR": "Liste Oluştur",
"EN": "Create a List"
},
"youtubeLink": {
"TR": "YouTube ya da Spotify Linki (İsteğe Bağlı)",
"EN": "YouTube or Spotify Link (Optional)"
},
"selectMusics": {
"TR": "Müzikleri Seç",
"EN": "Select Musics"
},
"selectMusic": {
"TR": "Müziği Seç",
"EN": "Select a Music"
},
"selectLocToExport": {
"TR": "Dışa aktarmak için bir konum seç",
"EN": "Select a location to export"
},
"favouriteList": {
"TR": "Favori Listesi",
"EN": "Favourite List"
},
"selectFile": {
"TR": "Bir dosya seç",
"EN": "Select a file"
},
"cml": {
"TR": "Corelium Müzik Listesi",
"EN": "Corelium Music List"
},
"idle": {
"TR": "Boş",
"EN": "Idle"
},
"invalidFile": {
"TR": "Dosya geçersiz.",
"EN": "File is invalid."
},
"error": {
"TR": "Hata",
"EN": "Error"
},
"critical": {
"TR": "Kritik Hata",
"EN": "Critical Error"
},
"invalidPath": {
"TR": "Lütfen geçerli bir konum girin. Konum daha önceden var olabilir veya geçersiz olabilir.",
"EN": "Please enter a valid path. Maybe the path is not existing or is invalid."
},
"invalidName": {
"TR": "Lütfen geçerli bir liste ismi girin, boşluk veya önceden var olan bir listenin ismini koyamazsınız. Seçtiğiniz konumda müzik de olmayabilir.",
"EN": "Please enter a valid playlist name. You cannot write space or existing playlist names. Maybe there is no song in your path."
},
"invalidList": {
"TR": "Liste geçersiz.",
"EN": "Invalid playlist."
},
"msgError": {
"TR": "Program işleyişinde bir hata meydana geldi.",
"EN": "An error occured in process."
},
"warning": {
"TR": "Uyarı",
"EN": "Warning"
},
"yes": {
"TR": "Evet",
"EN": "Yes"
},
"no": {
"TR": "Hayır",
"EN": "No"
},
"msgDynamic": {
"TR": "Bu liste dinamik YouTube listesi olduğundan düzenlenemez. Liste statik listeye dönüştürülsün mü?",
"EN": "YouTube dynamic playlists are not editable. Convert playlist to static?"
},
"msgUpdater": {
"TR": "Güncelleyici bulunamadı, güncelleme manuel yapılmalıdır.",
"EN": "The Updater cannot be found, update have to do manually."
},
"exit": {
"TR": "Çıkış",
"EN": "Exit"
},
"feedback": {
"TR": "Geri Bildirim",
"EN": "Feedback"
},
"feedbackDesc": {
"TR": "Program hakkındaki geri bildirimlerinizi coreliumdev@gmail.com adresine iletebilirsiniz.\nEğer yaşadığınız bir sorun hakkında geri bildirim verecekseniz sorunu detaylandırıp gerekirse program konumundaki loglar ile beraber gönderebilirsiniz.",
"EN": "You can feedback to coreliumdev@gmail.com mail address.\nIf you want to feedback about a problem, you should write details and if it is necessary you should add logs that contain in the program folder."
},
"selectImage": {
"TR": "Bir Resim Seçin",
"EN": "Select Image"
},
"imgFiles": {
"TR": "Resim Dosyaları",
"EN": "Image Files"
},
"cynthOpen": {
"TR": "Cynth zaten çalışıyor, veri kaybını önlemek için çalışan örneği kapatıp yeniden deneyin.\nDevam etmeniz önerilmez, devam etmek istiyor musunuz?",
"EN": "Cynth is already running, close the running app and try again to prevent data lost.\nIt's not recommended to continue, do you want to continue?"
},
"wantUpdate": {
"TR": "Yeni bir sürüm mevcut, hemen güncellemek ister misiniz?",
"EN": "New version is available, do you want to update now?"
},
"badRequest": {
"TR": "YouTube'a istek gönderilirken hata oluştu.",
"EN": "An error occured when sending message to YouTube."
},
"rateLimit": {
"TR": "YouTube istek sınırı aşıldı, IP adresinizi yenilemeyi deneyin.",
"EN": "Rate limit exceed, try to change your IP."
},
"invalidRequest": {
"TR": "Geçersiz istek.",
"EN": "Invalid request."
},
"ytError": {
"TR": "YouTube'dan kaynaklı bir hata oluştu.",
"EN": "An error occured caused by YouTube."
}
}