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
|
{
"sharedLoading": "Yükleniyor...",
"sharedSave": "Kaydet",
"sharedCancel": "İptal",
"sharedAdd": "Ekle",
"sharedEdit": "Düzenle",
"sharedRemove": "Kaldır",
"sharedRemoveConfirm": "Öğeyi kaldır",
"sharedKm": "km",
"sharedMi": "mil",
"sharedKn": "Knot",
"sharedKmh": "km/s",
"sharedMph": "mil/s",
"sharedHour": "Saat",
"sharedMinute": "Dakika",
"sharedSecond": "Saniye",
"sharedName": "İsim",
"sharedDescription": "Açıklama",
"sharedSearch": "Arama",
"sharedGeofence": "Güvenli Bölge",
"sharedGeofences": "Güvenli Bölgeler",
"sharedNotifications": "Bildirimler",
"sharedAttributes": "Nitelikler",
"sharedAttribute": "Nitelik",
"sharedArea": "Bölge",
"errorTitle": "Hata",
"errorUnknown": "Bilinmeyen hata ",
"errorConnection": "Bağlantı Hatası",
"userEmail": "Eposta",
"userPassword": "Şifre",
"userAdmin": "Yönetici",
"loginTitle": "Oturum aç",
"loginLanguage": "Lisan",
"loginRegister": "Kayıt",
"loginLogin": "Oturumu aç",
"loginFailed": "Geçersiz eposta veya şifre",
"loginCreated": "Yeni kullanıcı kaydedildi",
"loginLogout": "Oturumu sonlandır",
"devicesAndState": "Cihazlar ve Bölge",
"deviceDialog": "Cihaz",
"deviceTitle": "Cihazlar",
"deviceIdentifier": "Kimlik",
"deviceLastUpdate": "Son Güncelleme",
"deviceCommand": "Komut",
"deviceFollow": "Takip",
"groupDialog": "Grup",
"groupParent": "Grup",
"groupNoGroup": "Grupsuz",
"settingsTitle": "Ayarlar",
"settingsUser": "Hesap",
"settingsGroups": "Gruplar",
"settingsServer": "Sunucu",
"settingsUsers": "Kullanıcı",
"settingsDistanceUnit": "Mesafe",
"settingsSpeedUnit": "Hız",
"settingsTwelveHourFormat": "12 saat formatı",
"reportTitle": "Raporlar",
"reportDevice": "Aygıt",
"reportFrom": "Başlangıç",
"reportTo": "Varış",
"reportShow": "Göster",
"reportClear": "Temizle",
"positionFixTime": "Süre",
"positionValid": "Geçerli",
"positionLatitude": "Enlem",
"positionLongitude": "Boylam",
"positionAltitude": "Rakım",
"positionSpeed": "Sürat",
"positionCourse": "Yön",
"positionAddress": "Adres",
"positionProtocol": "Protokol",
"serverTitle": "Sunucu Ayarları",
"serverZoom": "Yakınlaştırma",
"serverRegistration": "Kayıt",
"serverReadonly": "Saltokunur",
"mapTitle": "Harita",
"mapLayer": "Harita Katmanı",
"mapCustom": "Özelleştirilmiş Harita",
"mapOsm": "Open Street Map",
"mapBingKey": "Bing Maps Key",
"mapBingRoad": "Bing Maps Road",
"mapBingAerial": "Bing Maps Aerial",
"mapShapePolygon": "Çokgen",
"mapShapeCircle": "Çember",
"stateTitle": "Bölge",
"stateName": "Özellik",
"stateValue": "Değer",
"commandTitle": "Komut",
"commandSend": "Gönder",
"commandType": "Tip",
"commandSent": "Komut gönderildi",
"commandPositionPeriodic": "Periyodik Rapor",
"commandPositionStop": "Raporlamayı Durdur",
"commandEngineStop": "Motoru Durdur",
"commandEngineResume": "Motoru Çalıştır",
"commandFrequency": "Frekans",
"commandUnit": "Ünite",
"commandCustom": "Özel komut",
"commandPositionSingle": "Tekil Raporlama",
"commandAlarmArm": "Alarm Kur",
"commandAlarmDisarm": "Alarmı Kapat",
"commandSetTimezone": "Zaman Dilimini Belirle",
"commandRequestPhoto": "Fotoğraf İste",
"commandRebootDevice": "Aygıtı Yeniden Başlat",
"commandSendSms": "SMS Gönder",
"commandSosNumber": "Acil Durum Numarasını Belirle",
"commandSilenceTime": "Sessiz Zamanı Belirle",
"commandSetPhonebook": "Telefon Defterini Belirle",
"commandVoiceMessage": "Ses Mesajı",
"commandOutputControl": "Output Control",
"commandAlarmSpeed": "Overspeed Alarm",
"commandDeviceIdentification": "Device Identification",
"eventDeviceOnline": "Cihaz çevrimiçi",
"eventDeviceOffline": "Cihaz çevrimdışı",
"eventDeviceMoving": "Cihaz hareket halinde",
"eventDeviceStopped": "Cihaz durdu",
"eventDeviceOverspeed": "Cihaz hızı aştı",
"eventCommandResult": "Komut sonucu",
"eventGeofenceEnter": "Cihaz güvenli bölgede",
"eventGeofenceExit": "Cihaz güvenli bölgeden çıktı",
"notificationType": "Bildirim tipi",
"notificationWeb": "Wed ile gönder",
"notificationMail": "E-posta ile gönder"
}
|