-
Offset Y
+
+ {t("effects.cursorHighlight.offsetY")}
+
{(cursorHighlight.offsetYNorm * 100).toFixed(1)}%
diff --git a/src/i18n/locales/ar/editor.json b/src/i18n/locales/ar/editor.json
index 0d293d7..a246f01 100644
--- a/src/i18n/locales/ar/editor.json
+++ b/src/i18n/locales/ar/editor.json
@@ -17,7 +17,7 @@
"exportFailedWithError": "فشل التصدير: {{error}}",
"exportBackgroundLoadFailed": "فشل التصدير: تعذر تحميل صورة الخلفية ({{url}})",
"failedToSaveExport": "فشل حفظ التصدير",
- "failedToSaveExportedVideo": "فشل حفظ الفيديو المصدر",
+ "failedToSaveExportedVideo": "فشل حفظ الفيديو المُصدَّر",
"failedToRevealInFolder": "خطأ في الكشف في المجلد: {{error}}"
},
"export": {
diff --git a/src/i18n/locales/ar/settings.json b/src/i18n/locales/ar/settings.json
index e0510c9..e21976d 100644
--- a/src/i18n/locales/ar/settings.json
+++ b/src/i18n/locales/ar/settings.json
@@ -35,9 +35,23 @@
"blurBg": "تمويه الخلفية",
"motionBlur": "ضبابية الحركة",
"off": "إيقاف",
+ "on": "تشغيل",
"shadow": "ظل",
"roundness": "الاستدارة",
- "padding": "المسافة البادئة"
+ "padding": "المسافة البادئة",
+ "cursorHighlight": {
+ "title": "تمييز المؤشر",
+ "style": "النمط",
+ "dot": "نقطة",
+ "ring": "حلقة",
+ "size": "الحجم",
+ "onlyOnClicks": "عند النقر فقط",
+ "color": "اللون",
+ "offsetX": "إزاحة X (لتسجيلات النوافذ)",
+ "offsetY": "إزاحة Y",
+ "accessibilityPermissionTitle": "مطلوب إذن الوصول",
+ "accessibilityPermissionDescription": "افتح إعدادات النظام ← الخصوصية والأمان ← إمكانية الوصول، وقم بتفعيل Openscreen، ثم أعد تشغيل التطبيق."
+ }
},
"background": {
"title": "الخلفية",
diff --git a/src/i18n/locales/en/settings.json b/src/i18n/locales/en/settings.json
index 9b85c2b..aaa5be4 100644
--- a/src/i18n/locales/en/settings.json
+++ b/src/i18n/locales/en/settings.json
@@ -35,9 +35,23 @@
"blurBg": "Blur BG",
"motionBlur": "Motion Blur",
"off": "off",
+ "on": "on",
"shadow": "Shadow",
"roundness": "Roundness",
- "padding": "Padding"
+ "padding": "Padding",
+ "cursorHighlight": {
+ "title": "Cursor highlight",
+ "style": "Style",
+ "dot": "Dot",
+ "ring": "Ring",
+ "size": "Size",
+ "onlyOnClicks": "Only on clicks",
+ "color": "Color",
+ "offsetX": "Offset X (window recordings)",
+ "offsetY": "Offset Y",
+ "accessibilityPermissionTitle": "Accessibility permission needed",
+ "accessibilityPermissionDescription": "Open System Settings → Privacy & Security → Accessibility, enable Openscreen, then restart the app."
+ }
},
"background": {
"title": "Background",