diff options
Diffstat (limited to 'www')
| -rwxr-xr-x | www/lang/checklang.py | 3 | ||||
| -rw-r--r-- | www/lang/locale-ar.json | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/lang/checklang.py b/www/lang/checklang.py index e0ba484a..cf3291fe 100755 --- a/www/lang/checklang.py +++ b/www/lang/checklang.py @@ -47,8 +47,9 @@ def compare (fname): with open (i) as json_data: try: newKeys = json.load(json_data) - except ValueError: + except ValueError as e: print 'could not parse %s, skipping!' %fname + print 'Error was %s' % str(e) globBad+=1 return json_data.close() diff --git a/www/lang/locale-ar.json b/www/lang/locale-ar.json index edb02c00..0d0f99af 100644 --- a/www/lang/locale-ar.json +++ b/www/lang/locale-ar.json @@ -56,7 +56,7 @@ "kDeletingEvent" :"جاري حذف التسجيل", "kDevOptions" :"إعدادات المطور", "kDeveloperOptionsFor" :"الخيارات المتاحة للمطور", - "kDisableAlarmMontage" :"إلغاء الإنذارات API في المونتاج, + "kDisableAlarmMontage" :"إلغاء الإنذارات APIفي المونتاج", "kDisableAlarmMontageSub" :"قد يساعد ان كان هناك ضغظ على الخادم", "kDisableNative" :"إلغاء المؤثرات الأصلية", "kDisableNativeSub" :"قم بتفعيلها اذا حدث بطئ في القائمة", @@ -233,10 +233,11 @@ "kPortalCgiBinFailed" :"cgi-bin فشل التحقق من", "kPortalDetectionFailed" :"البوابة: فشل التحقق من", "kPortalEmpty" :"مسار البوابة لايمكن ان يكون فارغاً", - "kPortalInvalidUrl" :"يبدو ان مسار البوابة غير صحيح + "kPortalInvalidUrl" :"يبدو ان مسار البوابة غير صحيح", "kPortalLoginUnsuccessful" :"لم يتم تسجيل الدخول بنجاح الرجاء العودة للخلف والتحقق من الإعدادات", "kPortalNoMonitorFound" :"No configured/enabled monitor found", "kPortalNoProto" :"No protocol specified", + "kPortalNotice" :"If this screen doesn't go away after a while, you have not setup ZoneMinder and/or the APIs correctly", "kPortalPleaseSelect" :"الرجاء الإختيار", "kPortalUrl" :"ZM مسار البوابة", "kPresets" :"presets", |
