diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 12:20:04 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 12:20:04 +1200 |
commit | 28c80c5601c396d82b7a7ce4f40702c671bf63b7 (patch) | |
tree | 1edd210f260eb3bc9550d46100f9e31c0f04a07e /web/l10n/ar.json | |
parent | 88b48828e46cdb444c4b77f474e0e8c8f37c23ca (diff) | |
download | trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.tar.gz trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.tar.bz2 trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.zip |
Update localization files
Diffstat (limited to 'web/l10n/ar.json')
-rw-r--r-- | web/l10n/ar.json | 47 |
1 files changed, 41 insertions, 6 deletions
diff --git a/web/l10n/ar.json b/web/l10n/ar.json index 578566db4..515b75510 100644 --- a/web/l10n/ar.json +++ b/web/l10n/ar.json @@ -1,5 +1,5 @@ { - "sharedLoading": "جاري التحميل", + "sharedLoading": "جاري التحميل...", "sharedSave": "حفظ", "sharedCancel": "إلغاء", "sharedAdd": "إضافة", @@ -14,8 +14,15 @@ "sharedHour": "ساعه", "sharedMinute": "دقيقة", "sharedSecond": "ثانية", - "sharedName": "Name", - "sharedSearch": "Search", + "sharedName": "الاسم", + "sharedDescription": "الوصف", + "sharedSearch": "بحث", + "sharedGeofence": "السياج الغرافي", + "sharedGeofences": "السياجات الجغرافية", + "sharedNotifications": "التنبيهات", + "sharedAttributes": "Attributes", + "sharedAttribute": "Attribute", + "sharedArea": "منطقة", "errorTitle": "خطأ", "errorUnknown": "خطأ غير معروف", "errorConnection": "خطأ في الاتصال", @@ -41,12 +48,12 @@ "groupNoGroup": "No Group", "settingsTitle": "إعدادات", "settingsUser": "حساب", - "settingsGroups": "Groups", + "settingsGroups": "المجموعات", "settingsServer": "خادم", "settingsUsers": "مستخدم", "settingsDistanceUnit": "مسافة", "settingsSpeedUnit": "سرعة", - "settingsTwelveHourFormat": "12-hour Format", + "settingsTwelveHourFormat": "هيئة 12-ساعة", "reportTitle": "تقارير", "reportDevice": "جهاز", "reportFrom": "من", @@ -73,6 +80,8 @@ "mapBingKey": "مفتاح خرائط Bing", "mapBingRoad": " خرائط الطرق Bing", "mapBingAerial": "خرائط جوية Bing", + "mapShapePolygon": "Polygon", + "mapShapeCircle": "Circle", "stateTitle": "حالة", "stateName": "عنصر", "stateValue": "قيمة", @@ -85,5 +94,31 @@ "commandEngineStop": "ايقاف المحرك", "commandEngineResume": "تشغيل المحرك", "commandFrequency": "معدل", - "commandUnit": "وحدة" + "commandUnit": "وحدة", + "commandCustom": "أمر خاص", + "commandPositionSingle": "Single Reporting", + "commandAlarmArm": "Arm Alarm", + "commandAlarmDisarm": "تعطيل المنبه", + "commandSetTimezone": "حدد التوقيت الزمني", + "commandRequestPhoto": "اطلب صورة", + "commandRebootDevice": "أعد تشغيل الجهاز", + "commandSendSms": "Send SMS", + "commandSosNumber": "Set SOS Number", + "commandSilenceTime": "حدد توقيت الصامت", + "commandSetPhonebook": "Set Phonebook", + "commandVoiceMessage": "رسالة صوتية", + "commandOutputControl": "Output Control", + "commandAlarmSpeed": "منبه تعدي السرعة", + "commandDeviceIdentification": "تعريف الجهاز", + "eventDeviceOnline": "الجهاز متصل", + "eventDeviceOffline": "الجهاز غير متصل", + "eventDeviceMoving": "الجهاز يتحرك", + "eventDeviceStopped": "الجهاز متوقف", + "eventDeviceOverspeed": "الجهاز متعدٍّ للسرعة", + "eventCommandResult": "نتيجة الأمر", + "eventGeofenceEnter": "Device has entered geofence", + "eventGeofenceExit": "Device has exited geofence", + "notificationType": "نوع الملاحظة", + "notificationWeb": "أرسل عن طريق صفحة الويب", + "notificationMail": "أرسل عن طريق البريد الإلكتروني" }
\ No newline at end of file |