修复web服务页面未处理多语言

This commit is contained in:
xintaofei
2026-03-27 20:49:56 +08:00
parent 31a8195ebd
commit f50c85ce84
11 changed files with 224 additions and 16 deletions

View File

@@ -1630,5 +1630,25 @@
"directoryExists": "الدليل الهدف موجود بالفعل",
"commandFailed": "فشل أمر إنشاء المشروع."
}
},
"WebServiceSettings": {
"sectionTitle": "خدمة الويب",
"sectionDescription": "تفعيل للوصول إلى Codeg عن بُعد عبر المتصفح",
"port": "المنفذ",
"status": "الحالة",
"running": "قيد التشغيل",
"stopped": "متوقف",
"processing": "جارٍ المعالجة...",
"start": "تشغيل",
"stop": "إيقاف",
"startFailed": "فشل التشغيل",
"stopFailed": "فشل الإيقاف",
"open": "فتح",
"hide": "إخفاء",
"show": "إظهار",
"copy": "نسخ",
"addressLabel": "عنوان الوصول",
"tokenLabel": "رمز الوصول",
"tokenHint": "أدخل هذا الرمز عند الوصول إلى عميل الويب لأول مرة"
}
}